repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
Orange-OpenSource/its-client | acce3255ac90c2b18ef24ffef91a193934437444 | 2022-08-16T12:37:19 | schema/cam_schema_1-1-2.json | 7 | 2024-05-27T03:23:41.646252Z | {
"$id": "https://Orange-OpenSource.github.io/its-client/schema/cam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "CAM JSon schema",
"properties": {
"message": {
"properties": {
"basic_container": {
"properties": {
"confidence": {
"$comment": "mandatory on ETSI specification, FIXME?",
"properties": {
"altitude": {
"$comment": "if not provided, 'altitude' = 15 (unavailable)",
"default": 15,
"description": "alt-000-01 (0), alt-000-02 (1), alt-000-05 (2), alt-000-10 (3), alt-000-20 (4), alt-000-50 (5), alt-001-00 (6), alt-002-00 (7), alt-005-00 (8), alt-010-00 (9), alt-020-00 (10), alt-050-00 (11), alt-100-00 (12), alt-200-00 (13), outOfRange (14), unavailable (15)",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"position_confidence_ellipse": {
"$comment": "mandatory on ETSI specification, FIXME?",
"properties": {
"semi_major_confidence": {
"$comment": "if not provided, 'semi_major_confidence' = 4095 (unavailable)",
"default": 4095,
"description": "oneCentimeter(1), outOfRange(4094), unavailable(4095)",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"semi_major_orientation": {
"$comment": "if not provided, 'semi_major_orientation' = 3601 (unavailable)",
"default": 3601,
"description": "wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"semi_minor_confidence": {
"$comment": "if not provided, 'semi_minor_confidence' = 4095 (unavailable)",
"default": 4095,
"description": "oneCentimeter(1), outOfRange(4094), unavailable(4095)",
"maximum": 4095,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"reference_position": {
"properties": {
"altitude": {
"default": 800001,
"description": "Unit: 0.01 meter. referenceEllipsoidSurface(0), oneCentimeter(1), unavailable(800001)",
"maximum": 800001,
"minimum": -100000,
"type": "integer"
},
"latitude": {
"default": 900000001,
"description": "Unit: 0,1 microdegree. oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unavailable(900000001)",
"maximum": 900000001,
"minimum": -900000000,
"type": "integer"
},
"longitude": {
"default": 1800000001,
"description": "Unit: 0,1 microdegree. oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unavailable(1800000001)",
"maximum": 1800000001,
"minimum": -1800000000,
"type": "integer"
}
},
"required": [
"latitude",
"longitude",
"altitude"
],
"type": "object"
},
"station_type": {
"$comment": "if not provided, 'station_type' = 0 (unknown)",
"default": 0,
"description": "unknown(0), pedestrian(1), cyclist(2), moped(3), motorcycle(4), passengerCar(5), bus(6), lightTruck(7), heavyTruck(8), trailer(9), specialVehicles(10), tram(11), roadSideUnit(15)",
"maximum": 255,
"minimum": 0,
"type": "integer"
}
},
"required": [
"reference_position"
],
"type": "object"
},
"generation_delta_time": {
"description": "time of the reference position in the CAM, considered as time of the CAM generation. TimestampIts mod 65 536. TimestampIts represents an integer value in milliseconds since 2004-01-01T00:00:00:000Z. oneMilliSec(1)",
"examples": [
1,
1245
],
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"high_frequency_container": {
"description": "The basic vehicle container high frequency",
"properties": {
"acceleration_control": {
"description": "Current controlling mechanism for longitudinal movement of the vehicle. Represented as a bit string: brakePedalEngaged (0), gasPedalEngaged (1), emergencyBrakeEngaged (2), collisionWarningEngaged(3), accEngaged(4), cruiseControlEngaged(5), speedLimiterEngaged(6)",
"example": [
"0000000",
"1000000",
"0000011"
],
"maxLength": 7,
"minLength": 7,
"type": "string"
},
"confidence": {
"$comment": "mandatory on ETSI specification, FIXME?",
"description": "the high frequency container confidence fields. Note that no vehicle_width is defined",
"properties": {
"curvature": {
"description": "onePerMeter-0-00002 (0), onePerMeter-0-0001 (1), onePerMeter-0-0005 (2), onePerMeter-0-002 (3), onePerMeter-0-01 (4), onePerMeter-0-1 (5), outOfRange (6), unavailable (7)",
"maximum": 7,
"minimum": 0,
"type": "integer"
},
"heading": {
"$comment": "if not provided, 'heading' = 127 (unavailable)",
"default": 127,
"description": "equalOrWithinZeroPointOneDegree (1), equalOrWithinOneDegree (10), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"longitudinal_acceleration": {
"description": "pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"speed": {
"$comment": "if not provided, 'speed' = 127 (unavailable)",
"default": 127,
"description": "equalOrWithinOneCentimeterPerSec(1), equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"vehicle_length": {
"$comment": "if not provided, 'vehicle_length' = 4 (unavailable)",
"default": 4,
"description": "noTrailerPresent(0), trailerPresentWithKnownLength(1), trailerPresentWithUnknownLength(2), trailerPresenceIsUnknown(3), unavailable(4)",
"maximum": 4,
"minimum": 0,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"yaw_rate": {
"$comment": "if not provided, 'yaw_rate' = 8 (unavailable)",
"default": 8,
"description": "degSec-000-01 (0), degSec-000-05 (1), degSec-000-10 (2), degSec-001-00 (3), degSec-005-00 (4), degSec-010-00 (5), degSec-100-00 (6), outOfRange (7), unavailable (8)",
"maximum": 8,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"curvature": {
"$comment": "if not provided, 'curvature' = 30001 (unavailable)",
"default": 1023,
"description": "straight(0), unavailable(1023)",
"maximum": 1023,
"minimum": -1023,
"type": "integer"
},
"curvature_calculation_mode": {
"$comment": "if not provided, 'curvature_calculation_mode' = 2 (unavailable)",
"default": 2,
"description": "It describes whether the yaw rate is used to calculate the curvature: yawRateUsed(0), yawRateNotUsed(1), unavailable(2)",
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"drive_direction": {
"$comment": "if not provided, 'drive_direction' = 2 (unavailable)",
"default": 2,
"description": "forward (0), backward (1), unavailable (2)",
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"heading": {
"$comment": "if not provided, 'heading' = 3601 (unavailable)",
"default": 3601,
"description": "Unit: 0,1 degree. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"lane_position": {
"description": "offTheRoad(-1), innerHardShoulder(0), innermostDrivingLane(1), secondLaneFromInside(2), outterHardShoulder(14)",
"maximum": 14,
"minimum": -1,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredToRight(-1), pointOneMeterPerSecSquaredToLeft(1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"longitudinal_acceleration": {
"$comment": "if not provided, 'longitudinal_acceleration' = 161 (unavailable)",
"default": 161,
"description": "unit: 0,1 m/s2. pointOneMeterPerSecSquaredForward(1), pointOneMeterPerSecSquaredBackward(-1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"speed": {
"$comment": "if not provided, 'speed' = 16383 (unavailable)",
"default": 16383,
"description": "Unit 0,01 m/s. standstill(0), oneCentimeterPerSec(1), unavailable(16383)",
"maximum": 16383,
"minimum": 0,
"type": "integer"
},
"vehicle_length": {
"$comment": "if not provided, 'vehicle_length' = 1023 (unavailable)",
"default": 1023,
"description": "tenCentimeters(1), outOfRange(1022), unavailable(1023)",
"maximum": 1023,
"minimum": 1,
"type": "integer"
},
"vehicle_width": {
"$comment": "if not provided, 'vehicle_width' = 62(unavailable)",
"default": 62,
"description": "tenCentimeters(1), outOfRange(61), unavailable(62)",
"maximum": 62,
"minimum": 1,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredUp(1), pointOneMeterPerSecSquaredDown(-1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"yaw_rate": {
"$comment": "if not provided, 'yaw_rate' = 32767 (unavailable)",
"default": 32767,
"description": "Unit: 0,01 degree/s: straight(0), degSec-000-01ToRight(-1), degSec-000-01ToLeft(1), unavailable(32767)",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
}
},
"type": "object"
},
"low_frequency_container": {
"description": "The basic vehicle container low frequency",
"properties": {
"exterior_lights": {
"description": "Status of the exterior light switches represented as a bit string: lowBeamHeadlightsOn (0), highBeamHeadlightsOn (1), leftTurnSignalOn (2), rightTurnSignalOn (3), daytimeRunningLightsOn (4), reverseLightOn (5), fogLightOn (6), parkingLightsOn (7)",
"example": [
"00000000",
"10011010",
"00000110"
],
"maxLength": 8,
"minLength": 8,
"type": "string"
},
"path_history": {
"description": "the path history, a path with a set of path points",
"items": {
"properties": {
"path_delta_time": {
"description": "time travelled by the detecting ITS-S since the previous detected event point (generation_delta_time). tenMilliSecondsInPast(1)",
"maximum": 65535,
"minimum": 1,
"type": "integer"
},
"path_position": {
"description": "offset position of a detected event point with regards to the previous detected event point (reference_position).",
"properties": {
"delta_altitude": {
"$comment": "if not provided, 'delta_altitude' = 12800 (unavailable)",
"default": 12800,
"description": "oneCentimeterUp (1), oneCentimeterDown (-1), unavailable(12800)",
"maximum": 12800,
"minimum": -12700,
"type": "integer"
},
"delta_latitude": {
"$comment": "if not provided, 'delta_latitude' = 131072 (unavailable)",
"default": 131072,
"description": "oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10) , unavailable(131072)",
"maximum": 131072,
"minimum": -131071,
"type": "integer"
},
"delta_longitude": {
"$comment": "if not provided, 'delta_longitude' = 131072 (unavailable)",
"default": 131072,
"description": "oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unavailable(131072)",
"maximum": 131072,
"minimum": -131071,
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"path_position"
],
"type": "object"
},
"maxItems": 40,
"type": "array"
},
"vehicle_role": {
"$comment": "if not provided, 'vehicle_role' = 0 (default)",
"default": 0,
"description": "default(0), publicTransport(1), specialTransport(2), dangerousGoods(3), roadWork(4), rescue(5), emergency(6), safetyCar(7), agriculture(8),commercial(9),military(10),roadOperator(11),taxi(12), reserved1(13), reserved2(14), reserved3(15)",
"maximum": 15,
"minimum": 0,
"type": "integer"
}
},
"required": [
"exterior_lights",
"path_history"
],
"type": "object"
},
"protocol_version": {
"description": "version of the ITS message and/or communication protocol",
"examples": [
1
],
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"station_id": {
"description": "identifier for an ITS-S",
"examples": [
1,
42
],
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"required": [
"protocol_version",
"station_id",
"generation_delta_time",
"basic_container",
"high_frequency_container"
],
"type": "object"
},
"origin": {
"description": "the entity responsible for this message",
"enum": [
"self",
"global_application",
"mec_application",
"on_board_application"
],
"type": "string"
},
"source_uuid": {
"description": "identifier",
"examples": [
"UNKNOWN",
"42"
],
"type": "string"
},
"timestamp": {
"description": "Unit: millisecond. The timestamp when the message was generated since Unix Epoch (1970/01/01)",
"examples": [
1574778515424
],
"maximum": 1830297600000,
"minimum": 1514764800000,
"type": "integer"
},
"type": {
"const": "cam",
"description": "message type",
"type": "string"
},
"version": {
"const": "1.1.2",
"description": "json message format version",
"type": "string"
}
},
"required": [
"type",
"origin",
"version",
"source_uuid",
"timestamp",
"message"
],
"type": "object"
} | MIT | en |
Orange-OpenSource/its-client | 43f46c88215128e8b1ac12482956f48329852a1c | 2022-11-29T09:44:51 | schema/status_schema_1-1-0.json | 7 | 2024-05-27T03:23:41.646252Z | {
"$defs": {
"genericTimeSource": {
"properties": {
"error": {
"description": "estimated error in seconds, with arbitrary sub-second precision",
"type": "number"
},
"state": {
"description": "state of the source",
"enum": [
"best",
"combined",
"not_combined",
"maybe_error",
"unstable",
"unusable"
],
"type": "string"
},
"stratum": {
"description": "stratum of the clock source",
"minimum": 0,
"type": "integer"
},
"type": {
"description": "type of the time source",
"enum": [
"ntp",
"pps",
"nmea"
],
"type": "string"
}
},
"required": [
"type",
"stratum",
"state",
"error"
],
"type": "object"
},
"nmeaTimeSource": {
"allOf": [
{
"$ref": "#/$defs/genericTimeSource"
},
{
"properties": {
"stratum": {
"const": 0
},
"type": {
"const": "nmea"
}
},
"type": "object"
}
],
"type": "object"
},
"ntpTimeSource": {
"allOf": [
{
"$ref": "#/$defs/genericTimeSource"
},
{
"properties": {
"host": {
"description": "IP or hostname of the NTP server",
"type": "string"
},
"stratum": {
"minimum": 1
},
"type": {
"const": "ntp"
}
},
"required": [
"host"
],
"type": "object"
}
],
"type": "object"
},
"ppsTimeSource": {
"allOf": [
{
"$ref": "#/$defs/genericTimeSource"
},
{
"properties": {
"label": {
"description": "PPS label/name",
"type": "string"
},
"stratum": {
"const": 0
},
"type": {
"const": "pps"
}
},
"required": [
"label"
],
"type": "object"
}
],
"type": "object"
}
},
"$id": "https://Orange-OpenSource.github.io/its-client/schema/status",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Status JSON schema",
"properties": {
"cellular": {
"description": "cellular connections",
"items": {
"description": "cellular connection status",
"properties": {
"connection": {
"description": "connection details",
"properties": {
"signal": {
"description": "signal quality metrics",
"properties": {
"ecio": {
"type": "number"
},
"io": {
"type": "number"
},
"rscp": {
"type": "number"
},
"rsrp": {
"type": "number"
},
"rsrq": {
"type": "number"
},
"rssi": {
"type": "number"
},
"sinr": {
"type": "number"
},
"snr": {
"type": "number"
}
},
"type": "object"
},
"technology": {
"examples": [
"gsm",
"cdma1x",
"evdo",
"umts",
"lte",
"5G"
],
"type": "string"
}
},
"type": "object"
},
"hardware": {
"description": "harddware informatsion",
"properties": {
"model": {
"type": "string"
},
"revision": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"operator": {
"description": "cellular operator",
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"hardware"
],
"type": "object"
},
"type": "array"
},
"id": {
"description": "unique id all over the world for this device",
"type": "string"
},
"system": {
"additionalProperties": true,
"description": "system low-level info",
"properties": {
"cpu_load": {
"description": "CPU load, as a 3-tuple: [1min_load, 5min_load, 15min_load]",
"items": {
"minimum": 0.0,
"type": "number"
},
"maxItems": 3,
"minItems": 3,
"type": "array"
},
"hardware": {
"description": "type of hardware",
"examples": [
"vtc6221",
"vtc7251",
"rpi2"
],
"type": "string"
},
"memory": {
"description": "RAM usage, in bytes, as a 2-tuple: [total_ram, available_ram]",
"items": {
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"os_release": {
"$comment": "all keys of os-release are optional; see https://www.freedesktop.org/software/systemd/man/os-release.html",
"additionalProperties": true,
"description": "a key-value representation of the os-release of the running OS",
"properties": {
"ID": {
"type": "string"
},
"NAME": {
"type": "string"
},
"PRETTY_NAME": {
"type": "string"
},
"VERSION": {
"type": "string"
},
"VERSION_ID": {
"type": "string"
}
},
"type": "object"
},
"storage": {
"description": "writable storage for data, as a 2-tuple: [total_space, free_space]",
"items": {
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
}
},
"required": [
"hardware",
"os_release",
"memory",
"storage",
"cpu_load"
],
"type": "object"
},
"time_sources": {
"description": "status of time-keeping services",
"items": {
"oneOf": [
{
"$ref": "#/$defs/ntpTimeSource"
},
{
"$ref": "#/$defs/ppsTimeSource"
},
{
"$ref": "#/$defs/nmeaTimeSource"
}
],
"type": "object"
},
"type": "array"
},
"timestamp": {
"description": "date the information was generated, in seconds since 1970-01-01 00:00:00 +00:00, with arbitrary sub-second precision",
"minimum": 0.0,
"type": "number"
},
"type": {
"description": "type of the server",
"enum": [
"obu",
"other"
],
"type": "string"
},
"version": {
"$comment": "Development version",
"const": "1.0.99",
"description": "version of the format of this JSON message",
"type": "string"
}
},
"required": [
"version",
"id",
"type",
"timestamp",
"system",
"time_sources",
"cellular"
],
"type": "object"
} | MIT | en |
Orange-OpenSource/its-client | a357d6c344580d2e6a196d948efcffed0cc81902 | 2022-10-06T14:51:54 | schema/cpm_schema_1-2-0.json | 7 | 2024-05-27T03:23:41.646252Z | {
"$defs": {
"area_circular": {
"description": "a circular area. The circle is centred about the reference point or about the nodeCenterPoint (if provided).",
"properties": {
"node_center_point": {
"$ref": "#/$defs/offset"
},
"radius": {
"description": "Unit: 0.1 meter. The radius of the circular area. zeroPointZeroOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"radius"
],
"type": "object"
},
"area_ellipse": {
"description": "An elliptical area. The ellipse is centred about the reference point or about the node center point (if provided).",
"properties": {
"node_center_point": {
"$ref": "#/$defs/offset",
"description": "Offset point about which the ellipse is centred with respect to the reference position."
},
"semi_height": {
"description": "Unit: 0.1 meter. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"semi_major_range_length": {
"description": "Unit: 0.1 meter. Major radius of the ellipse. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"semi_major_range_orientation": {
"description": "Unit: 0.1 degrees. Orientation of the semi major range length of the ellipse in the WGS84 coordinate system. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"semi_minor_range_length": {
"description": "Unit: 0.1 meter. Minor radius of the ellipse. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"semi_major_range_length",
"semi_minor_range_length",
"semi_major_range_orientation"
],
"type": "object"
},
"area_polygon": {
"description": "Polygonal area constructed by connecting the offset points in the sequence provided. The last point shall be connected with the first point to close the polygon.",
"items": {
"$ref": "#/$defs/offset"
},
"maxItems": 16,
"minItems": 3,
"type": "array"
},
"area_rectangle": {
"description": "A rectangular area. The rectangle is centred about the reference point or about the node center point (if provided).",
"properties": {
"node_center_point": {
"$ref": "#/$defs/offset",
"description": "Offset point about which the rectangle is centred with respect to the reference position."
},
"semi_height": {
"description": "Unit: 0.1 meter. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"semi_major_range_length": {
"description": "Unit: 0.1 meter. Half length of the rectangle. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"semi_major_range_orientation": {
"description": "Unit: 0.1 degrees.Orientation of the semi major range length of the rectangle in the WGS84 coordinate system. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"semi_minor_range_length": {
"description": "Unit: 0.1 meter. Half width of the rectangle. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"semi_major_range_length",
"semi_minor_range_length",
"semi_major_range_orientation"
],
"type": "object"
},
"offset": {
"additionalProperties": false,
"description": "Offset JSon schema. Describes an offset position in a two- or three-dimensional plane.",
"properties": {
"x": {
"description": "node is within 327.67m of last node",
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"y": {
"description": "node is within 327.67m of last node",
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"z": {
"description": "node is within 327.67m of last node",
"maximum": 32767,
"minimum": -32768,
"type": "integer"
}
},
"required": [
"x",
"y"
],
"type": "object"
}
},
"$id": "https://Orange-OpenSource.github.io/its-client/schema/cpm",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "CPM JSon schema",
"properties": {
"message": {
"properties": {
"free_space_addendum_container": {
"description": "List of information for individual perceived object",
"items": {
"description": "This container shall only be added if the confidence indication needs to be altered with respect to the isotropic @see FreeSpace Confidence confidence level indication provided in the Sensor Information.",
"properties": {
"free_space_area": {
"description": "free space area for which the free space confidence of this addendum container is valid. The described area that is considered as not occupied by any traffic participant or obstacle.",
"oneOf": [
{
"required": [
"free_space_polygon"
]
},
{
"required": [
"free_space_circular"
]
},
{
"required": [
"free_space_ellipse"
]
},
{
"required": [
"free_space_rectangle"
]
}
],
"properties": {
"free_space_circular": {
"$ref": "#/$defs/area_circular"
},
"free_space_ellipse": {
"$ref": "#/$defs/area_ellipse"
},
"free_space_polygon": {
"$ref": "#/$defs/area_polygon"
},
"free_space_rectangle": {
"$ref": "#/$defs/area_rectangle"
}
},
"type": "object"
},
"free_space_confidence": {
"description": "Isotropic free space confidence that applies to the entire area as defined in the free space area of a particular free space addendum container. Confidence indicating that an area is not occupied by a traffic participant or obstacle. unknown(0) if the free space confidence is unknown for the described area, onePercent(1), oneHundredPercent(100), unavailable(101) if the confidence could not be computed and does not apply.",
"maximum": 101,
"minimum": 0,
"type": "integer"
},
"sensor_id_list": {
"description": "list of pseudonym sensor id which performed the measurement to indicate the free space.",
"items": {
"description": "Sensor identifier",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"shadowing_applies": {
"default": true,
"description": "if simple shadowing mechanism applies within the area described by the free space area.",
"type": "boolean"
}
},
"requires": [
"free_space_area",
"free_space_confidence"
],
"type": "object"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"generation_delta_time": {
"description": "time of the reference position in the CAM, considered as time of the CAM generation. TimestampIts mod 65 536. TimestampIts represents an integer value in milliseconds since 2004-01-01T00:00:00:000Z. oneMilliSec(1).",
"examples": [
1,
1245
],
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"management_container": {
"properties": {
"confidence": {
"properties": {
"altitude": {
"$comment": "if not provided, 'altitude' = 15 (unavailable).",
"default": 15,
"description": "alt-000-01 (0), alt-000-02 (1), alt-000-05 (2), alt-000-10 (3), alt-000-20 (4), alt-000-50 (5), alt-001-00 (6), alt-002-00 (7), alt-005-00 (8), alt-010-00 (9), alt-020-00 (10), alt-050-00 (11), alt-100-00 (12), alt-200-00 (13), outOfRange (14), unavailable (15).",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"position_confidence_ellipse": {
"properties": {
"semi_major_confidence": {
"$comment": "if not provided, 'semi_major_confidence' = 4095 (unavailable).",
"default": 4095,
"description": "oneCentimeter(1), outOfRange(4094), unavailable(4095).",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"semi_major_orientation": {
"$comment": "if not provided, 'semi_major_orientation' = 3601 (unavailable).",
"default": 3601,
"description": "wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"semi_minor_confidence": {
"$comment": "if not provided, 'semi_minor_confidence' = 4095 (unavailable).",
"default": 4095,
"description": "oneCentimeter(1), outOfRange(4094), unavailable(4095).",
"maximum": 4095,
"minimum": 0,
"type": "integer"
}
},
"required": [
"semi_major_confidence",
"semi_minor_confidence",
"semi_major_orientation"
],
"type": "object"
}
},
"required": [
"position_confidence_ellipse",
"altitude"
],
"type": "object"
},
"reference_position": {
"properties": {
"altitude": {
"default": 800001,
"description": "Unit: 0.01 meter. referenceEllipsoidSurface(0), oneCentimeter(1), unavailable(800001).",
"maximum": 800001,
"minimum": -100000,
"type": "integer"
},
"latitude": {
"default": 900000001,
"description": "Unit: 0.1 microdegree. oneMicrodegreeNorth(10), oneMicrodegreeSouth(-10), unavailable(900000001).",
"maximum": 900000001,
"minimum": -900000000,
"type": "integer"
},
"longitude": {
"default": 1800000001,
"description": "Unit: 0.1 microdegree. oneMicrodegreeEast(10), oneMicrodegreeWest(-10), unavailable(1800000001).",
"maximum": 1800000001,
"minimum": -1800000000,
"type": "integer"
}
},
"required": [
"latitude",
"longitude",
"altitude"
],
"type": "object"
},
"station_type": {
"$comment": "if not provided, 'station_type' = 0 (unknown).",
"default": 0,
"description": "unknown(0), pedestrian(1), cyclist(2), moped(3), motorcycle(4), passengerCar(5), bus(6), lightTruck(7), heavyTruck(8), trailer(9), specialVehicles(10), tram(11), roadSideUnit(15).",
"maximum": 254,
"minimum": 0,
"type": "integer"
}
},
"required": [
"station_type",
"reference_position",
"confidence"
],
"type": "object"
},
"perceived_object_container": {
"description": "List of information for individual perceived object. The total number of detected objects by the station at the time of generating the message. Due to the dynamic message generation rules, this number does not have to reflect the number of objects included in this message but states the number of objects known to the sender at the time of generating the message.",
"items": {
"properties": {
"classification": {
"description": "Provides the classification of the described object. Multi-dimensional classification may be provided.",
"items": {
"properties": {
"confidence": {
"description": "Describes the confidence value for the type of a detected object. unknown(0) in case the confidence value is unknown but the reported classification is still valid, onePercent(1), oneHundredPercent(100), unavailable(101) in case the class confidence value computation is not available for this object, indicates that the class assignment is invalid",
"maximum": 101,
"minimum": 0,
"type": "integer"
},
"object_class": {
"description": "The class that best describes the detected object. The object can be classified into one of three main categories: vehicle, VRU and other.",
"oneOf": [
{
"required": [
"vehicle"
]
},
{
"required": [
"single_vru"
]
},
{
"required": [
"vru_group"
]
},
{
"required": [
"other"
]
}
],
"properties": {
"other": {
"description": "Detected object for class other. unknown(0), roadSideUnit(1).",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"single_vru": {
"oneOf": [
{
"required": [
"pedestrian"
]
},
{
"required": [
"bicyclist"
]
},
{
"required": [
"motorcylist"
]
},
{
"required": [
"animal"
]
}
],
"properties": {
"animal": {
"description": "unavailable(0), wild-animal(1), farm-animal(2), service-animal(3), max(15).",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"bicyclist": {
"description": "unavailable(0), bicyclist(1), wheelchair-user(2), horse-and-rider(3), rollerskater(4), e-scooter(5), personal-transporter(6), pedelec(7), speed-pedelec(8), max(15).",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"motorcylist": {
"description": "unavailable(0), moped(1), motorcycle(2), motorcycle-and-sidecar-right(3), motorcycle-and-sidecar-left(4), max(15).",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"pedestrian": {
"description": "unavailable(0), ordinary-pedestrian(1), road-worker(2), first-responder(3), max(15).",
"maximum": 15,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"vehicle": {
"description": "Describes the subclass of a detected object for class vehicle. unknown(0) the type of vehicle is unknown, passengerCar(1) the detected object is a small passenger car, bus(2) the detected object is a large passenger vehicle, lightTruck(3) the detected object is a light goods vehicle, heavyTruck(4) the detected object is a heavy goods vehicle, trailer(5) the detected object is an unpowered vehicle that is intended to be towed by a powered vehicle, specialVehicles(6) the detected object is a vehicle which has a special purpose other than the above (e.g. moving road works vehicle), tram(7) the detected object is a vehicle running on tracks along public streets, emergencyVehicle(8) the detected object is a vehicle used in an emergency situation, such as an ambulance, police car or fire engine, agricultural(9) the detected object is a vehicle used for agricultural purposes.",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"vru_group": {
"description": "group of VRUs",
"properties": {
"cluster_id": {
"description": "If the group is associated to a VRU cluster, this element indicates the ID of the associated cluster. The ClusterId can only be assigned if a VRU cluster which is transmitting VAMs has been detected.",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"group_size": {
"description": "Indicates an estimation of the number of VRUs in the group. unavailable(0), onlyLeader(1).",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"group_type": {
"properties": {
"animal": {
"type": "boolean"
},
"bicyclist": {
"type": "boolean"
},
"motorcyclist": {
"type": "boolean"
},
"pedestrian": {
"type": "boolean"
}
},
"required": [
"pedestrian",
"bicyclist",
"motorcyclist",
"animal"
],
"type": "object"
}
},
"required": [
"group_type",
"group_size"
],
"type": "object"
}
},
"type": "object"
}
},
"required": [
"object_class",
"confidence"
],
"type": "object"
},
"maxItems": 8,
"minItems": 1,
"type": "array"
},
"confidence": {
"longitudinal_lane_position": {
"description": "Unit: 0.01 m. Absolute accuracy of longitudinal lane position measurement to a confidence level of 95%. zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101) shall be set if the accuracy is out of range, unavailable(102) shall be set if the accuracy data is unavailable",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"object": {
"description": "The confidence associated to the object. The computation of the object confidence is based on a sensor's or, fusion system's specific detection confidence, the binary detection success that is, if an object has been successfully detected by the last measurement and the object age. A single-value indication about the overall information quality of a perceived object. Its computation is based on several scaling factors and moving averages. noConfidence(0) no confidence in detected object, e.g. for ghost-objects or if confidence could not be computed, fullConfidence(15) full confidence in detected object",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"pitch_acceleration": {
"description": "Pitch acceleration confidence.The absolute accuracy of a reported angular acceleration value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSecSquared-000-01(0) if the accuracy is equal to or less than 0,01 degree/second^2, degSecSquared-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second^2, degSecSquared-000-10(2) if the accuracy is equal to or less than 0,1 degree/second^2, degSecSquared-001-00(3) if the accuracy is equal to or less than 1 degree/second^2, degSecSquared-005-00(4) if the accuracy is equal to or less than 5 degrees/second^2, degSecSquared-010-00(5) if the accuracy is equal to or less than 10 degrees/second^2, degSecSquared-100-00(6) if the accuracy is equal to or less than 100 degrees/second^2, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second^2, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"pitch_angle": {
"description": "Pitch angle confidence. The absolute accuracy of a reported angle value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. zeroPointOneDegree(1), oneDegree(10), outOfRange(126), unavailable(127).",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"pitch_rate": {
"description": "Pitch rate confidence. The absolute accuracy of a reported angular speed value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSec-000-01(0) if the accuracy is equal to or less than 0,01 degree/second, degSec-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second, degSec-000-10(2) if the accuracy is equal to or less than 0,1 degree/second, degSec-001-00(3) if the accuracy is equal to or less than 1 degree/second, degSec-005-00(4) if the accuracy is equal to or less than 5 degrees/second, degSec-010-00(5) if the accuracy is equal to or less than 10 degrees/second, degSec-100-00(6) if the accuracy is equal to or less than 100 degrees/second, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"planar_object_dimension_1": {
"description": "Unit: 0.01 m. Accuracy of first provided dimension value with a predefined confidence level (e.g. 95%). zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"planar_object_dimension_2": {
"description": "Unit: 0.01 m. Accuracy of second provided dimension value with a predefined confidence level (e.g. 95%). zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"required": [
"x_distance",
"y_distance",
"x_speed",
"y_speed",
"object"
],
"roll_acceleration": {
"description": "Roll acceleration confidence.The absolute accuracy of a reported angular acceleration value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSecSquared-000-01(0) if the accuracy is equal to or less than 0,01 degree/second^2, degSecSquared-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second^2, degSecSquared-000-10(2) if the accuracy is equal to or less than 0,1 degree/second^2, degSecSquared-001-00(3) if the accuracy is equal to or less than 1 degree/second^2, degSecSquared-005-00(4) if the accuracy is equal to or less than 5 degrees/second^2, degSecSquared-010-00(5) if the accuracy is equal to or less than 10 degrees/second^2, degSecSquared-100-00(6) if the accuracy is equal to or less than 100 degrees/second^2, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second^2, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"roll_angle": {
"description": "Roll angle confidence. The absolute accuracy of a reported angle value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. zeroPointOneDegree(1), oneDegree(10), outOfRange(126), unavailable(127).",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"roll_rate": {
"description": "Roll rate confidence. The absolute accuracy of a reported angular speed value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSec-000-01(0) if the accuracy is equal to or less than 0,01 degree/second, degSec-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second, degSec-000-10(2) if the accuracy is equal to or less than 0,1 degree/second, degSec-001-00(3) if the accuracy is equal to or less than 1 degree/second, degSec-005-00(4) if the accuracy is equal to or less than 5 degrees/second, degSec-010-00(5) if the accuracy is equal to or less than 10 degrees/second, degSec-100-00(6) if the accuracy is equal to or less than 100 degrees/second, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"vertical_object_dimension": {
"description": "Unit: 0.01 m. Accuracy of vertical provided dimension value with a predefined confidence level (e.g. 95%). zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"x_acceleration": {
"description": "Acceleration confidence of detected object from the reference point in x-direction at the time of measurement. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"x_distance": {
"description": "Unit: 0.01 meter. Distance confidence to detected object from the reference point in x-direction at the time of measurement. Absolute accuracy of measurement to a confidence level of 95%. zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(4094), unavailable(4095).",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"x_speed": {
"description": "Speed confidence of detected object from the reference point in x-direction at the time of measurement. unavailable(0) Not Equipped or unavailable, prec100ms(1) 100 meters / sec, prec10ms(2) 10 meters / sec, prec5ms(3) 5 meters / sec, prec1ms(4) 1 meters / sec, prec0-1ms(5) 0.1 meters / sec, prec0-05ms(6) 0.05 meters / sec, prec0-01ms(7) 0.01 meters / sec",
"maximum": 7,
"minimum": 0,
"type": "integer"
},
"y_acceleration": {
"description": "Acceleration confidence of detected object from the reference point in y-direction at the time of measurement. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"y_distance": {
"description": "Unit: 0.01 meter. Distance confidence to detected object from the reference point in y-direction at the time of measurement. Absolute accuracy of measurement to a confidence level of 95%. zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(4094), unavailable(4095).",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"y_speed": {
"description": "Speed confidence of detected object from the reference point in y-direction at the time of measurement. unavailable(0) Not Equipped or unavailable, prec100ms(1) 100 meters / sec, prec10ms(2) 10 meters / sec, prec5ms(3) 5 meters / sec, prec1ms(4) 1 meters / sec, prec0-1ms(5) 0.1 meters / sec, prec0-05ms(6) 0.05 meters / sec, prec0-01ms(7) 0.01 meters / sec",
"maximum": 7,
"minimum": 0,
"type": "integer"
},
"yaw_acceleration": {
"description": "Yaw acceleration confidence.The absolute accuracy of a reported angular acceleration value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSecSquared-000-01(0) if the accuracy is equal to or less than 0,01 degree/second^2, degSecSquared-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second^2, degSecSquared-000-10(2) if the accuracy is equal to or less than 0,1 degree/second^2, degSecSquared-001-00(3) if the accuracy is equal to or less than 1 degree/second^2, degSecSquared-005-00(4) if the accuracy is equal to or less than 5 degrees/second^2, degSecSquared-010-00(5) if the accuracy is equal to or less than 10 degrees/second^2, degSecSquared-100-00(6) if the accuracy is equal to or less than 100 degrees/second^2, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second^2, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"yaw_angle": {
"description": "Yaw angle confidence. The absolute accuracy of a reported angle value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. zeroPointOneDegree(1), oneDegree(10), outOfRange(126), unavailable(127).",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"yaw_rate": {
"description": "Yaw rate confidence. The absolute accuracy of a reported angular speed value for a predefined confidence level (e.g. 95 %). The required confidence level is defined by the corresponding standards. For correlation computation, maximum interval levels shall be assumed. degSec-000-01(0) if the accuracy is equal to or less than 0,01 degree/second, degSec-000-05(1) if the accuracy is equal to or less than 0,05 degrees/second, degSec-000-10(2) if the accuracy is equal to or less than 0,1 degree/second, degSec-001-00(3) if the accuracy is equal to or less than 1 degree/second, degSec-005-00(4) if the accuracy is equal to or less than 5 degrees/second, degSec-010-00(5) if the accuracy is equal to or less than 10 degrees/second, degSec-100-00(6) if the accuracy is equal to or less than 100 degrees/second, outOfRange(7) if the accuracy is out of range, i.e. greater than 100 degrees/second, unavailable(8) if the accuracy information is unavailable",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"z_acceleration": {
"description": "Acceleration confidence of detected object from the reference point in z-direction at the time of measurement. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"z_distance": {
"description": "Unit: 0.01 meter. Distance confidence to detected object from the reference point in z-direction at the time of measurement. Absolute accuracy of measurement to a confidence level of 95%. zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(4094), unavailable(4095).",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"z_speed": {
"description": "Speed confidence of detected object from the reference point in z-direction at the time of measurement. unavailable(0) Not Equipped or unavailable, prec100ms(1) 100 meters / sec, prec10ms(2) 10 meters / sec, prec5ms(3) 5 meters / sec, prec1ms(4) 1 meters / sec, prec0-1ms(5) 0.1 meters / sec, prec0-05ms(6) 0.05 meters / sec, prec0-01ms(7) 0.01 meters / sec",
"maximum": 7,
"minimum": 0,
"type": "integer"
}
},
"dynamic_status": {
"description": "Indicated the dynamic capabilities of a detected object. Indication whether the detected object is classified as a dynamic (i.e. moving) object. This value indicates whether an object has the general capability to move, i.e. change its position. dynamic(0) the object is moving, hasBeenDynamic(1) indicates whether an object has been dynamic before, e.g., a car stopping at a traffic light, static(2) shall be used in case an object is identified to be not moving throughout any previous observation",
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"lower_triangular_correlation_matrix_columns": {
"description": "Provides the columns of a lower triangular positive semi definite correlation matrix for the kinematic state and attitude space provided for this object. The order of the columns and rows of the correlation matrix is as follows: x_distance , y_distance , z_distance , x_speed , y_speed , z_speed , x_acceleration , y_acceleration , z_acceleration , roll_angle , pitch_angle , yaw_angle , roll_rate , pitch_rate , yaw_rate , roll_acceleration , pitch_acceleration , yaw_acceleration The number of lower_triangular_correlation_matrix_columns to be included k is thereby the number of provided values n of the kinematic state and attitude space minus 1: k = n-1. Each column i of the lower_triangular_correlation_matrix_columns contains k-(i-1) values. In case certain values of the kinematic state and attitude space are not provided, they are omitted from the lower_triangular_correlation_matrix_columns. A general data frame to express the elements of a lower triangular positive semi-definite matrix, not including the main diagonal elements of the matrix. Given a matrix A of size n x n, the number of columns to be included in the lower triangular matrix is k=n-1.",
"items": {
"description": "The column of the lower triangular positive semi-definite matrix consists of correlation row values. Given a matrix A of size n x n, the number of columns to be included in the lower triangular matrix is k=n-1. Each column i of the lower triangular then contains k-(i-1) values, where i refers to the column number count starting at 1 from the left.",
"items": {
"description": "The Bravais-Pearson correlation value for each cell of the lower triangular correlation matrix. Scaled by 100. full-negative-correlation(-100) full negative correlation, no-correlation(0) if not correlated or unavailable, point-one(10), full-positive-correlation(100) full positive correlation",
"maximum": 100,
"minimum": -100,
"type": "integer"
},
"maxItems": 17,
"minItems": 1,
"type": "array"
},
"maxItems": 17,
"minItems": 1,
"type": "array"
},
"matched_position": {
"description": "Unit: . The map-matched position of an object. This requires that a MAP-message is provided. Conveys an assigned index that is unique within the intersection.",
"properties": {
"lane_id": {
"description": "Conveys an assigned index that is unique within the intersection.",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"longitudinal_lane_position": {
"description": "Unit: 0.1 meter. Indicates the longitudinal offset of the map-matched position of a particular object along the matched lane, beginning from the lane\u2019s starting point. zeroPointOneMeter(1).",
"maximum": 32767,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"object_age": {
"description": "Unit: 1 ms. Provides the age of the detected and described object. Age of object in milliseconds, i.e. for how long the object has been observed by the disseminating station. oneMiliSec(1), moreThan1Point5Second(1500).",
"maximum": 1500,
"minimum": 0,
"type": "integer"
},
"object_id": {
"description": "Identifier assigned to a detected object which remains constant as long as the object is perceived. Numbers are assigned in an increasing round-robin fashion. When the last identifier in the allowed range has been used, the first counter for the identifier starts from the beginning of the range again.",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"object_ref_point": {
"default": 0,
"description": "The reference point on the perceived object. The kinematic attitude and state data provided for this object are valid for this reference point of the object. In case no object reference point can be determined, it is assumed to be the center point of the detected object. {mid(0), bottomLeft(1), midLeft(2), topLeft(3), bottomMid(4), topMid(5), bottomRight(6), midRight(7), topRight(8).",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"pitch_acceleration": {
"description": "Unit: 0.01 degrees/s^2 (degrees per second squared). Pitch acceleration of object from the reference point. For a vehicle, the angular acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular acceleration value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noAcceleration(0), oneDegreePerSecondSquaredAntiClockwise(100), oneDegreePerSecondSquaredClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"pitch_angle": {
"description": "Unit: 0.1 degrees. Pitch angle of object from the reference point. For a vehicle, the angle is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angle is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angle is measured with positive values considering the object orientation turning counter-clockwise around the y-axis. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"pitch_rate": {
"description": "Unit: 0.01 degrees/s. Pitch rate of object from the reference point. For a vehicle, the angular rate is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular rate is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular speed value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noSpeed(0), oneDegreePerSecondAntiClockwise(100), oneDegreePerSecondClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"planar_object_dimension_1": {
"description": "Unit: 0.1 m. First dimension of object as provided by the sensor or environment model. This dimension is always contained in the plane which is oriented perpendicular to the direction of the angle indicated by the yawAngle and which contains the object's reference point. A dimension for an object. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 1023,
"minimum": 0,
"type": "integer"
},
"planar_object_dimension_2": {
"description": "Unit: 0.1 m. Second dimension of the object as provided by the sensor environment model. This dimension is contained in the plane oriented in the direction of the angle indicated by the yawAngle and the object's reference point. A dimension for an object. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 1023,
"minimum": 0,
"type": "integer"
},
"roll_acceleration": {
"description": "Unit: 0.01 degrees/s^2 (degrees per second squared). Roll acceleration of object from the reference point. For a vehicle, the angular acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular acceleration value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noAcceleration(0), oneDegreePerSecondSquaredAntiClockwise(100), oneDegreePerSecondSquaredClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"roll_angle": {
"description": "Unit: 0.1 degrees. Roll angle of object from the reference point. For a vehicle, the angle is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angle is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angle is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"roll_rate": {
"description": "Unit: 0.01 degrees/s. Roll rate of object from the reference point. For a vehicle, the angular rate is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular rate is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular speed value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noSpeed(0), oneDegreePerSecondAntiClockwise(100), oneDegreePerSecondClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"sensor_id_list": {
"description": "List of sensor-IDs which provided the measurement data.",
"items": {
"description": "Sensor identifier",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"time_of_measurement": {
"description": "Unit: 1 millisecond. Time difference from the message\u2019s generation delta time to the time of the measurement of the object.",
"maximum": 1500,
"minimum": -1500,
"type": "integer"
},
"vertical_object_dimension": {
"description": "Unit: 0.1 m. Vertical dimension of object as provided by the sensor or object model. A dimension for an object. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 1023,
"minimum": 0,
"type": "integer"
},
"x_acceleration": {
"description": "Unit: 0.1 m/s2. Acceleration of the detected object from the reference point in x-direction for the time of measurement. For a vehicle, the acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direct. pointOneMeterPerSecSquared(1), minusPointOneMeterPerSecSquared(-1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"x_distance": {
"description": "Unit: 0.01 meter. Distance to detected object from the reference point in x-direction for the time of measurement. For a vehicle, the distance is reported in a body-fixed coordinate system as provided by ISO 8855. For a RSU, the distance is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. zeroPointZeroOneMeter(1), oneMeter(100).",
"maximum": 132767,
"minimum": -132768,
"type": "integer"
},
"x_speed": {
"description": "Unit: 0.01 m/s. Speed of the detected object in the detecting reference system in x-direction for the time of measurement (i.e. speed of the object relative to the origin of the station\u2019s reference system). For a vehicle, the speed is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the speed is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. negativeSpeedMaximum(-16383), standstill(0), oneCentimeterPerSec(1), speedMaximum(16382), unavailable(16383).",
"maximum": 16383,
"minimum": -16383,
"type": "integer"
},
"y_acceleration": {
"description": "Unit: 0.1 m/s2. Acceleration of the detected object from the reference point in y-direction for the time of measurement. For a vehicle, the acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direct. pointOneMeterPerSecSquared(1), minusPointOneMeterPerSecSquared(-1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"y_distance": {
"description": "Unit: 0.01 meter. Distance to detected object from the reference point in y-direction for the time of measurement. For a vehicle, the distance is reported in a body-fixed coordinate system as provided by ISO 8855. For a RSU, the distance is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. zeroPointZeroOneMeter(1), oneMeter(100).",
"maximum": 132767,
"minimum": -132768,
"type": "integer"
},
"y_speed": {
"description": "Unit: 0.01 m/s. Speed of the detected object in the detecting reference system in y-direction for the time of measurement (i.e. speed of the object relative to the origin of the station\u2019s reference system). For a vehicle, the speed is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the speed is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. negativeSpeedMaximum(-16383), standstill(0), oneCentimeterPerSec(1), speedMaximum(16382), unavailable(16383).",
"maximum": 16383,
"minimum": -16383,
"type": "integer"
},
"yaw_acceleration": {
"description": "Unit: 0.01 degrees/s^2 (degrees per second squared). Yaw acceleration of object from the reference point. For a vehicle, the angular acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular acceleration value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noAcceleration(0), oneDegreePerSecondSquaredAntiClockwise(100), oneDegreePerSecondSquaredClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"yaw_angle": {
"description": "Unit: 0.1 degrees. Yaw angle of object from the reference point. For a vehicle, the angle is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angle is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angle is measured with positive values considering the object orientation turning counter-clockwise around the z-axis. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"yaw_rate": {
"description": "Unit: 0.01 degrees/s. Yaw rate of object from the reference point. For a vehicle, the angular rate is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the angular rate is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction. The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the x-axis. An angular speed value described in a local Cartesian coordinate system, counted positive in a right-hand local coordinate system from the abscissa. noSpeed(0), oneDegreePerSecondAntiClockwise(100), oneDegreePerSecondClockwise(-100).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
},
"z_acceleration": {
"description": "Unit: 0.1 m/s2. Acceleration of the detected object from the reference point in z-direction for the time of measurement. For a vehicle, the acceleration is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the acceleration is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direct. pointOneMeterPerSecSquared(1), minusPointOneMeterPerSecSquared(-1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"z_distance": {
"description": "Unit: 0.01 meter. Distance to detected object from the reference point in z-direction for the time of measurement. For a vehicle, the distance is reported in a body-fixed coordinate system as provided by ISO 8855. For a RSU, the distance is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. zeroPointZeroOneMeter(1), oneMeter(100).",
"maximum": 132767,
"minimum": -132768,
"type": "integer"
},
"z_speed": {
"description": "Unit: 0.01 m/s. Speed of the detected object in the detecting reference system in z-direction for the time of measurement (i.e. speed of the object relative to the origin of the station\u2019s reference system). For a vehicle, the speed is reported in a body-fixed coordinate system as provided by ISO 8855 originating at the station\u2019s reference point. For a RSU, the speed is reported in a coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z-axis to the vertical direction. negativeSpeedMaximum(-16383), standstill(0), oneCentimeterPerSec(1), speedMaximum(16382), unavailable(16383).",
"maximum": 16383,
"minimum": -16383,
"type": "integer"
}
},
"required": [
"object_id",
"time_of_measurement",
"x_distance",
"y_distance",
"x_speed",
"y_speed",
"object_age",
"confidence"
],
"type": "object"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"protocol_version": {
"description": "version of the message and/or communication protocol",
"examples": [
1
],
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"sensor_information_container": {
"description": "List of information for individual sensor(s) which are mounted to a a vehicle or roadside.",
"items": {
"properties": {
"detection_area": {
"properties": {
"stationary_sensor_circular": {
"$ref": "#/$defs/area_circular"
},
"stationary_sensor_ellipse": {
"$ref": "#/$defs/area_ellipse"
},
"stationary_sensor_polygon": {
"$ref": "#/$defs/area_polygon"
},
"stationary_sensor_radial": {
"properties": {
"horizontal_opening_angle_end": {
"description": "Unit: 0.1 degrees. The orientation indicating the end of the stationary sensor\u2019s horizontal opening angle in positive angular direction with respect to the WGS84 coordinate system. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable (3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"horizontal_opening_angle_start": {
"description": "Unit: 0.1 degrees. The orientation indicating the start of the stationary sensor\u2019s horizontal opening angle in positive angular direction with respect to the WGS84 coordinate system. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable (3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"range": {
"description": "Unit: 0.1 meter. The radial range of the sensor from the reference point or sensor point offset. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"sensor_position_offset": {
"$ref": "#/$defs/offset",
"description": "The offset of the mounting point of this sensor from the station's reference position."
},
"vertical_opening_angle_end": {
"description": "Unit: 0.1 degrees. The orientation indicating the end of the stationary sensor\u2019s vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis located in the north-east plane of the WGS84 coordinate system. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"vertical_opening_angle_start": {
"description": "Unit: 0.1 degrees. The orientation indicating the start of the stationary sensor\u2019s vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis located in the north-east plane of the WGS84 coordinate system. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
}
},
"required": [
"range",
"horizontal_opening_angle_start",
"horizontal_opening_angle_end"
],
"type": "object"
},
"stationary_sensor_rectangle": {
"$ref": "#/$defs/area_rectangle"
},
"vehicle_sensor": {
"properties": {
"ref_point_id": {
"default": 0,
"description": "Increasing counter of the trailer reference point (corresponding to the hitch point).",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"vehicle_sensor_property_list": {
"description": "List of information for individual sensor(s) which are mounted to a a vehicle or roadside.",
"items": {
"properties": {
"horizontal_opening_angle_end": {
"description": "Unit: 0.1 degrees. End of the sensor's horizontal opening angle extension relative to the body of the vehicle. The value is provided with respect to a body-fixed coordinate system according to the ISO 8855 [i.2] specification with angles counted positive in the counter-clockwise direction starting from the X-axis. The opening angle always extends from the horizontal opening angle start to horizontal opening angle end in counter-clockwise direction. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"horizontal_opening_angle_start": {
"description": "Unit: 0.1 degrees. Start of the sensor's horizontal opening angle extension relative to the body of the vehicle. The value is provided with respect to a body-fixed coordinate system according to the ISO 8855 [i.2] specification with angles counted positive in the counter-clockwise direction starting from the X-axis. The opening angle always extends from the horizontal opening angle start to horizontal opening angle end in counter-clockwise direction. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"range": {
"description": "Unit: 0.1 meter. Range of sensor within the indicated azimuth angle defined by the start and end opening angle. zeroPointOneMeter(1), oneMeter(10).",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"vertical_opening_angle_end": {
"description": "Unit: 0.1 degrees. End of the sensor's vertical opening angle extension. The angle refers to a rotation about the y-axis of a sensor-specific coordinate system with its origin located at the location defined by the offset. The X-axis of the sensor's coordinate system points in the direction of half of the horizontal opening angle. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"vertical_opening_angle_start": {
"description": "Unit: 0.1 degrees. Start of the sensor's vertical opening angle extension. The angle refers to a rotation about the y-axis of a sensor-specific coordinate system with its origin located at the location defined by the offset. The x-axis of the sensor's coordinate system points in the direction of half of the horizontal opening angle. zeroPointOneDegree(1), oneDegree(10), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
}
},
"required": [
"range",
"horizontal_opening_angle_start",
"horizontal_opening_angle_end"
],
"type": "object"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"x_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in negative x-direction from Reference Point indicated by the ref point id. negativeZeroPointZeroOneMeter(-1), negativeOneMeter(-100), negativeOutOfRange(-3094), positiveOneMeter(100),positiveOutOfRange(1001).",
"maximum": 1001,
"minimum": -3094,
"type": "integer"
},
"y_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in y-direction from Reference Point indicated by the ref point id. zeroPointZeroOneMeter(1), oneMeter(100).",
"maximum": 1000,
"minimum": -1000,
"type": "integer"
},
"z_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in z-direction from Reference Point indicated by the ref point id. zeroPointZeroOneMeter(1), oneMeter(100).",
"maximum": 1000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"x_sensor_offset",
"y_sensor_offset",
"vehicle_sensor_property_list"
],
"type": "object"
}
},
"type": "object"
},
"sensor_id": {
"description": "Sensor identifier",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": {
"description": "Type of attached sensor. undefined(0), radar(1), lidar(2), monovideo(3), stereovision(4), nightvision(5), ultrasonic(6), pmd(7), fusion(8), inductionloop(9), sphericalCamera(10), itssaggregation(11).",
"maximum": 15,
"minimum": 0,
"type": "integer"
}
},
"required": [
"sensor_id",
"type",
"detection_area"
],
"type": "object"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"station_data_container": {
"oneOf": [
{
"required": [
"originating_vehicle_container"
]
},
{
"required": [
"originating_rsu_container"
]
}
],
"properties": {
"originating_rsu_container": {
"properties": {
"intersection_reference_id": {
"description": "Intersection id. Unique within that region.",
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"region": {
"description": "Road regulator id. When is present the intersection or road segment reference id is guaranteed to be globally unique.",
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"road_segment_reference_id": {
"description": "Road segment id. Unique within that region.",
"maximum": 65535,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"originating_vehicle_container": {
"properties": {
"confidence": {
"properties": {
"heading": {
"description": "Unit: 0.1 degree. Heading accuracy of the vehicle movement with regards to the true north. equalOrWithinZeroPointOneDegree (1), equalOrWithinOneDegree (10), outOfRange(126), unavailable(127).",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"longitudinal_acceleration": {
"description": "pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"speed": {
"description": "Unit: 0.01 m/s. Speed accuracy. equalOrWithinOneCentimeterPerSec(1), equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127).",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"vehicle_length": {
"default": 4,
"description": "noTrailerPresent(0), trailerPresentWithKnownLength(1), trailerPresentWithUnknownLength(2), trailerPresenceIsUnknown(3), unavailable(4).",
"maximum": 4,
"minimum": 0,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102).",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"yaw_rate": {
"default": 8,
"description": "degSec-000-01 (0), degSec-000-05 (1), degSec-000-10 (2), degSec-001-00 (3), degSec-005-00 (4), degSec-010-00 (5), degSec-100-00 (6), outOfRange (7), unavailable (8).",
"maximum": 8,
"minimum": 0,
"type": "integer"
}
},
"required": [
"heading",
"speed"
],
"type": "object"
},
"drive_direction": {
"default": 2,
"description": "forward (0), backward (1), unavailable (2).",
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"heading": {
"description": "Unit: 0.1 degree. Heading of the vehicle movement with regards to the true north; wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601).",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredToRight(-1), pointOneMeterPerSecSquaredToLeft(1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"longitudinal_acceleration": {
"default": 161,
"description": "unit: 0,1 m/s2. pointOneMeterPerSecSquaredForward(1), pointOneMeterPerSecSquaredBackward(-1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"speed": {
"description": "Unit: 0.01 m/s. Driving speed. standstill(0), oneCentimeterPerSec(1), unavailable(16383).",
"maximum": 16383,
"minimum": 0,
"type": "integer"
},
"vehicle_length": {
"default": 1023,
"description": "tenCentimeters(1), outOfRange(1022), unavailable(1023).",
"maximum": 1023,
"minimum": 1,
"type": "integer"
},
"vehicle_width": {
"default": 62,
"description": "tenCentimeters(1), outOfRange(61), unavailable(62).",
"maximum": 62,
"minimum": 1,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredUp(1), pointOneMeterPerSecSquaredDown(-1), unavailable(161).",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"yaw_rate": {
"default": 32767,
"description": "Unit: 0,01 degree/s: straight(0), degSec-000-01ToRight(-1), degSec-000-01ToLeft(1), unavailable(32767).",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
}
},
"required": [
"heading",
"speed",
"confidence"
],
"type": "object"
}
},
"type": "object"
},
"station_id": {
"description": "identifier",
"examples": [
1,
42
],
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"required": [
"protocol_version",
"station_id",
"generation_delta_time",
"management_container"
],
"type": "object"
},
"origin": {
"description": "the entity responsible for this message",
"enum": [
"self",
"global_application",
"mec_application",
"on_board_application"
],
"type": "string"
},
"source_uuid": {
"description": "identifier",
"examples": [
"ora_car_42"
],
"type": "string"
},
"timestamp": {
"description": "Unit: millisecond. The timestamp when the message was generated since Unix Epoch (1970/01/01).",
"examples": [
1574778515424
],
"maximum": 1830297600000,
"minimum": 1514764800000,
"type": "integer"
},
"type": {
"const": "cpm",
"description": "message type",
"type": "string"
},
"version": {
"const": "1.2.0",
"description": "json message format version",
"type": "string"
}
},
"required": [
"type",
"origin",
"version",
"source_uuid",
"timestamp",
"message"
],
"type": "object"
} | MIT | en |
Orange-OpenSource/its-client | 7772612b80acbc25c329c66f3a10b2ddd2c9d896 | 2022-11-22T14:07:14 | schema/cpm_schema_1-0-1.json | 7 | 2024-05-27T03:23:41.646252Z | {
"$id": "https://tigroo31.github.io/its-client/schema/cam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "CPM JSon schema",
"properties": {
"message": {
"properties": {
"generation_delta_time": {
"description": "Unit: millisecond. Time of the reference position in the CPM, considered as time of the CPM generation. TimestampIts mod 65 536. TimestampIts represents an integer value in milliseconds since 2004-01-01T00:00:00:000Z",
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"management_container": {
"properties": {
"confidence": {
"properties": {
"altitude": {
"description": "alt-000-01 (0), alt-000-02 (1), alt-000-05 (2), alt-000-10 (3), alt-000-20 (4), alt-000-50 (5), alt-001-00 (6), alt-002-00 (7), alt-005-00 (8), alt-010-00 (9), alt-020-00 (10), alt-050-00 (11), alt-100-00 (12), alt-200-00 (13), outOfRange (14), unavailable (15)",
"maximum": 15,
"minimum": 0,
"type": "integer"
},
"position_confidence_ellipse": {
"properties": {
"semi_major_confidence": {
"description": "Unit: 1 cm. oneCentimeter(1), outOfRange(4094), unavailable(4095)",
"maximum": 4095,
"minimum": 0,
"type": "integer"
},
"semi_major_orientation": {
"description": "Unit: 0.1 degree. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"semi_minor_confidence": {
"description": "Unit: 1 cm. oneCentimeter(1), outOfRange(4094), unavailable(4095)",
"maximum": 4095,
"minimum": 0,
"type": "integer"
}
},
"required": [
"semi_major_confidence",
"semi_minor_confidence",
"semi_major_orientation"
],
"type": "object"
}
},
"required": [
"position_confidence_ellipse",
"altitude"
],
"type": "object"
},
"reference_position": {
"properties": {
"altitude": {
"description": "Unit: 0.01 meter. referenceEllipsoidSurface(0), oneCentimeter(1), unavailable(800001)",
"maximum": 800001,
"minimum": -100000,
"type": "integer"
},
"latitude": {
"description": "Unit: 0.1 microdegree. oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unavailable(900000001)",
"maximum": 900000001,
"minimum": -900000000,
"type": "integer"
},
"longitude": {
"description": "Unit: 0.1 microdegree. oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unavailable(1800000001)",
"maximum": 1800000001,
"minimum": -1800000000,
"type": "integer"
}
},
"required": [
"latitude",
"longitude",
"altitude"
],
"type": "object"
},
"station_type": {
"description": "Station type of the originating ITS-S. unknown(0), pedestrian(1), cyclist(2), moped(3), motorcycle(4), passengerCar(5), bus(6), lightTruck(7), heavyTruck(8), trailer(9), specialVehicles(10), tram(11), roadSideUnit(15)",
"maximum": 255,
"minimum": 0,
"type": "integer"
}
},
"required": [
"station_type",
"reference_position",
"confidence"
],
"type": "object"
},
"message_id": {
"description": "Type of ITS message",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"number_of_perceived_objects": {
"description": "The number of perceived objects by the transmitting ITS-S. This number does not have to match up with the number of objects included in the transmitted message due to the object inclusion scheme. ",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"perceived_object_container": {
"description": "List of information for individual perceived object",
"items": {
"properties": {
"distance": {
"properties": {
"x_distance": {
"description": "Unit: 0.01 meter. Distance value to detected object from the ITS-S's reference point in x-direction at the time of measurement; zeroPointZeroOneMeter(1), oneMeter(100)",
"maximum": 132767,
"minimum": -132768,
"type": "integer"
},
"y_distance": {
"description": "Unit: 0.01 meter. Distance value to detected object from the ITS-S's reference point in y-direction at the time of measurement; zeroPointZeroOneMeter(1), oneMeter(100)",
"maximum": 132767,
"minimum": -132768,
"type": "integer"
}
},
"required": [
"x_distance",
"y_distance"
],
"type": "object"
},
"distance_confidence": {
"properties": {
"x_distance": {
"description": "Unit: 0.01 meter. Distance confidence to detected object from the ITS-S's reference point in x-direction at the time of measurement; zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"y_distance": {
"description": "Unit: 0.01 meter. Distance confidence to detected object from the ITS-S's reference point in y-direction at the time of measurement; zeroPointZeroOneMeter(1), oneMeter(100), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
}
},
"required": [
"x_distance",
"y_distance"
],
"type": "object"
},
"object_confidence": {
"default": 0,
"description": "The confidence associated to the object; unknown(0), onePercent(1), oneHundredPercent(100),unavailable(101)",
"maximum": 101,
"minimum": 0,
"type": "integer"
},
"object_id": {
"description": "Identifier assigned to a detected object",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"object_ref_point": {
"default": 0,
"description": "The reference point on the perceived object relative to which the measurement data is provided. In case no object reference - point can be determined, it is assumed to be the center point of the detected object. {mid(0), bottomLeft(1), midLeft(2), topLeft(3), bottomMid(4), topMid(5), bottomRight(6), midRight(7), topRight(8)",
"maximum": 8,
"minimum": 0,
"type": "integer"
},
"speed": {
"properties": {
"x_speed": {
"description": "Unit: 0.01 m/s. Speed value of detected object from the ITS-S's reference point in x-direction at the time of measurement; standstill(0), oneCentimeterPerSec(1),unavailable(16383)",
"maximum": 16383,
"minimum": -16383,
"type": "integer"
},
"y_speed": {
"description": "Unit: 0.01 m/s. Speed value of detected object from the ITS-S's reference point in y-direction at the time of measurement; standstill(0), oneCentimeterPerSec(1),unavailable(16383)",
"maximum": 16383,
"minimum": -16383,
"type": "integer"
}
},
"required": [
"x_speed",
"y_speed"
],
"type": "object"
},
"speed_confidence": {
"properties": {
"x_speed": {
"description": "Unit: 0.01 m/s. Speed confidence of detected object from the ITS-S's reference point in x-direction at the time of measurement; equalOrWithinOneCentimeterPerSec(1),equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"y_speed": {
"description": "Unit: 0.01 m/s. Speed confidence of detected object from the ITS-S's reference point in y-direction at the time of measurement; equalOrWithinOneCentimeterPerSec(1),equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
}
},
"required": [
"x_speed",
"y_speed"
],
"type": "object"
},
"time_of_measurement": {
"description": "Unit: milliseconds. Time difference from the message's generation delta time to the time of the measurement of the object",
"maximum": 1500,
"minimum": -1500,
"type": "integer"
}
},
"required": [
"object_id",
"time_of_measurement",
"object_confidence",
"distance",
"distance_confidence",
"speed",
"speed_confidence",
"object_ref_point"
],
"type": "object"
},
"maxItems": 128,
"minItems": 0,
"type": "array"
},
"protocol_version": {
"description": "Version of the ITS message and/or communication protocol",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"sensor_information_container": {
"description": "List of information for individual sensor(s) which are mounted to a a vehicle or roadside",
"items": {
"properties": {
"detection_area": {
"properties": {
"vehicle_sensor": {
"properties": {
"ref_point_id": {
"default": 0,
"description": "Increasing counter of the trailer reference point (corresponding to the hitch point)",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"vehicle_sensor_property_list": {
"description": "List of information for individual sensor(s) which are mounted to a a vehicle or roadside",
"items": {
"properties": {
"horizontal_opening_angle_end": {
"description": "Unit: 0.1 degrees. End of the sensor's horizontal OpeningAngle extension relative to the body of the vehicle. The value is provided with respect to a body-fixed coordinate system according to the ISO 8855 [i.2] specification with angles counted positive in the counter-clockwise direction starting from the X-axis. The opening angle always extends from the horizontalOpeningAngleStart to the horizontalOpeningAngleEnd in counter-clockwise direction. zeroPointOneDegree(1), oneDegree(10), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"horizontal_opening_angle_start": {
"description": "Unit: 0.1 degrees. Start of the sensor's horizontal OpeningAngle extension relative to the body of the vehicle. The value is provided with respect to a body-fixed coordinate system according to the ISO 8855 [i.2] specification with angles counted positive in the counter-clockwise direction starting from the X-axis. The opening angle always extends from the horizontalOpeningAngleStart to horizontalOpeningAngleEnd in counter-clockwise direction. zeroPointOneDegree(1), oneDegree(10), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"range": {
"description": "Unit: 0.1 meter. Range of sensor within the indicated azimuth angle defined by the start and end opening angle. zeroPointOneMeter(1), oneMeter(10)",
"maximum": 10000,
"minimum": 0,
"type": "integer"
},
"vertical_opening_angle_end": {
"description": "Unit: 0.1 degrees. End of the sensor's vertical OpeningAngle extension. This is an optional DE. The angle refers to a rotation about the y-axis of a sensor-specific coordinate system with its origin located at the location defined by the offset. The X-axis of the sensor's coordinate system points in the direction of half of the horizontalOpeningAngle. zeroPointOneDegree(1), oneDegree(10), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"vertical_opening_angle_start": {
"description": "Unit: 0.1 degrees. Start of the sensor's vertical OpeningAngle extension. This is an optional DE. The angle refers to a rotation about the y-axis of a sensor-specific coordinate system with its origin located at the location defined by the offset. The x-axis of the sensor's coordinate system points in the direction of half of the horizontalOpeningAngle. zeroPointOneDegree(1), oneDegree(10), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
}
},
"required": [
"range",
"horizontal_opening_angle_start",
"horizontal_opening_angle_end"
],
"type": "object"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"x_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in negative x-direction from Reference Point indicated by the refPointID. negativeZeroPointZeroOneMeter(-1), negativeOneMeter(-100)",
"maximum": 0,
"minimum": -5000,
"type": "integer"
},
"y_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in y-direction from Reference Point indicated by the refPointID. zeroPointZeroOneMeter(1), oneMeter(100). zeroPointZeroOneMeter(1), oneMeter(100)",
"maximum": 1000,
"minimum": -1000,
"type": "integer"
},
"z_sensor_offset": {
"description": "Unit: 0.01 meter. Mounting position of sensor in z-direction from Reference Point indicated by the refPointID",
"maximum": 1000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"ref_point_id",
"x_sensor_offset",
"y_sensor_offset",
"vehicle_sensor_property_list"
],
"type": "object"
}
},
"type": "object"
},
"sensor_id": {
"description": "Sensor identifier",
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": {
"description": "Type of attached sensor. undefined(0), radar(1), lidar(2), monovideo(3), stereovision(4), nightvision(5), ultrasonic(6), pmd(7), fusion(8), inductionloop(9), sphericalCamera(10), itssaggregation(11)",
"maximum": 15,
"minimum": 0,
"type": "integer"
}
},
"required": [
"sensor_id",
"type",
"detection_area"
],
"type": "object"
},
"maxItems": 128,
"minItems": 1,
"type": "array"
},
"station_data_container": {
"properties": {
"originating_rsu_container": {
"properties": {
"intersection_reference_id": {
"properties": {
"intersection_id": {
"description": "Intersection id. Unique within that region.",
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
},
"road_regulator_id": {
"description": "Road regulator id. When is present the intersection_id is guaranteed to be globally unique.",
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"required": [
"intersection_id"
],
"type": "object"
},
"road_segment_reference_id": {
"description": "Intersection id. Unique within that region.",
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"originating_vehicle_container": {
"properties": {
"confidence": {
"properties": {
"heading": {
"description": "Unit: 0.1 degree. Heading accuracy of the vehicle movement of the originating ITS-S with regards to the true north; equalOrWithinZeroPointOneDegree (1), equalOrWithinOneDegree (10), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"longitudinal_acceleration": {
"description": "pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"speed": {
"description": "Unit: 0.01 m/s. Speed accuracy of the originating ITS-S; equalOrWithinOneCentimeterPerSec(1), equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127)",
"maximum": 127,
"minimum": 1,
"type": "integer"
},
"vehicle_length": {
"default": 4,
"description": "noTrailerPresent(0), trailerPresentWithKnownLength(1), trailerPresentWithUnknownLength(2), trailerPresenceIsUnknown(3), unavailable(4)",
"maximum": 4,
"minimum": 0,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0,1 m/s2. pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)",
"maximum": 102,
"minimum": 0,
"type": "integer"
},
"yaw_rate": {
"default": 8,
"description": "degSec-000-01 (0), degSec-000-05 (1), degSec-000-10 (2), degSec-001-00 (3), degSec-005-00 (4), degSec-010-00 (5), degSec-100-00 (6), outOfRange (7), unavailable (8)",
"maximum": 8,
"minimum": 0,
"type": "integer"
}
},
"required": [
"heading",
"speed"
],
"type": "object"
},
"drive_direction": {
"default": 2,
"description": "forward (0), backward (1), unavailable (2)",
"maximum": 2,
"minimum": 0,
"type": "integer"
},
"heading": {
"description": "Unit: 0.1 degree. Heading of the vehicle movement of the originating ITS-S with regards to the true north; wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), unavailable(3601)",
"maximum": 3601,
"minimum": 0,
"type": "integer"
},
"lateral_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredToRight(-1), pointOneMeterPerSecSquaredToLeft(1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"longitudinal_acceleration": {
"default": 161,
"description": "unit: 0,1 m/s2. pointOneMeterPerSecSquaredForward(1), pointOneMeterPerSecSquaredBackward(-1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"speed": {
"description": "Unit: 0.01 m/s. Driving speed of the originating ITS-S; standstill(0), oneCentimeterPerSec(1), unavailable(16383)",
"maximum": 16383,
"minimum": 0,
"type": "integer"
},
"vehicle_length": {
"default": 1023,
"description": "tenCentimeters(1), outOfRange(1022), unavailable(1023)",
"maximum": 1023,
"minimum": 1,
"type": "integer"
},
"vehicle_width": {
"default": 62,
"description": "tenCentimeters(1), outOfRange(61), unavailable(62)",
"maximum": 62,
"minimum": 1,
"type": "integer"
},
"vertical_acceleration": {
"description": "Unit: 0.1 m/s2. pointOneMeterPerSecSquaredUp(1), pointOneMeterPerSecSquaredDown(-1), unavailable(161)",
"maximum": 161,
"minimum": -160,
"type": "integer"
},
"yaw_rate": {
"default": 32767,
"description": "Unit: 0,01 degree/s: straight(0), degSec-000-01ToRight(-1), degSec-000-01ToLeft(1), unavailable(32767)",
"maximum": 32767,
"minimum": -32766,
"type": "integer"
}
},
"required": [
"heading",
"speed",
"confidence"
],
"type": "object"
}
},
"type": "object"
},
"station_id": {
"description": "Identifier for an ITS-S",
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"required": [
"protocol_version",
"station_id",
"message_id",
"generation_delta_time",
"management_container",
"number_of_perceived_objects"
],
"type": "object"
},
"origin": {
"description": "The entity responsible for this message",
"enum": [
"self",
"global_application",
"mec_application",
"on_board_application"
],
"type": "string"
},
"source_uuid": {
"description": "Identifier",
"type": "string"
},
"timestamp": {
"description": "Unit: millisecond. The timestamp when the message was generated since Unix Epoch (1970/01/01)",
"maximum": 1830297600000,
"minimum": 1514764800000,
"type": "integer"
},
"type": {
"const": "cpm",
"description": "message type",
"type": "string"
},
"version": {
"const": "1.0.1",
"description": "json message format version",
"type": "string"
}
},
"required": [
"type",
"origin",
"version",
"source_uuid",
"timestamp",
"message"
],
"type": "object"
} | MIT | en |
davishmcclurg/json_schemer | 4f46cbb36d75214c258fbad1f76c382b6c6a9157 | 2019-09-10T02:33:57 | JSON-Schema-Test-Suite/test-schema.json | 383 | 2024-05-28T05:43:43.004026Z | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"outputItem": {
"properties": {
"absoluteKeywordLocation": {
"format": "uri",
"type": "string"
},
"annotations": {
"items": {
"$ref": "#/definitions/outputItem"
},
"type": "array"
},
"errors": {
"items": {
"$ref": "#/definitions/outputItem"
},
"type": "array"
},
"instanceLocation": {
"type": "string"
},
"keywordLocation": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"type": "object"
}
},
"items": {
"additionalProperties": false,
"minItems": 1,
"properties": {
"description": {
"type": "string"
},
"schema": {},
"tests": {
"items": {
"additionalProperties": false,
"properties": {
"data": {},
"description": {
"type": "string"
},
"output": {
"properties": {
"basic": {
"$ref": "#/definitions/outputItem"
},
"detailed": {
"$ref": "#/definitions/outputItem"
},
"verbose": {
"$ref": "#/definitions/outputItem"
}
},
"required": [
"basic",
"detailed",
"verbose"
],
"type": "object"
},
"valid": {
"type": "boolean"
}
},
"required": [
"description",
"data",
"valid"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"description",
"schema",
"tests"
],
"type": "object"
},
"type": "array"
} | MIT | en |
davishmcclurg/json_schemer | bbcd0cea20cbaa61cf2bdae5f53840861cae54b8 | 2024-02-25T19:30:33 | test/schemas/$schema_items_array.json | 383 | 2024-05-28T05:43:43.004026Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"items": [
{}
]
} | MIT | en |
webosbrew/apps-repo | 73a88db42c067344a39871ab7bec4da5d6538725 | 2023-04-17T07:39:25 | content/schemas/api/PackagesPage.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/PackagesPage.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Repository information for webOS homebrew packages",
"properties": {
"packages": {
"items": {
"$ref": "PackageInfo.json"
},
"type": "array"
}
},
"title": "HomebrewRepository",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 73a88db42c067344a39871ab7bec4da5d6538725 | 2023-04-17T07:39:25 | content/schemas/packages/Category.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/packages/Category.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
{
"const": "multimedia",
"description": "Application for presenting, creating, or processing multimedia (audio/video)"
},
{
"const": "game",
"description": "A game"
},
{
"const": "system",
"description": "System application, \"System Tools\" such as say a log viewer or network monitor"
},
{
"const": "utility",
"description": "Small utility application, \"Accessories\""
},
{
"const": "screensaver",
"description": "A screen saver"
},
{
"const": "launcher",
"description": "A launcher (home screen) alternative"
}
],
"title": "PackageCategory",
"type": "string"
} | Apache-2.0 | en |
webosbrew/apps-repo | 73a88db42c067344a39871ab7bec4da5d6538725 | 2023-04-17T07:39:25 | content/schemas/packages/PackageInfo.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/packages/PackageInfo.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"category": {
"$ref": "Category.json"
},
"description": {
"description": "Markdown/HTML formatted description",
"type": "string"
},
"detailIconUri": {
"description": "Icon uri for application detail page, in higher resolution",
"type": "string"
},
"funding": {
"description": "Funding information",
"properties": {
"github": {
"items": {
"description": "GitHub username",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"manifestUrl": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"manifestUrlBeta": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"pool": {
"anyOf": [
{
"const": "main",
"description": "Main pool - Must be open-source"
},
{
"const": "non-free",
"description": "Non-free pool - Can be closed-source"
}
],
"type": "string"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"maxLength": 30,
"type": "string"
}
},
"required": [
"title",
"iconUri",
"manifestUrl",
"category",
"pool",
"description"
],
"title": "PackageInfo",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 4cd0528359427aedf7dd1191855a9766f0fe22d1 | 2024-02-08T08:15:50 | content/schemas/api/PackageManifest.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/api/PackageManifest.schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Package manifest for webOS homebrew package",
"properties": {
"appDescription": {
"description": "The description of the application shown in the application details page.",
"type": "string"
},
"iconUri": {
"description": "Image displayed for the app. This is a URL to an image, or data: encoded URI.",
"type": "string"
},
"id": {
"description": "Application ID, e.g., \"com.newco.app.myApp\". Every application has a unique ID created using the reverse-DNS naming convention.",
"type": "string"
},
"installedSize": {
"description": "Size of installed package in bytes.",
"exclusiveMinimum": 0,
"type": "integer"
},
"ipkHash": {
"additionalProperties": false,
"description": "Hash of package file.",
"minProperties": 1,
"properties": {
"sha256": {
"description": "Hex encoded SHA-256 hash.",
"type": "string"
}
},
"type": "object"
},
"ipkSize": {
"description": "Size of package file in bytes.",
"exclusiveMinimum": 0,
"type": "integer"
},
"ipkUrl": {
"description": "URL to package file.",
"type": "string"
},
"rootRequired": {
"description": "Whether this app requires a rooted/jailbroken TV to work or can optionally use root.",
"enum": [
true,
false,
"optional"
],
"type": [
"boolean",
"string"
]
},
"sourceUrl": {
"description": "Link to source code repository or project homepage, etc.",
"type": "string"
},
"title": {
"description": "The title of the application.",
"type": "string"
},
"type": {
"description": "Identifies the application type. These are the same types used in appinfo.json on webOS.",
"enum": [
"web",
"stub",
"native",
"native_builtin",
"native_appshell",
"qml"
],
"type": "string"
},
"version": {
"description": "The application version number in dot-decimal format with three components, e.g., 3.0.2500.",
"type": "string"
}
},
"required": [
"id",
"version",
"type",
"title",
"iconUri",
"ipkUrl",
"ipkHash"
],
"title": "PackageManifest",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 571547446190f31f85d933d6913eaba695fdcef5 | 2024-03-31T10:27:08 | content/schemas/api/PackageInfo.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://webosbrew.org/schema/HomebrewRepository.schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"required": [
"id",
"title",
"iconUri"
]
},
{
"oneOf": [
{
"required": [
"manifestUrl"
]
},
{
"required": [
"manifest"
]
}
]
}
],
"description": "Homebrew Package Information",
"properties": {
"detailIconUri": {
"description": "Image displayed for your app in detail view. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"fullDescriptionUrl": {
"description": "URL to full description page in HTML. Client may apply appropriate stylesheet to it.",
"type": "string"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"id": {
"description": "Application ID, e.g., \"com.newco.app.myApp\" . Every application has a unique ID, created from reverse DNS naming conventions.",
"type": "string"
},
"manifest": {
"$ref": "PackageManifest.json"
},
"manifestUrl": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"requirements": {
"$ref": "../packages/PackageInfo.json#/properties/requirements"
},
"shortDescription": {
"description": "Short description for your app.",
"type": "string"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"type": "string"
}
},
"title": "HomebrewPackageInfo",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 73a88db42c067344a39871ab7bec4da5d6538725 | 2023-04-17T07:39:25 | content/schemas/api/PackageManifest.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/api/PackageManifest.schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Package manifest for webOS homebrew package",
"properties": {
"appDescription": {
"description": "The description of the application shown in the application details page.",
"type": "string"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"id": {
"description": "Application ID, e.g., \"com.newco.app.myApp\" . Every application has a unique ID, created from reverse DNS naming conventions.",
"type": "string"
},
"ipkHash": {
"additionalProperties": false,
"description": "URL to package file",
"minProperties": 1,
"properties": {
"sha256": {
"description": "Hex encoded hash",
"type": "string"
}
},
"type": "object"
},
"ipkUrl": {
"description": "URL to package file",
"type": "string"
},
"rootRequired": {
"description": "Whether this app require a rooted/jailbroken TV to work, or optional.",
"enum": [
true,
false,
"optional"
],
"type": [
"boolean",
"string"
]
},
"sourceUrl": {
"description": "Link to source code repository, or project homepage etc",
"type": "string"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"type": "string"
},
"type": {
"description": "Identifies the application type",
"enum": [
"web",
"stub",
"native",
"native_builtin",
"native_appshell",
"qml"
],
"type": "string"
},
"version": {
"description": "The application version number, in the dot-notation format, e.g., 3.0.2500",
"type": "string"
}
},
"required": [
"id",
"version",
"type",
"title",
"iconUri",
"ipkUrl",
"ipkHash"
],
"title": "PackageManifest",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | d7c9acff64a888f8b01111bcf89dc53a8ddd62ad | 2023-04-17T14:33:39 | content/schemas/packages/PackageInfo.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/packages/PackageInfo.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"category": {
"$ref": "Category.json"
},
"description": {
"description": "Markdown/HTML formatted description",
"type": "string"
},
"detailIconUri": {
"description": "Icon uri for application detail page, in higher resolution",
"type": "string"
},
"funding": {
"description": "Funding information",
"properties": {
"github": {
"items": {
"description": "GitHub username",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"manifestUrl": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"manifestUrlBeta": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"pool": {
"anyOf": [
{
"const": "main",
"description": "Main pool - Must be open-source"
},
{
"const": "non-free",
"description": "Non-free pool - Can be closed-source"
}
],
"type": "string"
},
"requirements": {
"description": "System requirements",
"properties": {
"webosRelease": {
"description": "webOS Release version (check /etc/starfish-release)",
"type": "string"
}
},
"type": "object"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"maxLength": 30,
"type": "string"
}
},
"required": [
"title",
"iconUri",
"manifestUrl",
"category",
"pool",
"description"
],
"title": "PackageInfo",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | c5f5e0a4355f2164dea73e9e9ae6c6e5eda4681e | 2024-03-29T16:06:52 | content/schemas/packages/PackageInfo.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/packages/PackageInfo.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"category": {
"$ref": "Category.json"
},
"description": {
"description": "Markdown/HTML formatted description",
"type": "string"
},
"detailIconUri": {
"description": "Icon uri for application detail page, in higher resolution",
"type": "string"
},
"funding": {
"description": "Funding information",
"properties": {
"github": {
"items": {
"description": "GitHub username",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"manifestUrl": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"manifestUrlBeta": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"pool": {
"anyOf": [
{
"const": "main",
"description": "Main pool - Must be open-source"
},
{
"const": "non-free",
"description": "Non-free pool - Can be closed-source"
}
],
"type": "string"
},
"requirements": {
"description": "System requirements",
"properties": {
"deviceSoC": {
"description": "Device SoC type (check /etc/prefs/properties/machineName)",
"items": {
"pattern": "!?[a-z0-9]+",
"type": "string"
},
"type": "array"
},
"webosRelease": {
"description": "webOS Release version (check /etc/starfish-release)",
"type": "string"
}
},
"type": "object"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"maxLength": 30,
"type": "string"
}
},
"required": [
"title",
"iconUri",
"manifestUrl",
"category",
"pool",
"description"
],
"title": "PackageInfo",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 73a88db42c067344a39871ab7bec4da5d6538725 | 2023-04-17T07:39:25 | content/schemas/api/PackageInfo.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://webosbrew.org/schema/HomebrewRepository.schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"required": [
"id",
"title",
"iconUri"
]
},
{
"oneOf": [
{
"required": [
"manifestUrl"
]
},
{
"required": [
"manifest"
]
}
]
}
],
"description": "Homebrew Package Information",
"properties": {
"fullDescriptionUrl": {
"description": "URL to full description page in HTML. Client may apply appropriate stylesheet to it.",
"type": "string"
},
"iconUri": {
"description": "Image displayed for your app. This is a URL to an image, or data: encoded URI",
"type": "string"
},
"id": {
"description": "Application ID, e.g., \"com.newco.app.myApp\" . Every application has a unique ID, created from reverse DNS naming conventions.",
"type": "string"
},
"manifest": {
"$ref": "PackageManifest.json"
},
"manifestUrl": {
"description": "Link to manifest, should be pointed to an URL can always provide latest version",
"type": "string"
},
"shortDescription": {
"description": "Short description for your app.",
"type": "string"
},
"title": {
"description": "The title of the application as it shows in the Launcher and the app window. The application title is unique, set once.",
"type": "string"
}
},
"title": "HomebrewPackageInfo",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | be60fd3d98339056cca847cd69220dfd093ef565 | 2023-12-12T09:57:17 | content/schemas/api/PackageManifest.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/api/PackageManifest.schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Package manifest for webOS homebrew package",
"properties": {
"appDescription": {
"description": "The description of the application shown in the application details page.",
"type": "string"
},
"iconUri": {
"description": "Image displayed for the app. This is a URL to an image, or data: encoded URI.",
"type": "string"
},
"id": {
"description": "Application ID, e.g., \"com.newco.app.myApp\". Every application has a unique ID created using the reverse-DNS naming convention.",
"type": "string"
},
"ipkHash": {
"additionalProperties": false,
"description": "Hash of package file.",
"minProperties": 1,
"properties": {
"sha256": {
"description": "Hex encoded SHA-256 hash.",
"type": "string"
}
},
"type": "object"
},
"ipkUrl": {
"description": "URL to package file.",
"type": "string"
},
"rootRequired": {
"description": "Whether this app requires a rooted/jailbroken TV to work or can optionally use root.",
"enum": [
true,
false,
"optional"
],
"type": [
"boolean",
"string"
]
},
"sourceUrl": {
"description": "Link to source code repository or project homepage, etc.",
"type": "string"
},
"title": {
"description": "The title of the application.",
"type": "string"
},
"type": {
"description": "Identifies the application type. These are the same types used in appinfo.json on webOS.",
"enum": [
"web",
"stub",
"native",
"native_builtin",
"native_appshell",
"qml"
],
"type": "string"
},
"version": {
"description": "The application version number in dot-decimal format with three components, e.g., 3.0.2500.",
"type": "string"
}
},
"required": [
"id",
"version",
"type",
"title",
"iconUri",
"ipkUrl",
"ipkHash"
],
"title": "PackageManifest",
"type": "object"
} | Apache-2.0 | en |
webosbrew/apps-repo | 4cd0528359427aedf7dd1191855a9766f0fe22d1 | 2024-02-08T08:15:50 | content/schemas/packages/Category.json | 47 | 2024-05-28T02:44:25.911698Z | {
"$id": "https://repo.webosbrew.org/schemas/packages/Category.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
{
"const": "multimedia",
"description": "Application for presenting, creating, or processing multimedia (audio/video)"
},
{
"const": "game",
"description": "A game"
},
{
"const": "system",
"description": "System application, \"System Tools\" such as say a log viewer or network monitor"
},
{
"const": "utility",
"description": "Small utility application, \"Accessories\""
},
{
"const": "screensaver",
"description": "A screen saver"
},
{
"const": "launcher",
"description": "A launcher (home screen) alternative"
},
{
"const": "amblight",
"description": "Ambient light related application (e.g. for Hyperion)"
}
],
"title": "PackageCategory",
"type": "string"
} | Apache-2.0 | en |
ferrumfix/fix2dict | 5706c3a46baf7f67b968185e218c18556725ac36 | 2022-09-28T16:11:32 | fix2json/resources/fix2json-json-schema.json | 6 | 2024-05-27T22:07:10.938864Z | {
"$id": "https://raw.githubusercontent.com/neysofu/fix2json/master/fix2json/resources/fix2json-json-schema.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"definitions": {
"abbreviation": {
"properties": {
"description": {
"$ref": "#/definitions/description"
},
"history": {
"$ref": "#/definitions/history"
},
"term": {
"description": "The full term of this abbreviation.",
"type": "string"
}
},
"required": [
"term",
"description",
"history"
],
"type": "object"
},
"datatype": {
"properties": {
"base": {
"type": "string"
},
"description": {
"$ref": "#/definitions/description"
},
"history": {
"$ref": "#/definitions/history"
}
},
"required": [
"base",
"description",
"history"
],
"type": "object"
},
"description": {
"properties": {
"body": {
"type": "string"
},
"elaboration": {
"type": "string"
},
"examples": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"fix2json": {
"properties": {
"command": {
"description": "The command-line invocation string that generated this document.",
"type": "string"
},
"legal": {
"description": "Legal and copyright information regarding the output.",
"type": "string"
},
"md5": {
"description": "MD5 signature of the sourcing directory.",
"type": "string"
},
"timestamp": {
"examples": [
"2020-03-15T06:01:45Z"
],
"format": "date-time",
"type": "string"
},
"version": {
"description": "The version of FIX2json used to generate this document.",
"examples": [
"1.1.0"
],
"type": "string"
}
},
"type": "object"
},
"history": {
"examples": [
{
"added": {
"fix": "fix",
"major": "4",
"minor": "4",
"sp": "0"
}
}
],
"properties": {
"added": {
"$ref": "#/definitions/version"
},
"deprecated": {
"$ref": "#/definitions/version"
},
"replaced": {
"$ref": "#/definitions/version"
},
"updated": {
"$ref": "#/definitions/version"
}
},
"type": "object"
},
"section": {
"properties": {
"description": {
"$ref": "#/definitions/description"
},
"history": {
"$ref": "#/definitions/history"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"version": {
"examples": [
{
"fix": "fix",
"major": "5",
"minor": "0",
"sp": "2"
}
],
"properties": {
"ep": {
"type": [
"string",
"array"
]
},
"fix": {
"examples": [
"fix",
"fixt"
],
"type": "string"
},
"major": {
"type": "string"
},
"minor": {
"type": "string"
},
"sp": {
"type": "string"
}
},
"required": [
"fix",
"major",
"minor",
"sp"
],
"type": "object"
}
},
"properties": {
"abbreviations": {
"items": {
"$ref": "#/definitions/abbreviation"
},
"type": "object"
},
"categories": {
"items": {
"$ref": "#/definitions/category"
},
"type": "object"
},
"components": {
"items": {
"$ref": "#/definitions/component"
},
"type": "object"
},
"datatypes": {
"items": {
"$ref": "#/definitions/datatype"
},
"type": "object"
},
"fields": {
"items": {
"$ref": "#/definitions/field"
},
"type": "object"
},
"messages": {
"items": {
"$ref": "#/definitions/message"
},
"type": "object"
},
"meta": {
"properties": {
"fix2json": {
"properties": {
"fix2json": {
"$ref": "#/definitions/fix2json"
}
},
"type": "object"
},
"schema": {
"type": "string"
},
"version": {
"$ref": "#/definitions/version"
}
},
"required": [
"version"
],
"type": "object"
},
"sections": {
"items": {
"$ref": "#/definitions/section"
},
"type": "object"
}
},
"required": [
"meta",
"abbreviations",
"datatypes",
"sections",
"categories",
"components",
"fields",
"messages"
],
"title": "Output format of FIX2json",
"type": "object"
} | Apache-2.0 | en |
santhosh-tekuri/jsonschema | a5e21f6cc88e6bf5fb92bc430f618a6326826897 | 2022-11-11T15:17:46 | testdata/remotes/metaschema-no-vocabulary.json | 850 | 2024-05-28T05:20:03.566738Z | {
"$ref": "https://json-schema.org/draft/2020-12/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema#"
} | Apache-2.0 | en |
JetBrains/intellij-community | 43db24a541f81648233ddee6fd3d853b551f716c | 2023-03-26T14:04:35 | plugins/toml/tests/src/test/resources/jsonSchemas/test-schema.json | 16,660 | 2024-05-29T16:50:00.432608Z | {
"$defs": {
"dependencies": {
"patternProperties": {
"^.+$": {
"properties": {
"features": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"type": "object"
}
}
},
"edition": {
"default": "2018",
"enum": [
"2015",
"2018",
"2021"
],
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"bar": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"baz": {
"oneOf": [
{
"type": "string"
},
{
"type": "object"
}
]
},
"bin": {
"items": {
"properties": {
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"test": {
"type": "boolean"
}
},
"type": "object"
},
"type": "array"
},
"dependencies": {
"$ref": "#/$defs/dependencies",
"type": "object"
},
"foo": {
"properties": {
"a": {
"type": "integer"
},
"bar": {
"items": {
"properties": {
"c": {
"type": "integer"
},
"qux": {
"items": {
"properties": {
"d": {
"type": "integer"
}
}
},
"type": "array"
}
}
},
"type": "array"
},
"baz": {
"items": {
"properties": {
"b": {
"type": "integer"
}
}
},
"type": "array"
},
"number-enum": {
"enum": [
1,
2,
3
],
"type": "number"
}
},
"type": "object"
},
"package": {
"description": "Defines a package",
"properties": {
"authors": {
"description": "Lists people or organizations that are considered the \"authors\" of the package",
"items": {
"type": "string"
},
"title": "Package",
"type": "array"
},
"edition": {
"$ref": "#/$defs/edition",
"type": "string"
},
"name": {
"description": "An identifier used to refer to the package",
"title": "Package name",
"type": "string"
},
"version": {
"type": "string"
}
},
"title": "Package definition",
"type": "object"
},
"target": {
"patternProperties": {
"^.+$": {
"properties": {
"dependencies": {
"$ref": "#/$defs/dependencies",
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
JetBrains/intellij-community | c052e7855d65c075cce2256373ac512b02e7dae2 | 2021-04-29T09:44:46 | json/tests/testData/jsonSchema/highlighting/deprecation.json | 16,660 | 2024-05-29T16:50:00.432608Z | {
"$schema": "https://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"deprecated-description-markup": {
"deprecationMessage": "Use top-level property.",
"description": "Deprecated, use top-level property.",
"oneOf": [
{
"$ref": "#/definitions/description-markup"
}
]
},
"deprecated-html-attribute-vue-modifier": {
"additionalProperties": false,
"properties": {
"doc-url": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"description-markup": {
"default": "none",
"description": "Markup language in which descriptions are formatted",
"enum": [
"html",
"markdown",
"none"
],
"type": "string"
}
},
"properties": {
"$schema": {
"type": "string"
},
"description-markup": {
"$ref": "#/definitions/deprecated-description-markup"
},
"directProperty": {
"deprecationMessage": "Baz",
"description": "Foo bar",
"type": "number"
},
"framework": {
"description": "Framework, for which the components are provided by the library",
"type": "string"
},
"vue-modifiers": {
"deprecationMessage": "Contribute Vue directives to /contributions/html/vue-directives",
"description": "Deprecated vue-specific property - contribute Vue directives to /contributions/html/vue-directives",
"items": {
"$ref": "#/definitions/deprecated-html-attribute-vue-modifier"
},
"type": "array"
}
},
"type": "object"
} | Apache-2.0 | en |
yaxitech/ragenix | bf5ae78ace529cb019c83dcde26f9bc6e2ee1399 | 2021-05-12T22:48:51 | src/ragenix/agenix.schema.json | 202 | 2024-05-28T03:03:48.854876Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {
"description": "An age-encrypted file",
"properties": {
"publicKeys": {
"items": {
"description": "An age-compatible recipient, e.g., an ed25519 SSH public key",
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
}
},
"required": [
"publicKeys"
],
"type": "object"
},
"description": "Agenix secrets rules schema",
"properties": {},
"type": "object"
} | Apache-2.0 | en |
kuoss/helm-charts | 4126031a56ae66f1d07fb57134cdd3f33abe571d | 2024-04-27T05:19:30 | charts/myip/values.schema.json | 7 | 2024-05-27T06:31:45.074135Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"deployment": {
"properties": {
"annotations": {
"properties": {},
"type": "object"
}
},
"type": "object"
},
"env": {
"type": "array"
},
"image": {
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
}
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"properties": {},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"extraLabels": {
"properties": {},
"type": "object"
},
"hosts": {
"type": "array"
},
"path": {
"type": "string"
},
"pathType": {
"type": "string"
},
"tls": {
"type": "array"
}
},
"type": "object"
},
"service": {
"properties": {
"annotations": {
"properties": {},
"type": "object"
},
"labels": {
"properties": {},
"type": "object"
},
"loadBalancerIP": {
"type": "string"
},
"loadBalancerSourceRanges": {
"type": "array"
},
"servicePort": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
BonnyAD9/makemake-rs | 4a9bbdbd6326f23132aaf45fc58ed6863576b450 | 2024-01-25T17:15:29 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"description": "Default values for variables",
"patternProperties": {
"^[0-9A-Za-z_]+$": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | 21f69c0551a9727f85987570614a769933276698 | 2023-03-11T13:50:16 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"description": "Default values for variables",
"patternProperties": {
"^[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]+$": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | b5cc482dec826679b6b8b46b9e4c490802eb2526 | 2024-01-29T13:32:57 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"expandVariables": {
"description": "When true, values of variables in `vars` will be expanded with default variables and variables from the CLI. False by default for backwards compatibility.",
"type": "boolean"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"description": "Default values for variables",
"patternProperties": {
"^[0-9A-Za-z_]+$": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | 486311506935e4e09f374370da485493a4c17586 | 2023-03-11T13:44:29 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"patternProperties": {
"[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | 423e5bce71a8cb8e6223ad03732392014d4caf7c | 2023-03-11T13:39:59 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": {
"additionalProperties": false,
"patternProperties": {
"[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]": {
"type": "string"
}
},
"type": "string"
}
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | 5627793856f695b56eb9b471fa3469e65ac54214 | 2023-03-11T13:36:27 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"patternProperties": {
"[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]": {
"type": "string"
}
},
"type": "string"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | cb71ac71460390da7050e8adeef8b4111679af0e | 2023-03-11T13:45:44 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"patternProperties": {
"[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]*": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | ceaa4cec2cc8632885efbb1868acce690d4c512c | 2023-03-11T12:53:37 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$schema": "http://json-schema.org/schema"
} | MIT | en |
BonnyAD9/makemake-rs | c6d5e0547e35c0b0cdc9f61b5e47d2ea80471a8e | 2023-03-11T13:48:28 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "http://json-schema.org/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"vars": {
"additionalProperties": false,
"description": "Default values for variables",
"patternProperties": {
"[^\\$\\ \t\r\n\\?:\\{\\}\\(\\)\\\\]*": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
BonnyAD9/makemake-rs | 0b0b102c24b0ec72747a4b52bbd6311913e61edb | 2024-04-09T07:41:23 | useful_stuff/json-schema/makemake-schema.json | 5 | 2024-05-27T08:05:15.891153Z | {
"$id": "https://raw.githubusercontent.com/BonnyAD9/makemake-rs/master/useful_stuff/json-schema/makemake-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Config file for a makemake template",
"properties": {
"$schema": {
"description": "The thing that gives you this description",
"type": "string"
},
"expandVariables": {
"description": "When true, values of variables in `vars` will be expanded with default variables and variables from the CLI. False by default for backwards compatibility.",
"type": "boolean"
},
"files": {
"additionalProperties": {
"anyOf": [
{
"description": "Defines only the action. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"action": {
"description": "Defines what to do with the file. Copy: copy file (default), Make: expand variables in file, Ignore: do not copy the file",
"enum": [
"Copy",
"Make",
"Ignore"
],
"type": "string"
},
"name": {
"description": "Defines the name of the file. Here can be expressions. If this expands to empty string the file is ignored.",
"type": "string"
}
},
"type": "object"
}
]
},
"description": "Dictionary of filenames (relative to the template) that describes what to do with the files",
"type": "object"
},
"postCommand": {
"description": "Command that runs after the template is created into the folder",
"type": "string"
},
"preCommand": {
"description": "Command that runs before the template is created into the folder",
"type": "string"
},
"vars": {
"additionalProperties": false,
"description": "Default values for variables",
"patternProperties": {
"^[0-9A-Za-z_]+$": {
"type": "string"
}
},
"type": "object"
}
},
"title": "makemake config file",
"type": "object"
} | MIT | en |
ebkr/r2modmanPlus | c433d9b8093c7496641cd63c5acbc629287ff472 | 2023-02-05T17:23:39 | src/depots/depot.schema.json | 1,019 | 2024-05-29T15:12:23.299799Z | {
"$id": "depot.v1",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Launch determination via depot version",
"properties": {
"$schema": {
"description": "The schema to use",
"type": "string"
},
"additionalProperties": false,
"depots": {
"default": {
"description": "The fallback if the depot can't be resolved",
"required": [
"use_proton"
],
"type": "object",
"use_proton": {
"description": "Should proton be used",
"type": "boolean"
}
},
"description": "Container for all depots",
"required": [
"default"
],
"type": "object"
},
"patternProperties": {
"^[0-9]+$": {
"description": "The depot to resolve",
"required": [
"use_proton"
],
"type": "object",
"use_proton": {
"description": "Should proton be used",
"type": "boolean"
}
}
}
},
"required": [
"depots",
"$schema"
],
"title": "Depot",
"type": "object"
} | MIT | en |
ebkr/r2modmanPlus | db69455fdb80731fc665ca36d7a21181ffce165c | 2023-02-12T15:37:43 | src/depots/depot.schema.json | 1,019 | 2024-05-29T15:12:23.299799Z | {
"$id": "depot.v1",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Launch determination via depot version",
"properties": {
"$schema": {
"description": "The schema to use",
"type": "string"
},
"additionalProperties": false,
"depots": {
"default": {
"description": "The fallback if the depot can't be resolved",
"required": [
"use_proton"
],
"type": "object",
"use_proton": {
"description": "Should proton be used",
"type": "boolean"
}
},
"description": "Container for all depots",
"required": [
"default"
],
"type": "object"
},
"patternProperties": {
"^[0-9]+$": {
"description": "The depot to resolve",
"required": [
"use_proton"
],
"type": "object",
"use_proton": {
"description": "Should proton be used",
"type": "boolean"
}
}
}
},
"required": [
"depots",
"$schema"
],
"title": "Depot",
"type": "object"
} | MIT | en |
mkdocstrings/mkdocstrings | a5ed21168c1ccd92a1738f054f1ac2e0f03f030c | 2022-12-11T15:21:10 | docs/schema.json | 1,596 | 2024-05-28T03:18:17.252068Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"mkdocstrings"
],
"markdownDescription": "https://mkdocstrings.github.io/"
},
{
"additionalProperties": false,
"properties": {
"mkdocstrings": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/",
"properties": {
"custom_templates": {
"default": null,
"format": "path",
"markdownDescription": "https://mkdocstrings.github.io/theming/",
"title": "The path to a directory containing custom templates. The path is relative to the current working directory.",
"type": "string"
},
"default_handler": {
"default": "python",
"markdownDescription": "https://mkdocstrings.github.io/usage/#global-options",
"title": "The handler used by default when no handler is specified in autodoc instructions.",
"type": "string"
},
"enable_inventory": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/usage/#cross-references-to-other-projects-inventories",
"title": "Whether to enable inventory file generation.",
"type": "boolean"
},
"handlers": {
"default": null,
"items": {
"oneOf": [
{
"$ref": "https://raw.githubusercontent.com/mkdocstrings/python/master/docs/schema.json"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/handlers/overview/",
"title": "The handlers global configuration.",
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Automatic documentation from sources, for MkDocs."
} | ISC | en |
mkdocstrings/python | a6c55fb52f362dd49b1a7e334a631f6ea3b1b963 | 2023-02-03T19:01:59 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_docstring_attributes": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Attributes\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_description": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the textual block (including admonitions) in the object's docstring.",
"type": "boolean"
},
"show_docstring_examples": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Examples\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_other_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Other Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_raises": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Raises\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_receives": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Receives\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_returns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Returns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_warns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Warns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_yields": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Yields\" section in the object's docstring.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object.",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 02052e248b125a113ab788faa9a075adbdc92ca6 | 2023-03-07T19:19:37 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"load_external_modules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Load external modules to resolve aliases.",
"type": "boolean"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"preload_modules": {
"items": {
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Pre-load modules. It permits to resolve aliases pointing to these modules (packages), and therefore render members of an object that are external to the given object (originating from another package).",
"type": "array"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_docstring_attributes": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Attributes\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_description": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the textual block (including admonitions) in the object's docstring.",
"type": "boolean"
},
"show_docstring_examples": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Examples\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_other_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Other Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_raises": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Raises\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_receives": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Receives\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_returns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Returns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_warns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Warns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_yields": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Yields\" section in the object's docstring.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object.",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | b4fb4dbab38afcef03a2a34411b347aa59292ca0 | 2022-12-11T15:12:47 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"properties": {
"python": {
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"custom_templates": {
"default": null,
"format": "path",
"markdownDescription": "https://mkdocstrings.github.io/theming/",
"title": "The path to a directory containing custom templates. The path is relative to the current working directory.",
"type": "string"
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object..",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 2a11b408d2e3e50905f59203be025ce9c8192f33 | 2024-01-08T16:07:10 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"load_external_modules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#load_external_modules",
"title": "Load external modules to resolve aliases.",
"type": "boolean"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#annotations_path",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_section_style",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_style",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#filters",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#group_by_category",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#heading_level",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#line_length",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#members",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#members_order",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#merge_init_into_class",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"preload_modules": {
"items": {
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#preload_modules",
"title": "Pre-load modules. It permits to resolve aliases pointing to these modules (packages), and therefore render members of an object that are external to the given object (originating from another package).",
"type": "array"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#separate_signature",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#show_bases",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_category_heading",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_docstring_attributes": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_attributes",
"title": "Whether to display the \"Attributes\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_description": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_description",
"title": "Whether to display the textual block (including admonitions) in the object's docstring.",
"type": "boolean"
},
"show_docstring_examples": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_examples",
"title": "Whether to display the \"Examples\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_other_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_other_parameters",
"title": "Whether to display the \"Other Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_parameters",
"title": "Whether to display the \"Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_raises": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_raises",
"title": "Whether to display the \"Raises\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_receives": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_receives",
"title": "Whether to display the \"Receives\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_returns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_returns",
"title": "Whether to display the \"Returns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_warns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_warns",
"title": "Whether to display the \"Warns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_yields": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_yields",
"title": "Whether to display the \"Yields\" section in the object's docstring.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_if_no_docstring",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_object_full_path",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_full_path",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_heading",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_members_full_path",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_toc_entry",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#show_signature",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#show_signature_annotations",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#show_source",
"title": "Show the source code of this object.",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#show_submodules",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
},
"show_symbol_type_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_symbol_type_heading",
"title": "Show the symbol type in headings (e.g. mod, class, func and attr).",
"type": "boolean"
},
"show_symbol_type_toc": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_symbol_type_toc",
"title": "Show the symbol type in the Table of Contents (e.g. mod, class, func and attr).",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#paths",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 5b821e3771cb581e95352f85a31b9bacfe643751 | 2022-12-11T15:18:29 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"custom_templates": {
"default": null,
"format": "path",
"markdownDescription": "https://mkdocstrings.github.io/theming/",
"title": "The path to a directory containing custom templates. The path is relative to the current working directory.",
"type": "string"
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object..",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 6530b6e2502388610617cd8cdf97511804000eaa | 2023-06-02T14:51:48 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"load_external_modules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#load_external_modules",
"title": "Load external modules to resolve aliases.",
"type": "boolean"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#annotations_path",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_section_style",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#docstring_style",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#filters",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#group_by_category",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#heading_level",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#line_length",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#members",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#members_order",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#merge_init_into_class",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"preload_modules": {
"items": {
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#preload_modules",
"title": "Pre-load modules. It permits to resolve aliases pointing to these modules (packages), and therefore render members of an object that are external to the given object (originating from another package).",
"type": "array"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#separate_signature",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#show_bases",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_category_heading",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_docstring_attributes": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_attributes",
"title": "Whether to display the \"Attributes\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_description": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_description",
"title": "Whether to display the textual block (including admonitions) in the object's docstring.",
"type": "boolean"
},
"show_docstring_examples": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_examples",
"title": "Whether to display the \"Examples\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_other_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_other_parameters",
"title": "Whether to display the \"Other Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_parameters",
"title": "Whether to display the \"Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_raises": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_raises",
"title": "Whether to display the \"Raises\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_receives": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_receives",
"title": "Whether to display the \"Receives\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_returns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_returns",
"title": "Whether to display the \"Returns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_warns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_warns",
"title": "Whether to display the \"Warns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_yields": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_docstring_yields",
"title": "Whether to display the \"Yields\" section in the object's docstring.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/docstrings/#show_if_no_docstring",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_object_full_path",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_full_path",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_heading",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_members_full_path",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/headings/#show_root_toc_entry",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#show_signature",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/signatures/#show_signature_annotations",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/general/#show_source",
"title": "Show the source code of this object.",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/configuration/members/#show_submodules",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#paths",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 36002cb9c89fba35d23afb07a866dd8c6877f742 | 2023-03-05T15:32:44 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"preload_modules": {
"items": {
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Pre-load modules. It permits to resolve aliases pointing to these modules (packages), and therefore render members of an object that are external to the given object (originating from another package).",
"type": "array"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_docstring_attributes": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Attributes\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_description": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the textual block (including admonitions) in the object's docstring.",
"type": "boolean"
},
"show_docstring_examples": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Examples\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_other_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Other Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_parameters": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Parameters\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_raises": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Raises\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_receives": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Receives\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_returns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Returns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_warns": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Warns\" section in the object's docstring.",
"type": "boolean"
},
"show_docstring_yields": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to display the \"Yields\" section in the object's docstring.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object.",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | 96e231ad24657475cc1f72e5a5c44a9451612abf | 2022-12-11T15:55:11 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object..",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/python | f5ea6fd81f7a531e8a97bb0e48267188d72936c1 | 2023-01-23T22:30:10 | docs/schema.json | 155 | 2024-05-27T04:33:19.484283Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"python": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/",
"properties": {
"import": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"base_url": {
"title": "Base URL used to build references URLs.",
"type": "string"
},
"domains": {
"description": "If not defined it will only import 'py' domain.",
"items": {
"type": "string"
},
"title": "Domains to import from the inventory.",
"type": "array"
},
"url": {
"title": "URL of the inventory file.",
"type": "string"
}
},
"type": "object"
}
]
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Inventories to import.",
"type": "array"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"properties": {
"annotations_path": {
"default": "brief",
"enum": [
"brief",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The verbosity for annotations path."
},
"docstring_options": {
"default": null,
"items": {
"$ref": "https://raw.githubusercontent.com/mkdocstrings/griffe/master/docs/schema-docstrings-options.json"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The options for the docstring parser."
},
"docstring_section_style": {
"default": "table",
"enum": [
"list",
"spacy",
"table"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The style used to render docstring sections."
},
"docstring_style": {
"default": "google",
"enum": [
"google",
"numpy",
"sphinx"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The docstring style to use when parsing docstrings."
},
"filters": {
"default": [
"!^_[^_]"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "A list of filters applied to filter objects based on their name. A filter starting with `!` will exclude matching objects instead of including them. The `members` option takes precedence over `filters` (filters will still be applied recursively to lower members in the hierarchy).",
"type": "array"
},
"group_by_category": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Group the object's children by categories: attributes, classes, functions, and modules.",
"type": "boolean"
},
"heading_level": {
"default": 2,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The initial heading level to use.",
"type": "integer"
},
"line_length": {
"default": 60,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Maximum line length when formatting code/signatures.",
"type": "integer"
},
"members": {
"default": null,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "An explicit list of members to render.",
"type": [
"boolean",
"array"
]
},
"members_order": {
"default": "alphabetical",
"enum": [
"alphabetical",
"source"
],
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "The members ordering to use."
},
"merge_init_into_class": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to merge the `__init__` method into the class' signature and docstring.",
"type": "boolean"
},
"separate_signature": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Whether to put the whole signature in a code block below the heading. If Black is installed, the signature is also formatted using it.",
"type": "boolean"
},
"show_bases": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the base classes of a class.",
"type": "boolean"
},
"show_category_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When grouped by categories, show a heading for each category.",
"type": "boolean"
},
"show_if_no_docstring": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the object heading even if it has no docstring or children with docstrings.",
"type": "boolean"
},
"show_object_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of every object.",
"type": "boolean"
},
"show_root_full_path": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path for the root object heading.",
"type": "boolean"
},
"show_root_heading": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the heading of the object at the root of the documentation tree.",
"type": "boolean"
},
"show_root_members_full_path": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the full Python path of the root members.",
"type": "boolean"
},
"show_root_toc_entry": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "If the root heading is not shown, at least add a ToC entry for it.",
"type": "boolean"
},
"show_signature": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show methods and functions signatures.",
"type": "boolean"
},
"show_signature_annotations": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the type annotations in methods and functions signatures.",
"type": "boolean"
},
"show_source": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "Show the source code of this object..",
"type": "boolean"
},
"show_submodules": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#globallocal-options",
"title": "When rendering a module, show its submodules recursively.",
"type": "boolean"
}
},
"title": "Options for collecting and rendering objects.",
"type": "object"
},
"paths": {
"items": {
"format": "path",
"type": "string"
},
"markdownDescription": "https://mkdocstrings.github.io/python/usage/#global-only-options",
"title": "Local absolute/relative paths (relative to mkdocs.yml) to search packages into.",
"type": "array"
}
},
"type": "object"
}
},
"title": "Python handler for mkdocstrings.",
"type": "object"
} | ISC | en |
mkdocstrings/griffe | b445fe986f5a70ceb0504ab5030977d0502d3e2e | 2022-12-11T15:11:05 | docs/schema-docstrings-options.json | 258 | 2024-05-28T05:50:48.433901Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"properties": {
"ignore_init_summary": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to discard the summary line in `__init__` methods' docstrings.",
"type": "boolean"
},
"trim_doctest_flags": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to remove doctest flags from Python example blocks.",
"type": "boolean"
}
},
"title": "Griffe docstrings parsing options.",
"type": "object"
} | ISC | en |
mkdocstrings/griffe | 65fee70cf87399b7da92f054180791de0eb4f22d | 2023-08-21T14:04:39 | docs/schema-docstrings-options.json | 258 | 2024-05-28T05:50:48.433901Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"ignore_init_summary": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to discard the summary line in `__init__` methods' docstrings.",
"type": "boolean"
},
"returns_multiple_items": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether the `Returns` section has multiple items.",
"type": "boolean"
},
"trim_doctest_flags": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to remove doctest flags from Python example blocks.",
"type": "boolean"
}
},
"title": "Griffe docstrings parsing options.",
"type": "object"
} | ISC | en |
mkdocstrings/griffe | 9f9f863d2a35f29bd6abb99959fe89729d1f748b | 2022-12-11T15:17:20 | docs/schema-docstrings-options.json | 258 | 2024-05-28T05:50:48.433901Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"ignore_init_summary": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to discard the summary line in `__init__` methods' docstrings.",
"type": "boolean"
},
"trim_doctest_flags": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to remove doctest flags from Python example blocks.",
"type": "boolean"
}
},
"title": "Griffe docstrings parsing options.",
"type": "object"
} | ISC | en |
mkdocstrings/griffe | 8b99baffcff7a841a18fc1888f82b442dd15951e | 2023-03-31T13:02:51 | docs/schema-docstrings-options.json | 258 | 2024-05-28T05:50:48.433901Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"ignore_init_summary": {
"default": false,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to discard the summary line in `__init__` methods' docstrings.",
"type": "boolean"
},
"trim_doctest_flags": {
"default": true,
"markdownDescription": "https://mkdocstrings.github.io/griffe/reference/griffe/docstrings/google/#griffe.docstrings.google.parse",
"title": "Whether to remove doctest flags from Python example blocks.",
"type": "boolean"
}
},
"title": "Griffe docstrings parsing options.",
"type": "object"
} | ISC | en |
nyadla-sys/whisper.tflite | 61cecea89809934a43a9613390e2b1e978a49bc0 | 2023-10-28T13:43:30 | whisper_android/app/src/main/cpp/tf-lite-api/include/flatbuffers/tests/monster_test.schema.json | 110 | 2024-05-27T05:47:55.868282Z | {
"$ref": "#/definitions/MyGame_Example_Monster",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"definitions": {
"MyGame_Example2_Monster": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"MyGame_Example_Ability": {
"additionalProperties": false,
"properties": {
"distance": {
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
},
"id": {
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"MyGame_Example_Any": {
"enum": [
"NONE",
"Monster",
"TestSimpleTableWithEnum",
"MyGame_Example2_Monster"
],
"type": "string"
},
"MyGame_Example_AnyAmbiguousAliases": {
"enum": [
"NONE",
"M1",
"M2",
"M3"
],
"type": "string"
},
"MyGame_Example_AnyUniqueAliases": {
"enum": [
"NONE",
"M",
"TS",
"M2"
],
"type": "string"
},
"MyGame_Example_Color": {
"enum": [
"Red",
"Green",
"Blue"
],
"type": "string"
},
"MyGame_Example_LongEnum": {
"enum": [
"LongOne",
"LongTwo",
"LongBig"
],
"type": "string"
},
"MyGame_Example_Monster": {
"additionalProperties": false,
"description": "an example documentation comment: \"monster object\"",
"properties": {
"any_ambiguous": {
"anyOf": [
{
"$ref": "#/definitions/MyGame_Example_Monster"
},
{
"$ref": "#/definitions/MyGame_Example_Monster"
},
{
"$ref": "#/definitions/MyGame_Example_Monster"
}
]
},
"any_ambiguous_type": {
"$ref": "#/definitions/MyGame_Example_AnyAmbiguousAliases"
},
"any_unique": {
"anyOf": [
{
"$ref": "#/definitions/MyGame_Example_Monster"
},
{
"$ref": "#/definitions/MyGame_Example_TestSimpleTableWithEnum"
},
{
"$ref": "#/definitions/MyGame_Example2_Monster"
}
]
},
"any_unique_type": {
"$ref": "#/definitions/MyGame_Example_AnyUniqueAliases"
},
"co_owning_reference": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"color": {
"$ref": "#/definitions/MyGame_Example_Color"
},
"double_inf_default": {
"type": "number"
},
"enemy": {
"$ref": "#/definitions/MyGame_Example_Monster"
},
"flex": {
"items": {
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"friendly": {
"deprecated": true,
"type": "boolean"
},
"hp": {
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"inf_default": {
"type": "number"
},
"infinity_default": {
"type": "number"
},
"inventory": {
"items": {
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"long_enum_non_enum_default": {
"$ref": "#/definitions/MyGame_Example_LongEnum"
},
"long_enum_normal_default": {
"$ref": "#/definitions/MyGame_Example_LongEnum"
},
"mana": {
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"name": {
"type": "string"
},
"nan_default": {
"type": "number"
},
"native_inline": {
"$ref": "#/definitions/MyGame_Example_Test"
},
"negative_inf_default": {
"type": "number"
},
"negative_infinity_default": {
"type": "number"
},
"non_owning_reference": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"parent_namespace_test": {
"$ref": "#/definitions/MyGame_InParentNamespace"
},
"pos": {
"$ref": "#/definitions/MyGame_Example_Vec3"
},
"positive_inf_default": {
"type": "number"
},
"positive_infinity_default": {
"type": "number"
},
"scalar_key_sorted_tables": {
"items": {
"$ref": "#/definitions/MyGame_Example_Stat"
},
"type": "array"
},
"signed_enum": {
"$ref": "#/definitions/MyGame_Example_Race"
},
"single_weak_reference": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"test": {
"anyOf": [
{
"$ref": "#/definitions/MyGame_Example_Monster"
},
{
"$ref": "#/definitions/MyGame_Example_TestSimpleTableWithEnum"
},
{
"$ref": "#/definitions/MyGame_Example2_Monster"
}
]
},
"test4": {
"items": {
"$ref": "#/definitions/MyGame_Example_Test"
},
"type": "array"
},
"test5": {
"items": {
"$ref": "#/definitions/MyGame_Example_Test"
},
"type": "array"
},
"test_type": {
"$ref": "#/definitions/MyGame_Example_Any"
},
"testarrayofbools": {
"items": {
"type": "boolean"
},
"type": "array"
},
"testarrayofsortedstruct": {
"items": {
"$ref": "#/definitions/MyGame_Example_Ability"
},
"type": "array"
},
"testarrayofstring": {
"items": {
"type": "string"
},
"type": "array"
},
"testarrayofstring2": {
"items": {
"type": "string"
},
"type": "array"
},
"testarrayoftables": {
"description": "an example documentation comment: this will end up in the generated code\nmultiline too",
"items": {
"$ref": "#/definitions/MyGame_Example_Monster"
},
"type": "array"
},
"testbool": {
"type": "boolean"
},
"testempty": {
"$ref": "#/definitions/MyGame_Example_Stat"
},
"testf": {
"type": "number"
},
"testf2": {
"type": "number"
},
"testf3": {
"type": "number"
},
"testhashs32_fnv1": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"testhashs32_fnv1a": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"testhashs64_fnv1": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"testhashs64_fnv1a": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"testhashu32_fnv1": {
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
},
"testhashu32_fnv1a": {
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
},
"testhashu64_fnv1": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"testhashu64_fnv1a": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"testnestedflatbuffer": {
"items": {
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"testrequirednestedflatbuffer": {
"items": {
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"vector_of_co_owning_references": {
"items": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"vector_of_doubles": {
"items": {
"type": "number"
},
"type": "array"
},
"vector_of_enums": {
"items": {
"$ref": "#/definitions/MyGame_Example_Color"
},
"type": "array"
},
"vector_of_longs": {
"items": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"type": "array"
},
"vector_of_non_owning_references": {
"items": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"vector_of_referrables": {
"items": {
"$ref": "#/definitions/MyGame_Example_Referrable"
},
"type": "array"
},
"vector_of_strong_referrables": {
"items": {
"$ref": "#/definitions/MyGame_Example_Referrable"
},
"type": "array"
},
"vector_of_weak_references": {
"items": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"type": "array"
}
},
"required": [
"name"
],
"type": "object"
},
"MyGame_Example_Race": {
"enum": [
"None",
"Human",
"Dwarf",
"Elf"
],
"type": "string"
},
"MyGame_Example_Referrable": {
"additionalProperties": false,
"properties": {
"id": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"MyGame_Example_Stat": {
"additionalProperties": false,
"properties": {
"count": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"id": {
"type": "string"
},
"val": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
}
},
"type": "object"
},
"MyGame_Example_StructOfStructs": {
"additionalProperties": false,
"properties": {
"a": {
"$ref": "#/definitions/MyGame_Example_Ability"
},
"b": {
"$ref": "#/definitions/MyGame_Example_Test"
},
"c": {
"$ref": "#/definitions/MyGame_Example_Ability"
}
},
"type": "object"
},
"MyGame_Example_StructOfStructsOfStructs": {
"additionalProperties": false,
"properties": {
"a": {
"$ref": "#/definitions/MyGame_Example_StructOfStructs"
}
},
"type": "object"
},
"MyGame_Example_Test": {
"additionalProperties": false,
"properties": {
"a": {
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"b": {
"maximum": 127,
"minimum": -128,
"type": "integer"
}
},
"type": "object"
},
"MyGame_Example_TestSimpleTableWithEnum": {
"additionalProperties": false,
"properties": {
"color": {
"$ref": "#/definitions/MyGame_Example_Color"
}
},
"type": "object"
},
"MyGame_Example_TypeAliases": {
"additionalProperties": false,
"properties": {
"f32": {
"type": "number"
},
"f64": {
"type": "number"
},
"i16": {
"maximum": 32767,
"minimum": -32768,
"type": "integer"
},
"i32": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"i64": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"i8": {
"maximum": 127,
"minimum": -128,
"type": "integer"
},
"u16": {
"maximum": 65535,
"minimum": 0,
"type": "integer"
},
"u32": {
"maximum": 4294967295,
"minimum": 0,
"type": "integer"
},
"u64": {
"maximum": 18446744073709551615,
"minimum": 0,
"type": "integer"
},
"u8": {
"maximum": 255,
"minimum": 0,
"type": "integer"
},
"v8": {
"items": {
"maximum": 127,
"minimum": -128,
"type": "integer"
},
"type": "array"
},
"vf64": {
"items": {
"type": "number"
},
"type": "array"
}
},
"type": "object"
},
"MyGame_Example_Vec3": {
"additionalProperties": false,
"properties": {
"test1": {
"type": "number"
},
"test2": {
"$ref": "#/definitions/MyGame_Example_Color"
},
"test3": {
"$ref": "#/definitions/MyGame_Example_Test"
},
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
},
"type": "object"
},
"MyGame_InParentNamespace": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"MyGame_OtherNameSpace_FromInclude": {
"enum": [
"IncludeVal"
],
"type": "string"
},
"MyGame_OtherNameSpace_TableB": {
"additionalProperties": false,
"properties": {
"a": {
"$ref": "#/definitions/TableA"
}
},
"type": "object"
},
"MyGame_OtherNameSpace_Unused": {
"additionalProperties": false,
"properties": {
"a": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
}
},
"type": "object"
},
"TableA": {
"additionalProperties": false,
"properties": {
"b": {
"$ref": "#/definitions/MyGame_OtherNameSpace_TableB"
}
},
"type": "object"
}
}
} | MIT | en |
nyadla-sys/whisper.tflite | 61cecea89809934a43a9613390e2b1e978a49bc0 | 2023-10-28T13:43:30 | whisper_android/app/src/main/cpp/tf-lite-api/include/flatbuffers/tests/arrays_test.schema.json | 110 | 2024-05-27T05:47:55.868282Z | {
"$ref": "#/definitions/MyGame_Example_ArrayTable",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"definitions": {
"MyGame_Example_ArrayStruct": {
"additionalProperties": false,
"properties": {
"a": {
"type": "number"
},
"b": {
"items": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"maxItems": 15,
"minItems": 15,
"type": "array"
},
"c": {
"maximum": 127,
"minimum": -128,
"type": "integer"
},
"d": {
"items": {
"$ref": "#/definitions/MyGame_Example_NestedStruct"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"e": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"f": {
"items": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
}
},
"type": "object"
},
"MyGame_Example_ArrayTable": {
"additionalProperties": false,
"properties": {
"a": {
"$ref": "#/definitions/MyGame_Example_ArrayStruct"
}
},
"type": "object"
},
"MyGame_Example_NestedStruct": {
"additionalProperties": false,
"properties": {
"a": {
"items": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"b": {
"$ref": "#/definitions/MyGame_Example_TestEnum"
},
"c": {
"items": {
"$ref": "#/definitions/MyGame_Example_TestEnum"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"d": {
"items": {
"maximum": 9223372036854775807,
"minimum": -9223372036854775808,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
}
},
"type": "object"
},
"MyGame_Example_TestEnum": {
"enum": [
"A",
"B",
"C"
],
"type": "string"
}
}
} | MIT | en |
Zenika-Training/ztraining2strigo | a1ea60a49e186fa3ce283e6f78874fd12c3df1ae | 2024-04-07T15:16:48 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"ec2_ami": {
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"ec2_region": {
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
},
"strigo_image_name": {
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"ubuntu-22.04",
"ubuntu-22.04-desktop",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"$ref": "#/$defs/strigo_image_name",
"deprecated": true,
"description": "A predefined image (deprecated in favor of '{\"image_name\": this_value}'"
},
{
"additionalProperties": false,
"description": "A predefined image",
"properties": {
"image_name": {
"$ref": "#/$defs/strigo_image_name"
}
},
"required": [
"image_name"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A custom image",
"properties": {
"ec2_region": {
"$ref": "#/$defs/ec2_region",
"description": "The region of the AMI"
},
"image_id": {
"$ref": "#/$defs/ec2_ami",
"description": "The AMI ID"
},
"image_region_mapping": {
"description": "A list of alternative AMIs for other regions",
"patternProperties": {
"": {
"$ref": "#/$defs/ec2_ami",
"description": "The AMI ID"
}
},
"propertyNames": {
"$ref": "#/$defs/ec2_region",
"description": "The region of the AMI"
},
"type": "object"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t3a.micro",
"t3a.small",
"t3a.medium",
"t3a.large",
"t3a.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | acfc66f10f9105953ba0f5258e9546c87a4aa66c | 2021-11-20T11:44:35 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"docker-17.09.0-ce",
"windows-server-2016"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of path to init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"type": "string"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t2.medium",
"t2.large",
"t2.xlarge"
],
"type": "string"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of path to post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"type": "string"
},
"type": "array"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 34489843cd0ad3531ef6a5575c421c33eebde019 | 2023-01-31T12:13:33 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"ubuntu-20.04",
"windows-server-2019"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 26aec29dd06f2228673a7a2a92933908106dd132 | 2024-03-26T10:16:52 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"ec2_ami": {
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"ec2_region": {
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
},
"strigo_image_name": {
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"ubuntu-22.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"$ref": "#/$defs/strigo_image_name",
"deprecated": true,
"description": "A predefined image (deprecated in favor of '{\"image_name\": this_value}'"
},
{
"additionalProperties": false,
"description": "A predefined image",
"properties": {
"image_name": {
"$ref": "#/$defs/strigo_image_name"
}
},
"required": [
"image_name"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A custom image",
"properties": {
"ec2_region": {
"$ref": "#/$defs/ec2_region",
"description": "The region of the AMI"
},
"image_id": {
"$ref": "#/$defs/ec2_ami",
"description": "The AMI ID"
},
"image_region_mapping": {
"description": "A list of alternative AMIs for other regions",
"patternProperties": {
"": {
"$ref": "#/$defs/ec2_ami",
"description": "The AMI ID"
}
},
"propertyNames": {
"$ref": "#/$defs/ec2_region",
"description": "The region of the AMI"
},
"type": "object"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t3a.micro",
"t3a.small",
"t3a.medium",
"t3a.large",
"t3a.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | ecce310696f6cd780d3d7dad6844cb24b8478073 | 2022-11-29T08:32:24 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"centos-7.9",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"enum": [
"terminal",
"desktop"
],
"type": "string"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | ec5a7d91f1be653d5d53d48a2c73f746cafb26d6 | 2024-03-23T15:12:40 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
},
"strigo_image_name": {
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"ubuntu-22.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"$ref": "#/$defs/strigo_image_name",
"deprecated": true,
"description": "A predefined image (deprecated in favor of '{\"image_name\": this_value}'"
},
{
"additionalProperties": false,
"description": "A predefined image",
"properties": {
"image_name": {
"$ref": "#/$defs/strigo_image_name"
}
},
"required": [
"image_name"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A custom image",
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t3a.micro",
"t3a.small",
"t3a.medium",
"t3a.large",
"t3a.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | f58c7d62698f9edf799a59d093764e39f2f16282 | 2023-05-10T17:02:14 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 8c9b28523984c431fe562db610caf8222963c124 | 2022-07-12T15:34:17 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"docker-17.09.0-ce",
"windows-server-2016"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 6291518c3d911d5e7bf8c01cd0c92460e69d38b9 | 2022-07-12T20:55:40 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"centos-7.9",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"enum": [
"terminal",
"desktop"
],
"type": "string"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | c1f7d4706f457c6ed8f90cff69bc51616ac29ed3 | 2024-03-23T15:12:40 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
},
"strigo_image_name": {
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"ubuntu-22.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"$ref": "#/$defs/strigo_image_name",
"deprecated": true,
"description": "A predefined image (deprecated in favor of '{\"image_name\": this_value}'"
},
{
"additionalProperties": false,
"description": "A predefined image",
"properties": {
"image_name": {
"$ref": "#/$defs/strigo_image_name"
}
},
"required": [
"image_name"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A custom image",
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | c4bd7770c06942a8199dc4b3bc1bb946a0e801ba | 2022-07-12T20:52:37 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"docker-17.09.0-ce",
"windows-server-2016"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"enum": [
"terminal",
"desktop"
],
"type": "string"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 3d225fe0061633a42543d67c40060d40f48eafa9 | 2021-12-20T14:57:41 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"docker-17.09.0-ce",
"windows-server-2016"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t2.medium",
"t2.large",
"t2.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | bcbc3f6276bb161e7bd409f6a7ffbca7a8425097 | 2023-05-04T07:19:41 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | b0c8cb225fb2523f1bc7f8bc274c1a4a41d743b2 | 2024-03-23T15:12:40 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"oneOf": [
{
"deprecated": true,
"description": "A local script (deprecated in favor of '{\"path\": this_value}'",
"type": "string"
},
{
"additionalProperties": false,
"description": "A local script",
"properties": {
"path": {
"description": "The path of the local script",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A remote script from https://github.com/Zenika-Training/strigo-init-script-libs",
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
]
},
"strigo_image_name": {
"enum": [
"debian-8.7",
"debian-11",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-v2.0.20221210.1",
"docker-17.09.0-ce",
"windows-server-2016",
"windows-server-2019",
"centos-7.9"
],
"type": "string"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"labels": {
"description": "The list of labels of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"$ref": "#/$defs/strigo_image_name",
"deprecated": true,
"description": "A predefined image (deprecated in favor of '{\"image_name\": this_value}'"
},
{
"additionalProperties": false,
"description": "A predefined image",
"properties": {
"image_name": {
"$ref": "#/$defs/strigo_image_name"
}
},
"required": [
"image_name"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A custom image",
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"$ref": "#/$defs/script"
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"oneOf": [
{
"type": "null"
},
{
"enum": [
"terminal",
"desktop"
],
"type": "string"
}
]
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 71b729ab18aa0d8ca71c8d9763489b44fd79e650 | 2023-01-25T09:57:21 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$defs": {
"script": {
"additionalProperties": false,
"properties": {
"env": {
"description": "The mapping of environment variables for the script",
"type": "object"
},
"script": {
"description": "The filename of the script",
"type": "string"
},
"version": {
"default": "main",
"description": "The git version of the script to get",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}
},
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials (1 and only 1 element)",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"ubuntu-20.04",
"windows-server-2019"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-west-1",
"us-west-2",
"us-east-1",
"us-east-2",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/script"
}
]
},
"type": "array"
},
"view_interface": {
"description": "The default interface of the machine",
"enum": [
"terminal",
"desktop"
],
"type": "string"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Zenika-Training/ztraining2strigo | 30ce60c4fa7e28024e1353e3ce1e361aa1678928 | 2021-11-20T11:44:35 | strigo.schema.json | 5 | 2024-05-28T01:08:18.284397Z | {
"$id": "https://zenika.com/strigo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Zenika Strigo Class configuration",
"properties": {
"$schema": {
"const": "https://raw.githubusercontent.com/Zenika-Training/ztraining2strigo/main/strigo.schema.json",
"type": "string"
},
"description": {
"description": "The list of lines of description of the class (can be empty list `[]`)",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"description": "The Strigo ID of the class, shouldn't be changed",
"type": "string"
},
"name": {
"description": "The name of the class",
"type": "string"
},
"presentations": {
"description": "The list of presentation materials",
"items": {
"additionalProperties": false,
"properties": {
"file": {
"description": "The path to presentation file (typically `pdf/Zenika-Formation-xxx-Slides.pdf` or `pdf/Zenika-training-material-Slides.pdf`)",
"type": "string"
},
"notes_source": {
"default": "Slides/slides.json",
"description": "The path to the listing of slides for notes extraction (should be `Slides/slides.json`)",
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
},
"resources": {
"description": "The list of lab machines",
"items": {
"additionalProperties": false,
"properties": {
"image": {
"description": "The machine image, can be the normalized name of the preconfigured Strigo images (lower case, space replaced by simple hyphen `-`), or a custom image",
"oneOf": [
{
"enum": [
"debian-8.7",
"fedora-26",
"ubuntu-14.04.5",
"ubuntu-16.04.2",
"ubuntu-20.04",
"amazon-linux-2017.09.1",
"amazon-linux-v2-2017.09.1",
"centos-7",
"docker-17.09.0-ce",
"windows-server-2016"
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"ec2_region": {
"description": "The region of the AMI",
"enum": [
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-south-1",
"eu-north-1",
"me-south-1",
"sa-east-1"
],
"type": "string"
},
"image_id": {
"description": "The AMI ID",
"pattern": "^ami-[0-9a-f]{8,}$",
"type": "string"
},
"image_user": {
"description": "The default user of the AMI",
"type": "string"
}
},
"required": [
"image_id",
"image_user"
],
"type": "object"
}
]
},
"init_scripts": {
"description": "The list of path to init scripts to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"type": "string"
},
"type": "array"
},
"instance_type": {
"description": "The size of the machine (one of `t3.medium`, `t3.large` or `t3.xlarge`",
"enum": [
"t3.medium",
"t3.large",
"t3.xlarge",
"t2.medium",
"t2.large",
"t2.xlarge"
],
"type": "string"
},
"is_windows": {
"default": false,
"description": "Flag the machine as a Windows machine to interpret 'init_scripts' as powershell",
"type": "boolean"
},
"name": {
"description": "The display name of the machine",
"type": "string"
},
"post_launch_scripts": {
"description": "The list of path to post launch batch scripts (Windows only) to use for the machine, content of all the scripts will be concatenated into 1 init script in Strigo",
"items": {
"type": "string"
},
"type": "array"
},
"webview_links": {
"description": "The list of web interfaces of the machine",
"items": {
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the interface",
"type": "string"
},
"url": {
"description": "The URL of the interface (something of the form `http://instance.autolab.strigo.io:<port>`)",
"pattern": "https?://(instance.autolab.strigo.io:[0-9]+|.*)/?.*",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"instance_type"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"id",
"name",
"presentations",
"resources"
],
"title": "Strigo",
"type": "object"
} | MIT | en |
Talend/ui | 9bdcf3ae8880869965b00f87b5afff68d827da01 | 2023-11-28T09:34:04 | fork/module-to-cdn/jsonschema.json | 149 | 2024-05-28T05:45:46.989911Z | {
"$id": "https://github.com/Talend/ui/modules.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Help you edit the file in vscode",
"patternProperties": {
".*": {
"properties": {
"var": {
"type": "string"
},
"versions": {
"patternProperties": {
".*": {
"properties": {
"development": {
"type": "string"
},
"production": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"title": "cdn modules schema",
"type": "object"
} | Apache-2.0 | en |
Altinn/altinn-studio | f092ec892d9d861b3b628402ca8d1c3b07113e65 | 2022-12-28T12:54:58 | frontend/testing/mockend/src/templates/schema.template.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"__modelname__": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "__datamodelid__",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/__modelname__"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresBasicSchema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresBuiltinTypes.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"properties": {
"t01": {
"@xsdType": "duration",
"format": "duration",
"type": "string"
},
"t02": {
"@xsdType": "dateTime",
"format": "date-time",
"type": "string"
},
"t03": {
"@xsdType": "time",
"format": "time",
"type": "string"
},
"t04": {
"@xsdType": "date",
"format": "date",
"type": "string"
},
"t05": {
"@xsdType": "gYearMonth",
"type": "string"
},
"t06": {
"@xsdType": "gYear",
"type": "string"
},
"t07": {
"@xsdType": "gMonthDay",
"type": "string"
},
"t08": {
"@xsdType": "gDay",
"type": "string"
},
"t09": {
"@xsdType": "gMonth",
"type": "string"
},
"t10": {
"@xsdType": "boolean",
"type": "boolean"
},
"t11": {
"@xsdType": "base64Binary",
"type": "string"
},
"t12": {
"@xsdType": "hexBinary",
"type": "string"
},
"t13": {
"@xsdType": "float",
"type": "number"
},
"t14": {
"@xsdType": "double",
"type": "number"
},
"t15": {
"@xsdType": "anyURI",
"format": "uri",
"type": "string"
},
"t16": {
"@xsdType": "QName",
"type": "string"
},
"t17": {
"@xsdType": "decimal",
"type": "number"
},
"t18": {
"@xsdType": "integer",
"type": "integer"
},
"t19": {
"@xsdType": "long",
"type": "integer"
},
"t20": {
"@xsdType": "unsignedLong",
"type": "integer"
},
"t21": {
"@xsdType": "int",
"type": "integer"
},
"t22": {
"@xsdType": "unsignedInt",
"type": "integer"
},
"t23": {
"@xsdType": "short",
"type": "integer"
},
"t24": {
"@xsdType": "unsignedShort",
"type": "integer"
},
"t25": {
"@xsdType": "byte",
"type": "integer"
},
"t26": {
"@xsdType": "unsignedByte",
"type": "integer"
},
"t27": {
"@xsdType": "nonPositiveInteger",
"type": "integer"
},
"t28": {
"@xsdType": "nonNegativeInteger",
"type": "integer"
},
"t29": {
"@xsdType": "negativeInteger",
"type": "integer"
},
"t30": {
"@xsdType": "positiveInteger",
"type": "integer"
},
"t31": {
"@xsdType": "string",
"type": "string"
},
"t32": {
"@xsdType": "normalizedString",
"type": "string"
},
"t33": {
"@xsdType": "token",
"type": "string"
},
"t34": {
"@xsdType": "language",
"type": "string"
},
"t35": {
"@xsdType": "Name",
"type": "string"
},
"t36": {
"@xsdType": "NCName",
"type": "string"
},
"t37": {
"@xsdType": "ID",
"type": "string"
},
"t38": {
"@xsdType": "IDREF",
"type": "string"
},
"t39": {
"@xsdType": "ENTITY",
"type": "string"
},
"t40": {
"@xsdType": "NMTOKEN",
"type": "string"
}
},
"required": [
"t01",
"t02",
"t03",
"t04",
"t05",
"t06",
"t07",
"t08",
"t09",
"t10",
"t11",
"t12",
"t13",
"t14",
"t15",
"t16",
"t17",
"t18",
"t19",
"t20",
"t21",
"t22",
"t23",
"t24",
"t25",
"t26",
"t27",
"t28",
"t29",
"t30",
"t31",
"t32",
"t33",
"t34",
"t35",
"t36",
"t37",
"t38",
"t39",
"t40"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedWithOptionalSequence.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"i1": {
"@xsdType": "string",
"type": "string"
},
"i2": {
"@xsdType": "string",
"type": "string"
}
}
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
},
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1",
"o2"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 32125a8b5621ba4b9da3aa919059778aa563b521 | 2023-09-29T07:12:54 | testdata/Model/JsonSchema/Incompatible/InvalidReferenceSchema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"emptyObjectType": {
"type": "object"
}
},
"$id": "http://altinn-repositories:3000/test.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "test",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"rootNode": ""
},
"properties": {
"property1": {
"$ref": "#/$defs/nonExistingreference"
}
},
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/AltinnAnnotation.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.13",
"XSD-transformatorversjon": "1.2",
"XSD-variant": "Altinn",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "StatistiskSentralbyr\u00e5",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2015-05-06T09:50:22.327+02:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "Root",
"metamodellversjon": "1.2",
"modellnavn": "RA-0678_M",
"namespace": "http://seres.no/xsd/StatistiskSentralbyr\u00e5/RA-0678_M/2015",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"sem-ref": "false",
"spr\u00e5k": "",
"s\u00e6rnorske-bokstaver-i-navn": "false",
"tillat-gjenbruk": "true"
},
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/ComplexContentExtension_negative.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"myBase": {
"allOf": [
{
"@xsdStructure": "sequence",
"allOf": [
{
"properties": {
"be1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"be1"
]
}
]
}
]
},
"mySecondBase": {
"properties": {
"be2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"be2"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"Root": {
"allOf": [
{
"allOf": [
{
"$ref": "#/$defs/myBase"
},
{
"$ref": "#/$defs/mySecondBase"
},
{
"@xsdStructure": "sequence",
"allOf": [
{
"properties": {
"ce1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"ce1"
]
}
]
}
]
}
]
}
},
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedSequences.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"i1_1": {
"@xsdType": "string",
"type": "string"
},
"i1_2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1_1",
"i1_2"
]
},
{
"properties": {
"i2_1": {
"@xsdType": "string",
"type": "string"
},
"i2_2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i2_1",
"i2_2"
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
},
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1",
"o2"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-content-ref.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"allOf": [
{
"allOf": [
{
"$ref": "#/$defs/other"
}
]
},
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
]
},
"other": {
"properties": {
"e0": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e0"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/ElementAnnotation.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"brreg": "http://www.brreg.no/or",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"e1": {
"$comment": "<documentation><brreg:tekst brreg:lang=\"NOB\" brreg:teksttype=\"LEDE\" xmlns:brreg=\"http://www.brreg.no/or\"><p>Documentation</p></brreg:tekst></documentation><documentation><brreg:tekst brreg:lang=\"NOB\" brreg:teksttype=\"HJELP\" xmlns:brreg=\"http://www.brreg.no/or\"><p>Alle bel\u00f8p skal oppgis i hele kroner. </p><p /><p>Omsetning fra annen n\u00e6ring enn jordbruk, hagebruk, gartneri, skogbruk, husdyrhold og fiske. </p><p>Omsetning fra annen n\u00e6ring under kr 30.000 rapporteres i post 3, 4, 5 eller 6, avhengig av hvilken sats merverdiavgiften skal beregnes med. </p><p>Det er ikke adgang til \u00e5 rapportere samlet omsetning fra annen n\u00e6ring over kr 30.000 i prim\u00e6rn\u00e6ringsoppgaven. Omsetning i annen n\u00e6ring over kr 30.000, skal rapporteres i alminnelig omsetningsoppgave. Dersom det avdekkes\n omsetning fra annen n\u00e6ring over kr 30.000 innrapportert p\u00e5 prim\u00e6rn\u00e6ringsoppgaven, vil det bli beregnet renter og eventuelt fastsatt tilleggsavgift. </p><p /><p>Forklaringsfelter </p><p>Aktiverte forklaringsfelt m\u00e5 fylles ut. Uten forklaring vil ikke oppgaven bli videresendt til skattekontoret. </p><p /><p>Om utfylling og innsending </p><p>Fyll ut og send inn omsetningsoppgaven s\u00e5 snart den er klar, selv om avgiftsbel\u00f8pet f\u00f8rst blir betalt n\u00e6rmere fristen. Rund av alle bel\u00f8p ned til n\u00e6rmeste hele krone. Husk \u00e5 sende inn oppgave ogs\u00e5 for terminer der\n omsetningen er null. </p><p>N\u00e5r omsetningsoppgaven ikke er innkommet til rett tid eller i korrekt form, kan skattekontoret \u00f8ke utg\u00e5ende avgift med inntil 3 prosent, minimum 250 kroner og maksimum 5000 kroner. Bruk alltid skjema for rett termin. </p><p /><p>Innbetaling og utbetaling </p><p>Avgiftsbel\u00f8p under 100 kroner per termin skal innberettes, men ikke betales. Tilgodebel\u00f8p p\u00e5 under 100 kroner skal innberettes, men blir ikke betalt tilbake. Bel\u00f8p under disse grensene skal heller ikke avregnes i oppgavene\n for senere terminer. </p><p>Bel\u00f8p som blir betalt tilbake, blir sendt til kontoen som den avgiftspliktige har oppgitt til skattekontoret. Ved endring av kontonummer, husk \u00e5 varsle skattekontoret. </p><p>Bruk opplysningene oppgitt i Betalingsinformasjon ved betaling p\u00e5 post, bank eller nettbank. Bel\u00f8p som ikke er betalt i rett tid, blir tillagt renter etter gjeldende sats. </p><p /><p>Frister og terminer </p><p>Fristen for \u00e5 sende inn omsetningsoppgave for prim\u00e6rn\u00e6ringene og innbetaling av avgift er tre m\u00e5neder og ti dager etter utl\u00f8pet av \u00e5ret (10. april). </p><p /><p>Etter s\u00f8knad kan skattekontoret samtykke i avvikende (kortere) terminer n\u00e5r det foreligger s\u00e6rlige forhold. Fristen vil da v\u00e6re en m\u00e5ned og ti dager etter utl\u00f8pet av terminen. For n\u00e6ringsdrivende som her har f\u00e5tt samtykke\n til \u00e5 levere to-m\u00e5neders terminer, er fristen for innsendelse og innbetaling av 3. terminsoppgaven satt til 31. august. </p><p /><p>Plikt </p><p>Plikten til \u00e5 sende inn omsetningsoppgave og betale avgift g\u00e5r fram av merverdiavgiftsloven.</p></brreg:tekst></documentation><appInfo><brreg:tekst brreg:lang=\"NOB\" brreg:teksttype=\"LEDE\" xmlns:brreg=\"http://www.brreg.no/or\"><p>Documentation</p></brreg:tekst></appInfo><appInfo><brreg:tekst brreg:lang=\"NOB\" brreg:teksttype=\"HJELP\" xmlns:brreg=\"http://www.brreg.no/or\"><p>Alle bel\u00f8p skal oppgis i hele kroner. </p><p /><p>Omsetning fra annen n\u00e6ring enn jordbruk, hagebruk, gartneri, skogbruk, husdyrhold og fiske. </p><p>Omsetning fra annen n\u00e6ring under kr 30.000 rapporteres i post 3, 4, 5 eller 6, avhengig av hvilken sats merverdiavgiften skal beregnes med. </p><p>Det er ikke adgang til \u00e5 rapportere samlet omsetning fra annen n\u00e6ring over kr 30.000 i prim\u00e6rn\u00e6ringsoppgaven. Omsetning i annen n\u00e6ring over kr 30.000, skal rapporteres i alminnelig omsetningsoppgave. Dersom det avdekkes\n omsetning fra annen n\u00e6ring over kr 30.000 innrapportert p\u00e5 prim\u00e6rn\u00e6ringsoppgaven, vil det bli beregnet renter og eventuelt fastsatt tilleggsavgift. </p><p /><p>Forklaringsfelter </p><p>Aktiverte forklaringsfelt m\u00e5 fylles ut. Uten forklaring vil ikke oppgaven bli videresendt til skattekontoret. </p><p /><p>Om utfylling og innsending </p><p>Fyll ut og send inn omsetningsoppgaven s\u00e5 snart den er klar, selv om avgiftsbel\u00f8pet f\u00f8rst blir betalt n\u00e6rmere fristen. Rund av alle bel\u00f8p ned til n\u00e6rmeste hele krone. Husk \u00e5 sende inn oppgave ogs\u00e5 for terminer der\n omsetningen er null. </p><p>N\u00e5r omsetningsoppgaven ikke er innkommet til rett tid eller i korrekt form, kan skattekontoret \u00f8ke utg\u00e5ende avgift med inntil 3 prosent, minimum 250 kroner og maksimum 5000 kroner. Bruk alltid skjema for rett termin. </p><p /><p>Innbetaling og utbetaling </p><p>Avgiftsbel\u00f8p under 100 kroner per termin skal innberettes, men ikke betales. Tilgodebel\u00f8p p\u00e5 under 100 kroner skal innberettes, men blir ikke betalt tilbake. Bel\u00f8p under disse grensene skal heller ikke avregnes i oppgavene\n for senere terminer. </p><p>Bel\u00f8p som blir betalt tilbake, blir sendt til kontoen som den avgiftspliktige har oppgitt til skattekontoret. Ved endring av kontonummer, husk \u00e5 varsle skattekontoret. </p><p>Bruk opplysningene oppgitt i Betalingsinformasjon ved betaling p\u00e5 post, bank eller nettbank. Bel\u00f8p som ikke er betalt i rett tid, blir tillagt renter etter gjeldende sats. </p><p /><p>Frister og terminer </p><p>Fristen for \u00e5 sende inn omsetningsoppgave for prim\u00e6rn\u00e6ringene og innbetaling av avgift er tre m\u00e5neder og ti dager etter utl\u00f8pet av \u00e5ret (10. april). </p><p /><p>Etter s\u00f8knad kan skattekontoret samtykke i avvikende (kortere) terminer n\u00e5r det foreligger s\u00e6rlige forhold. Fristen vil da v\u00e6re en m\u00e5ned og ti dager etter utl\u00f8pet av terminen. For n\u00e6ringsdrivende som her har f\u00e5tt samtykke\n til \u00e5 levere to-m\u00e5neders terminer, er fristen for innsendelse og innbetaling av 3. terminsoppgaven satt til 31. august. </p><p /><p>Plikt </p><p>Plikten til \u00e5 sende inn omsetningsoppgave og betale avgift g\u00e5r fram av merverdiavgiftsloven.</p></brreg:tekst></appInfo>",
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresWithAttributes.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"allOf": [
{
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"a2": {
"@xsdAttribute": true,
"@xsdType": "string",
"default": "def",
"type": "string"
},
"a3": {
"@xsdAttribute": true,
"@xsdType": "string",
"const": "fix",
"type": "string"
},
"a4": {
"@xsdAttribute": true,
"@xsdType": "integer",
"type": "integer"
}
},
"required": [
"a4"
]
},
{
"properties": {
"e1": {
"@xsdType": "string",
"@xsdUnhandledAttributes": {
"seres:guid": "http://seres.no/guid/Altinn3/Test/485901"
},
"type": "string"
}
},
"required": [
"e1"
]
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | backend/src/DataModeling/Templates/seres.template.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"{{modellnavn}}": {
"properties": {
"dataFormatId": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"dataFormatProvider": {
"@xsdAttribute": true,
"@xsdType": "string",
"const": "SERES",
"type": "string"
},
"dataFormatVersion": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1",
"dataFormatProvider",
"dataFormatId",
"dataFormatVersion"
]
}
},
"$id": "{{id}}",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "{{meldingsnavn}}",
"metamodellversjon": "1.2",
"modellnavn": "{{modellnavn}}",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/{{modellnavn}}"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 32125a8b5621ba4b9da3aa919059778aa563b521 | 2023-09-29T07:12:54 | testdata/Model/JsonSchema/Incompatible/OneOfAndPropertiesSchema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"otherType": {
"properties": {
"keyword": {
"type": "string"
}
}
},
"rootType": {
"properties": {
"keyword": {
"type": "string"
}
}
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"$ref": "#/$defs/otherType"
}
],
"properties": {
"root": {
"$ref": "#/$defs/rootType"
}
},
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NillableAttribute.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"main": {
"properties": {
"minzero": {
"@xsdMinOccurs": 0,
"@xsdType": "int",
"type": "integer"
},
"minzeronil": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"nilint": {
"@xsdType": "int",
"type": [
"integer",
"null"
]
},
"nilstring": {
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"nonboth": {
"@xsdType": "string",
"type": "string"
},
"refered": {
"$ref": "#/$defs/referedtype",
"@xsdNillable": true
}
},
"required": [
"nonboth",
"nilint",
"nilstring",
"refered"
]
},
"referedtype": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "integer",
"type": "integer"
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/main"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/InterleavedNestedSequences.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"i1_1": {
"@xsdType": "string",
"type": "string"
},
"i1_2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1_1",
"i1_2"
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
},
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1",
"o2"
]
},
{
"properties": {
"i2_1": {
"@xsdType": "string",
"type": "string"
},
"i2_2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i2_1",
"i2_2"
]
},
{
"properties": {
"o3": {
"@xsdType": "string",
"type": "string"
},
"o4": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o3",
"o4"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedArrays.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
},
"e2": {
"@xsdMaxOccurs": "100",
"@xsdMinOccurs": 0,
"items": {
"@xsdType": "string",
"type": "string"
},
"maxItems": 100,
"type": "array"
}
},
"required": [
"e1"
]
},
{
"allOf": [
{
"properties": {
"e3": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
},
"e4": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 0,
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
}
}
},
{
"properties": {
"e5": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
},
"e6": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 0,
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
}
}
},
{
"properties": {
"e7": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
},
"e8": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 0,
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
}
}
}
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedWithArrayChoice.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"oneOf": [
{
"properties": {
"i1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1"
]
},
{
"properties": {
"i2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i2"
]
}
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1"
]
},
{
"properties": {
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o2"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-collection.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"oneOf": [
{
"allOf": [
{
"allOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
]
}
]
},
{
"allOf": [
{
"allOf": [
{
"properties": {
"e2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e2"
]
}
]
}
]
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleContentExtension.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"myBase": {
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"value": {
"$ref": "#/$defs/valueBase",
"@xsdText": true
}
},
"required": [
"value"
]
},
"valueBase": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"properties": {
"e1": {
"$ref": "#/$defs/myBase"
}
},
"required": [
"e1"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresBasicSchema_allOf.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/BuiltinTypes.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"t01": {
"@xsdType": "duration",
"format": "duration",
"type": "string"
},
"t02": {
"@xsdType": "dateTime",
"format": "date-time",
"type": "string"
},
"t03": {
"@xsdType": "time",
"format": "time",
"type": "string"
},
"t04": {
"@xsdType": "date",
"format": "date",
"type": "string"
},
"t05": {
"@xsdType": "gYearMonth",
"format": "year-month",
"type": "string"
},
"t06": {
"@xsdType": "gYear",
"format": "year",
"type": "string"
},
"t07": {
"@xsdType": "gMonthDay",
"type": "string"
},
"t08": {
"@xsdType": "gDay",
"type": "string"
},
"t09": {
"@xsdType": "gMonth",
"type": "string"
},
"t10": {
"@xsdType": "boolean",
"type": "boolean"
},
"t11": {
"@xsdType": "base64Binary",
"type": "string"
},
"t12": {
"@xsdType": "hexBinary",
"type": "string"
},
"t13": {
"@xsdType": "float",
"type": "number"
},
"t14": {
"@xsdType": "double",
"type": "number"
},
"t15": {
"@xsdType": "anyURI",
"format": "uri",
"type": "string"
},
"t16": {
"@xsdType": "QName",
"type": "string"
},
"t17": {
"@xsdType": "decimal",
"type": "number"
},
"t18": {
"@xsdType": "integer",
"type": "integer"
},
"t19": {
"@xsdType": "long",
"type": "integer"
},
"t20": {
"@xsdType": "unsignedLong",
"type": "integer"
},
"t21": {
"@xsdType": "int",
"type": "integer"
},
"t22": {
"@xsdType": "unsignedInt",
"type": "integer"
},
"t23": {
"@xsdType": "short",
"type": "integer"
},
"t24": {
"@xsdType": "unsignedShort",
"type": "integer"
},
"t25": {
"@xsdType": "byte",
"type": "integer"
},
"t26": {
"@xsdType": "unsignedByte",
"type": "integer"
},
"t27": {
"@xsdType": "nonPositiveInteger",
"type": "integer"
},
"t28": {
"@xsdType": "nonNegativeInteger",
"type": "integer"
},
"t29": {
"@xsdType": "negativeInteger",
"type": "integer"
},
"t30": {
"@xsdType": "positiveInteger",
"type": "integer"
},
"t31": {
"@xsdType": "string",
"type": "string"
},
"t32": {
"@xsdType": "normalizedString",
"type": "string"
},
"t33": {
"@xsdType": "token",
"type": "string"
},
"t34": {
"@xsdType": "language",
"type": "string"
},
"t35": {
"@xsdType": "Name",
"type": "string"
},
"t36": {
"@xsdType": "NCName",
"type": "string"
},
"t37": {
"@xsdType": "ID",
"type": "string"
},
"t38": {
"@xsdType": "IDREF",
"type": "string"
},
"t39": {
"@xsdType": "ENTITY",
"type": "string"
},
"t40": {
"@xsdType": "NMTOKEN",
"type": "string"
}
},
"required": [
"t01",
"t02",
"t03",
"t04",
"t05",
"t06",
"t07",
"t08",
"t09",
"t10",
"t11",
"t12",
"t13",
"t14",
"t15",
"t16",
"t17",
"t18",
"t19",
"t20",
"t21",
"t22",
"t23",
"t24",
"t25",
"t26",
"t27",
"t28",
"t29",
"t30",
"t31",
"t32",
"t33",
"t34",
"t35",
"t36",
"t37",
"t38",
"t39",
"t40"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleSequence.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
},
"e2": {
"@xsdType": "string",
"type": "string"
},
"e3": {
"@xsdType": "string",
"type": "string"
},
"e4": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1",
"e2",
"e3",
"e4"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresComplexType.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"RestriksjonTekst10000Tegn": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"@xsdUnhandledAttributes": {
"seres:elementtype": "Tegnrestriksjon",
"seres:guid": "http://seres.no/guid/NKR/Tegnrestriksjon/RestriksjonTekst400Tegn/621114"
},
"maxLength": 10000,
"type": "string"
},
"Tekst": {
"$ref": "#/$defs/RestriksjonTekst10000Tegn",
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdUnhandledAttributes": {
"seres:elementtype": "Dataenkeltype",
"seres:guid": "http://seres.no/guid/NKR/Dataenkeltype/Tekst/616185"
}
},
"melding-modell": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
},
"e2": {
"$ref": "#/$defs/Tekst"
},
"e3": {
"$ref": "#/$defs/RestriksjonTekst10000Tegn"
}
},
"required": [
"e1",
"e2",
"e3"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/Definitions.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"a1": {
"$ref": "#/$defs/st1",
"@xsdAttribute": true
},
"ag1": {
"properties": {
"ag1_1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"ag1_2": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
}
}
},
"ag2": {
"properties": {
"ag2_1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"ag2_2": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
}
}
},
"e1": {
"@xsdType": "string",
"type": "string"
},
"g1": {
"properties": {
"e1": {
"$ref": "#/$defs/e1",
"@xsdType": "#ref"
}
},
"required": [
"e1"
]
},
"main": {
"allOf": [
{
"$ref": "#/$defs/ag1",
"@xsdType": "#ref"
},
{
"properties": {
"a1": {
"$ref": "#/$defs/a1",
"@xsdAttribute": true,
"@xsdType": "#ref"
}
}
},
{
"$ref": "#/$defs/ag2",
"@xsdType": "#ref"
},
{
"$ref": "#/$defs/g1",
"@xsdType": "#ref"
}
]
},
"st1": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/main"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-root-expected.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleAll.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"@xsdStructure": "all",
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
},
"e2": {
"@xsdType": "string",
"type": "string"
},
"e3": {
"@xsdType": "string",
"type": "string"
},
"e4": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1",
"e2",
"e3",
"e4"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 32590ff29e777efe078a2d498b25464c04a67696 | 2023-03-22T14:41:45 | backend/src/DataModeling/Templates/general.template.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "{{id}}",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "{{rootType}}",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"rootNode": ""
},
"properties": {
"property1": {
"type": "string"
},
"property2": {
"type": "string"
},
"property3": {
"type": "string"
}
},
"required": [
"property1",
"property2"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresComplexContentExtension.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"badBoy": {
"properties": {
"reallyNasty": {
"@xsdAnyAttribute": {
"Namespace": "##any",
"ProcessContent": "None"
},
"allOf": [
{
"$ref": "#/$defs/myBase"
}
]
}
},
"required": [
"reallyNasty"
]
},
"myBase": {
"properties": {
"be1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"be1"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"$ref": "#/$defs/myBase"
},
{
"properties": {
"ce1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"ce1"
]
}
],
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedWithArraySequence.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"i1": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
},
"i2": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
}
}
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
},
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1",
"o2"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedWithOptionalChoice.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"oneOf": [
{
"properties": {
"i1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1"
]
},
{
"properties": {
"i2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i2"
]
}
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1"
]
},
{
"properties": {
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o2"
]
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleContentRestriction.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"title": {
"allOf": [
{
"$ref": "#/$defs/tokenWithLangAndNote"
},
{
"properties": {
"lang": {
"@xsdAttribute": true,
"@xsdType": "language",
"type": "string"
},
"note": {
"@xsdAttribute": true,
"@xsdType": "token",
"type": "string"
},
"value": {
"maxLength": 255
}
}
}
]
},
"tokenWithLangAndNote": {
"properties": {
"lang": {
"@xsdAttribute": true,
"@xsdType": "language",
"type": "string"
},
"note": {
"@xsdAttribute": true,
"@xsdType": "token",
"type": "string"
},
"value": {
"@xsdText": true,
"@xsdType": "token",
"type": "string"
}
},
"required": [
"value"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"title": {
"$ref": "#/$defs/title",
"@xsdType": "#ref"
}
},
"required": [
"title"
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresSimpleContentRestriction.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"ageType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "int",
"type": "integer"
},
"genderType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
},
"limitedAgeType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/ageType"
},
{
"maximum": 100,
"minimum": 0
}
]
},
"limitedGenderType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/genderType"
},
{
"enum": [
"male",
"female",
"unknown"
]
}
]
},
"limitedPerson": {
"allOf": [
{
"$ref": "#/$defs/person"
},
{
"properties": {
"age": {
"$ref": "#/$defs/limitedAgeType",
"@xsdAttribute": true
},
"gender": {
"$ref": "#/$defs/limitedGenderType",
"@xsdAttribute": true
},
"value": {
"maxLength": 50
}
}
}
]
},
"limitedPerson-inline": {
"allOf": [
{
"$ref": "#/$defs/person"
},
{
"properties": {
"age": {
"@xsdAttribute": true,
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "int",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"gender": {
"@xsdAttribute": true,
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/genderType"
},
{
"enum": [
"male",
"female",
"unknown"
]
}
]
},
"value": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "token",
"maxLength": 50,
"type": "string"
}
}
}
]
},
"limitedPerson-inline-2": {
"allOf": [
{
"$ref": "#/$defs/person"
},
{
"properties": {
"age": {
"@xsdAttribute": true,
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "int",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"gender": {
"@xsdAttribute": true,
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/genderType"
},
{
"enum": [
"male",
"female",
"unknown"
]
}
]
},
"value": {
"allOf": [
{
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "token",
"type": "string"
},
{
"maxLength": 50
}
]
}
}
}
]
},
"person": {
"properties": {
"age": {
"@xsdAttribute": true,
"@xsdType": "int",
"type": "integer"
},
"gender": {
"$ref": "#/$defs/genderType",
"@xsdAttribute": true
},
"value": {
"@xsdText": true,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"value"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/person"
}
],
"type": "object"
} | BSD-3-Clause | no |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.