json_schema
stringlengths 43
1.28M
| unique_id
stringlengths 2
41
|
---|---|
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader": {
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
"properties": {
"name": {
"description": "The header field name",
"type": "string"
},
"value": {
"description": "The header field value",
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"description": "HTTPGetAction describes an action based on HTTP Get requests.",
"properties": {
"host": {
"description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.",
"type": [
"string",
"null"
]
},
"httpHeaders": {
"description": "Custom headers to set in the request. HTTP allows repeated headers.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader"
},
"type": [
"array",
"null"
]
},
"path": {
"description": "Path to access on the HTTP server.",
"type": [
"string",
"null"
]
},
"port": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
},
"scheme": {
"description": "Scheme to use for connecting to the host. Defaults to HTTP.",
"type": [
"string",
"null"
]
}
},
"required": [
"port"
],
"type": "object"
} | kb_421_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"flowVersionId": {
"type": "string"
},
"time": {
"type": "string",
"format": "date-time"
},
"pathsFailed": {
"type": "number"
},
"pathsCompleted": {
"type": "number"
},
"runCount": {
"type": "number"
},
"wallTime": {
"type": "number"
},
"errors": {
"type": "array",
"items": {}
}
}
}
} | o9905 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tags": {
"type": "array",
"minItems": 2,
"maxItems": 4,
"items": {
"type": "string",
"enum": [
"Open Source",
"Java",
"JavaScript",
"JSON",
"REST"
]
},
"additionalItems": false
}
},
"additionalProperties": false,
"required": [
"tags"
]
} | o81575 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseTriggeredEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseTriggeredEventMeta",
"javaInterfaces": [
"com.ericsson.eiffel.semantics.events.Meta"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"type": {
"type": "string",
"enum": [
"EiffelTestCaseTriggeredEvent"
]
},
"version": {
"type": "string",
"enum": [
"1.1.0"
],
"default": "1.1.0"
},
"time": {
"type": "integer",
"format": "utc-millisec"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"source": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Source",
"properties": {
"domainId": {
"type": "string"
},
"host": {
"type": "string"
},
"name": {
"type": "string"
},
"serializer": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Serializer",
"properties": {
"groupId": {
"type": "string"
},
"artifactId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"additionalProperties": false
},
"uri": {
"type": "string"
}
},
"additionalProperties": false
},
"security": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Security",
"properties": {
"sdm": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Sdm",
"properties": {
"authorIdentity": {
"type": "string"
},
"encryptedDigest": {
"type": "string"
}
},
"required": [
"authorIdentity",
"encryptedDigest"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": [
"id",
"type",
"version",
"time"
],
"additionalProperties": false
},
"data": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseTriggeredEventData",
"properties": {
"testCase": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.TestCase",
"properties": {
"tracker": {
"type": "string"
},
"id": {
"type": "string"
},
"version": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"recipeId": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"triggers": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Trigger",
"properties": {
"type": {
"type": "string",
"enum": [
"MANUAL",
"EIFFEL_EVENT",
"SOURCE_CHANGE",
"TIMER",
"OTHER"
]
},
"description": {
"type": "string"
}
},
"required": [
"type"
],
"additionalProperties": false
}
},
"executionType": {
"type": "string",
"enum": [
"MANUAL",
"SEMI_AUTOMATED",
"AUTOMATED",
"OTHER"
]
},
"parameters": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Parameter",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
],
"additionalProperties": false
}
},
"customData": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.CustomData",
"properties": {
"key": {
"type": "string"
},
"value": {
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "number"
}
]
}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"testCase"
],
"additionalProperties": false
},
"links": {
"type": "array",
"items": {
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.Link",
"properties": {
"type": {
"type": "string"
},
"target": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
}
},
"required": [
"type",
"target"
],
"additionalProperties": false
}
}
},
"required": [
"meta",
"data",
"links"
],
"additionalProperties": false
} | o89745 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.beegy.com/TOBEDFINED",
"type": "object",
"required": [
"BookHeader",
"CustomerDetail"
],
"properties": {
"BookHeader": {
"type": "object",
"required": [
"Booking",
"Record"
],
"properties": {
"Definition": {
"type": "object",
"properties": {
"Protocol": {
"type": "object",
"required": [
"ProtocolId"
],
"properties": {
"ProtocolId": {
"type": "string"
},
"Version": {
"type": "string"
},
"Location": {
"type": "string"
}
}
}
}
},
"Booking": {
"type": "object",
"required": [
"bookingID",
"state"
],
"properties": {
"TransactionId": {
"type": "string"
},
"bookingID": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
"Request",
"Response",
"Pending",
"Acknowledge",
"Fault"
]
},
"RecordDateTime": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 compliant serialisation of a date example: 2012-04-23T18:25:43.511Z"
}
}
},
"Record": {
"type": "object",
"required": [
"BookId"
],
"properties": {
"BookId": {
"type": "string"
},
"TenantId": {
"type": "string"
},
"CustomerID": {
"type": "string"
}
}
},
"Destination": {
"type": "object",
"required": [
"DestinationId"
],
"properties": {
"DestinationId": {
"type": "string"
},
"TenantId": {
"type": "string"
},
"DestinationComponentId": {
"type": "string"
}
}
}
}
},
"CustomerDetail": {
"type": "object",
"properties": {
"CustomerId": {
"type": "string"
},
"CustomerGuid": {
"type": "string"
},
"PartnerID": {
"type": "string"
},
"PartnerServiceEmail": {
"type": "string"
},
"ContactSalutation": {
"type": "string"
},
"ContactTitle": {
"type": "string"
},
"ContactFirstId": {
"type": "string"
},
"ContactLastId": {
"type": "string"
},
"ContactEmail": {
"type": "string"
},
"starPoints": {
"type": "array",
"items": {
"Id": {
"type": "string"
},
"ValidationId": {
"type": "string"
},
"Latitude": {
"type": "number"
},
"Longitude": {
"type": "number"
},
"Height": {
"type": "number"
},
"OnlineDevices": {
"type": "array",
"items": {
"MachineId": {
"type": "string"
},
"MachineGUID": {
"type": "string"
},
"MachineType": {
"type": "string"
},
"Category": {
"type": "string"
},
"ParentGuid": {
"type": "string"
},
"OwnerType": {
"type": "string"
},
"ShortDescription": {
"type": "string"
},
"LongDescription": {
"type": "string"
},
"LogicalMachineId": {
"type": "string"
},
"LogicalMachineNumber": {
"type": "number"
},
"FunctionalMachineNumber": {
"type": "number"
},
"FunctionalDeviceNxame": {
"type": "number"
},
"SerialNumber": {
"type": "string"
},
"Identifier": {
"type": "string"
},
"OperatingWattage": {
"type": "number"
},
"WarrentyPeriod": {
"type": "number"
},
"Capacity": {
"type": "number"
},
"MinVoltage": {
"type": "number"
},
"MaxVoltage": {
"type": "number"
},
"ChargingCapacity": {
"type": "number"
},
"Strings": {
"type": "array",
"items": {
"PluginType": {
"type": "number"
},
"Model": {
"type": "number"
},
"Type": {
"type": "number"
},
"Socket Detail": {
"type": "number"
},
"PowerModel": {
"type": "string"
},
"NumberOfPorts": {
"type": "number"
}
}
}
}
}
}
},
"Requests": {
"type": "array",
"items": {
"RequestType": {
"type": "string"
},
"RequestCost": {
"type": "string"
},
"RequestTime": {
"type": "string"
},
"AdditionalCost": {
"type": "number"
},
"ValidationStatus": {
"type": "string"
},
"SavingGuarantee": {
"type": "boolean"
},
"SavingGuaranteeValue": {
"type": "number"
},
"Discount": {
"type": "number"
},
"SubOrders": {
"type": "array",
"items": {
"Id": {
"type": "string"
},
"Quantity": {
"type": "number"
},
"Value": {
"type": "number"
}
}
}
}
}
}
},
"CMTrailer": {
"type": "object",
"properties": {
"CMError": {
"type": "object",
"properties": {
"ErrorMessage": {
"type": "string"
},
"ErrorCode": {
"type": "string"
},
"ErrorDetails": {
"type": "string"
},
"ErrorException": {
"type": "string"
},
"ErrorComponentId": {
"type": "string"
}
}
}
}
}
}
} | o89524 |
{
"properties": {
"destination": {
"description": "The destination of the package",
"type": "string"
},
"dimensions": {
"properties": {
"height": {
"description": "The height of the package in centimeters",
"type": "number"
},
"length": {
"description": "The length of the package in centimeters",
"type": "number"
},
"width": {
"description": "The width of the package in centimeters",
"type": "number"
}
},
"required": [
"length",
"width",
"height"
],
"type": "object"
},
"weight": {
"description": "The weight of the package in kilograms",
"type": "number"
}
},
"required": [
"weight",
"dimensions",
"destination"
],
"type": "object"
} | calculate_shipping_cost_022731d6 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"segmentation_priors",
"anatomical_image",
"t1_registration_template",
"brain_template",
"brain_probability_mask"
],
"type": "object",
"properties": {
"extraction_registration_mask": {
"type": "object",
"properties": {}
},
"segmentation_priors": {
"type": "object",
"properties": {}
},
"cortical_label_image": {
"type": "object",
"properties": {}
},
"anatomical_image": {
"type": "object",
"properties": {}
},
"t1_registration_template": {
"type": "object",
"properties": {}
},
"brain_template": {
"type": "object",
"properties": {}
},
"brain_probability_mask": {
"type": "object",
"properties": {}
}
}
},
"config": {
"required": [
"num_threads",
"out_prefix",
"image_suffix",
"dimension"
],
"type": "object",
"properties": {
"max_iterations": {
"type": "integer"
},
"num_threads": {
"default": 1,
"type": "integer"
},
"use_floatingpoint_precision": {
"type": "integer",
"enum": [
0,
1
]
},
"args": {
"type": "string"
},
"segmentation_iterations": {
"type": "integer"
},
"keep_temporary_files": {
"type": "integer"
},
"out_prefix": {
"default": "antsCT_",
"type": "string"
},
"image_suffix": {
"default": "nii.gz",
"type": "string"
},
"quick_registration": {
"type": "boolean"
},
"label_propagation": {
"type": "string"
},
"prior_segmentation_weight": {
"type": "number"
},
"debug": {
"type": "boolean"
},
"b_spline_smoothing": {
"type": "boolean"
},
"dimension": {
"default": 3,
"enum": [
3,
2
],
"type": "integer"
},
"posterior_formulation": {
"type": "string"
},
"use_random_seeding": {
"type": "integer",
"enum": [
0,
1
]
}
}
}
},
"title": "Invocation manifest for CorticalThickness"
} | o41367 |
{
"properties": {
"date": {
"description": "The date of the event (YYYY-MM-DD)",
"format": "date",
"type": "string"
},
"end_time": {
"description": "The end time of the event (HH:MM)",
"format": "time",
"type": "string"
},
"start_time": {
"description": "The start time of the event (HH:MM)",
"format": "time",
"type": "string"
},
"title": {
"description": "The title of the event",
"type": "string"
}
},
"required": [
"title",
"date",
"start_time",
"end_time"
],
"type": "object"
} | create_event_84765eb1 |
{
"description": "The preview object associated to the media. An instance of <a href=\"#scene-media-preview\">a scene media preview.</a>",
"properties": {
"tile": {
"description": "The size of a tile, which corresponds to the width and the height of a tile. It will be used with the width and height to compute the value of the <code>{x}</code> and <code>{y}</code> patterns.",
"example": 512,
"title": "Tile",
"type": "number"
},
"url": {
"description": "The URL for the preview of the media, with a <code>{face}</code> parameter to specify the face when parsing. Only one image per face is authorized, so no other parameter can be specified.",
"example": "multi/preview/{face}.jpg",
"title": "URL",
"type": "string"
}
},
"title": "SceneMediaPreviewConfig",
"type": "object"
} | o44299 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "GeoJSON Object",
"type": "object",
"description": "This object represents a geometry, feature, or collection of features.",
"additionalProperties": true,
"required": [
"type"
],
"properties": {
"type": {
"title": "Type",
"type": "string",
"description": "The type of GeoJSON object.",
"enum": [
"Point",
"MultiPoint",
"LineString",
"MultiLineString",
"Polygon",
"MultiPolygon",
"GeometryCollection",
"Feature",
"FeatureCollection"
]
},
"crs": {
"title": "Coordinate Reference System (CRS)",
"description": "The coordinate reference system (CRS) of a GeoJSON object is determined by its `crs` member (referred to as the CRS object below). If an object has no crs member, then its parent or grandparent object's crs member may be acquired. If no crs member can be so acquired, the default CRS shall apply to the GeoJSON object.\n\n* The default CRS is a geographic coordinate reference system, using the WGS84 datum, and with longitude and latitude units of decimal degrees.\n\n* The value of a member named `crs` must be a JSON object (referred to as the CRS object below) or JSON null. If the value of CRS is null, no CRS can be assumed.\n\n* The crs member should be on the top-level GeoJSON object in a hierarchy (in feature collection, feature, geometry order) and should not be repeated or overridden on children or grandchildren of the object.\n\n* A non-null CRS object has two mandatory members: `type` and `properties`.\n\n* The value of the type member must be a string, indicating the type of CRS object.\n\n* The value of the properties member must be an object.\n\n* CRS shall not change coordinate ordering.",
"oneOf": [
{
"type": "null"
},
{
"type": "object",
"required": [
"type",
"properties"
],
"properties": {
"type": {
"title": "CRS Type",
"type": "string",
"description": "The value of the type member must be a string, indicating the type of CRS object.",
"minLength": 1
},
"properties": {
"title": "CRS Properties",
"type": "object"
}
}
}
],
"not": {
"anyOf": [
{
"properties": {
"type": {
"enum": [
"name"
]
},
"properties": {
"not": {
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
}
}
}
}
}
},
{
"properties": {
"type": {
"enum": [
"link"
]
},
"properties": {
"not": {
"title": "Link Object",
"type": "object",
"required": [
"href"
],
"properties": {
"href": {
"title": "href",
"type": "string",
"description": "The value of the required `href` member must be a dereferenceable URI.",
"format": "uri"
},
"type": {
"title": "Link Object Type",
"type": "string",
"description": "The value of the optional `type` member must be a string that hints at the format used to represent CRS parameters at the provided URI. Suggested values are: `proj4`, `ogcwkt`, `esriwkt`, but others can be used."
}
}
}
}
}
}
]
}
},
"bbox": {
"title": "Bounding Box",
"type": "array",
"description": "To include information on the coordinate range for geometries, features, or feature collections, a GeoJSON object may have a member named `bbox`. The value of the bbox member must be a 2*n array where n is the number of dimensions represented in the contained geometries, with the lowest values for all axes followed by the highest values. The axes order of a bbox follows the axes order of geometries. In addition, the coordinate reference system for the bbox is assumed to match the coordinate reference system of the GeoJSON object of which it is a member.",
"minItems": 4,
"items": {
"type": "number"
}
}
},
"oneOf": [
{
"title": "Point",
"description": "For type `Point`, the `coordinates` member must be a single position.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"Point"
]
},
"coordinates": {
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"$ref": "#/definitions/position"
}
]
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "Multi Point Geometry",
"description": "For type `MultiPoint`, the `coordinates` member must be an array of positions.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"MultiPoint"
]
},
"coordinates": {
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"items": {
"$ref": "#/definitions/position"
}
}
]
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "Line String",
"description": "For type `LineString`, the `coordinates` member must be an array of two or more positions.\n\nA LinearRing is closed LineString with 4 or more positions. The first and last positions are equivalent (they represent equivalent points). Though a LinearRing is not explicitly represented as a GeoJSON geometry type, it is referred to in the Polygon geometry type definition.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"LineString"
]
},
"coordinates": {
"$ref": "#/definitions/lineStringCoordinates"
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "MultiLineString",
"description": "For type `MultiLineString`, the `coordinates` member must be an array of LineString coordinate arrays.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"MultiLineString"
]
},
"coordinates": {
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"items": {
"$ref": "#/definitions/lineStringCoordinates"
}
}
]
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "Polygon",
"description": "For type `Polygon`, the `coordinates` member must be an array of LinearRing coordinate arrays. For Polygons with multiple rings, the first must be the exterior ring and any others must be interior rings or holes.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"Polygon"
]
},
"coordinates": {
"$ref": "#/definitions/polygonCoordinates"
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "Multi-Polygon Geometry",
"description": "For type `MultiPolygon`, the `coordinates` member must be an array of Polygon coordinate arrays.",
"required": [
"coordinates"
],
"properties": {
"type": {
"enum": [
"MultiPolygon"
]
},
"coordinates": {
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"items": {
"$ref": "#/definitions/polygonCoordinates"
}
}
]
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"title": "Geometry Collection",
"description": "A GeoJSON object with type `GeometryCollection` is a geometry object which represents a collection of geometry objects.\n\nA geometry collection must have a member with the name `geometries`. The value corresponding to `geometries` is an array. Each element in this array is a GeoJSON geometry object.",
"required": [
"geometries"
],
"properties": {
"type": {
"enum": [
"GeometryCollection"
]
},
"geometries": {
"title": "Geometries",
"type": "array",
"items": {
"$ref": "#/definitions/geometry"
}
}
},
"allOf": [
{
"$ref": "#/definitions/geometry"
}
]
},
{
"$ref": "#/definitions/feature"
},
{
"title": "Feature Collection",
"description": "A GeoJSON object with the type `FeatureCollection` is a feature collection object.\n\nAn object of type `FeatureCollection` must have a member with the name `features`. The value corresponding to `features` is an array. Each element in the array is a feature object as defined above.",
"required": [
"features"
],
"properties": {
"type": {
"enum": [
"FeatureCollection"
]
},
"features": {
"title": "Features",
"type": "array",
"items": {
"$ref": "#/definitions/feature"
}
}
}
}
],
"definitions": {
"coordinates": {
"title": "Coordinates",
"type": "array",
"items": {
"oneOf": [
{
"type": "array"
},
{
"type": "number"
}
]
}
},
"geometry": {
"title": "Geometry",
"description": "A geometry is a GeoJSON object where the type member's value is one of the following strings: `Point`, `MultiPoint`, `LineString`, `MultiLineString`, `Polygon`, `MultiPolygon`, or `GeometryCollection`.",
"properties": {
"type": {
"enum": [
"Point",
"MultiPoint",
"LineString",
"MultiLineString",
"Polygon",
"MultiPolygon",
"GeometryCollection"
]
}
}
},
"feature": {
"title": "Feature",
"description": "A GeoJSON object with the type `Feature` is a feature object.\n\n* A feature object must have a member with the name `geometry`. The value of the geometry member is a geometry object as defined above or a JSON null value.\n\n* A feature object must have a member with the name `properties`. The value of the properties member is an object (any JSON object or a JSON null value).\n\n* If a feature has a commonly used identifier, that identifier should be included as a member of the feature object with the name `id`.",
"required": [
"geometry",
"properties"
],
"properties": {
"type": {
"enum": [
"Feature"
]
},
"geometry": {
"title": "Geometry",
"oneOf": [
{
"$ref": "#/definitions/geometry"
},
{
"type": "null"
}
]
},
"properties": {
"title": "Properties",
"oneOf": [
{
"type": "object"
},
{
"type": "null"
}
]
},
"id": {}
}
},
"linearRingCoordinates": {
"title": "Linear Ring Coordinates",
"description": "A LinearRing is closed LineString with 4 or more positions. The first and last positions are equivalent (they represent equivalent points). Though a LinearRing is not explicitly represented as a GeoJSON geometry type, it is referred to in the Polygon geometry type definition.",
"allOf": [
{
"$ref": "#/definitions/lineStringCoordinates"
},
{
"minItems": 4
}
]
},
"lineStringCoordinates": {
"title": "Line String Coordinates",
"description": "For type `LineString`, the `coordinates` member must be an array of two or more positions.",
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"minLength": 2,
"items": {
"$ref": "#/definitions/position"
}
}
]
},
"polygonCoordinates": {
"title": "Polygon Coordinates",
"description": "For type `Polygon`, the `coordinates` member must be an array of LinearRing coordinate arrays. For Polygons with multiple rings, the first must be the exterior ring and any others must be interior rings or holes.",
"allOf": [
{
"$ref": "#/definitions/coordinates"
},
{
"items": {
"$ref": "#/definitions/linearRingCoordinates"
}
}
]
},
"position": {
"title": "Position",
"type": "array",
"description": "A position is the fundamental geometry construct. The `coordinates` member of a geometry object is composed of one position (in the case of a Point geometry), an array of positions (LineString or MultiPoint geometries), an array of arrays of positions (Polygons, MultiLineStrings), or a multidimensional array of positions (MultiPolygon).\n\nA position is represented by an array of numbers. There must be at least two elements, and may be more. The order of elements must follow x, y, z order (easting, northing, altitude for coordinates in a projected coordinate reference system, or longitude, latitude, altitude for coordinates in a geographic coordinate reference system). Any number of additional elements are allowed -- interpretation and meaning of additional elements is beyond the scope of this specification.",
"minItems": 2,
"additionalItems": true,
"items": {
"type": "number"
}
}
}
} | o76785 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/job_status_schema.json",
"description": "OpenQuantum job status schema",
"version": "1.0.0",
"type": "object",
"required": [
"job_id",
"status",
"status_msg"
],
"properties": {
"job_id": {
"type": "string",
"description": "Backend job_id"
},
"status": {
"enum": [
"DONE",
"QUEUED",
"CANCELLED",
"RUNNING",
"ERROR"
],
"description": "Status of the job"
},
"status_msg": {
"type": "string",
"description": "Status message"
}
}
} | o13122 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer",
"type": "object",
"properties": {
"customer": {
"type": "object",
"properties": {
"address": {
"$ref": "#/definitions/AddressSelfSource"
},
"phoneNumber": {
"$ref": "#/definitions/PhoneNumber"
}
},
"additionalProperties": false
}
},
"definitions": {
"AddressSelfSource": {
"type": "object",
"properties": {
"contact": {
"$ref": "#/definitions/Contact"
}
},
"additionalProperties": false
},
"Contact": {
"type": "object",
"properties": {
"idRefPhoneNumber": {
"type": "string"
},
"idRefPhoneNumbers": {
"type": "object",
"properties": {
"idRefPhoneNumber": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"additionalProperties": false
},
"PhoneNumber": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"additionalProperties": false
}
}
} | o42283 |
{
"additionalProperties": false,
"description": "Snowplow PostgreSQL storage configuration",
"properties": {
"database": {
"type": "string"
},
"host": {
"type": "string"
},
"name": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"maximum": 65535,
"minimum": 1,
"type": "integer"
},
"purpose": {
"enum": [
"ENRICHED_EVENTS"
],
"type": "string"
},
"schema": {
"type": "string"
},
"sslMode": {
"enum": [
"DISABLE",
"REQUIRE",
"VERIFY_CA",
"VERIFY_FULL"
],
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"name",
"host",
"database",
"port",
"sslMode",
"schema",
"username",
"password",
"purpose"
],
"self": {
"format": "jsonschema",
"name": "postgresql_config",
"vendor": "com.snowplowanalytics.snowplow.storage",
"version": "1-0-0"
},
"type": "object"
} | sp_364_Normalized |
{
"additionalProperties": false,
"description": "Schema for configuration of an event fingerprinting enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
"properties": {
"excludeParameters": {
"items": {
"type": "string"
},
"type": "array"
},
"hashAlgorithm": {
"enum": [
"MD5",
"SHA1",
"SHA256",
"SHA384",
"SHA512"
]
}
},
"required": [
"hashAlgorithm",
"excludeParameters"
],
"type": "object"
},
"vendor": {
"type": "string"
}
},
"required": [
"name",
"vendor",
"enabled",
"parameters"
],
"self": {
"format": "jsonschema",
"name": "event_fingerprint_config",
"vendor": "com.snowplowanalytics.snowplow",
"version": "1-0-1"
},
"type": "object"
} | sp_284_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "",
"type": "object",
"properties": {
"supportedGameModes": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
},
"name": {
"type": "string",
"minLength": 1
},
"description": {
"type": "string",
"minLength": 1
},
"rarityType": {
"type": "string",
"minLength": 1
},
"rarity": {
"type": "string",
"minLength": 1
},
"isMythic": {
"type": "boolean"
},
"isCertification": {
"type": "boolean"
},
"isWearable": {
"type": "boolean"
},
"useType": {
"type": "string",
"minLength": 1
},
"largeImageUrl": {
"type": "string",
"minLength": 1
},
"categoryName": {},
"internalCategoryName": {},
"subcategoryName": {},
"internalSubcategoryName": {},
"subcategoryOrder": {
"type": "number"
},
"sellPrice": {
"type": "number"
},
"certificationRequisitionId": {},
"id": {
"type": "string",
"minLength": 1
},
"contentId": {
"type": "string",
"minLength": 1
}
},
"required": [
"supportedGameModes",
"name",
"description",
"rarityType",
"rarity",
"isMythic",
"isCertification",
"isWearable",
"useType",
"largeImageUrl",
"subcategoryOrder",
"sellPrice",
"id",
"contentId"
]
} | o4264 |
{
"additionalProperties": false,
"description": "Schema for a local or remote push notification",
"properties": {
"action": {
"maxLength": 100,
"type": "string"
},
"categoryIdentifier": {
"maxLength": 100,
"type": "string"
},
"deliveryDate": {
"maxLength": 100,
"type": "string"
},
"notification": {
"additionalProperties": false,
"properties": {
"attachments": {
"items": {
"additionalProperties": false,
"properties": {
"identifier": {
"maxLength": 100,
"type": "string"
},
"type": {
"maxLength": 100,
"type": "string"
},
"url": {
"maxLength": 750,
"type": "string"
}
},
"required": [
"identifier",
"url",
"type"
],
"type": "object"
},
"type": "array"
},
"badge": {
"type": "integer"
},
"body": {
"maxLength": 1000,
"type": "string"
},
"launchImageName": {
"maxLength": 300,
"type": "string"
},
"sound": {
"maxLength": 300,
"type": "string"
},
"subtitle": {
"maxLength": 300,
"type": "string"
},
"title": {
"maxLength": 300,
"type": "string"
},
"userInfo": {
"additionalProperties": {
"type": [
"object",
"array",
"string",
"number",
"boolean"
]
},
"properties": {
"aps": {
"additionalProperties": false,
"properties": {
"alert": {
"additionalProperties": {
"type": [
"string",
"number"
]
},
"properties": {
"actionLocKey": {
"maxLength": 100,
"type": "string"
},
"body": {
"maxLength": 1000,
"type": "string"
},
"launchImage": {
"maxLength": 300,
"type": "string"
},
"locArgs": {
"items": {
"maxLength": 100,
"type": "string"
},
"minItems": 1,
"type": "array"
},
"locKey": {
"maxLength": 100,
"type": "string"
},
"title": {
"maxLength": 300,
"type": "string"
},
"titleLocArgs": {
"items": {
"maxLength": 100,
"type": "string"
},
"minItems": 1,
"type": "array"
},
"titleLocKey": {
"maxLength": 100,
"type": "string"
}
},
"required": [
"title",
"body"
],
"type": [
"string",
"object"
]
},
"badge": {
"type": "integer"
},
"category": {
"maxLength": 100,
"type": "string"
},
"contentAvailable": {
"type": "boolean"
},
"sound": {
"maxLength": 300,
"type": "string"
},
"threadId": {
"maxLength": 100,
"type": "string"
}
},
"required": [
"alert"
],
"type": "object"
}
},
"type": "object"
}
},
"required": [
"title",
"body"
],
"type": "object"
},
"threadIdentifier": {
"maxLength": 100,
"type": "string"
},
"trigger": {
"enum": [
"PUSH",
"LOCATION",
"CALENDAR",
"TIME_INTERVAL"
],
"type": "string"
}
},
"required": [
"action",
"categoryIdentifier",
"threadIdentifier",
"trigger",
"deliveryDate",
"notification"
],
"self": {
"format": "jsonschema",
"name": "notification_event",
"vendor": "com.apple",
"version": "1-0-0"
},
"type": "object"
} | sp_12_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://mcda.drugis.org/rangeDistribution.json#",
"title": "MCDA range distribution for the performance table entry of absolute data",
"type": "object",
"required": [
"type",
"parameters"
],
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"range"
]
},
"parameters": {
"type": "object",
"additionalProperties": false,
"required": [
"lowerBound",
"upperBound"
],
"properties": {
"lowerBound": {
"type": "number"
},
"upperBound": {
"type": "number"
}
}
}
}
} | o37092 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Flag to indicate this content may edited in a story",
"enum": [
true
],
"type": "boolean"
} | wp_59_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"open": {
"type": "object",
"description": "Open a popup.",
"properties": {
"onActions": {
"type": "array",
"description": "Names of the actions that trigger opening of the popup.",
"items": {
"type": "string",
"format": "topic",
"axRole": "inlet"
},
"default": []
}
}
},
"visibility": {
"type": "object",
"description": "Show or hide the popup depending on flag presence.",
"properties": {
"flag": {
"type": "string",
"format": "topic",
"axRole": "outlet",
"description": "Name of the flag indicating the visibility of the popup."
},
"onTop": {
"type": "boolean",
"default": false,
"description": "If true the popover gets a very high z-index to be on top of every other content."
}
}
},
"close": {
"type": "object",
"description": "Close the popup upon action request.",
"properties": {
"onActions": {
"type": "array",
"description": "Names of the actions that trigger closing of the popup.",
"items": {
"type": "string",
"format": "topic",
"axRole": "inlet"
},
"default": []
}
}
},
"closeIcon": {
"type": "object",
"description": "Allow the user to close the popup using an icon or the escape key.",
"properties": {
"enabled": {
"type": "boolean",
"default": false,
"description": "If true the popup is closed when escape key or the close icon is pressed."
}
}
},
"backdropClose": {
"type": "object",
"description": "Allow the user to close the popup by a backdrop click.",
"properties": {
"enabled": {
"type": "boolean",
"default": false
}
}
},
"forcedClose": {
"type": "object",
"description": "React to the user forcing the popup to close.",
"properties": {
"action": {
"type": "string",
"format": "topic",
"description": "Name of the action that is published whenever the popup is closed by user interaction."
}
}
},
"area": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the exported area used to show or hide content.",
"format": "topic",
"default": "content"
}
}
},
"autoFocus": {
"type": "object",
"description": "Move focus to the popup.",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "If true the first suitable child element of the popover gets the focus on open."
}
}
},
"captureFocus": {
"type": "object",
"description": "Keep focus within the popup.",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "If true a focus change via tab key to any element outside of the popover is prohibited."
}
}
},
"position": {
"type": "object",
"description": "Configuration for the positioning of the popup.",
"properties": {
"vertical": {
"type": "string",
"enum": [
"MIDDLE",
"TOP"
],
"default": "MIDDLE"
}
}
},
"preventBodyScrolling": {
"type": "object",
"description": "Prevent from scrolling the body element while the popup is visible.",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "If true sets overflow hidden on the body to prevent scrolling while visible."
}
}
}
}
} | o9362 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.json.attribute.Address",
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"@id": {
"type": "integer"
},
"@city": {
"type": "string"
},
"street": {
"type": "string"
}
},
"additionalProperties": false
}
}
} | o42292 |
{
"title": "value",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The value object contains information for popup windows about how images should be retrieved or charts constructed.",
"properties": {
"fields": {
"type": "array",
"description": "Used with charts. An array of strings, with each string containing the name of a field to display in the chart.",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"linkURL": {
"type": "string",
"description": "Used with images. A string containing a URL to be launched in a browser when a user clicks the image."
},
"normalizeField": {
"type": "string",
"description": "Used with charts. An optional string containing the name of a field. The values of all fields in the chart will be normalized (divided) by the value of this field."
},
"sourceURL": {
"type": "string",
"description": "Used with images. A string containing the URL to the image."
},
"tooltipField": {
"type": "string",
"description": "String value indicating the tooltip for a chart specified from another field. This field is needed when related records are not sued. It is used for showing tooltips from another field in the same layer or related layer/table."
}
},
"additionalProperties": false,
"esriDocumentation": {
"examples": [
{
"title": "value",
"code": {
"value": {
"fields": [
"relationships/0/Pledge"
],
"tooltipField": "relationships/2/Official"
}
}
}
]
}
} | o90138 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner",
"type": "object",
"properties": {
"owner": {
"type": "object",
"properties": {
"adapted": {
"type": "array",
"items": {
"$ref": "#/definitions/Adapted"
}
}
},
"additionalProperties": false
}
},
"definitions": {
"Adapted": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}
} | o42284 |
{
"description": "A geographical coordinate",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"title": "Geographical Coordinate",
"type": "object"
} | o73407 |
{
"additionalProperties": false,
"description": "Schema for weather enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
"properties": {
"apiHost": {
"type": "string"
},
"apiKey": {
"type": "string"
},
"cacheSize": {
"maximum": 1000000,
"minimum": 1,
"type": "integer"
},
"geoPrecision": {
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"timeout": {
"minimum": 1,
"type": "integer"
}
},
"required": [
"apiKey",
"cacheSize",
"geoPrecision",
"apiHost",
"timeout"
],
"type": "object"
},
"vendor": {
"type": "string"
}
},
"required": [
"name",
"vendor",
"enabled",
"parameters"
],
"self": {
"format": "jsonschema",
"name": "weather_enrichment_config",
"vendor": "com.snowplowanalytics.snowplow.enrichments",
"version": "1-0-0"
},
"type": "object"
} | sp_354_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"id": {
"type": "string",
"description": "A lowercase alphanumeric string separated by hyphens.",
"pattern": "^[a-z0-9][a-z0-9\\-]*[a-z0-9]$"
},
"when": {
"type": "array",
"description": "Configure conditional rules. By adding more than one `condition` element it will evaluate as an and rule.",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"meta": {
"type": "string"
},
"condition": {
"enum": [
"equals",
"not equals",
"contains",
"not set"
]
},
"value": {
"type": [
"string",
"boolean"
]
}
},
"additionalProperties": false,
"required": [
"condition"
],
"oneOf": [
{
"required": [
"id"
]
},
{
"required": [
"meta"
]
}
]
}
},
"messages": {
"type": "object",
"properties": {
"NOT_INTEGER": {
"type": "string"
},
"NOT_STRING": {
"type": "string"
},
"MANDATORY": {
"type": "string"
},
"INVALID_DATE": {
"type": "string"
},
"NEGATIVE_INTEGER": {
"type": "string"
},
"INTEGER_TOO_LARGE": {
"type": "string"
},
"INVALID_DATE_RANGE_TO_BEFORE_FROM": {
"type": "string"
},
"INVALID_DATE_RANGE_TO_FROM_SAME": {
"type": "string"
}
},
"additionalProperties": false
},
"routing_rules": {
"type": "array",
"navigation_label_answer_ids": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"_uniqueItems": true
},
"items": {
"type": "object",
"properties": {
"goto": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"when": {
"$ref": "#/definitions/when"
}
},
"required": [
"id"
]
},
"repeat": {
"type": "object",
"properties": {
"answer_id": {
"type": "string"
},
"goto": {
"type": "string"
},
"type": {
"enum": [
"answer_value",
"answer_count",
"answer_count_minus_one"
]
}
},
"required": [
"answer_id"
]
}
},
"oneOf": [
{
"required": [
"goto"
]
},
{
"required": [
"repeat"
]
}
]
}
}
},
"required": [
"mime_type",
"schema_version",
"data_version",
"questionnaire_id",
"survey_id",
"title",
"groups",
"theme",
"legal_basis"
],
"properties": {
"mime_type": {
"type": "string"
},
"schema_version": {
"type": "string"
},
"data_version": {
"enum": [
"0.0.1",
"0.0.2"
]
},
"questionnaire_id": {
"type": "string"
},
"survey_id": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"theme": {
"type": "string"
},
"legal_basis": {
"enum": [
"Voluntary",
"StatisticsOfTradeAct"
]
},
"navigation": {
"type": "boolean"
},
"introduction": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"information_to_provide": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
}
}
},
"messages": {
"$ref": "#/definitions/messages"
},
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
},
"completed_id": {
"type": "string"
},
"highlight_when": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"_uniqueItems": true
},
"hide_in_navigation": {
"type": "boolean"
},
"skip_condition": {
"description": "Allows a group to be skipped when a condition has been met. By adding more than one `when` element it will evaluate as an or rule.",
"type": "array",
"minItems": 1,
"_uniqueItems": true,
"properties": {
"when": {
"$ref": "#/definitions/when"
}
},
"required": [
"when"
]
},
"routing_rules": {
"ref": "#/definitions/routing_rules"
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"description": {
"type": "string"
},
"sections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
},
"number": {
"type": "string"
},
"description": {
"type": "string"
},
"questions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
},
"number": {
"type": "string"
},
"description": {
"type": "string"
},
"guidance": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"list": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"skip_condition": {
"description": "Allows a question to be skipped when a condition has been met.",
"type": "object",
"properties": {
"when": {
"$ref": "#/definitions/when"
}
},
"additionalProperties": false,
"required": [
"when"
]
},
"type": {
"enum": [
"General",
"DateRange",
"RepeatingAnswer",
"Relationship"
]
},
"answers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"q_code": {
"type": "string",
"pattern": "[0-9]+"
},
"label": {
"type": "string"
},
"guidance": {
"type": "string"
},
"description": {
"type": "string"
},
"type": {
"enum": [
"Checkbox",
"Currency",
"Date",
"MonthYearDate",
"Integer",
"Percentage",
"PositiveInteger",
"Radio",
"TextArea",
"TextField",
"Relationship"
]
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"value": {
"type": "string"
},
"q_code": {
"type": "string",
"pattern": "[0-9]+"
}
},
"required": [
"label",
"value"
]
}
},
"mandatory": {
"type": "boolean"
},
"alias": {
"type": "string"
},
"repeats": {
"type": "boolean"
},
"validation": {
"type": "object",
"properties": {
"messages": {
"$ref": "#/definitions/messages"
}
}
}
},
"additionalProperties": false,
"required": [
"id",
"type",
"mandatory"
]
}
}
},
"additionalProperties": false,
"required": [
"id",
"title",
"type",
"answers"
]
}
}
},
"additionalProperties": false,
"required": [
"id",
"questions"
]
}
},
"routing_rules": {
"ref": "#/definitions/routing_rules"
}
},
"additionalProperties": false,
"required": [
"id",
"sections"
]
}
}
},
"additionalProperties": false,
"required": [
"id",
"title",
"blocks"
]
}
}
},
"additionalProperties": false
} | o69083 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"price": {
"description": "The price of the product",
"type": "number"
},
"product": {
"description": "The product name",
"type": "string"
},
"quantity": {
"description": "The quantity of the product",
"type": "integer"
}
},
"required": [
"product",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | create_invoice_13e1ec6d |
{
"properties": {
"dimensions": {
"dependencies": {
"shape": [
"rectangle",
"circle"
]
},
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"radius"
],
"type": "object"
},
"shape": {
"description": "The shape for which to calculate the area",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_3c2d01ed |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "GetProjectResponse",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "Name of the project."
},
"repos": {
"type": "array",
"items": {
"$ref": "#/definitions/RepoDefinitionsDetails"
},
"description": "List of repos attached to the project."
},
"permissions": {
"type": "array",
"items": {
"$ref": "#/definitions/PermissionGrant"
}
}
},
"definitions": {
"RepoDefinitionsDetails": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "Name of the project."
}
}
},
"PermissionGrant": {
"type": "object",
"additionalProperties": false,
"properties": {
"username": {
"type": "string",
"description": "Name of the user to grant the accessLevel to."
},
"accessLevel": {
"type": "string",
"enum": [
"NONE",
"READ",
"WRITE",
"ADMIN"
],
"description": "Type of permission to grant access to"
}
}
}
},
"javaName": "GetProjectResponse"
} | o39435 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "VERIZON plus schema version 1.3",
"properties": {
"analysis_status": {
"enum": [
"Ineligible",
"Needs review",
"In-progress",
"First pass",
"Validated",
"Finalized",
"No Report"
],
"minLength": 1,
"type": "string"
},
"analyst": {
"minLength": 1,
"type": "string"
},
"analyst_notes": {
"minLength": 1,
"type": "string"
},
"antiforensic_measures": {
"items": {
"enum": [
"No evidence of AF",
"Data Wiping",
"Data Hiding",
"Data Corruption",
"Unknown"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"asset": {
"additionalProperties": false,
"properties": {
"total": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"asset_os": {
"items": {
"enum": [
"Not applicable",
"Android",
"Apple iOS",
"BlackBerry OS",
"Linux",
"Mac OSX",
"Mainframe",
"Symbian",
"Unix",
"webOS",
"Windows",
"Windows Phone",
"Unknown",
"Other"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"attack_difficulty_initial": {
"enum": [
"Not Applicable",
"Unknown",
"Very Low",
"Low",
"Moderate",
"High"
],
"minLength": 1,
"type": "string"
},
"attack_difficulty_legacy": {
"enum": [
"Not Applicable",
"Unknown",
"Very Low",
"Low",
"Moderate",
"High"
],
"minLength": 1,
"type": "string"
},
"attack_difficulty_subsequent": {
"enum": [
"Not Applicable",
"Unknown",
"Very Low",
"Low",
"Moderate",
"High"
],
"minLength": 1,
"type": "string"
},
"attribute": {
"additionalProperties": false,
"properties": {
"confidentiality": {
"additionalProperties": false,
"properties": {
"credit_monitoring": {
"minLength": 1,
"type": "string"
},
"credit_monitoring_years": {
"minLength": 1,
"type": "integer"
},
"data_abuse": {
"minLength": 1,
"type": "string"
},
"data_misuse": {
"minLength": 1,
"type": "string"
},
"partner_data": {
"minLength": 1,
"type": "string"
},
"partner_number": {
"minLength": 1,
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"control_inadequacies_legacy": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"created": {
"minLength": 1,
"type": "string"
},
"dbir_year": {
"minLength": 1,
"type": "integer"
},
"event_chain": {
"items": {
"additionalProperties": false,
"properties": {
"action": {
"enum": [
"mal",
"hak",
"soc",
"mis",
"phy",
"err",
"env"
],
"minLength": 1,
"type": "string"
},
"actor": {
"enum": [
"ext",
"int",
"prt"
],
"minLength": 1,
"type": "string"
},
"asset": {
"enum": [
"srv",
"net",
"usr",
"off",
"ppl"
],
"minLength": 1,
"type": "string"
},
"attribute": {
"enum": [
"cp",
"ia",
"au"
],
"minLength": 1,
"type": "string"
},
"summary": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"f500": {
"minLength": 1,
"type": "string"
},
"github": {
"minLength": 1,
"type": "string"
},
"investigator": {
"minLength": 1,
"type": "string"
},
"master_id": {
"minLength": 1,
"type": "string"
},
"modified": {
"minLength": 1,
"type": "string"
},
"pci": {
"additionalProperties": false,
"properties": {
"compliance_status": {
"enum": [
"Not Compliant",
"Found Compliant",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"merchant_level": {
"enum": [
"Level 1",
"Level 2",
"Level 3",
"Level 4",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"notes": {
"minLength": 1,
"type": "string"
},
"req_1": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_10": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_11": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_12": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_2": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_3": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_4": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_5": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_6": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_7": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_8": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"req_9": {
"enum": [
"Not Applicable",
"In Place",
"Not In Place",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"status_determined": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"public_disclosure": {
"minLength": 1,
"type": "string"
},
"security_maturity": {
"enum": [
"Initial",
"Managed",
"Defined",
"Measured",
"Optimizing",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"targeted": {
"enum": [
"Unknown",
"Not Applicable",
"Opportunistic",
"Targeted"
],
"minLength": 1,
"type": "string"
},
"timeline": {
"additionalProperties": false,
"properties": {
"notification": {
"additionalProperties": false,
"properties": {
"day": {
"minLength": 1,
"type": "integer"
},
"month": {
"minLength": 1,
"type": "integer"
},
"year": {
"minLength": 1,
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"unfollowed_policies": {
"enum": [
"Yes",
"No",
"Unknown"
],
"minLength": 1,
"type": "string"
},
"unknown_unknowns": {
"items": {
"enum": [
"Assets that had unknown user accounts or privileges",
"Assets unknown or unclaimed by the organization (or business group affected)",
"Assets that had unknown network connections or accessibility",
"Data the organization did not know existed on a particular asset",
"Unknown"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"victim_name": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
}
},
"required": [
"master_id"
],
"type": "object"
} | o84878 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json",
"type": "object",
"properties": {
"CreationTime": {
"type": "string",
"description": "The creation time of this entity in the format: CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]"
},
"Validity": {
"type": "integer",
"description": "The number of seconds after CreationTime that this entity should be considered relevant"
},
"ID": {
"type": "string",
"description": "A globally unique identifier for this entity"
},
"Name": {
"type": "string",
"description": "A human-readable name"
},
"OtherInfo": {
"type": "array",
"description": "Placeholder for information that does not fit in any other attribute",
"items": {
"type": "string"
}
},
"Extension": {
"type": "object",
"description": "Key/value pairs enabling the association of extra information not captured by the model"
}
},
"required": [
"ID"
]
} | o57936 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items in the invoice",
"items": {
"properties": {
"description": {
"description": "The description of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | generate_invoice_2aa488a6 |
{
"properties": {
"action": {
"type": "string"
},
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"expressiontype": {
"enum": [
"Classic Policy",
"Advanced Policy"
],
"readonly": true,
"type": "string"
},
"feature": {
"enum": [
"WL",
"WebLogging",
"SP",
"SurgeProtection",
"LB",
"LoadBalancing",
"CS",
"ContentSwitching",
"CR",
"CacheRedirection",
"SC",
"SureConnect",
"CMP",
"CMPcntl",
"CompressionControl",
"PQ",
"PriorityQueuing",
"HDOSP",
"HttpDoSProtection",
"SSLVPN",
"AAA",
"GSLB",
"GlobalServerLoadBalancing",
"SSL",
"SSLOffload",
"SSLOffloading",
"CF",
"ContentFiltering",
"IC",
"IntegratedCaching",
"OSPF",
"OSPFRouting",
"RIP",
"RIPRouting",
"BGP",
"BGPRouting",
"REWRITE",
"IPv6PT",
"IPv6protocoltranslation",
"AppFw",
"ApplicationFirewall",
"RESPONDER",
"HTMLInjection",
"push",
"NSPush",
"NetScalerPush",
"AppFlow",
"CloudBridge",
"ISIS",
"ISISRouting",
"CH",
"CallHome",
"AppQoE",
"ContentAccelerator",
"SYSTEM",
"RISE",
"FEO",
"LSN",
"LargeScaleNAT",
"RDPProxy",
"Rep",
"Reputation",
"URLFiltering",
"VideoOptimization",
"ForwardProxy",
"SSLInterception",
"AdaptiveTCP",
"CQA",
"CI",
"ContentInspection",
"Bot"
],
"readonly": true,
"type": "string"
},
"gotopriorityexpression": {
"readonly": true,
"type": "string"
},
"hits": {
"readonly": true,
"type": "integer"
},
"name": {
"type": "string"
},
"rule": {
"type": "string"
}
},
"title": "tmsessionpolicy",
"type": "object"
} | o31060 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"collection": {
"type": "string"
},
"method": {
"type": "string",
"enum": [
"insert",
"replace",
"remove"
]
},
"elementId": {
"type": "string"
},
"element": {
"type": "object"
},
"token": {
"type": "string"
}
},
"required": [
"collection",
"method"
]
} | o57386 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"description": "Spec to control the desired behavior of daemon set rolling update.",
"properties": {
"maxUnavailable": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update."
}
},
"type": "object"
} | kb_874_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "PreviousName",
"description": "A previous name of a company",
"type": "object",
"properties": {
"company_name": {
"type": "string",
"minLength": 1
},
"con_date": {
"type": "string",
"format": "date",
"description": "The end (conversion) date of the name"
},
"start_date": {
"type": "string",
"format": "date"
}
},
"required": [
"company_name"
]
} | o65462 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Scenario Reasoner output for scenarioinfo method",
"type": "object",
"properties": {
"result": {
"type": "object",
"additionalProperties": true,
"title": "Result of the method scenarioInfo",
"description": "This sub-schema describes the result of the method scenarioInfo",
"name": "result",
"properties": {
"id": {
"type": "string",
"minLength": 1,
"description": "The ID of the scenario",
"example": "gmd4"
},
"name": {
"type": "string",
"description": "The name of the scenario",
"example": "Game Merchant Dialogue"
},
"language": {
"type": "string",
"description": "The language of the scenario",
"example": "en"
},
"description": {
"type": "string",
"description": "The description of the scenario"
},
"difficulty": {
"type": "string",
"minLength": 1,
"title": "Difficulty of scenario",
"description": "Indicates the scenario difficulty",
"default": "medium"
},
"version": {
"type": "integer",
"description": "The version of the scenario"
},
"characters": {
"type": "array",
"description": "The characters of the scenario",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id of the character"
},
"name": {
"type": "string",
"decription": "The name of the character"
}
},
"required": [
"id"
]
}
},
"expressions": {
"type": "array",
"description": "The expressions for this scenario",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id of the expression"
},
"name": {
"type": "string",
"description": "The name of the expression"
},
"description": {
"type": "string",
"description": "The description of the expression"
},
"type": {
"anyOf": [
{
"type": "string",
"example": "string"
},
{
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "list"
}
},
"required": [
"name"
],
"additionalProperties": true
}
]
}
},
"required": [
"id",
"name"
]
}
},
"userDefinedParameters": {
"type": "array",
"description": "The user-defined parameters for this scenario",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id of the parameter",
"pattern": "^p([0-9]+)|t$"
},
"name": {
"type": "string",
"description": "The name of the parameter",
"example": "Interacting"
},
"description": {
"type": "string",
"description": "The description of the parameter",
"example": "If the player is interacting with the merchant."
},
"type": {
"anyOf": [
{
"type": "string",
"example": "string"
},
{
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "list"
}
},
"required": [
"name"
],
"additionalProperties": true
}
]
}
},
"required": [
"id",
"name"
]
}
},
"propertyValues": {
"type": "object",
"description": "The statement-independent property values for this scenario",
"properties": {
"independent": {
"type": "object"
},
"perCharacter": {
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
}
}
},
"id": {
"description": "A value identifying this response, equal to the id of the request or null"
},
"error": {
"type": "null"
},
"version": {
"type": "string"
}
},
"required": [
"result",
"error",
"id",
"version"
],
"additionalProperties": false
} | o16046 |
{
"title": "Transcript Schema",
"description": "A transcript of an audio file",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"title": "Line",
"type": "object",
"description": "An individual line or paragraph of the transcript",
"properties": {
"speaker": {
"description": "Speaker of the line or paragraph"
},
"line": {
"description": "Text of the line or paragraph",
"type": "string"
}
},
"required": [
"line",
"speaker"
]
}
} | o33784 |
{
"title": "Parameter Selection",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
"title": "Key/Attribute"
},
"value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
},
{
"type": "number"
},
{
"required": [
"expression_type"
],
"type": "object",
"properties": {
"output": {
"type": "string"
},
"expression_type": {
"default": "stage-output-selector",
"enum": [
"stage-output-selector"
],
"type": "string"
},
"stages": {
"type": "string"
},
"flatten": {
"type": "boolean"
},
"unwrap": {
"type": "boolean"
}
}
}
],
"title": "Value"
}
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"id": "parameter_selection"
} | o80803 |
{
"title": "Hardware Inventory Information",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"minProperties": 1
} | o8462 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schema.envirocar.org/sensor.json#",
"allOf": [
{
"$ref": "#/definitions/base"
},
{
"$ref": "#/definitions/with-id"
},
{
"oneOf": [
{
"not": {
"$ref": "#/definitions/car-type"
}
},
{
"allOf": [
{
"$ref": "#/definitions/car-type"
},
{
"$ref": "#/definitions/car-properties"
}
]
}
]
}
],
"definitions": {
"base": {
"type": "object",
"required": [
"type",
"properties"
],
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object"
}
}
},
"with-id": {
"properties": {
"properties": {
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
}
}
}
},
"car-type": {
"properties": {
"type": {
"enum": [
"car"
]
}
}
},
"car-properties": {
"properties": {
"properties": {
"properties": {
"manufacturer": {
"type": "string"
},
"model": {
"type": "string"
},
"fuelType": {
"type": "string",
"enum": [
"diesel",
"gasoline",
"biodiesel",
"kerosene",
"electric"
]
},
"constructionYear": {
"type": "integer",
"minimum": 0
},
"VIN": {
"type": "string"
}
}
}
}
}
}
} | o44368 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "JSON Schema for extensions modules",
"type": "object",
"definitions": {
"assembly": {
"type": "object",
"required": [
"priority"
],
"properties": {
"priority": {
"type": "number"
},
"options": {
"type": "object"
}
}
},
"dbConnection": {
"type": "object",
"properties": {
"connections": {
"type": "array",
"items": {
"type": "object",
"required": [
"connectionString"
],
"properties": {
"name": {
"type": "string",
"default": "default"
},
"connectionString": {
"type": "string"
},
"database": {
"type": "string"
}
}
}
},
"serviceLifetime": {
"enum": [
"Singleton",
"Scoped",
"Transient"
],
"default": "Scoped"
}
}
},
"efIncludeNavigationPropertiesOperation": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": false,
"description": "Include main navigation propeties"
},
"except": {
"type": "array",
"items": {
"type": "string"
},
"description": "Fully qualified name of the type, including its namespace but not its assembly"
},
"explicit": {
"description": "Custome rules by type",
"type": "array",
"items": {
"type": "object",
"properties": {
"entity": {
"type": "string",
"description": "Fully qualified name of the type, including its namespace but not its assembly"
},
"paths": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "string"
}
},
"description": "Array of indented navigation paths to include\ni.e. for Order entity\n[\n [\"OrderDetail\",\"Product\",\"Supplier\"],\n [\"Customer\"]\n]"
}
}
}
}
}
},
"endpoint": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string"
},
"port": {
"type": "integer"
},
"username": {
"type": "string"
},
"password": {
"type": "string"
},
"enableSsl": {
"type": "boolean"
},
"skipCertificateValidation": {
"type": "boolean"
}
}
},
"endpointAuth": {
"type": "object",
"properties": {
"authPolicies": {
"items": {
"type": "string",
"_uniqueItems": true
},
"description": "List of policy name to validate"
},
"authHosts": {
"items": {
"type": "string",
"_uniqueItems": true
},
"description": "List of authorized hosts, i.e. host:8001"
}
}
},
"entryExpirationInMinutes": {
"type": "object",
"properties": {
"fast": {
"type": "integer",
"default": 10
},
"medium": {
"type": "integer",
"default": 60
},
"slow": {
"type": "integer",
"default": 240
},
"never": {
"type": "integer",
"default": 1440
}
}
},
"healthResult": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "health check mnemonic name",
"default": "Autogenerated"
},
"status": {
"enum": [
"Unhealthy",
"Degraded"
],
"description": "Health status on check failure",
"default": "Unhealthy"
}
}
},
"identityResource": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true
},
"name": {
"type": "string",
"description": "The unique name of the resource"
},
"displayName": {
"type": "string",
"description": "Display name of the resource"
},
"userClaims": {
"type": "array",
"items": {
"type": "string",
"_uniqueItems": true
},
"description": "List of accociated user claims that should be included when this resource is requested"
},
"properties": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Sets the custom properties for the resource"
}
}
},
"identitySecret": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"value": {
"type": "string",
"description": "\"Convert.ToBase64String(System.Security.Cryptography.SHA256.Create().ComputeHash(Encoding.UTF8.GetBytes(\"secret\")))\""
},
"expiration": {
"type": "string",
"format": "date-time"
},
"type": {
"type": "string",
"enum": [
"SharedSecret",
"X509Thumbprint",
"X509Name",
"X509CertificateBase64"
],
"default": "SharedSecret"
}
}
},
"serialization": {
"type": "object",
"description": "Serialization settings",
"properties": {
"nullValueHandling": {
"enum": [
"Ignore",
"Include"
],
"default": "Ignore"
},
"formatting": {
"enum": [
"None",
"Indented"
],
"default": "None"
},
"referenceLoopHandling": {
"enum": [
"Error",
"Ignore",
"Serialize"
],
"default": "Error"
},
"dateParseHandling": {
"enum": [
"None",
"DateTime",
"DateTimeOffset"
],
"default": "DateTime"
},
"dateTimeZoneHandling": {
"enum": [
"Local",
"Utc",
"Unspecified",
"RoundtripKind"
],
"default": "RoundtripKind"
},
"typeNameHandling": {
"enum": [
"None",
"Objects",
"Arrays",
"All",
"Auto"
],
"default": "None"
},
"typeNameAssemblyFormatHandling": {
"enum": [
"Simple",
"Full"
],
"default": "Simple"
},
"converters": {
"type": "array",
"description": "List of assembly/JsonConvert type to apply",
"items": {
"type": "object",
"properties": {
"assembly": {
"type": "string",
"description": "Assembly full name, i.e. web"
},
"type": {
"type": "string",
"description": "JsonConverter class full name, i.e. web.Code.LocaleJsonConverter\nNote: class needs a ctor with params object[] args, parameterless ctor will also evaluate as fallback"
}
}
}
}
}
},
"staticFilesFolder": {
"type": "object",
"properties": {
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"path": {
"type": "string",
"description": "Relative or UNC path"
},
"isRelativePath": {
"type": "boolean"
},
"requestPath": {
"type": "string",
"description": "i.e. /downloads"
},
"mimeTypes": {
"type": "object",
"patternProperties": {
"^\\.[^.]+$": {
"type": "string"
}
},
"additionalProperties": {
"type": "string",
"pattern": "^\\.[^.]+$"
}
}
}
}
},
"required": [
"extConfig"
],
"properties": {
"extConfig": {
"type": "object",
"properties": {
"folder": {
"type": "string"
},
"enableShutDownOnChange": {
"type": "boolean"
},
"assemblies": {
"type": "object",
"properties": {
"Ws.Core.Extensions.Api": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"serialization": {
"$ref": "#/definitions/serialization"
},
"session": {
"type": "object",
"properties": {
"idleTimeoutInMinutes": {
"default": 20,
"description": "The IdleTimeout indicates how long the session can be idle before its contents are abandoned. Each session access resets the timeout. Note this only applies to the content of the session, not the cookie.",
"type": "integer"
},
"cookie": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the cookie."
},
"path": {
"type": "string",
"description": "The cookie path."
},
"domain": {
"type": "string",
"description": "The domain to associate the cookie with."
},
"httpOnly": {
"type": "boolean",
"description": "Indicates whether a cookie is accessible by client-side script.",
"default": true
}
}
}
}
},
"documentation": {
"type": "object",
"required": [
"endpoints"
],
"properties": {
"routePrefix": {
"type": "string",
"default": "swagger"
},
"ui": {
"type": "object",
"properties": {
"injectJs": {
"type": "string",
"description": "Relative path of additional js file, added in wwwroot folder; i.e. \"/swagger-ui/custom.js\""
},
"injectCss": {
"type": "string",
"description": "Relative path of additional css file, added in wwwroot folder; i.e. \"/swagger-ui/custom.css\""
}
}
},
"endpoints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"default": "v{index}"
},
"title": {
"type": "string",
"default": "API v{index}"
},
"version": {
"type": "string",
"default": "{id}"
}
}
}
},
"securityDefinitions": {
"type": "object",
"description": "Add one or more security definitions, describing how your api is protected",
"properties": {
"bearer": {
"type": "boolean",
"description": "Add Authorization header for bearer token",
"default": false
},
"cookies": {
"type": "array",
"items": {
"type": "string",
"_uniqueItems": true
}
}
}
},
"xmlComments": {
"type": "object",
"description": "To include Xml Comments, open the Properties dialog for your project, click the \"Build\" tab and ensure that \"XML documentation file\" is checked.\n This will produce a file containing all XML comments at build-time.\nAt this point, any classes or methods that are NOT annotated with XML comments will trigger a build warning.\n To suppress this, enter the warning code 1591 into the \"Suppress warnings\" field in the properties dialog.",
"required": [
"fileName"
],
"properties": {
"fileName": {
"type": "string",
"description": "i.e. api.xml\nCheck PropertyGroup>DocumentationFile value in your .csproj file."
},
"includeControllerComments": {
"type": "boolean",
"default": false
}
}
}
}
}
}
}
}
},
"Ws.Core.Extensions.Cors": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"policies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"origins": {
"type": "array",
"items": {
"type": "string"
},
"description": "To allow one or more specific origins"
},
"methods": {
"type": "array",
"items": {
"enum": [
"GET",
"HEAD",
"POST",
"PUT",
"PATCH",
"DELETE",
"OPTIONS",
"TRACE"
]
},
"_uniqueItems": true
},
"headers": {
"type": "array",
"items": {
"type": "string"
},
"description": "To whitelist specific headers"
},
"exposedHeaders": {
"type": "array",
"items": {
"type": "string"
},
"description": "The CORS spec calls simple response headers. Specify other headers available to the application"
},
"allowCredentials": {
"type": "boolean",
"description": " Credentials include cookies as well as HTTP authentication schemes"
},
"preflightMaxAgeInSeconds": {
"type": "integer",
"description": "Value in seconds. The Access-Control-Max-Age header specifies how long the response to the preflight request can be cached"
}
},
"required": [
"name"
]
}
}
}
}
}
},
"Ws.Core.Extensions.Data": {
"$ref": "#/definitions/assembly"
},
"Ws.Core.Extensions.Data.Cache": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"type": {
"enum": [
"Memory",
"Distributed"
]
},
"entryExpirationInMinutes": {
"$ref": "#/definitions/entryExpirationInMinutes"
}
}
}
}
},
"Ws.Core.Extensions.Data.Cache.Memcached": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"client": {
"type": "object",
"properties": {
"servers": {
"type": "array",
"items": {
"properties": {
"address": {
"type": "string"
},
"port": {
"type": "integer"
}
}
}
},
"authentication": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "i.e. Enyim.Caching.Memcached.PlainTextAuthenticator"
},
"parameters": {
"type": "object",
"properties": {
"zone": {
"type": "string"
},
"userName": {
"type": "string"
},
"password": {
"type": "string"
}
}
}
}
}
}
},
"entryExpirationInMinutes": {
"$ref": "#/definitions/entryExpirationInMinutes"
}
}
}
}
},
"Ws.Core.Extensions.Data.Cache.Redis": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"client": {
"type": "object",
"properties": {
"configuration": {
"type": "string"
},
"instanceName": {
"type": "string",
"default": "master"
}
}
},
"entryExpirationInMinutes": {
"$ref": "#/definitions/entryExpirationInMinutes"
}
}
}
}
},
"Ws.Core.Extensions.Data.Cache.SqlServer": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"client": {
"type": "object",
"properties": {
"connectionString": {
"type": "string"
},
"schemaName": {
"type": "string",
"default": "dbo"
},
"tableName": {
"type": "string",
"default": "Entry"
}
}
},
"entryExpirationInMinutes": {
"$ref": "#/definitions/entryExpirationInMinutes"
}
}
}
}
},
"Ws.Core.Extensions.Data.EF": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"ignore": {
"type": "array",
"description": "Excludes the given entity type from the model. This method is typically used to remove types from the model that were added by convention., i.e. `MyNamespace.MyClass, MyAssembly`",
"items": {
"type": "string"
}
},
"jsonConvert": {
"type": "array",
"description": "Serialize/deserialize type, mapped on a text column, i.e. `MyNamespace.MyClass, MyAssembly`\nInterface can be listed too",
"items": {
"type": "string"
}
},
"mappings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "Entity namespace (case sensitive) or leave empty"
},
"name": {
"type": "string",
"description": "Entity name, case sensitive",
"default": "typeof(T).Name"
},
"table": {
"type": "string",
"description": "Specify a table name",
"default": "typeof(T).Name"
},
"schema": {
"type": "string",
"description": "Specify a database schema",
"default": "dbo"
},
"IdColumnName": {
"type": "string",
"description": "Map Id property to column name",
"default": "Id"
},
"IdHasDefaultValue": {
"type": "boolean",
"default": true
},
"properties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the property, case sensitive"
},
"column": {
"type": "string",
"description": "Name of the database column representing the property"
},
"ignore": {
"type": "boolean",
"default": false,
"description": "Excludes the given property from the entity type"
},
"jsonConvert": {
"type": "boolean",
"default": null,
"description": "Map property with text columun, serializing/deserializing value"
}
},
"required": [
"name"
]
}
}
},
"required": [
"name"
]
}
},
"includeNavigationProperties": {
"type": "object",
"properties": {
"list": {
"$ref": "#/definitions/efIncludeNavigationPropertiesOperation"
},
"find": {
"$ref": "#/definitions/efIncludeNavigationPropertiesOperation"
}
}
}
}
}
}
},
"Ws.Core.Extensions.Data.EF.MySql": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"$ref": "#/definitions/dbConnection"
}
}
},
"Ws.Core.Extensions.Data.EF.SqlServer": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"allOf": [
{
"$ref": "#/definitions/dbConnection"
}
],
"properties": {
"merge": {
"type": "object",
"description": "Repository merge implementation",
"properties": {
"useTempDb": {
"type": "boolean",
"default": true
},
"updateByProperties": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true,
"default": "[Id]"
},
"bulkCopyTimeout": {
"type": "number",
"default": 180,
"description": "Operation timeout in seconds"
}
}
},
"storedProcedure": {
"type": "object",
"description": "Use stored procedure instead of EF methods",
"properties": {
"schema": {
"type": "string",
"description": " Stored procedure schema",
"default": "dbo"
},
"mappings": {
"description": "Map entity type to a set of stored procedure",
"type": "array",
"items": {
"type": "object",
"properties": {
"namespace": {
"type": "string"
},
"name": {
"type": "string",
"description": "Entity typeof(T).Name"
},
"schema": {
"type": "string",
"description": "Override default"
},
"storedProcedure": {
"type": "string",
"description": "Stored procedure name. Will be trasformed in {schema}.entity_{name}_{method}",
"default": "Entity name"
},
"methods": {
"description": "Call sp for this methods only; If empty: all methods",
"default": "all",
"type": "array",
"items": {
"enum": [
"list",
"find",
"add",
"addmany",
"update",
"updatemany",
"merge",
"delete",
"deletemany"
]
},
"_uniqueItems": true
},
"commandTimeOut": {
"type": "object",
"description": "Maximum execution time in seconds",
"properties": {
"read": {
"type": "number",
"default": 120,
"description": "For List,Find methods"
},
"write": {
"type": "number",
"default": 60,
"description": "For Add,AddMany,Update,UpdateMany,Delete,DeleteMany methods"
},
"sync": {
"type": "number",
"default": 180,
"description": "For Merge method"
}
}
}
}
}
}
}
}
}
}
}
},
"Ws.Core.Extensions.Data.Mongo": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"$ref": "#/definitions/dbConnection"
}
}
},
"Ws.Core.Extensions.Data.FileSystem": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"folder": {
"type": "string",
"description": "Folder of stored files, relative to ContentRootPath",
"default": "Files/Entity"
},
"serialization": {
"$ref": "#/definitions/serialization"
}
}
}
}
},
"Ws.Core.Extensions.HealthCheck": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"routes": {
"description": "List of health check routes",
"type": "array",
"default": "2 routes: /healtz for basic app status, with no additional check; /healtz/checks for overall app status, performing all checks",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/endpointAuth"
}
],
"properties": {
"path": {
"type": "string",
"description": "i.e. /healtz"
},
"contentType": {
"enum": [
"json",
"text"
],
"default": "json"
},
"skipChecks": {
"type": "boolean",
"description": "If true skip any defined checks, returning a basic health check",
"default": false
}
}
}
},
"checks": {
"type": "object",
"properties": {
"storage": {
"type": "array",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"driver": {
"type": "string",
"description": "i.e. C:\\, skip check if empty"
},
"minimumFreeMb": {
"type": "number",
"description": "i.e. 1024 = 1Gb"
}
}
}
},
"memory": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"maximumAllocatedMb": {
"type": "number",
"description": "i.e. 500"
}
}
},
"process": {
"type": "array",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"processName": {
"type": "string",
"description": "Check if exists, skip check if empty"
}
}
}
},
"winservice": {
"type": "array",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"serviceName": {
"type": "string",
"description": "Check if running, skip check if empty"
}
}
}
},
"tcp": {
"type": "array",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"host": {
"type": "string",
"description": "Skip check if empty"
},
"port": {
"type": "number"
}
}
}
},
"http": {
"description": "Http request",
"type": "array",
"items": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/healthResult"
}
],
"properties": {
"url": {
"type": "string",
"description": "Skip check if empty"
}
}
}
}
}
},
"ui": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/endpointAuth"
}
],
"properties": {
"enabled": {
"type": "boolean",
"default": false
},
"dbPath": {
"type": "string",
"default": "healthchecksdb",
"description": "Db path relative to content root, i.e. files\\db\\healthchecksdb"
},
"route": {
"type": "string",
"default": "/healthchecks-ui"
},
"routeApi": {
"type": "string",
"default": "/healthchecks-api"
},
"routeWebhook": {
"type": "string",
"default": "/healthchecks-webhooks"
},
"injectCss": {
"type": "string",
"description": "i.e. wwwroot/healthcheck-ui/style.css"
},
"endpoints": {
"description": "List of health check endopoint to show",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"uri": {
"type": "string",
"description": "i.e. http://host:8001/healthz, skip check if empty"
}
}
}
},
"webhooks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"uri": {
"type": "string",
"description": "Skip check if empty"
},
"payload": {
"type": "string",
"description": "Encoded payload for failed check. Available token: [[LIVENESS]] [[FAILURE]] [[DESCRIPTIONS]]"
},
"restorePayload": {
"type": "string",
"description": "Encoded payload for restored status. Available token: [[LIVENESS]]"
}
}
}
},
"evaluationTimeinSeconds": {
"type": "number",
"default": 60
},
"minimumSecondsBetweenFailureNotifications": {
"type": "number",
"default": 300
}
}
}
}
}
}
},
"Ws.Core.Extensions.Identity": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"inMemory": {
"type": "object",
"description": "Use in-memory identities, resources, clients",
"properties": {
"enable": {
"type": "boolean",
"default": true
},
"identityResources": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/definitions/identityResource"
}
]
}
},
"apiResources": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/definitions/identityResource"
}
],
"properties": {
"apiSecrets": {
"type": "array",
"items": {
"$ref": "#/definitions/identitySecret"
},
"description": "The API secret is used for the introspection endpoint. The API can authenticate with introspection using the API name and secret"
},
"scopes": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/definitions/identityResource"
}
],
"properties": {
"showInDiscoveryDocument": {
"type": "boolean",
"default": true,
"description": "Specifies whether this scope is shown in the discovery document"
}
},
"description": "An API must have at least one scope. Each scope can have different settings"
}
}
}
}
},
"clients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true
},
"clientId": {
"type": "string"
},
"clientSecrets": {
"type": "array",
"items": {
"$ref": "#/definitions/identitySecret"
},
"description": "only relevant for flows that require a secret"
},
"allowedGrantTypes": {
"type": "array",
"items": {
"enum": [
"authorization_code",
"client_credentials",
"hybrid",
"implicit",
"password",
"urn:ietf:params:oauth:grant-type:device_code"
]
},
"_uniqueItems": true
},
"allowedScopes": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true,
"description": " Specifies the api scopes that the client is allowed to request. If empty, the client can't access any scope"
}
}
}
},
"persistedGrants": {
"type": "boolean",
"description": "Adds in-memory store",
"default": false
},
"caching": {
"type": "boolean",
"description": "Adds in-memory caching",
"default": false
}
}
},
"developerSigningCredential": {
"type": "boolean",
"default": false,
"description": "Sets the temporary signing credential"
},
"jwtBearerClientAuthentication": {
"type": "boolean",
"default": false,
"description": "Adds support for client authentication using JWT bearer assertions"
},
"testUsers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subjectId": {
"type": "string"
},
"username": {
"type": "string"
},
"password": {
"type": "string"
},
"isActive": {
"type": "boolean",
"default": true
},
"claims": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "i.e. Name, Email, Address"
},
"value": {
"type": "string"
},
"valueType": {
"type": "string",
"enum": [
"string",
"boolean",
"integer",
"double",
"date",
"datetime",
"json"
],
"default": "string"
}
}
}
}
}
}
}
}
}
}
},
"Ws.Core.Extensions.Message": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"senders": {
"type": "array",
"items": {
"$ref": "#/definitions/endpoint"
}
},
"receivers": {
"type": "array",
"items": {
"$ref": "#/definitions/endpoint"
}
}
}
}
}
},
"Ws.Core.Extensions.Routing": {
"$ref": "#/definitions/assembly"
},
"Ws.Core.Extensions.Spa": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"rootPath": {
"type": "string",
"description": "Path relative to the application root, of the directory in which the physical files are located. If the specified directory does not exist, then the SpaStaticFiles middleware will not serve any static files.",
"default": "Client/dist/browser"
},
"defaultPage": {
"type": "string",
"description": "Default page that hosts your SPA user interface",
"default": "/index.html"
},
"sourcePath": {
"type": "string",
"description": "Path, relative to the application working directory, of the directory that contains the SPA source files during development. The directory may not exist in published applications",
"default": "Client"
},
"startupTimeoutInSeconds": {
"type": "integer",
"description": "Maximum duration that a request will wait for the SPA to become ready to serve to the client",
"default": 90
},
"spaDevelopmentServer": {
"type": "string",
"description": "Use only in development! Forward incoming requests to a local development server,i.e. http://localhost:4200."
},
"cliServerScript": {
"type": "string",
"description": "Use only in development! The name of the script in your package.json file that launches the Angular CLI process, i.e. start. This handles requests by passing them through to an instance of the Angular CLI server; alternative to spaDevelopmentServer"
},
"staticFilesPaths": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/definitions/staticFilesFolder"
}
]
}
},
"prerendering": {
"type": "object",
"properties": {
"enable": {
"type": "boolean",
"default": true
},
"cacheResponse": {
"type": "object",
"description": "Cache prerendering output, injecting app ICache implementation",
"properties": {
"enable": {
"type": "boolean",
"default": true
},
"skipQueryStringPath": {
"type": "boolean",
"description": "If true, don't cache parameterized path",
"default": true
},
"skipFilePath": {
"type": "boolean",
"description": "If true, cache only extensionless path",
"default": true
},
"excludePaths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of path prefixes for which cache is disabled"
},
"includePaths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of path prefixes for which cache is always enabled"
}
}
},
"bootModulePath": {
"type": "string",
"description": "Path, relative to your application root, of the JavaScript file containing prerendering logic",
"default": "Client/dist/server/main.js"
},
"bootModuleBuilderScript": {
"type": "string",
"description": "Use only in development! npm script that the prerenderer will invoke before looking for the boot module file, i.e. build:server "
},
"excludeUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "\"Array of URL prefixes for which prerendering should not run, i.e. \"/sockjs-node\"\""
},
"contextData": {
"type": "array",
"items": {
"enum": [
"features",
"items",
"session",
"user",
"webSockets"
]
},
"description": "Pass additional context data to the prerendering entrypoint code",
"_uniqueItems": true
}
}
}
}
}
}
},
"Ws.Core.Extensions.StaticFiles": {
"allOf": [
{
"$ref": "#/definitions/assembly"
}
],
"properties": {
"options": {
"type": "object",
"properties": {
"paths": {
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/definitions/staticFilesFolder"
}
],
"properties": {
"defaultFiles": {
"type": "array",
"items": {
"type": "string"
}
},
"enableDirectoryBrowser": {
"type": "boolean"
}
}
}
}
}
}
}
}
},
"additionalProperties": {
"type": [
"string",
"object"
],
"$ref": "#/definitions/assembly"
}
}
}
}
}
} | o58926 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "#/definitions/description",
"description": "A Description can be a raw text, or be an object, which holds the description along with its format.",
"oneOf": [
{
"type": "object",
"title": "Description",
"properties": {
"content": {
"type": "string",
"description": "The content of the description goes here, as a raw string."
},
"type": {
"type": "string",
"description": "Holds the mime type of the raw description content. E.g: 'text/markdown' or 'text/html'.\nThe type is used to correctly render the description when generating documentation, or in the Postman app."
},
"version": {
"description": "Description can have versions associated with it, which should be put in this property."
}
}
},
{
"type": "string"
},
{
"type": "null"
}
]
} | o67600 |
{
"additionalProperties": false,
"properties": {
"matched": {
"minimum": 0,
"type": "integer"
},
"modified": {
"minimum": 0,
"type": "integer"
},
"upsertedId": {
"type": "string"
}
},
"required": [
"matched",
"modified"
],
"title": "UpdateManyResponse",
"type": "object"
} | o10065 |
{
"additionalProperties": false,
"description": "Schema for a Mailchimp email address change event",
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"list_id": {
"type": "string"
},
"new_email": {
"type": "string"
},
"new_id": {
"type": "string"
},
"old_email": {
"type": "string"
}
},
"type": "object"
},
"fired_at": {
"_format": "date-time",
"type": "string"
},
"type": {
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "email_address_change",
"vendor": "com.mailchimp",
"version": "1-0-0"
},
"type": "object"
} | sp_110_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"version",
"release"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"version": {
"type": "string",
"minLength": 1
},
"release": {
"type": "string",
"minLength": 1
}
}
}
} | o65933 |
{
"properties": {
"created": {
"_$id": "/properties/created",
"description": "creation date",
"oneOf": [
{
"type": "null"
},
{
"_format": "date-time",
"type": "string"
}
],
"readOnly": true,
"title": "Created"
},
"description": {
"_$id": "/properties/description",
"description": "role description",
"oneOf": [
{
"type": "null"
},
{
"contentMediaType": "text/html",
"type": "string"
}
],
"title": "Description"
},
"modified": {
"_$id": "/properties/modified",
"description": "last modification date",
"oneOf": [
{
"type": "null"
},
{
"_format": "date-time",
"type": "string"
}
],
"readOnly": true,
"title": "Modified"
},
"name": {
"_$id": "/properties/name",
"description": "role unique name",
"maxLength": 32,
"title": "Name",
"type": "string"
},
"unchangeable": {
"_$id": "/properties/unchangeable",
"default": false,
"description": "role data not modifiable (default:false)",
"readOnly": true,
"title": "Unchangeable",
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
} | o25804 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"body": {
"description": "The main content provided as HTML rendered from govspeak",
"type": "string"
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"body": {
"$ref": "#/definitions/body"
},
"change_history": {
"$ref": "#/definitions/change_history"
}
},
"type": "object"
},
"first_published_at": {
"_format": "date-time",
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"frontend_links": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"frontend_links_with_base_path": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links_with_base_path"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"base_path",
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"publishing_scheduled_at": {
"_format": "date-time",
"description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.",
"type": "string"
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"scheduled_publishing_delay_seconds": {
"description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.",
"type": "integer"
},
"title": {
"type": "string"
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"calendar"
],
"type": "string"
},
"first_published_at": {
"anyOf": [
{
"$ref": "#/definitions/first_published_at"
},
{
"type": "null"
}
]
},
"links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"anyOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"publishing_scheduled_at": {
"anyOf": [
{
"$ref": "#/definitions/publishing_scheduled_at"
},
{
"type": "null"
}
]
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"scheduled_publishing_delay_seconds": {
"anyOf": [
{
"$ref": "#/definitions/scheduled_publishing_delay_seconds"
},
{
"type": "null"
}
]
},
"schema_name": {
"enum": [
"calendar"
],
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"updated_at": {
"_format": "date-time",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"base_path",
"content_id",
"description",
"details",
"document_type",
"links",
"locale",
"public_updated_at",
"schema_name",
"title",
"updated_at"
],
"type": "object"
} | o21156 |
{
"anyOf": [
{
"$ref": "#/definitions/SkaffoldConfig"
}
],
"definitions": {
"Activation": {
"additionalProperties": false,
"description": "defines criteria to auto-activate a profile.",
"preferredOrder": [
"env",
"kubeContext",
"command"
],
"properties": {
"command": {
"type": "string"
},
"env": {
"type": "string"
},
"kubeContext": {
"type": "string"
}
},
"x-intellij-html-description": "defines criteria to auto-activate a profile."
},
"Artifact": {
"anyOf": [
{
"additionalProperties": false,
"preferredOrder": [
"image",
"context",
"sync"
],
"properties": {
"context": {
"type": "string"
},
"image": {
"type": "string"
},
"sync": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"image",
"context",
"sync",
"docker"
],
"properties": {
"context": {
"type": "string"
},
"docker": {
"$ref": "#/definitions/DockerArtifact"
},
"image": {
"type": "string"
},
"sync": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"image",
"context",
"sync",
"bazel"
],
"properties": {
"bazel": {
"$ref": "#/definitions/BazelArtifact"
},
"context": {
"type": "string"
},
"image": {
"type": "string"
},
"sync": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"image",
"context",
"sync",
"jibMaven"
],
"properties": {
"context": {
"type": "string"
},
"image": {
"type": "string"
},
"jibMaven": {
"$ref": "#/definitions/JibMavenArtifact"
},
"sync": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"image",
"context",
"sync",
"jibGradle"
],
"properties": {
"context": {
"type": "string"
},
"image": {
"type": "string"
},
"jibGradle": {
"$ref": "#/definitions/JibGradleArtifact"
},
"sync": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
}
}
}
],
"description": "represents items that need to be built, along with the context in which they should be built.",
"x-intellij-html-description": "represents items that need to be built, along with the context in which they should be built."
},
"BazelArtifact": {
"additionalProperties": false,
"description": "describes an artifact built with Bazel.",
"preferredOrder": [
"target",
"args"
],
"properties": {
"args": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"target": {
"type": "string"
}
},
"x-intellij-html-description": "describes an artifact built with Bazel."
},
"BuildConfig": {
"anyOf": [
{
"additionalProperties": false,
"preferredOrder": [
"artifacts",
"tagPolicy"
],
"properties": {
"artifacts": {
"items": {
"$ref": "#/definitions/Artifact"
},
"type": "array"
},
"tagPolicy": {
"$ref": "#/definitions/TagPolicy"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"artifacts",
"tagPolicy",
"local"
],
"properties": {
"artifacts": {
"items": {
"$ref": "#/definitions/Artifact"
},
"type": "array"
},
"local": {
"$ref": "#/definitions/LocalBuild"
},
"tagPolicy": {
"$ref": "#/definitions/TagPolicy"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"artifacts",
"tagPolicy",
"googleCloudBuild"
],
"properties": {
"artifacts": {
"items": {
"$ref": "#/definitions/Artifact"
},
"type": "array"
},
"googleCloudBuild": {
"$ref": "#/definitions/GoogleCloudBuild"
},
"tagPolicy": {
"$ref": "#/definitions/TagPolicy"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"artifacts",
"tagPolicy",
"kaniko"
],
"properties": {
"artifacts": {
"items": {
"$ref": "#/definitions/Artifact"
},
"type": "array"
},
"kaniko": {
"$ref": "#/definitions/KanikoBuild"
},
"tagPolicy": {
"$ref": "#/definitions/TagPolicy"
}
}
}
],
"description": "contains all the configuration for the build steps",
"x-intellij-html-description": "contains all the configuration for the build steps"
},
"DateTimeTagger": {
"additionalProperties": false,
"description": "contains the configuration for the DateTime tagger.",
"preferredOrder": [
"format",
"timezone"
],
"properties": {
"format": {
"type": "string"
},
"timezone": {
"type": "string"
}
},
"x-intellij-html-description": "contains the configuration for the DateTime tagger."
},
"DeployConfig": {
"anyOf": [
{
"additionalProperties": false
},
{
"additionalProperties": false,
"preferredOrder": [
"helm"
],
"properties": {
"helm": {
"$ref": "#/definitions/HelmDeploy"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"kubectl"
],
"properties": {
"kubectl": {
"$ref": "#/definitions/KubectlDeploy"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"kustomize"
],
"properties": {
"kustomize": {
"$ref": "#/definitions/KustomizeDeploy"
}
}
}
],
"description": "contains all the configuration needed by the deploy steps",
"x-intellij-html-description": "contains all the configuration needed by the deploy steps"
},
"DockerArtifact": {
"additionalProperties": false,
"description": "describes an artifact built from a Dockerfile, usually using `docker build`.",
"preferredOrder": [
"dockerfile",
"buildArgs",
"cacheFrom",
"target"
],
"properties": {
"buildArgs": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
},
"cacheFrom": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"dockerfile": {
"type": "string"
},
"target": {
"type": "string"
}
},
"x-intellij-html-description": "describes an artifact built from a Dockerfile, usually using <code>docker build</code>."
},
"DockerConfig": {
"additionalProperties": false,
"description": "contains information about the docker config.json to mount",
"preferredOrder": [
"path",
"secretName"
],
"properties": {
"path": {
"type": "string"
},
"secretName": {
"type": "string"
}
},
"x-intellij-html-description": "contains information about the docker config.json to mount"
},
"EnvTemplateTagger": {
"additionalProperties": false,
"description": "contains the configuration for the envTemplate tagger.",
"preferredOrder": [
"template"
],
"properties": {
"template": {
"type": "string"
}
},
"x-intellij-html-description": "contains the configuration for the envTemplate tagger."
},
"GitTagger": {
"description": "contains the configuration for the git tagger.",
"x-intellij-html-description": "contains the configuration for the git tagger."
},
"GoogleCloudBuild": {
"additionalProperties": false,
"description": "contains the fields needed to do a remote build on Google Cloud Build.",
"preferredOrder": [
"projectId",
"diskSizeGb",
"machineType",
"timeout",
"dockerImage",
"mavenImage",
"gradleImage"
],
"properties": {
"diskSizeGb": {
"type": "integer"
},
"dockerImage": {
"type": "string"
},
"gradleImage": {
"type": "string"
},
"machineType": {
"type": "string"
},
"mavenImage": {
"type": "string"
},
"projectId": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"x-intellij-html-description": "contains the fields needed to do a remote build on Google Cloud Build."
},
"HelmConventionConfig": {
"description": "represents image config in the syntax of image.repository and image.tag",
"x-intellij-html-description": "represents image config in the syntax of image.repository and image.tag"
},
"HelmDeploy": {
"additionalProperties": false,
"description": "contains the configuration needed for deploying with helm",
"preferredOrder": [
"releases"
],
"properties": {
"releases": {
"items": {
"$ref": "#/definitions/HelmRelease"
},
"type": "array"
}
},
"x-intellij-html-description": "contains the configuration needed for deploying with helm"
},
"HelmFQNConfig": {
"additionalProperties": false,
"description": "represents image config to use the FullyQualifiedImageName as param to set",
"preferredOrder": [
"property"
],
"properties": {
"property": {
"type": "string"
}
},
"x-intellij-html-description": "represents image config to use the FullyQualifiedImageName as param to set"
},
"HelmImageStrategy": {
"anyOf": [
{
"additionalProperties": false
},
{
"additionalProperties": false,
"preferredOrder": [
"fqn"
],
"properties": {
"fqn": {
"$ref": "#/definitions/HelmFQNConfig"
}
}
},
{
"additionalProperties": false,
"preferredOrder": [
"helm"
],
"properties": {
"helm": {
"$ref": "#/definitions/HelmConventionConfig"
}
}
}
]
},
"HelmPackaged": {
"additionalProperties": false,
"description": "represents parameters for packaging helm chart.",
"preferredOrder": [
"version",
"appVersion"
],
"properties": {
"appVersion": {
"description": "set the appVersion on the chart to this version",
"type": "string",
"x-intellij-html-description": "set the appVersion on the chart to this version"
},
"version": {
"description": "sets the version on the chart to this semver version.",
"type": "string",
"x-intellij-html-description": "sets the version on the chart to this semver version."
}
},
"x-intellij-html-description": "represents parameters for packaging helm chart."
},
"HelmRelease": {
"additionalProperties": false,
"preferredOrder": [
"name",
"chartPath",
"valuesFiles",
"values",
"namespace",
"version",
"setValues",
"setValueTemplates",
"wait",
"recreatePods",
"skipBuildDependencies",
"overrides",
"packaged",
"imageStrategy"
],
"properties": {
"chartPath": {
"type": "string"
},
"imageStrategy": {
"$ref": "#/definitions/HelmImageStrategy"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"overrides": {},
"packaged": {
"$ref": "#/definitions/HelmPackaged"
},
"recreatePods": {
"default": "false",
"type": "boolean"
},
"setValueTemplates": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
},
"setValues": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
},
"skipBuildDependencies": {
"default": "false",
"type": "boolean"
},
"values": {
"additionalProperties": {
"type": "string"
},
"default": "{}",
"type": "object"
},
"valuesFiles": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
},
"wait": {
"default": "false",
"type": "boolean"
}
}
},
"JibGradleArtifact": {
"additionalProperties": false,
"preferredOrder": [
"project"
],
"properties": {
"project": {
"description": "Only multi-module",
"type": "string",
"x-intellij-html-description": "Only multi-module"
}
}
},
"JibMavenArtifact": {
"additionalProperties": false,
"preferredOrder": [
"module",
"profile"
],
"properties": {
"module": {
"description": "Only multi-module",
"type": "string",
"x-intellij-html-description": "Only multi-module"
},
"profile": {
"type": "string"
}
}
},
"KanikoBuild": {
"additionalProperties": false,
"description": "contains the fields needed to do a on-cluster build using the kaniko image",
"preferredOrder": [
"buildContext",
"cache",
"flags",
"pullSecret",
"pullSecretName",
"namespace",
"timeout",
"image",
"dockerConfig"
],
"properties": {
"buildContext": {
"$ref": "#/definitions/KanikoBuildContext"
},
"cache": {
"$ref": "#/definitions/KanikoCache"
},
"dockerConfig": {
"$ref": "#/definitions/DockerConfig"
},
"flags": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"image": {
"type": "string"
},
"namespace": {
"type": "string"
},
"pullSecret": {
"type": "string"
},
"pullSecretName": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"x-intellij-html-description": "contains the fields needed to do a on-cluster build using the kaniko image"
},
"KanikoBuildContext": {
"additionalProperties": false,
"description": "contains the different fields available to specify a kaniko build context",
"preferredOrder": [
"gcsBucket",
"localDir"
],
"properties": {
"gcsBucket": {
"type": "string"
},
"localDir": {
"$ref": "#/definitions/LocalDir"
}
},
"x-intellij-html-description": "contains the different fields available to specify a kaniko build context"
},
"KanikoCache": {
"additionalProperties": false,
"description": "contains fields related to kaniko caching",
"preferredOrder": [
"repo"
],
"properties": {
"repo": {
"type": "string"
}
},
"x-intellij-html-description": "contains fields related to kaniko caching"
},
"KubectlDeploy": {
"additionalProperties": false,
"description": "contains the configuration needed for deploying with `kubectl apply`",
"preferredOrder": [
"manifests",
"remoteManifests",
"flags"
],
"properties": {
"flags": {
"$ref": "#/definitions/KubectlFlags"
},
"manifests": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"remoteManifests": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
}
},
"x-intellij-html-description": "contains the configuration needed for deploying with <code>kubectl apply</code>"
},
"KubectlFlags": {
"additionalProperties": false,
"description": "describes additional options flags that are passed on the command line to kubectl either on every command (Global), on creations (Apply) or deletions (Delete).",
"preferredOrder": [
"global",
"apply",
"delete"
],
"properties": {
"apply": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"delete": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
},
"global": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
}
},
"x-intellij-html-description": "describes additional options flags that are passed on the command line to kubectl either on every command (Global), on creations (Apply) or deletions (Delete)."
},
"KustomizeDeploy": {
"additionalProperties": false,
"description": "contains the configuration needed for deploying with kustomize.",
"preferredOrder": [
"path",
"flags"
],
"properties": {
"flags": {
"$ref": "#/definitions/KubectlFlags"
},
"path": {
"type": "string"
}
},
"x-intellij-html-description": "contains the configuration needed for deploying with kustomize."
},
"LocalBuild": {
"additionalProperties": false,
"description": "contains the fields needed to do a build on the local docker daemon and optionally push to a repository.",
"preferredOrder": [
"push",
"useDockerCLI",
"useBuildkit"
],
"properties": {
"push": {
"type": "boolean"
},
"useBuildkit": {
"default": "false",
"type": "boolean"
},
"useDockerCLI": {
"default": "false",
"type": "boolean"
}
},
"x-intellij-html-description": "contains the fields needed to do a build on the local docker daemon and optionally push to a repository."
},
"LocalDir": {
"description": "represents the local directory kaniko build context",
"x-intellij-html-description": "represents the local directory kaniko build context"
},
"Profile": {
"additionalProperties": false,
"description": "additional configuration that overrides default configuration when it is activated.",
"preferredOrder": [
"name",
"build",
"test",
"deploy",
"patches",
"activation"
],
"properties": {
"activation": {
"items": {
"$ref": "#/definitions/Activation"
},
"type": "array"
},
"build": {
"$ref": "#/definitions/BuildConfig"
},
"deploy": {
"$ref": "#/definitions/DeployConfig"
},
"name": {
"type": "string"
},
"patches": {},
"test": {
"$ref": "#/definitions/TestConfig"
}
},
"x-intellij-html-description": "additional configuration that overrides default configuration when it is activated."
},
"ShaTagger": {
"description": "contains the configuration for the SHA tagger.",
"x-intellij-html-description": "contains the configuration for the SHA tagger."
},
"SkaffoldConfig": {
"additionalProperties": false,
"preferredOrder": [
"apiVersion",
"kind",
"build",
"test",
"deploy",
"profiles"
],
"properties": {
"apiVersion": {
"type": "string"
},
"build": {
"$ref": "#/definitions/BuildConfig"
},
"deploy": {
"$ref": "#/definitions/DeployConfig"
},
"kind": {
"type": "string"
},
"profiles": {
"items": {
"$ref": "#/definitions/Profile"
},
"type": "array"
},
"test": {
"$ref": "#/definitions/TestConfig"
}
}
},
"TagPolicy": {
"additionalProperties": false,
"description": "contains all the configuration for the tagging step",
"preferredOrder": [
"gitCommit",
"sha256",
"envTemplate",
"dateTime"
],
"properties": {
"dateTime": {
"$ref": "#/definitions/DateTimeTagger"
},
"envTemplate": {
"$ref": "#/definitions/EnvTemplateTagger"
},
"gitCommit": {
"$ref": "#/definitions/GitTagger"
},
"sha256": {
"$ref": "#/definitions/ShaTagger"
}
},
"x-intellij-html-description": "contains all the configuration for the tagging step"
},
"TestCase": {
"additionalProperties": false,
"description": "a struct containing all the specified test configuration for an image.",
"preferredOrder": [
"image",
"structureTests"
],
"properties": {
"image": {
"type": "string"
},
"structureTests": {
"default": "[]",
"items": {
"type": "string"
},
"type": "array"
}
},
"x-intellij-html-description": "a struct containing all the specified test configuration for an image."
},
"TestConfig": {
"items": {
"$ref": "#/definitions/TestCase"
},
"type": "array"
}
},
"type": "object"
} | o6360 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The post id"
},
"title": {
"type": "string",
"description": "The post title",
"minLength": 1
},
"content": {
"type": "string",
"description": "The post content",
"minLength": 1
},
"creationDate": {
"type": "string",
"description": "The post creation date"
},
"isPublished": {
"type": "boolean",
"description": "The post publication status"
},
"pinned": {
"type": "boolean",
"description": "The post pinned status"
},
"modificationDate": {
"type": "string",
"description": "The post modification date"
},
"publicationDate": {
"type": "string",
"description": "The post publication date"
},
"viewCounter": {
"type": "integer",
"description": "The post view number"
},
"tags": {
"type": "string",
"description": "Post tags, comma separated"
},
"author": {
"type": [
"object"
],
"properties": {
"id": {
"type": "string",
"description": "Author id"
},
"firstName": {
"type": "string",
"description": "Author first name"
},
"lastName": {
"type": "string",
"description": "Author last name"
},
"email": {
"type": "string",
"description": "Author email"
}
}
}
},
"required": [
"id",
"title"
],
"claroIds": [
"id"
]
} | o32495 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"pipetteName": {
"description": "Name of a pipette. Does not contain info about specific model/version. Should match keys in pipetteNameSpecs.json file",
"type": "string",
"enum": [
"p10_single",
"p10_multi",
"p50_single",
"p50_multi",
"p300_single",
"p300_multi",
"p1000_single",
"p1000_multi"
]
},
"pipette-model": {
"description": "DEPRECATED. Exists to support backwards compatibility",
"type": "string",
"$comment": "TODO: Ian 2018-11-06 remove this def and every usage of it",
"enum": [
"p10_single_v1",
"p10_multi_v1",
"p50_single_v1",
"p50_multi_v1",
"p300_single_v1",
"p300_multi_v1",
"p1000_single_v1",
"p1000_multi_v1",
"p10_single_v1.3",
"p10_multi_v1.3",
"p50_single_v1.3",
"p50_multi_v1.3",
"p300_single_v1.3",
"p300_multi_v1.3",
"p1000_single_v1.3",
"p1000_multi_v1.3"
]
},
"mm-offset": {
"description": "Millimeters for pipette location offsets",
"type": "number"
},
"flow-rate-for-pipettes": {
"description": "Flow rate in mm/sec for each pipette model used in the protocol",
"type": "object",
"propertyNames": {
"$ref": "#/definitions/pipetteName"
},
"patternProperties": {
".*": {
"type": "number"
}
},
"additionalProperties": false
},
"flow-rate-params": {
"properties": {
"flow-rate": {
"description": "Flow rate for aspirate/dispense. If omitted, defaults to the corresponding values in \"default-values\"",
"type": "number"
}
}
},
"offsetFromBottomMm": {
"description": "Offset from bottom of well in millimeters",
"properties": {
"offsetFromBottomMm": {
"$ref": "#/definitions/mm-offset"
}
}
},
"pipette-access-params": {
"required": [
"pipette",
"labware",
"well"
],
"properties": {
"pipette": {
"type": "string"
},
"labware": {
"type": "string"
},
"well": {
"type": "string"
}
}
},
"volume-params": {
"required": [
"volume"
],
"volume": {
"type": "number"
}
},
"slot": {
"description": "Slot on the deck of an OT-2 robot",
"type": "string",
"enum": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
]
}
},
"type": "object",
"additionalProperties": false,
"required": [
"protocol-schema",
"default-values",
"metadata",
"robot",
"pipettes",
"labware",
"procedure"
],
"properties": {
"protocol-schema": {
"description": "A version string for the Opentrons JSON Protocol schema being used. \"<major>.<minor>.<patch>\"",
"type": "string"
},
"metadata": {
"description": "Optional metadata about the protocol",
"type": "object",
"properties": {
"protocol-name": {
"description": "A short, human-readable name for the protocol",
"type": "string"
},
"author": {
"description": "The author or organization who created the protocol",
"type": "string"
},
"description": {
"description": "A text description of the protocol. For guidelines about how to write a good description, see (TODO WRITE DOCS & LINK HERE)",
"type": [
"string",
"null"
]
},
"created": {
"description": "UNIX timestamp when this file was created",
"type": "number"
},
"last-modified": {
"description": "UNIX timestamp when this file was last modified",
"type": [
"number",
"null"
]
},
"category": {
"description": "Category of protocol (eg, \"Basic Pipetting\")",
"type": [
"string",
"null"
]
},
"subcategory": {
"description": "Subcategory of protocol (eg, \"Cell Plating\")",
"type": [
"string",
"null"
]
},
"tags": {
"description": "Tags to be used in searching for this protocol",
"type": "array",
"items": {
"type": "string"
}
}
}
},
"default-values": {
"description": "Default values required for protocol execution",
"type": "object",
"$note": "TODO: Ian 2018-10-29 make touch-tip-mm-from-top required (breaking change)",
"required": [
"aspirate-flow-rate",
"dispense-flow-rate",
"aspirate-mm-from-bottom",
"dispense-mm-from-bottom"
],
"properties": {
"aspirate-flow-rate": {
"$ref": "#/definitions/flow-rate-for-pipettes"
},
"dispense-flow-rate": {
"$ref": "#/definitions/flow-rate-for-pipettes"
},
"aspirate-mm-from-bottom": {
"$ref": "#/definitions/mm-offset"
},
"dispense-mm-from-bottom": {
"$ref": "#/definitions/mm-offset"
},
"touch-tip-mm-from-top": {
"$ref": "#/definitions/mm-offset"
}
}
},
"designer-application": {
"description": "Optional data & metadata not required to execute the protocol, used by the application that created this protocol",
"type": "object",
"properties": {
"application-name": {
"description": "Name of the application that created the protocol. Should be namespaced under the organization or individual who owns the organization, and be kebab-cased, eg \"opentrons/protocol-designer\"",
"type": "string"
},
"application-version": {
"description": "Version of the application that created the protocol",
"type": "string"
},
"data": {
"description": "Any data used by the application that created this protocol)",
"type": "object"
}
}
},
"robot": {
"required": [
"model"
],
"properties": {
"model": {
"description": "Model of the robot this (currently only OT-2 Standard is supported)",
"type": "string",
"enum": [
"OT-2 Standard"
]
}
}
},
"pipettes": {
"description": "The pipettes used in this protocol, keyed by an arbitrary unique ID",
"additionalProperties": false,
"$comment": "TODO: Ian 2018-11-06 next breaking change, drop 'model' and require 'name' field",
"patternProperties": {
".+": {
"description": "Fields describing an individual pipette",
"type": "object",
"required": [
"mount",
"model"
],
"properties": {
"mount": {
"description": "Where the pipette is mounted",
"type": "string",
"enum": [
"left",
"right"
]
},
"name": {
"$ref": "#/definitions/pipetteName"
},
"model": {
"$ref": "#/definitions/pipette-model"
}
}
}
}
},
"labware": {
"description": "The labware used in this protocol, keyed by an arbitrary unique ID",
"patternProperties": {
".+": {
"description": "Fields describing a single labware on the deck",
"type": "object",
"required": [
"slot",
"model"
],
"properties": {
"slot": {
"$ref": "#/definitions/slot"
},
"model": {
"description": "Labware type, eg \"96-flat\". See http://docs.opentrons.com/containers.html for a full list of supported labware. TODO support custom labware in JSON",
"type": "string"
},
"display-name": {
"description": "An optional human-readable nickname for this labware. Eg \"Buffer Trough\"",
"type": "string"
}
}
}
}
},
"procedure": {
"description": "An array of \"subprocedure\" objects representing the steps to be executed on the robot",
"type": "array",
"items": {
"type": "object",
"required": [
"subprocedure"
],
"properties": {
"annotation": {
"description": "Optional info annotating the subprocedure",
"type": "object",
"required": [
"name",
"description"
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
}
}
},
"subprocedure": {
"type": "array",
"items": {
"anyOf": [
{
"description": "Aspirate / dispense / air gap commands",
"type": "object",
"required": [
"command",
"params"
],
"additionalProperties": false,
"properties": {
"command": {
"enum": [
"aspirate",
"dispense",
"air-gap"
]
},
"params": {
"allOf": [
{
"$ref": "#/definitions/flow-rate-params"
},
{
"$ref": "#/definitions/pipette-access-params"
},
{
"$ref": "#/definitions/volume-params"
},
{
"$ref": "#/definitions/offsetFromBottomMm"
}
]
}
}
},
{
"description": "Touch tip commands",
"type": "object",
"required": [
"command",
"params"
],
"additionalProperties": false,
"properties": {
"command": {
"enum": [
"touch-tip"
]
},
"params": {
"allOf": [
{
"$ref": "#/definitions/pipette-access-params"
},
{
"$ref": "#/definitions/offsetFromBottomMm"
}
]
}
}
},
{
"description": "Pick up tip / drop tip / blowout commands",
"type": "object",
"required": [
"command",
"params"
],
"additionalProperties": false,
"properties": {
"command": {
"enum": [
"pick-up-tip",
"drop-tip",
"blowout"
]
},
"params": {
"allOf": [
{
"$ref": "#/definitions/pipette-access-params"
}
]
}
}
},
{
"description": "Move to slot command. NOTE: this is an EXPERIMENTAL command, its behavior is subject to change in future releases.",
"type": "object",
"required": [
"command",
"params"
],
"additionalProperties": false,
"properties": {
"command": {
"enum": [
"move-to-slot"
]
},
"params": {
"type": "object",
"required": [
"pipette",
"slot"
],
"additionalProperties": false,
"properties": {
"pipette": {
"type": "string"
},
"slot": {
"$ref": "#/definitions/slot"
},
"offset": {
"description": "Optional offset from slot bottom left corner, in mm",
"type": "object",
"required": [
"x",
"y",
"z"
],
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"minimum-z-height": {
"description": "Optional minimal Z margin in mm. If this is larger than the API's default safe Z margin, it will make the arc higher. If it's smaller, it will have no effect. Specifying this for movements that would not arc (moving within the same well in the same labware) will cause an arc movement instead. This param only supported in API v2, API v1 will ignore it.",
"type": "number",
"minimum": 0
},
"force-direct": {
"description": "Default is false. If true, moving from one labware/well to another will not arc to the default safe z, but instead will move directly to the specified location. This will also force the 'minimum-z-height' param to be ignored. In APIv1, this will use strategy='direct', which moves first in X/Y plane and then in Z. In API v2, a 'direct' movement is in X/Y/Z simultaneously",
"type": "boolean"
}
}
}
}
},
{
"description": "Delay command",
"type": "object",
"required": [
"command",
"params"
],
"additionalProperties": false,
"properties": {
"command": {
"enum": [
"delay"
]
},
"params": {
"type": "object",
"additionalProperties": false,
"required": [
"wait"
],
"properties": {
"wait": {
"description": "either a number of seconds to wait (fractional values OK), or `true` to wait indefinitely until the user manually resumes the protocol",
"anyOf": [
{
"type": "number"
},
{
"enum": [
true
]
}
]
},
"message": {
"description": "optional message describing the delay"
}
}
}
}
}
]
}
}
}
}
}
}
} | o12460 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation": {
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON": {
"description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps": {
"description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": "string"
},
"$schema": {
"type": "string"
},
"additionalItems": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray"
},
"type": "object"
},
"description": {
"type": "string"
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"type": "array"
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"exclusiveMaximum": {
"type": "boolean"
},
"exclusiveMinimum": {
"type": "boolean"
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation"
},
"format": {
"description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.",
"type": "string"
},
"id": {
"type": "string"
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrArray"
},
"maxItems": {
"_format": "int64",
"type": "integer"
},
"maxLength": {
"_format": "int64",
"type": "integer"
},
"maxProperties": {
"_format": "int64",
"type": "integer"
},
"maximum": {
"format": "double",
"type": "number"
},
"minItems": {
"_format": "int64",
"type": "integer"
},
"minLength": {
"_format": "int64",
"type": "integer"
},
"minProperties": {
"_format": "int64",
"type": "integer"
},
"minimum": {
"format": "double",
"type": "number"
},
"multipleOf": {
"format": "double",
"type": "number"
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"nullable": {
"type": "boolean"
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"pattern": {
"type": "string"
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"uniqueItems": {
"type": "boolean"
},
"x-kubernetes-embedded-resource": {
"description": "x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).",
"type": "boolean"
},
"x-kubernetes-int-or-string": {
"description": "x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more",
"type": "boolean"
},
"x-kubernetes-list-map-keys": {
"description": "x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.\n\nThis tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).\n\nThe properties specified must either be required or have a default value, to ensure those properties are present for all list items.",
"items": {
"type": "string"
},
"type": "array"
},
"x-kubernetes-list-type": {
"description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.",
"type": "string"
},
"x-kubernetes-map-type": {
"description": "x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.",
"type": "string"
},
"x-kubernetes-preserve-unknown-fields": {
"description": "x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrArray": {
"description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool": {
"description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray": {
"description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
}
},
"description": "CustomResourceValidation is a list of validation methods for CustomResources.",
"properties": {
"openAPIV3Schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps",
"description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning."
}
},
"type": "object"
} | kb_222_Normalized |
{
"title": "TrainingSet Schema",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"error": {
"type": "number"
},
"targetError": {
"type": "number"
},
"epochs": {
"type": "integer"
},
"maxEpochs": {
"type": "integer"
},
"trainingItems": {
"type": "array",
"items": {
"type": "object",
"properties": {
"input": {
"type": "array"
},
"expectedOutput": {
"type": "array"
}
},
"required": [
"input"
]
}
}
},
"required": [
"maxEpochs",
"targetError",
"trainingItems"
]
} | o39491 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"side": {
"description": "The side length of the square",
"type": "number"
}
},
"required": [
"radius",
"base",
"height",
"side"
],
"type": "object"
},
"shape": {
"description": "The type of shape, e.g. circle, triangle, square",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_15e43d65 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/block/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"css_class": {
"type": "string",
"pattern": "^[\\w\\s-]+$",
"description": "In rendering environments that support HTML the css_class can be appended to the dom elements' class attribute.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"updated_date": {
"type": "string",
"format": "date-time",
"description": "Represents an update that occurred on the node this block is attached to. DOES NOT indicate an update to the block itself. eg an article with a twitter block with updated_date means that the article was updated to include that twitter block.",
"pbj": {
"type": "date-time",
"rule": "single"
}
}
},
"additionalProperties": true
} | o82640 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"start": {
"type": "number"
},
"end": {
"type": "number"
},
"duration": {
"type": "number"
},
"resolution": {
"type": "number"
},
"aggregation": {
"type": "string",
"enum": [
"FIRST",
"LAST",
"COUNT",
"MAX",
"MIN",
"MEDIAN",
"MEAN",
"SUM"
]
},
"attributes": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
}
},
"deviceTags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
},
"value": {
"type": "string",
"minLength": 1,
"maxLength": 255
}
}
}
},
"deviceIds": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
}
}
},
"additionalProperties": false
} | o6257 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation": {
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON": {
"description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps": {
"description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": "string"
},
"$schema": {
"type": "string"
},
"additionalItems": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray"
},
"type": "object"
},
"description": {
"type": "string"
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"type": "array"
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"exclusiveMaximum": {
"type": "boolean"
},
"exclusiveMinimum": {
"type": "boolean"
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation"
},
"format": {
"description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.",
"type": "string"
},
"id": {
"type": "string"
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrArray"
},
"maxItems": {
"_format": "int64",
"type": "integer"
},
"maxLength": {
"_format": "int64",
"type": "integer"
},
"maxProperties": {
"_format": "int64",
"type": "integer"
},
"maximum": {
"format": "double",
"type": "number"
},
"minItems": {
"_format": "int64",
"type": "integer"
},
"minLength": {
"_format": "int64",
"type": "integer"
},
"minProperties": {
"_format": "int64",
"type": "integer"
},
"minimum": {
"format": "double",
"type": "number"
},
"multipleOf": {
"format": "double",
"type": "number"
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"nullable": {
"type": "boolean"
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"pattern": {
"type": "string"
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"uniqueItems": {
"type": "boolean"
},
"x-kubernetes-embedded-resource": {
"description": "x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).",
"type": "boolean"
},
"x-kubernetes-int-or-string": {
"description": "x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more",
"type": "boolean"
},
"x-kubernetes-list-map-keys": {
"description": "x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.\n\nThis tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).\n\nThe properties specified must either be required or have a default value, to ensure those properties are present for all list items.",
"items": {
"type": "string"
},
"type": "array"
},
"x-kubernetes-list-type": {
"description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.",
"type": "string"
},
"x-kubernetes-map-type": {
"description": "x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.",
"type": "string"
},
"x-kubernetes-preserve-unknown-fields": {
"description": "x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrArray": {
"description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool": {
"description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray": {
"description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
}
},
"description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": [
"string",
"null"
]
},
"$schema": {
"type": [
"string",
"null"
]
},
"additionalItems": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"array",
"null"
]
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"array",
"null"
]
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"object",
"null"
]
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray"
},
"type": [
"object",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"type": [
"array",
"null"
]
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"exclusiveMaximum": {
"type": [
"boolean",
"null"
]
},
"exclusiveMinimum": {
"type": [
"boolean",
"null"
]
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation"
},
"format": {
"description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.",
"type": [
"string",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrArray"
},
"maxItems": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maxLength": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maxProperties": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maximum": {
"format": "double",
"type": [
"number",
"null"
]
},
"minItems": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minLength": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minProperties": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minimum": {
"format": "double",
"type": [
"number",
"null"
]
},
"multipleOf": {
"format": "double",
"type": [
"number",
"null"
]
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"nullable": {
"type": [
"boolean",
"null"
]
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"array",
"null"
]
},
"pattern": {
"type": [
"string",
"null"
]
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"object",
"null"
]
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": [
"object",
"null"
]
},
"required": {
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"type": {
"type": [
"string",
"null"
]
},
"uniqueItems": {
"type": [
"boolean",
"null"
]
},
"x-kubernetes-embedded-resource": {
"description": "x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).",
"type": [
"boolean",
"null"
]
},
"x-kubernetes-int-or-string": {
"description": "x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more",
"type": [
"boolean",
"null"
]
},
"x-kubernetes-list-map-keys": {
"description": "x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.\n\nThis tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).\n\nThe properties specified must either be required or have a default value, to ensure those properties are present for all list items.",
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"x-kubernetes-list-type": {
"description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.",
"type": [
"string",
"null"
]
},
"x-kubernetes-map-type": {
"description": "x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.",
"type": [
"string",
"null"
]
},
"x-kubernetes-preserve-unknown-fields": {
"description": "x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.",
"type": [
"boolean",
"null"
]
}
},
"type": "object"
} | kb_496_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"value": {
"type": "string",
"minLength": 1,
"maxLength": 32,
"x-sdk-positional": true
},
"tag": {
"type": "object",
"properties": {
"value": {
"$ref": "#/definitions/value"
}
},
"additionalProperties": false,
"required": [
"value"
]
},
"tag-list": {
"type": "array",
"items": {
"allOf": [
{
"type": "string"
}
]
}
}
},
"properties": {
"value": {
"$ref": "#/definitions/value"
},
"tag": {
"$ref": "#/definitions/tag"
},
"tag-list": {
"$ref": "#/definitions/tag-list"
}
},
"required": [
"value",
"tag",
"tag-list"
]
} | o74198 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Json schema for Diagnostic Results",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for the diagnostic."
},
"sevirity": {
"enum": [
"Hidden",
"Info",
"Warning",
"Error"
],
"description": "Describes how severe a diagnostic is."
},
"line": {
"type": "integer",
"description": "The line number of location where the diagnostic appears."
},
"column": {
"type": "integer",
"description": "The column number of location where the diagnostic appears."
},
"path": {
"type": "string",
"description": "The path of the source document file."
},
"message-args": {
"type": "array",
"items": {
"type": "string"
},
"description": "Arguments to a format message string."
}
}
}
} | o89201 |
{
"additionalProperties": false,
"description": "Schema for Vero user created",
"properties": {
"company": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"firstname": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"role": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"type": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"user": {
"properties": {
"email": {
"_format": "email",
"type": [
"string",
"null"
]
},
"id": {
"maxLength": 255,
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"self": {
"format": "jsonschema",
"name": "created",
"vendor": "com.getvero",
"version": "1-0-0"
},
"type": "object"
} | sp_22_Normalized |
{
"properties": {
"customer": {
"properties": {
"email": {
"description": "The email of the customer",
"format": "email",
"type": "string"
},
"name": {
"description": "The name of the customer",
"type": "string"
}
},
"required": [
"name",
"email"
],
"type": "object"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer",
"items"
],
"type": "object"
} | generate_invoice_5ae8be73 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"age": {
"type": "integer"
},
"postedSlides": {
"type": "boolean"
},
"rating": {
"type": "number"
}
}
} | o81588 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"maxLength": 1024
},
"relativeTo": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "object",
"properties": {
"$date": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"$date"
]
}
]
},
"templateContext": {
"type": "string",
"maxLength": 32767
}
},
"additionalProperties": false
} | o9931 |
{
"additionalProperties": false,
"description": "A join_group GTM server-side event.",
"properties": {
"group_id": {
"description": "The ID of the group.",
"maxLength": 4096,
"type": [
"string",
"null"
]
}
},
"self": {
"format": "jsonschema",
"name": "join_group",
"vendor": "com.google.tag-manager.server-side",
"version": "1-0-0"
},
"type": "object"
} | sp_85_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"pets": {
"type": "object",
"properties": {
"dog": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
},
"required": [
"dog"
]
}
},
"properties": {
"pets": {
"$ref": "#/definitions/pets"
}
},
"required": [
"pets"
]
} | o41690 |
{
"properties": {
"category": {
"description": "The category to filter the search results",
"type": "string"
},
"price_range": {
"description": "The price range to filter the search results",
"properties": {
"max_price": {
"description": "The maximum price",
"type": "number"
},
"min_price": {
"description": "The minimum price",
"type": "number"
}
},
"required": [
"min_price",
"max_price"
],
"type": "object"
},
"query": {
"description": "The search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
} | search_product_8f6f6661 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/lpco/detalhar_modelo.schema.json",
"properties": {
"modelo": {
"type": "object",
"properties": {
"orgaoAnuente": {
"type": "string"
},
"codigo": {
"type": "string"
},
"informacoesExportadorImportador": {
"type": [
"string",
"null"
]
},
"informacoesAnuente": {
"type": [
"string",
"null"
]
},
"exibirInformacaoAdicional": {
"type": "boolean"
},
"requerCatalogoProduto": {
"type": "boolean"
}
}
},
"listaCamposFormulario": {
"type": "array",
"items": {
"type": "object",
"properties": {
"codigo": {
"type": "string"
},
"nome": {
"type": "string"
},
"tipo": {
"type": "string",
"enum": [
"BOOLEANO",
"DATA",
"DATA_HORA",
"NUMERO_INTEIRO",
"NUMERO_REAL",
"TEXTO"
]
},
"validacao": {
"type": "object",
"properties": {
"obrigatorio": {
"type": "boolean"
},
"permiteMultiplosValores": {
"type": "boolean"
},
"mascara": {
"type": [
"string",
"null"
]
},
"tamanhoMaximo": {
"type": [
"integer",
"null"
]
},
"qtdCasasDecimais": {
"type": [
"integer",
"null"
]
},
"dominios": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"descricao": {
"type": [
"string",
"null"
]
}
}
}
}
}
}
}
}
},
"listaCamposNcm": {
"type": "array",
"items": {
"type": "object",
"properties": {
"codigo": {
"type": "string"
},
"nome": {
"type": "string"
},
"tipo": {
"type": "string",
"enum": [
"BOOLEANO",
"DATA",
"DATA_HORA",
"NUMERO_INTEIRO",
"NUMERO_REAL",
"TEXTO"
]
},
"validacao": {
"type": "object",
"properties": {
"obrigatorio": {
"type": "boolean"
},
"permiteMultiplosValores": {
"type": "boolean"
},
"mascara": {
"type": [
"string",
"null"
]
},
"tamanhoMaximo": {
"type": [
"integer",
"null"
]
},
"qtdCasasDecimais": {
"type": [
"integer",
"null"
]
},
"dominios": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"descricao": {
"type": [
"string",
"null"
]
}
}
}
}
}
}
}
}
},
"permiteMultiplosCpfCnpjExportador": {
"type": "boolean"
}
}
} | o73035 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the triangle (if shape is triangle)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if shape is triangle)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if shape is circle)",
"type": "number"
},
"side": {
"description": "The side length of the square (if shape is square)",
"type": "number"
}
},
"required": [
"radius",
"side",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_e409c856 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Data type as described by the specification (version 1.2)",
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/refType"
},
{
"$ref": "#/definitions/voidType"
},
{
"$ref": "#/definitions/primitiveType"
},
{
"$ref": "#/definitions/modelType"
},
{
"$ref": "#/definitions/arrayType"
}
],
"definitions": {
"refType": {
"required": [
"$ref"
],
"properties": {
"$ref": {
"type": "string"
}
},
"additionalProperties": false
},
"voidType": {
"enum": [
{
"type": "void"
}
]
},
"modelType": {
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"not": {
"enum": [
"boolean",
"integer",
"number",
"string",
"array"
]
}
}
},
"additionalProperties": false
},
"primitiveType": {
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"boolean",
"integer",
"number",
"string"
]
},
"format": {
"type": "string"
},
"defaultValue": {
"not": {
"type": [
"array",
"object",
"null"
]
}
},
"enum": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"_uniqueItems": true
},
"minimum": {
"type": "string"
},
"maximum": {
"type": "string"
}
},
"additionalProperties": false,
"dependencies": {
"format": {
"oneOf": [
{
"properties": {
"type": {
"enum": [
"integer"
]
},
"format": {
"enum": [
"int32",
"int64"
]
}
}
},
{
"properties": {
"type": {
"enum": [
"number"
]
},
"format": {
"enum": [
"float",
"double"
]
}
}
},
{
"properties": {
"type": {
"enum": [
"string"
]
},
"format": {
"enum": [
"byte",
"date",
"date-time"
]
}
}
}
]
},
"enum": {
"properties": {
"type": {
"enum": [
"string"
]
}
}
},
"minimum": {
"properties": {
"type": {
"enum": [
"integer",
"number"
]
}
}
},
"maximum": {
"properties": {
"type": {
"enum": [
"integer",
"number"
]
}
}
}
}
},
"arrayType": {
"required": [
"type",
"items"
],
"properties": {
"type": {
"enum": [
"array"
]
},
"items": {
"type": "array",
"items": {
"$ref": "#/definitions/itemsObject"
}
},
"_uniqueItems": {
"type": "boolean"
}
},
"additionalProperties": false
},
"itemsObject": {
"oneOf": [
{
"$ref": "#/definitions/refType"
},
{
"allOf": [
{
"$ref": "#/definitions/primitiveType"
},
{
"properties": {
"type": {},
"format": {}
},
"additionalProperties": false
}
]
}
]
}
}
} | o11666 |
{
"properties": {
"customer": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price per unit of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer",
"items"
],
"type": "object"
} | generate_invoice_b00da57a |
{
"additionalProperties": false,
"description": "A scroll GA4 enhanced-measurement event.",
"properties": {},
"self": {
"format": "jsonschema",
"name": "scroll",
"vendor": "com.google.ga4.enhanced-measurement",
"version": "1-0-0"
},
"type": "object"
} | sp_74_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Egg Group",
"definitions": {
"translations": {
"type": "object",
"properties": {
"cz": {
"type": "string"
},
"dk": {
"type": "string"
},
"fr": {
"type": "string"
},
"de": {
"type": "string"
},
"gr": {
"type": "string"
},
"it": {
"type": "string"
},
"pl": {
"type": "string"
},
"tr": {
"type": "string"
},
"en": {
"type": "string"
},
"jp": {
"type": "string"
},
"es": {
"type": "string"
}
},
"required": [
"en",
"de"
],
"additionalProperties": false
}
},
"properties": {
"names": {
"$ref": "#/definitions/translations"
}
},
"required": [
"names"
],
"additionalProperties": false
} | o48420 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "scipm child -*- coding: utf-8 -*-",
"type": "object",
"additionalProperties": false,
"properties": {
"version": {
"enum": [
"1"
],
"description": "scipm child package"
},
"scipmDependencies": {
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9](.*)$": {
"type": [
"null"
]
}
}
},
"luaRequire": {
"type": "array",
"description": "example : IF ``mime`` THEN scipm build add code ``mime = require \"mime\";`` at top of SciTEStartup.lua (once)",
"minItems": 0,
"items": {
"type": "string",
"pattern": "^(.*)$",
"minLength": 1
}
},
"SciTEStartup": {
"type": "object",
"description": "exec lua command in SciTEStartup.lua",
"additionalProperties": false,
"properties": {
"_use": {
"enum": [
"no",
"raw",
"dofile",
"filePath"
],
"description": "exec lua in node raw or in node filePath. or dofile (else no)"
},
"raw": {
"type": [
"null",
"string"
],
"description": "raw lua code",
"minLength": 1
},
"filePath": {
"type": [
"null",
"string"
],
"description": "lua file to include",
"minLength": 1
},
"dofile": {
"type": [
"array"
],
"description": "dofile path (items join by scipm scipm.data.path.sep)",
"minItems": 0,
"items": {
"type": "string",
"pattern": "^(.*)$",
"minLength": 1
}
},
"luaReportExtend": {
"type": [
"null",
"string"
],
"description": "lua to add in package ``scipmHiddenDoString=`` report line",
"minLength": 1
},
"infoLuaFunctions": {
"type": "array",
"description": "list functions allowed by this package",
"items": {
"type": "object",
"description": "function info",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "function name",
"minLength": 1
}
},
"required": [
"name"
]
}
},
"infoProps": {
"type": "array",
"description": "list props allowed by this package",
"items": {
"type": "object",
"description": "props info",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "props name",
"minLength": 1
},
"value": {
"type": "string",
"description": "props value allowed",
"minLength": 1
},
"default": {
"type": "string",
"description": "props default value",
"minLength": 1
},
"description": {
"type": "string",
"description": "props description",
"minLength": 1
}
},
"required": [
"name",
"value",
"default",
"description"
]
}
},
"infoFiles": {
"type": "array",
"description": "list files by this package",
"items": {
"type": "object",
"description": "function info",
"additionalProperties": false,
"properties": {
"path": {
"type": "array",
"description": "items join by scipm scipm.data.path.sep",
"minItems": 1,
"items": {
"type": "string",
"pattern": "^(.*)$",
"minLength": 1
}
}
},
"required": [
"path"
]
}
}
},
"required": [
"_use",
"raw",
"filePath",
"luaReportExtend",
"infoLuaFunctions",
"infoFiles",
"infoProps"
]
},
"actions": {
"type": "object",
"description": "action to add in menu/context menu...",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9](.*)$": {
"type": "object",
"additionalProperties": true,
"properties": {
"title": {
"type": "string",
"description": "default title in tool and context menu",
"minLength": 1
},
"description": {
"type": "string",
"description": "default description",
"minLength": 1
},
"pattern": {
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"pattern": "^(.*)$",
"minLength": 1
}
},
"addToolsMenu": {
"type": "object",
"description": "add action in scite tool menu (switch pattern)",
"additionalProperties": false,
"properties": {
"allow": {
"type": "boolean",
"default": true
},
"addContextMenu": {
"type": "boolean",
"description": "action in context menu depend of action in tool menu (need command number)",
"default": false
},
"command": {
"type": "object",
"description": "SciTE command subsystem",
"additionalProperties": false,
"properties": {
"subsystem": {
"type": "string",
"enum": [
"console",
"windows",
"shellexec",
"luadirector",
"htmlhelp",
"winhelp",
"immediate"
],
"description": "see http://www.scintilla.org/SciTEDoc.html :: Command subsystem",
"default": "console"
},
"shortcuts": {
"type": [
"null",
"string"
],
"description": "default shortcut. Null = no shortcut",
"minLength": 1
},
"isFilter": {
"type": [
"null",
"string"
],
"enum": [
null,
"0",
"1"
],
"description": "The optional command.is.filter property states that the command modifies the current file so it may need to be read in after performing the command if load.on.activate is set.",
"default": "null"
},
"saveBefore": {
"type": [
"null",
"string"
],
"enum": [
null,
"1",
"2"
],
"description": "If command.save.before is set to 1, SciTE automatically saves the file before execution. If it is set to 2, SciTE will not save the file, otherwise SciTE asks you",
"default": "null"
},
"input": {
"type": [
"null",
"string"
],
"description": "On Windows, the optional command.input property specifies text that will be piped to the command. This may reference other properties; for example, command.input.0.*.cc=$(CurrentSelection) would pipe the current selection to the command processes. The command.input property is only supported for subsystem 0 (command line programs).",
"default": "null"
},
"mode": {
"type": [
"null",
"string"
],
"description": "The command.mode property is a comma-separated list of flags / settings. Each mode setting can have an argument, separated from the setting name by a colon. For most of these, the argument portion is optional; if the setting name appears without an argument, this works the same as \"setting:yes\". If a setting is included in the command.mode but also appears as a separate command property, the mode property will be overridden. Similarly, if a single setting appears more than once with different arguments, the last valid argument takes priority. The supported command.mode settings are: filter - accepts keyword arguments yes and no, quiet - accepts keyword arguments yes and no, replaceselection - accepts yes, no, and auto, savebefore - accepts yes, no, and prompt, subsystem - console, windows, shellexec, lua, director, winhelp, htmlhelp, immediate, groupundo - yes or no, Currently, all of these except groupundo are based on individual properties with similar names, and so are not described separately here. The groupundo setting works with subsystem 3 (lua / director), and indicates that SciTE should treat any changes made by the command as a single undo action. A command that uses the groupundo setting should not change which buffer is active in the editor.",
"default": "null"
},
"quiet": {
"type": [
"null",
"string"
],
"enum": [
null,
"1"
],
"description": "A final command property that is currently supported only on windows is command.quiet. A value of 1 indicates that the command I/O should not be echoed to the output pane. This may be useful in combination with command.input and command.replace.selection.",
"default": "null"
},
"replaceSelection": {
"type": [
"null",
"string"
],
"enum": [
null,
"0",
"1",
"2"
],
"description": "The optional command.replace.selection can be used to specify that the command output should replace the current selection (or be inserted at the cursor location, if there is no selection)",
"default": "null"
},
"cmd": {
"type": [
"string"
],
"description": "command to exec (switch selected subsystems).",
"minLength": 1
}
},
"required": [
"subsystem",
"cmd",
"shortcuts",
"isFilter",
"saveBefore",
"input",
"replaceSelection",
"quiet",
"mode"
]
}
},
"required": [
"allow",
"addContextMenu",
"command"
]
}
},
"required": [
"pattern",
"addToolsMenu",
"title",
"description"
]
}
}
}
},
"required": [
"version",
"scipmDependencies",
"luaRequire",
"SciTEStartup",
"actions"
]
} | o21727 |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/common/mixin/taggable/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tags": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
"description": "Tags is a map that categorizes data or tracks references in external systems. The tags names should be consistent and descriptive, e.g. fb_user_id:123, salesforce_customer_id:456."
}
},
"additionalProperties": true
} | o42523 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_scheduling_v1_PriorityClass": {
"description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"description": {
"description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
"type": "string"
},
"globalDefault": {
"description": "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
"type": "boolean"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"PriorityClass"
],
"type": "string"
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"preemptionPolicy": {
"description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.",
"type": "string"
},
"value": {
"_format": "int32",
"description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
"type": "integer"
}
},
"required": [
"value"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
"description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.",
"type": "string"
},
"remainingItemCount": {
"_format": "int64",
"description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.",
"type": "integer"
},
"resourceVersion": {
"description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": {
"description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
"type": "string"
},
"fieldsType": {
"description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
"type": "string"
},
"fieldsV1": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1",
"description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
},
"manager": {
"description": "Manager is an identifier of the workflow managing these fields.",
"type": "string"
},
"operation": {
"description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
"type": "string"
},
"time": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type": "object"
},
"clusterName": {
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"deletionGracePeriodSeconds": {
"_format": "int64",
"description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"finalizers": {
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
"description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
"type": "string"
},
"generation": {
"_format": "int64",
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type": "object"
},
"managedFields": {
"description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry"
},
"type": "array"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type": "string"
},
"ownerReferences": {
"description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference"
},
"type": "array",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"required": [
"apiVersion",
"kind",
"name",
"uid"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "PriorityClassList is a collection of priority classes.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"enum": [
"scheduling.k8s.io/v1"
],
"type": [
"string",
"null"
]
},
"items": {
"description": "items is the list of PriorityClasses",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_scheduling_v1_PriorityClass"
},
"type": [
"array",
"null"
]
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"PriorityClassList"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta",
"description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "scheduling.k8s.io",
"kind": "PriorityClassList",
"version": "v1"
}
]
} | kb_762_Normalized |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width"
],
"type": "object"
},
"shape": {
"description": "The shape to calculate the area of",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_8e760c24 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additinalProperties": false,
"properties": {
"title": {
"type": "string"
},
"icon": {
"type": "string"
},
"background": {
"type": "string"
},
"icon-size": {
"type": "integer"
},
"format": {
"type": "string",
"enum": [
"UDRW",
"UDRO",
"UDCO",
"UDZO",
"ULFO",
"UDBZ"
]
},
"contents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
},
"type": {
"type": "string",
"enum": [
"link",
"file"
]
},
"path": {
"type": "string"
}
},
"required": [
"x",
"y",
"type",
"path"
]
}
}
},
"required": [
"title",
"background",
"icon-size",
"contents"
]
} | o83130 |
{
"description": "A Visual Pinball build.",
"properties": {
"_created_by": {
"description": "Reference to the user who created this build. Only visible by contributors and above.",
"readOnly": true,
"type": "string"
},
"_id": {
"description": "Unique identifier for a build. Gets generated automatically on creation.",
"pattern": "^[a-z0-9._-]{2,}$",
"readOnly": true,
"type": "string"
},
"built_at": {
"description": "Date when the build was, well, built.",
"type": "string"
},
"created_at": {
"description": "Timestamp when the build was added to the database.",
"readOnly": true,
"type": "string"
},
"description": {
"description": "A description of the build. Contains changelog for official releases. Is Markdown formatted.",
"type": "string"
},
"is_active": {
"description": "When creating a new build, it first becomes inactive. When linking a release to the build, it becomes active.",
"readOnly": true,
"type": "boolean"
},
"is_range": {
"description": "Instead of covering one single release, it's also possible to create builds that cover a range of releases (e.g. `v8.x.x`).",
"type": "boolean"
},
"label": {
"description": "Label of the build. Typically contains the version of the release, the revision number of daily builds and a short name for experimental builds.",
"minLength": 3,
"type": "string"
},
"major_version": {
"description": "The major version branch of the version for the given platform. For VP9, that would be `9`.",
"type": "string"
},
"platform": {
"description": "Platform of the build. Only Visual Pinball supported so far.",
"enum": [
"vp"
],
"type": "string"
},
"type": {
"description": "Type of the build. Values:\n* `release` - Official releases from the Visual Pinball dev team\n* `nightly` - Automatic nightly builds\n* `experimental` - Test builds, built by devs or others, very instable and bleeding edge.",
"enum": [
"release",
"nightly",
"experimental"
],
"type": "string"
}
},
"required": [
"id",
"label",
"type"
],
"title": "VPBuild",
"type": "object"
} | o84344 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius",
"base",
"height",
"length",
"width"
],
"type": "object"
},
"shape": {
"description": "The geometric shape (e.g. circle, triangle, rectangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_5c088303 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A Licence is a permission for an entity to do something that would otherwise not be permitted. Note that such permissions are recorded in multiple different ways and to different granularity. In addition categories cross over, for example a pawnborker may be regulated as a retail establishment by a city, but also as a financial institution by a national or regional financial regulator. Sometimes the licence is a simple statement \u2013 the government of Rwanda has given a banking licence to a certain bank -- other times it is fine-grained and highly complex (e.g. an extractives licence or the UK FCA licencing scheme). This schema tries to make it easy to submit the former, while not losing granularity of the latter. The object has the name of Rich Licence to distinguish it from Simple Licence, which it is expected to ultimately replace.",
"properties": {
"licence_holder": {
"$ref": "#/definitions/entity"
},
"licence_issuer": {
"oneOf": [
{
"type": [
"string",
"null"
],
"minLength": 2
},
{
"$ref": "#/definitions/organisation"
}
]
},
"licenced_location": {
"$ref": "#/definitions/address"
},
"licence_number": {
"type": "string"
},
"start_date": {
"description": "The issue date of the licence",
"type": "string",
"format": "date"
},
"end_date": {
"description": "The expiry date of the licence",
"type": "string",
"format": "date"
},
"source_url": {
"description": "Place where this fact can be verified",
"type": "string",
"minLength": 1
},
"confidence": {
"description": "Confidence in accuracy of data",
"type": "string",
"enum": [
"HIGH",
"MEDIUM",
"LOW"
]
},
"renewal_date": {
"type": "string",
"format": "date"
},
"sample_date": {
"description": "Date on which we know this to be true (usually date this information was retrieved from the source)",
"type": "string",
"format": "date"
},
"retrieved_at": {
"description": "The time or date at which the source URL was requested",
"type": "string",
"format": "date"
},
"licence_url": {
"type": "string",
"description": "A public URL for the licence"
},
"jurisdiction_of_licence": {
"type": "string",
"description": "The area in which this licence is valid"
},
"status": {
"type": "string",
"description": "The status of the licence. If the licence is made up of a number of permissions, each of which has a status, store the status in the permissions field instead/as well"
},
"category": {
"description": "Category of licence",
"type": "array",
"items": {
"type": "string",
"enum": [
"Financial",
"Business",
"Extractive"
]
}
},
"permissions": {
"type": "array",
"items": {
"$ref": "#/definitions/permission"
}
},
"other_attributes": {
"description": "Use for other licence attributes for which we don't yet have curated schema attributes",
"type": "object"
}
},
"additionalProperties": false,
"required": [
"source_url",
"sample_date",
"licence_holder",
"permissions",
"licence_issuer",
"jurisdiction_of_licence"
],
"definitions": {
"entity": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"entity_type",
"entity_properties"
],
"oneOf": [
{
"properties": {
"entity_type": {
"enum": [
"company"
]
},
"entity_properties": {
"$ref": "#/definitions/company-for-nesting"
}
}
},
{
"properties": {
"entity_type": {
"enum": [
"person"
]
},
"entity_properties": {
"$ref": "#/definitions/person"
}
}
},
{
"properties": {
"entity_type": {
"enum": [
"organisation"
]
},
"entity_properties": {
"$ref": "#/definitions/organisation"
}
}
},
{
"properties": {
"entity_type": {
"enum": [
"unknown"
]
},
"entity_properties": {
"$ref": "#/definitions/unknown-entity-type"
}
}
}
]
},
"company-for-nesting": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A company in OpenCorporates",
"type": "object",
"properties": {
"company_number": {
"type": "string",
"description": "unique identifier given by the corporate register with which it is incorporated",
"minLength": 1
},
"name": {
"type": "string",
"description": "Legal name of the company",
"minLength": 1
},
"jurisdiction": {
"type": "string",
"description": "A free text field for the jurisdiction where the company is registered \u2013 this can be either the ISO 3166-2 code, the underscored version, or the standard name for the jurisdiction, e.g. France"
},
"jurisdiction_code": {
"type": "string",
"description": "Code representing the jurisdiction/company register which is the canonical record of the company\u2019s existence. Uses underscored ISO 3166-2 to represent it, e.g. es for Spain, us_de for Delaware",
"minLength": 2,
"maxLength": 5
},
"incorporation_date": {
"type": "string",
"format": "date"
},
"dissolution_date": {
"type": "string",
"format": "date"
},
"retrieved_at": {
"type": "string",
"format": "date"
},
"current_status": {
"type": [
"string",
"null"
]
},
"company_type": {
"type": [
"string",
"null"
]
},
"registry_url": {
"type": "string"
},
"website": {
"oneOf": [
{
"type": "string",
"minLength": 5
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 5
}
}
]
},
"telephone_number": {
"type": "string",
"minLength": 4
},
"fax_number": {
"type": "string",
"minLength": 4
},
"registered_address": {
"$ref": "#/definitions/address"
},
"headquarters_address": {
"$ref": "#/definitions/address"
},
"mailing_address": {
"$ref": "#/definitions/address"
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/definitions/address-with-type"
}
},
"officers": {
"type": "array",
"items": {
"$ref": "#/definitions/officer"
}
},
"share_parcels": {
"type": "array",
"items": {
"$ref": "#/definitions/share-parcel"
}
},
"total_shares": {
"$ref": "#/definitions/total-shares"
},
"filings": {
"type": "array",
"items": {
"$ref": "#/definitions/filing"
}
},
"identifiers": {
"type": "array",
"items": {
"$ref": "#/definitions/identifier"
}
},
"industry_codes": {
"type": "array",
"items": {
"$ref": "#/definitions/industry-code"
}
},
"previous_names": {
"type": "array",
"items": {
"$ref": "#/definitions/previous-name"
}
},
"alternative_names": {
"type": "array",
"items": {
"$ref": "#/definitions/alternative-name"
}
},
"branch": {
"type": [
"string",
"null"
],
"description": "A flag to denote whether a company is a branch entity. This should only be set if the company is a type of branch (otherwise should be null). In general the only option here is 'F' for a 'Foreign' branch, i.e. an out-of-jurisdiction entity that has registered as having a presence in the jurisdiction. In the US this is sometimes called a Foreign Corporation",
"enum": [
"F",
"L",
null
]
},
"all_attributes": {
"type": "object",
"description": "Other arbitrary attributes for a given company",
"properties": {
"jurisdiction_of_origin": {
"type": [
"string",
"null"
],
"description": "The jurisdiction of the 'home' company if this is a branch",
"minLength": 1
},
"home_company_number": {
"type": [
"string",
"null"
],
"description": "If the entity is a 'branch', this is the company_number of the 'home' company in the home company's jurisdiction",
"minLength": 1
},
"home_legal_name": {
"type": [
"string",
"null"
],
"description": "The legal name of the 'home' company in its jurisdiction if this is a branch, and the name is different from the legal name of the branch",
"minLength": 1
},
"registered_agent_address": {
"type": [
"string",
"null"
],
"description": "The address of the 'Agent', a public address to which legal papers can be served",
"minLength": 1
},
"registered_agent_name": {
"type": [
"string",
"null"
],
"description": "The 'Agent' of the company \u2013 a person or entity that is empowered to accept service for the company",
"minLength": 1
},
"number_of_employees": {
"anyOf": [
{
"type": "string",
"minLength": 1
},
{
"type": "number",
"minimum": 0
}
],
"description": "The number of employees"
},
"merged_into": {
"type": "object",
"description": "Information on the merger of this company into a 'survivor' company",
"properties": {
"surviving_company": {
"type": [
"object"
],
"description": "the surviving_company that this has been merged into",
"properties": {
"name": {
"type": "string",
"description": "The legal name of the surviving company",
"minLength": 1
},
"company_number": {
"type": "string",
"description": "The company_number of the surviving company, if known",
"minLength": 1
},
"jurisdiction": {
"type": "string",
"description": "The jurisdiction of incorporation of the surviving company",
"minLength": 2
}
},
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"company_number"
]
}
]
},
"effective_date": {
"description": "The date of the merger",
"type": "string",
"format": "date"
}
},
"additionalProperties": false,
"required": [
"surviving_company"
]
}
}
}
},
"additionalProperties": false,
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"company_number"
]
}
]
},
"address": {
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"type": [
"string",
"null"
],
"minLength": 2
},
{
"name": "Address",
"description": "An address object",
"type": "object",
"properties": {
"street_address": {
"type": "string"
},
"locality": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"description": "ISO 3166-2 code for country",
"type": "string"
}
},
"anyOf": [
{
"required": [
"street_address"
]
},
{
"required": [
"postal_code"
]
},
{
"required": [
"locality",
"country"
]
}
]
}
]
},
"address-with-type": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An address with a type",
"type": "object",
"properties": {
"address": {
"$ref": "#/definitions/address"
},
"type": {
"enum": [
"registered",
"headquarters",
"mailing",
"trading",
"unknown"
]
}
},
"additionalProperties": false,
"required": [
"address",
"type"
]
},
"officer": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An officer (director, senior executive) of a company",
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"not": {
"pattern": "^[\\.\\,\\*\\\\\\-\\s\\{\\}\\(\\)]+$"
}
},
"start_date": {
"anyOf": [
{
"type": "string",
"format": "date"
},
{
"type": "null"
}
]
},
"end_date": {
"anyOf": [
{
"type": "string",
"format": "date"
},
{
"type": "null"
}
]
},
"position": {
"type": "string"
},
"uid": {
"type": "string",
"description": "a unique identifier given to the officership"
},
"other_attributes": {
"type": "object",
"properties": {
"date_of_birth": {
"type": "string",
"format": "date"
},
"nationality": {
"type": "string"
},
"person_uid": {
"type": "string",
"description": "a unique identifier given to the individual (as opposed to the officership)"
},
"address": {
"$ref": "#/definitions/address"
},
"type": {
"type": "string",
"enum": [
"Person",
"Company"
],
"description": "The type of entity that is the officer (either 'Person' or 'Company')"
}
}
}
},
"required": [
"name"
]
},
"share-parcel": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "A parcel of shares in a company",
"properties": {
"number_of_shares": {
"description": "Number of shares, if known",
"type": "integer"
},
"percentage_of_shares": {
"description": "Percentage of shares, if known",
"type": "number",
"maximum": 100,
"minimum": 0
},
"percentage_of_shares_min": {
"description": "Minimum percentage of shares (if for example a band of percentage is given)",
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0
},
"percentage_of_shares_max": {
"description": "Maximum percentage of shares (if for example a band of percentage is given)",
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0
},
"voting_percentage": {
"description": "Percentage of votes, if known",
"type": "number",
"maximum": 100,
"minimum": 0
},
"voting_percentage_min": {
"description": "Minimum percentage of votes (if for example a band of votes is given)",
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0
},
"voting_percentage_max": {
"description": "Maximum percentage of votes (if for example a band of votes is given)",
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0
},
"share_class": {
"description": "Share class or classes, if known",
"type": "string"
},
"start_date": {
"type": "string",
"format": "date"
},
"end_date": {
"type": "string",
"format": "date"
},
"sample_date": {
"type": "string",
"format": "date"
},
"shareholders": {
"description": "Legal persons who own this share parcel",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"name": "shareholder",
"required": [
"name"
],
"properties": {
"name": {
"description": "Name of natural person or company",
"type": "string",
"minLength": 1
},
"jurisdiction": {
"description": "Jurisdiction of registration, if company",
"type": "string"
},
"company_number": {
"description": "Company number, if company and known",
"type": "string"
},
"identifier": {
"description": "Unique identifier of person",
"type": "string"
},
"type": {
"description": "Type of person if known (company or natural person)",
"enum": [
"Company",
"Person"
]
},
"address": {
"description": "Address given for shareholder",
"$ref": "#/definitions/address"
},
"address_country": {
"description": "Country part of owner's address (for example if address not given)",
"type": "string"
}
}
}
}
}
},
"total-shares": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The total number of shares a company has issued",
"type": "object",
"properties": {
"number": {
"type": "integer"
},
"share_class": {
"type": "string",
"minLength": 1
}
},
"required": [
"number"
]
},
"filing": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A statutory filing",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"date": {
"type": "string",
"format": "date"
},
"description": {
"type": "string"
},
"uid": {
"type": "string"
},
"url": {
"type": "string"
},
"filing_type_code": {
"type": "string"
},
"filing_type_name": {
"type": "string"
},
"other_attributes": {
"type": "object"
}
},
"required": [
"date"
],
"anyOf": [
{
"required": [
"title"
]
},
{
"required": [
"description"
]
},
{
"required": [
"filing_type_name"
]
}
]
},
"identifier": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An identifier for an entity (possibly other things, e.g. securities in the future). Examples are tax IDs, non-profit IDs, SEC CIK numbers, Federal Reserve RSSD id. The main requirements for an identifier is that they should be well-defined, and issued by a government or have statutory standing",
"type": "object",
"properties": {
"uid": {
"type": "string",
"description": "The unique identifier given by the identifier system \u2013 it should be unique in the context of the identifier_system",
"minLength": 1
},
"identifier_system_code": {
"type": "string",
"description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), uk_ew_cc (Charity Commission of England & Wales), lei (Global Legal Entity Identifier System)"
}
},
"required": [
"uid",
"identifier_system_code"
]
},
"industry-code": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An industry code from a standard code list (e.g. NAICS 2007 or NACE 2). This schema is a sub-schema of Classification.",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"code": {
"type": "string"
},
"code_scheme_id": {
"type": "string",
"description": "An identifier representing industry code scheme. At the moment these are eu_nace_2, uk_sic_2003, uk_sic_2007, us_naics_2002, us_naics_2007, be_nace_2008, dk_db_2007, nz_bic_2006, no_sic_2007, anz_sic_2006, nz_bic_2006, in_nic_2004_mca, ca_qc_cae, lu_nace_2. For other code schemes, or details of these, contact [email protected]"
},
"start_date": {
"type": "string",
"format": "date"
},
"end_date": {
"type": "string",
"format": "date"
}
},
"required": [
"code",
"code_scheme_id"
]
},
"previous-name": {
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "PreviousName",
"description": "A previous name of a company",
"type": "object",
"properties": {
"company_name": {
"type": "string",
"minLength": 1
},
"con_date": {
"type": "string",
"format": "date",
"description": "The end (conversion) date of the name"
},
"start_date": {
"type": "string",
"format": "date"
}
},
"required": [
"company_name"
]
},
"alternative-name": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An alternative name of a company, e.g. abbreviation, trading (including dba or doing business as), legal. As well as trading names etc, it can be used for storing alternative language representations of the legal name, in which case the language should be represented as two-letter ISO-639 code",
"type": "object",
"properties": {
"company_name": {
"type": "string",
"minLength": 1
},
"start_date": {
"type": "string",
"format": "date"
},
"end_date": {
"type": "string",
"format": "date"
},
"language": {
"type": "string",
"minLength": 2,
"maxLength": 2
},
"type": {
"type": "string",
"enum": [
"trading",
"abbreviation",
"legal",
"unknown",
"alias"
]
}
},
"required": [
"company_name",
"type"
]
},
"person": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A person, for example, referenced in some other context, e.g. director of a company, shareholder, licence-holder, lobbyist. This should be used only if the person is the subject of the datum",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"$ref": "#/definitions/person-name"
},
"jurisdiction": {
"type": "string",
"description": "Name of the jurisdiction in which the entity is based"
},
"company": {
"description": "Company the person is representing. NB If the licence holder is a company, and the individual is a just a contact, then use the company-schema for the entity. This is where the individual themselves are the subject entity (e.g. licence holder, disqualified director)",
"$ref": "#/definitions/company-for-nesting"
},
"relationship_with_company": {
"enum": [
"employee",
"director",
"shareholder",
null
]
},
"website": {
"oneOf": [
{
"type": "string",
"minLength": 5
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 5
}
}
]
},
"uid": {
"description": "Unique id of the person. Note: the unique id is not expected to be globally unique, but only unique with reference to the source from which it is derived. No check is made for uniqueness",
"type": "string",
"minLength": 1
},
"telephone_number": {
"type": "string",
"minLength": 4
},
"fax_number": {
"type": "string",
"minLength": 4
},
"registered_address": {
"description": "address for service (or address given in the context of legal requirement)",
"$ref": "#/definitions/address"
},
"headquarters_address": {
"$ref": "#/definitions/address"
},
"mailing_address": {
"$ref": "#/definitions/address"
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/definitions/address-with-type"
}
},
"industry_codes": {
"type": "array",
"items": {
"$ref": "#/definitions/industry-code"
}
},
"alternative_names": {
"type": "array",
"items": {
"$ref": "#/definitions/alternative-name"
}
},
"date_of_birth": {
"anyOf": [
{
"type": "string",
"format": "date"
},
{
"$ref": "#/definitions/date"
}
]
},
"nationality": {
"description": "The person's nationality",
"type": "string",
"format": "non-blank"
},
"country_of_residence": {
"description": "The normal country of residence for the person",
"type": "string",
"format": "non-blank"
},
"identifiers": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/definitions/identifier"
}
},
"other_attributes": {
"description": "Use for other attributes for which we don't yet have curated schema attributes",
"type": "object"
}
},
"required": [
"name"
]
},
"person-name": {
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"type": [
"string",
"null"
],
"format": "non-blank"
},
{
"description": "The name of a person as an object",
"type": "object",
"properties": {
"given_name": {
"type": [
"string",
"null"
],
"format": "non-blank",
"description": "The given name(s) (often first name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to first_name"
},
"family_name": {
"type": [
"string",
"null"
],
"format": "non-blank",
"description": "The family name (often last name) of a person, as opposed to their family name. Following FOAF practice, this is preferred to last_name"
},
"first_name": {
"type": [
"string",
"null"
],
"format": "non-blank"
},
"middle_name": {
"type": [
"string",
"null"
],
"format": "non-blank"
},
"last_name": {
"type": [
"string",
"null"
],
"format": "non-blank"
},
"title": {
"type": [
"string",
"null"
],
"format": "non-blank",
"description": "Title such as Mr, Ms, Dr etc"
},
"suffixes": {
"type": [
"string",
"null"
],
"format": "non-blank",
"description": "Any suffixes, including degrees, honours (OBE), ordinals (John Smith Jr, Bill Jones II) etc"
}
}
}
]
},
"date": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A parsed date object. This allows us to represent not just normal dates, but also partial dates too",
"type": "object",
"properties": {
"year": {
"type": "number",
"description": "year part as YYYY"
},
"month": {
"type": "number",
"description": "month part of date in numbers e.g. 11 for November, 4 for April"
},
"day": {
"type": [
"number",
"null"
],
"description": "day part of date in numbers"
}
},
"additionalProperties": false,
"anyOf": [
{
"required": [
"year",
"month"
]
},
{
"required": [
"month",
"day"
]
}
]
},
"organisation": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An entity which is a distinct organisation, but is not a company nor an individual. Examples include governments and governmental entities (e.g. Multilateral Development Banks, Government Departments, municipalities, etc), and also membership organisations",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "Name of the entity",
"minLength": 1
},
"jurisdiction": {
"type": "string",
"description": "Name of the jurisdiction in which the entity is incorporated/domiciled (use global for global entities, e.g. UN)"
},
"legal_form": {
"type": "string",
"description": "legal form of organisation, e.g. municipality, government department, trust, etc"
},
"website": {
"oneOf": [
{
"type": "string",
"minLength": 5
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 5
}
}
]
},
"telephone_number": {
"type": "string",
"minLength": 4
},
"fax_number": {
"type": "string",
"minLength": 4
},
"identifiers": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/definitions/identifier"
}
},
"registered_address": {
"$ref": "#/definitions/address"
},
"headquarters_address": {
"$ref": "#/definitions/address"
},
"mailing_address": {
"$ref": "#/definitions/address"
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/definitions/address-with-type"
}
},
"industry_codes": {
"type": "array",
"items": {
"$ref": "#/definitions/industry-code"
}
},
"previous_names": {
"type": "array",
"items": {
"$ref": "#/definitions/previous-name"
}
},
"alternative_names": {
"type": "array",
"items": {
"$ref": "#/definitions/alternative-name"
}
},
"other_attributes": {
"description": "Use for other attributes for which we don't yet have curated schema attributes",
"type": "object"
}
},
"required": [
"name"
]
},
"unknown-entity-type": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An entity of unknown type - potentially a company, a person, government entity, or some unincorporated organisation",
"additionalProperties": false,
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the entity",
"minLength": 1
},
"jurisdiction": {
"type": "string",
"description": "Name of the jurisdiction in which the entity is incorporated/domiciled"
},
"uid": {
"description": "Unique id for the entity if it has one",
"type": "string"
},
"website": {
"oneOf": [
{
"type": "string",
"minLength": 5
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 5
}
}
]
},
"telephone_number": {
"type": "string",
"minLength": 4
},
"fax_number": {
"type": "string",
"minLength": 4
},
"registered_address": {
"$ref": "#/definitions/address"
},
"headquarters_address": {
"$ref": "#/definitions/address"
},
"mailing_address": {
"$ref": "#/definitions/address"
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/definitions/address-with-type"
}
},
"identifiers": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/definitions/identifier"
}
},
"industry_codes": {
"type": "array",
"items": {
"$ref": "#/definitions/industry-code"
}
},
"previous_names": {
"type": "array",
"items": {
"$ref": "#/definitions/previous-name"
}
},
"alternative_names": {
"type": "array",
"items": {
"$ref": "#/definitions/alternative-name"
}
},
"other_attributes": {
"description": "Use for other attributes for which we don't yet have curated schema attributes",
"type": "object"
}
},
"required": [
"name"
]
},
"permission": {
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"type": [
"string",
"null"
],
"minLength": 2
},
{
"name": "Permission",
"description": "A permission issued by a government or regulatory body to an entity to do something. This may be fine grained,e.g. to sell liquor, to accept customer deposits, or broader, e.g to operate as a bank, a restaurant. It may also be permission to do something physical, such as explore for oil in a given area, or mine for iron ore",
"type": "object",
"properties": {
"activity_name": {
"type": "string"
},
"activity_id": {
"type": "string"
},
"permission_type": {
"enum": [
"operating",
"exploration",
"exploitation"
],
"description": "types of permission, such as 'operating', 'exploration', 'exploitation'"
},
"restrictions": {
"type": "array",
"description": "conditions or restrictions on the permissions",
"items": {
"type": "string"
}
},
"other_attributes": {
"type": "object"
}
},
"required": [
"activity_name"
]
}
]
}
}
} | o65421 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"accountIsLocked": {
"type": "boolean"
},
"twoFactorAuthEnabled": {
"type": "boolean"
}
}
} | o9949 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"NIFTI"
],
"type": "object",
"properties": {
"SLICE_FILE": {
"type": "object",
"properties": {
"type": {
"enum": [
"text"
]
}
}
},
"NIFTI": {
"type": "object",
"properties": {
"type": {
"enum": [
"nifti"
]
}
}
}
}
},
"config": {
"required": [
"NOISE_LVL",
"HPF_CUTOF",
"INT_NORM",
"MC",
"STC",
"T_SMOOTH",
"REG_STANDARD_IMAGE",
"Z_THRESH",
"BB_THRESH",
"LPF",
"FWHM",
"HPF",
"BET"
],
"type": "object",
"properties": {
"NOISE_LVL": {
"default": 0.66,
"type": "number"
},
"HPF_CUTOF": {
"default": 100,
"type": "number"
},
"INT_NORM": {
"default": 1,
"minimum": 0,
"type": "integer",
"maximum": 1
},
"MC": {
"default": 1,
"minimum": 0,
"type": "integer",
"maximum": 1
},
"STC": {
"default": 1,
"type": "integer"
},
"T_SMOOTH": {
"default": 0.34,
"type": "number"
},
"REG_STANDARD_IMAGE": {
"default": 0,
"minimum": 0,
"type": "integer",
"maximum": 1
},
"Z_THRESH": {
"default": 5.3,
"type": "number"
},
"BB_THRESH": {
"default": 10,
"type": "number"
},
"LPF": {
"default": 0,
"minimum": 0,
"type": "integer",
"maximum": 1
},
"FWHM": {
"default": 5,
"type": "number"
},
"HPF": {
"default": 1,
"minimum": 0,
"type": "integer",
"maximum": 1
},
"BET": {
"default": 1,
"minimum": 0,
"type": "integer",
"maximum": 1
}
}
}
},
"title": "Invocation manifest for FSL: FEAT - fMRI preprocessing (v6.0)"
} | o41277 |
{
"properties": {
"nginx": {
"properties": {
"bridge": {
"default": false,
"description": "Networking mode for Docker container. By default, it's false and HOST mode networking is used.",
"type": "boolean"
},
"contentDir": {
"description": "Path of directory, relative to sandbox, containing HTML code.",
"type": "string"
},
"contentUrl": {
"description": "URL of content that needs to be hosted.",
"type": "string"
},
"cpus": {
"default": 1,
"description": "CPU shares to allocate to each nginx instance.",
"minimum": 1,
"type": "number"
},
"instances": {
"default": 1,
"description": "Number of instances to run.",
"minimum": 1,
"type": "integer"
},
"marathon-uri": {
"default": "http://master.mesos:8080",
"description": "URI of Marathon instance",
"type": "string"
},
"maximumOverCapacity": {
"default": 0.2,
"description": "Maximum over capacity.",
"minimum": 0,
"type": "number"
},
"mem": {
"default": 1024.0,
"description": "Memory (MB) to allocate to each nginx task.",
"minimum": 256.0,
"type": "number"
},
"minimumHealthCapacity": {
"default": 0.5,
"description": "Minimum health capacity.",
"minimum": 0,
"type": "number"
},
"name": {
"default": "nginx",
"description": "Name for this Nginx instance",
"type": "string"
},
"role": {
"default": "*",
"description": "Deploy nginx only on nodes with this role.",
"type": "string"
}
},
"required": [
"cpus",
"mem",
"instances",
"name"
],
"type": "object"
}
},
"type": "object"
} | o90794 |
{
"properties": {
"channel": {
"readonly": true,
"type": "integer"
},
"controlplane": {
"readonly": true,
"type": "boolean"
},
"flags": {
"readonly": true,
"type": "integer"
},
"ifnum": {
"type": "string"
},
"mac": {
"type": "string"
},
"neighbor": {
"type": "string"
},
"nodeid": {
"type": "integer"
},
"state": {
"enum": [
"INCOMPLETE",
"REACHABLE",
"STALE",
"DELAY",
"PROBE"
],
"readonly": true,
"type": "string"
},
"td": {
"type": "integer"
},
"timeout": {
"readonly": true,
"type": "integer"
},
"vlan": {
"type": "integer"
},
"vtep": {
"type": "string"
},
"vxlan": {
"type": "integer"
}
},
"title": "nd6",
"type": "object"
} | o30671 |
{
"additionalProperties": false,
"description": "Schema for the Parrable decrypted payload",
"properties": {
"browserid": {
"_format": "uuid",
"type": "string"
},
"deviceid": {
"maxLength": 36,
"type": "string"
}
},
"required": [
"browserid",
"deviceid"
],
"self": {
"format": "jsonschema",
"name": "decrypted_payload",
"vendor": "com.parrable",
"version": "1-0-0"
},
"type": "object"
} | sp_164_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "generateXAddressParameters",
"type": "object",
"properties": {
"options": {
"type": "object",
"description": "Options to control how the address and secret are generated.",
"properties": {
"entropy": {
"type": "array",
"items": {
"type": "integer",
"minimum": 0,
"maximum": 255
},
"description": "The entropy to use to generate the seed. Must be an array of length 16 with values from 0-255 (16 bytes of entropy)"
},
"algorithm": {
"type": "string",
"enum": [
"ecdsa-secp256k1",
"ed25519"
],
"description": "The digital signature algorithm to generate an address for. Can be `ecdsa-secp256k1` (default) or `ed25519`."
},
"test": {
"type": "boolean",
"description": "Specifies whether the address is intended for use on a test network such as Testnet or Devnet. If `true`, the address should only be used for testing, and will start with `T`. If `false`, the address should only be used on mainnet, and will start with `X`."
},
"includeClassicAddress": {
"type": "boolean",
"description": "Specifies whether the classic address should also be included in the returned payload."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
} | o70468 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition": {
"description": "CustomResourceColumnDefinition specifies a column for server side printing.",
"properties": {
"description": {
"description": "description is a human readable description of this column.",
"type": "string"
},
"format": {
"description": "format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.",
"type": "string"
},
"jsonPath": {
"description": "jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.",
"type": "string"
},
"name": {
"description": "name is a human readable name for the column.",
"type": "string"
},
"priority": {
"_format": "int32",
"description": "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.",
"type": "integer"
},
"type": {
"description": "type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.",
"type": "string"
}
},
"required": [
"name",
"type",
"jsonPath"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceConversion": {
"description": "CustomResourceConversion describes how to convert different versions of a CR.",
"properties": {
"strategy": {
"description": "strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information\n is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.",
"type": "string"
},
"webhook": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookConversion",
"description": "webhook describes how to call the conversion webhook. Required when `strategy` is set to `Webhook`."
}
},
"required": [
"strategy"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition": {
"description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "lastTransitionTime last time the condition transitioned from one status to another."
},
"message": {
"description": "message is a human-readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "status is the status of the condition. Can be True, False, Unknown.",
"type": "string"
},
"type": {
"description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames": {
"description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition",
"properties": {
"categories": {
"description": "categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"description": "kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.",
"type": "string"
},
"listKind": {
"description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".",
"type": "string"
},
"plural": {
"description": "plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.",
"type": "string"
},
"shortNames": {
"description": "shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.",
"items": {
"type": "string"
},
"type": "array"
},
"singular": {
"description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.",
"type": "string"
}
},
"required": [
"plural",
"kind"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionSpec": {
"description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear",
"properties": {
"conversion": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceConversion",
"description": "conversion defines conversion settings for the CRD."
},
"group": {
"description": "group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).",
"type": "string"
},
"names": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames",
"description": "names specify the resource and kind names for the custom resource."
},
"preserveUnknownFields": {
"description": "preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.",
"type": "boolean"
},
"scope": {
"description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.",
"type": "string"
},
"versions": {
"description": "versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion"
},
"type": "array"
}
},
"required": [
"group",
"names",
"scope",
"versions"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionStatus": {
"description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition",
"properties": {
"acceptedNames": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames",
"description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec."
},
"conditions": {
"description": "conditions indicate state for particular aspects of a CustomResourceDefinition",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition"
},
"type": "array"
},
"storedVersions": {
"description": "storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion": {
"description": "CustomResourceDefinitionVersion describes a version for CRD.",
"properties": {
"additionalPrinterColumns": {
"description": "additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition"
},
"type": "array"
},
"name": {
"description": "name is the version name, e.g. \u201cv1\u201d, \u201cv2beta1\u201d, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.",
"type": "string"
},
"schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceValidation",
"description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource."
},
"served": {
"description": "served is a flag enabling/disabling this version from being served via REST APIs",
"type": "boolean"
},
"storage": {
"description": "storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.",
"type": "boolean"
},
"subresources": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresources",
"description": "subresources specify what subresources this version of the defined custom resource have."
}
},
"required": [
"name",
"served",
"storage"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceScale": {
"description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.",
"properties": {
"labelSelectorPath": {
"description": "labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.",
"type": "string"
},
"specReplicasPath": {
"description": "specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.",
"type": "string"
},
"statusReplicasPath": {
"description": "statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.",
"type": "string"
}
},
"required": [
"specReplicasPath",
"statusReplicasPath"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceStatus": {
"description": "CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresources": {
"description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.",
"properties": {
"scale": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceScale",
"description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object."
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceStatus",
"description": "status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceValidation": {
"description": "CustomResourceValidation is a list of validation methods for CustomResources.",
"properties": {
"openAPIV3Schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps",
"description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ExternalDocumentation": {
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON": {
"description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps": {
"description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": "string"
},
"$schema": {
"type": "string"
},
"additionalItems": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray"
},
"type": "object"
},
"description": {
"type": "string"
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"type": "array"
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"exclusiveMaximum": {
"type": "boolean"
},
"exclusiveMinimum": {
"type": "boolean"
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ExternalDocumentation"
},
"format": {
"description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.",
"type": "string"
},
"id": {
"type": "string"
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrArray"
},
"maxItems": {
"_format": "int64",
"type": "integer"
},
"maxLength": {
"_format": "int64",
"type": "integer"
},
"maxProperties": {
"_format": "int64",
"type": "integer"
},
"maximum": {
"format": "double",
"type": "number"
},
"minItems": {
"_format": "int64",
"type": "integer"
},
"minLength": {
"_format": "int64",
"type": "integer"
},
"minProperties": {
"_format": "int64",
"type": "integer"
},
"minimum": {
"format": "double",
"type": "number"
},
"multipleOf": {
"format": "double",
"type": "number"
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"nullable": {
"type": "boolean"
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"pattern": {
"type": "string"
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"uniqueItems": {
"type": "boolean"
},
"x-kubernetes-embedded-resource": {
"description": "x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).",
"type": "boolean"
},
"x-kubernetes-int-or-string": {
"description": "x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more",
"type": "boolean"
},
"x-kubernetes-list-map-keys": {
"description": "x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.\n\nThis tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).\n\nThe properties specified must either be required or have a default value, to ensure those properties are present for all list items.",
"items": {
"type": "string"
},
"type": "array"
},
"x-kubernetes-list-type": {
"description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.",
"type": "string"
},
"x-kubernetes-map-type": {
"description": "x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.",
"type": "string"
},
"x-kubernetes-preserve-unknown-fields": {
"description": "x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrArray": {
"description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool": {
"description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray": {
"description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "name is the name of the service. Required",
"type": "string"
},
"namespace": {
"description": "namespace is the namespace of the service. Required",
"type": "string"
},
"path": {
"description": "path is an optional URL path at which the webhook will be contacted.",
"type": "string"
},
"port": {
"_format": "int32",
"description": "port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.",
"type": "integer"
}
},
"required": [
"namespace",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookClientConfig": {
"description": "WebhookClientConfig contains the information to make a TLS connection with the webhook.",
"properties": {
"caBundle": {
"_format": "byte",
"description": "caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
"type": "string"
},
"service": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ServiceReference",
"description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`."
},
"url": {
"description": "url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookConversion": {
"description": "WebhookConversion describes how to call a conversion webhook",
"properties": {
"clientConfig": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookClientConfig",
"description": "clientConfig is the instructions for how to call the webhook if strategy is `Webhook`."
},
"conversionReviewVersions": {
"description": "conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"conversionReviewVersions"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": {
"description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
"type": "string"
},
"fieldsType": {
"description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
"type": "string"
},
"fieldsV1": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1",
"description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
},
"manager": {
"description": "Manager is an identifier of the workflow managing these fields.",
"type": "string"
},
"operation": {
"description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
"type": "string"
},
"time": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type": "object"
},
"clusterName": {
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"deletionGracePeriodSeconds": {
"_format": "int64",
"description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"finalizers": {
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
"description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
"type": "string"
},
"generation": {
"_format": "int64",
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type": "object"
},
"managedFields": {
"description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry"
},
"type": "array"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type": "string"
},
"ownerReferences": {
"description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference"
},
"type": "array",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"required": [
"apiVersion",
"kind",
"name",
"uid"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"enum": [
"apiextensions.k8s.io/v1"
],
"type": [
"string",
"null"
]
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"CustomResourceDefinition"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta"
},
"spec": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionSpec",
"description": "spec describes how the user wants the resources to appear"
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionStatus",
"description": "status indicates the actual state of the CustomResourceDefinition"
}
},
"required": [
"spec"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1"
}
]
} | kb_190_Normalized |
{
"properties": {
"project": {
"$default": {
"$source": "projectName"
},
"description": "The name of the project.",
"title": "angular-datatables",
"type": "string"
}
},
"title": "Angular DataTables angular-datatables schematic",
"type": "object"
} | o56137 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"body_html_and_govspeak": {
"anyOf": [
{
"type": "string"
}
],
"description": "The main content provided as HTML with the govspeak markdown it's rendered from"
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"attends_cabinet_type": {
"enum": [
"Attends Cabinet",
"Attends Cabinet when Ministerial responsibilities are on the agenda",
null
],
"type": [
"string",
"null"
]
},
"body": {
"$ref": "#/definitions/body_html_and_govspeak"
},
"change_history": {
"$ref": "#/definitions/change_history"
},
"role_payment_type": {
"enum": [
"Unpaid",
"Paid as a Parliamentary Secretary",
null
],
"type": [
"string",
"null"
]
},
"supports_historical_accounts": {
"type": "boolean"
}
},
"type": "object"
},
"first_published_at": {
"_format": "date-time",
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"frontend_links": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"frontend_links_with_base_path": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links_with_base_path"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"base_path",
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"publishing_scheduled_at": {
"_format": "date-time",
"description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.",
"type": "string"
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"scheduled_publishing_delay_seconds": {
"description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.",
"type": "integer"
},
"title": {
"type": "string"
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"ambassador_role",
"board_member_role",
"chief_professional_officer_role",
"chief_scientific_advisor_role",
"chief_scientific_officer_role",
"deputy_head_of_mission_role",
"governor_role",
"high_commissioner_role",
"military_role",
"ministerial_role",
"special_representative_role",
"traffic_commissioner_role",
"worldwide_office_staff_role"
],
"type": "string"
},
"first_published_at": {
"anyOf": [
{
"$ref": "#/definitions/first_published_at"
},
{
"type": "null"
}
]
},
"links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministerial": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link to the ministers index page, present if this is a ministerial role.",
"maxItems": 1
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_parent_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Organisations that own this role."
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"anyOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"publishing_scheduled_at": {
"anyOf": [
{
"$ref": "#/definitions/publishing_scheduled_at"
},
{
"type": "null"
}
]
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"scheduled_publishing_delay_seconds": {
"anyOf": [
{
"$ref": "#/definitions/scheduled_publishing_delay_seconds"
},
{
"type": "null"
}
]
},
"schema_name": {
"enum": [
"role"
],
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"updated_at": {
"_format": "date-time",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"base_path",
"content_id",
"description",
"details",
"document_type",
"links",
"locale",
"public_updated_at",
"schema_name",
"title",
"updated_at"
],
"type": "object"
} | o21335 |
{
"properties": {
"activities": {
"description": "The activities contributing to carbon footprint",
"items": {
"type": "string"
},
"type": "array"
},
"energy_usage": {
"properties": {
"electricity": {
"description": "The amount of electricity consumed in kilowatt-hours",
"type": "number"
},
"natural_gas": {
"description": "The amount of natural gas consumed in therms",
"type": "number"
}
},
"type": "object"
}
},
"required": [
"activities",
"energy_usage"
],
"type": "object"
} | calculate_carbon_footprint_b594c156 |
{
"title": "Invocation manifest for Nobrainer",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"largest-label": {
"default": false,
"type": "boolean"
},
"threshold": {
"default": 0.3,
"minimum": 0,
"maximum": 1,
"type": "number"
},
"rotate-and-predict": {
"type": "boolean",
"default": false
}
},
"required": [
"largest-label",
"threshold",
"rotate-and-predict"
]
},
"inputs": {
"type": "object",
"properties": {
"T1W": {
"type": "object",
"properties": {
"type": {
"enum": [
"nifti"
]
}
}
},
"model": {
"type": "object",
"properties": {}
}
},
"required": [
"T1W"
]
}
},
"required": [
"config",
"inputs"
]
} | o41346 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle or rectangle",
"type": "number"
},
"height": {
"description": "The height of the triangle or rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, triangle, rectangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_468b8ff1 |
{
"properties": {
"bmcrevision": {
"readonly": true,
"type": "string"
},
"cpufrequncy": {
"readonly": true,
"type": "integer"
},
"encodedserialno": {
"readonly": true,
"type": "string"
},
"host": {
"readonly": true,
"type": "string"
},
"hostid": {
"readonly": true,
"type": "integer"
},
"hwdescription": {
"readonly": true,
"type": "string"
},
"manufactureday": {
"readonly": true,
"type": "integer"
},
"manufacturemonth": {
"readonly": true,
"type": "integer"
},
"manufactureyear": {
"readonly": true,
"type": "integer"
},
"netscaleruuid": {
"readonly": true,
"type": "string"
},
"serialno": {
"readonly": true,
"type": "string"
},
"sysid": {
"readonly": true,
"type": "integer"
}
},
"title": "nshardware",
"type": "object"
} | o30758 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Question Info",
"description": "Info files for questions.",
"type": "object",
"additionalProperties": false,
"required": [
"uuid",
"type",
"title",
"topic"
],
"properties": {
"uuid": {
"description": "Unique identifier (UUID v4).",
"type": "string",
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
},
"type": {
"description": "Type of the question.",
"enum": [
"Calculation",
"ShortAnswer",
"MultipleChoice",
"Checkbox",
"File",
"MultipleTrueFalse",
"v3"
]
},
"title": {
"description": "The title of the question (e.g., 'Addition of vectors in Cartesian coordinates').",
"type": "string"
},
"topic": {
"description": "The category of question (e.g., 'Vectors', 'Energy').",
"type": "string"
},
"secondaryTopics": {
"description": "Other topics also covered by the question (e.g., 'Vectors', 'Energy').",
"type": "array",
"items": {
"description": "A single topic covered by the question.",
"type": "string"
}
},
"tags": {
"description": "Extra tags associated with the question (e.g., 'Exam Only', 'Broken').",
"type": "array",
"items": {
"description": "A tag associated with a question.",
"type": "string"
}
},
"clientFiles": {
"description": "The list of question files accessible by the client (defaults to [\"client.js\"]).",
"type": "array",
"items": {
"description": "A single file accessible by the client.",
"type": "string"
}
},
"clientTemplates": {
"description": "List of client-accessible templates to render server-side.",
"type": "array",
"items": {
"description": "A single template file accessible by the client.",
"type": "string"
}
},
"template": {
"description": "The QID of a question that serves at the template for this question.",
"type": "string"
},
"gradingMethod": {
"description": "The grading method used for this question.",
"enum": [
"Internal",
"External",
"Manual"
]
},
"singleVariant": {
"description": "Whether the question is not randomized and only generates a single variant (defaults to \"false\").",
"type": "boolean"
},
"partialCredit": {
"description": "Whether the question will give partial points for fractional scores (defaults to \"false\" for v2 questions and \"true\" for v3.).",
"type": "boolean"
},
"options": {
"description": "Options that define how the question will work, specific to the individual question type.",
"type": "object"
},
"externalGradingOptions": {
"description": "Options for externally graded questions.",
"type": "object",
"additionalProperties": false,
"required": [
"image",
"entrypoint"
],
"properties": {
"enabled": {
"description": "Whether the external grader is currently enabled. Useful if it is breaking, for example.",
"type": "boolean"
},
"image": {
"description": "The Docker image that will be used to grade this question. Should be specified as Dockerhub image.",
"type": "string"
},
"entrypoint": {
"description": "Program to run as the entrypoint to your grader. Must be runnable as 'chmod +x script && ./script'.",
"type": "string"
},
"serverFilesCourse": {
"description": "The list of files or directories that will be copied from course/externalGradingFiles/ to /grade/shared/",
"type": "array",
"items": {
"description": "A single file or directory that will be copied to the external grader.",
"type": "string"
}
},
"timeout": {
"description": "The number of seconds after which the grading job will timeout.",
"type": "integer"
},
"enableNetworking": {
"description": "Whether the grading containers should have network access. Access is disabled by default.",
"type": "boolean"
}
}
},
"dependencies": {
"description": "The question's client-side dependencies.",
"type": "object",
"additionalProperties": false,
"properties": {
"coreStyles": {
"description": "The styles required by this question from /public/stylesheets.",
"type": "array",
"items": {
"description": "A .css file located in /public/stylesheets.",
"type": "string"
}
},
"coreScripts": {
"description": "The scripts required by this question from /public/javascripts.",
"type": "array",
"items": {
"description": "A .js file located in /public/javascripts.",
"type": "string"
}
},
"nodeModulesStyles": {
"description": "The styles required by this question from /node_modules.",
"type": "array",
"items": {
"description": "A .css file located in /node_modules.",
"type": "string"
}
},
"nodeModulesScripts": {
"description": "The scripts required by this question from /node_modules.",
"type": "array",
"items": {
"description": "A .js file located in /node_modules.",
"type": "string"
}
},
"clientFilesCourseStyles": {
"description": "The styles required by this question from clientFilesCourse.",
"type": "array",
"items": {
"description": "A .css file located in clientFilesCourse.",
"type": "string"
}
},
"clientFilesCourseScripts": {
"description": "The styles required by this question from clientFilesCourse.",
"type": "array",
"items": {
"description": "A .js file located in clientFilesCourse.",
"type": "string"
}
},
"clientFilesQuestionStyles": {
"description": "The styles required by this question from clientFilesQuestion.",
"type": "array",
"items": {
"description": "A .css file located in the clientFilesQuestion.",
"type": "string"
}
},
"clientFilesQuestionScripts": {
"description": "The scripts required by this question from clientFilesQuestion.",
"type": "array",
"items": {
"description": "A .js file located in the clientFilesQuestion.",
"type": "string"
}
}
}
},
"workspaceOptions": {
"description": "Options for workspace questions.",
"type": "object",
"additionalProperties": false,
"required": [
"image",
"port",
"gradedFiles"
],
"properties": {
"image": {
"description": "The Docker image that will be used to serve this question. Should be specified as Dockerhub image.",
"type": "string"
},
"port": {
"description": "The port number used in the Docker image.",
"type": "integer"
},
"gradedFiles": {
"description": "The list of files or directories that will be copied for grading.",
"type": "array",
"items": {
"description": "A single file or directory that will be copied for grading.",
"type": "string"
}
}
}
}
}
} | o12978 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Tank",
"description": "Describes information about tanks",
"type": "object",
"properties": {
"id": {
"description": "unique identifier for this tank",
"type": "string"
},
"stationid": {
"description": "unique identifier for the station where this tank is located",
"type": "string"
},
"fuel": {
"enum": [
"regular",
"premium",
"diesel"
]
},
"capacity": {
"description": "fuel capacity of the tank",
"type": "number"
}
},
"required": [
"id",
"stationid",
"fuel",
"capacity"
]
} | o64825 |
{
"title": "Vector Tile Layer (VectorTileLayer)",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.",
"properties": {
"id": {
"type": "string",
"description": "A unique identifying string for the layer."
},
"isReference": {
"type": "boolean",
"description": "Applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false)."
},
"itemId": {
"type": "string",
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal."
},
"layerType": {
"type": "string",
"description": "String indicating the layer type.",
"enum": [
"VectorTileLayer"
]
},
"listMode": {
"type": "string",
"description": "To show or hide the layer in the layer list",
"enum": [
"hide",
"show"
]
},
"maxScale": {
"type": "number",
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator."
},
"minScale": {
"type": "number",
"description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator."
},
"opacity": {
"type": "number",
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
"minimum": 0,
"maximum": 1,
"default": 1
},
"styleUrl": {
"type": "string",
"description": "A url to a JSON file containing the stylesheet information used to render the layer. You may also pass an object containing the stylesheet information identical to the JSON file."
},
"title": {
"type": "string",
"description": "A user-friendly string title for the layer that can be used in a table of contents."
},
"visibility": {
"type": "boolean",
"description": "Boolean property determining whether the layer is initially visible in the web scene."
}
},
"required": [
"id",
"layerType",
"styleUrl",
"title"
],
"additionalProperties": false,
"esriDocumentation": {
"examples": [
{
"title": "operationalLayer",
"description": "",
"code": {
"operationalLayers": [
{
"id": "VectorTile_3534",
"layerType": "VectorTileLayer",
"title": "World_Basemap",
"styleUrl": "https://basemaps.arcgis.com/b2/arcgis/rest/services/World_Basemap/VectorTileServer/resources/styles/root.json",
"itemId": "bdf1eec3fa79456c8c7c2bb62f86dade",
"visibility": true,
"opacity": 1
}
]
}
},
{
"title": "baseMapLayer",
"description": "",
"code": {
"baseMapLayers": [
{
"id": "VectorTile_3534",
"layerType": "VectorTileLayer",
"title": "World_Basemap",
"styleUrl": "https://basemaps.arcgis.com/b2/arcgis/rest/services/World_Basemap/VectorTileServer/resources/styles/root.json",
"visibility": true,
"opacity": 1
}
],
"title": "VectorTileLayer as BaseMap",
"elevationLayers": [
{
"id": "globalElevation",
"listMode": "hide",
"title": "Terrain3D",
"url": "http://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",
"visibility": true,
"layerType": "ArcGISTiledElevationServiceLayer"
}
]
}
}
]
}
} | o90333 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
"type": "number"
},
"t": {
"description": "Start time of keyframe segment.",
"extended_name": "Time",
"type": "number"
},
"i": {
"description": "Bezier curve interpolation in value.",
"extended_name": "In Value",
"type": "object",
"properties": {
"x": {
"description": "bezier x axis",
"extended_name": "X axis",
"type": "number"
},
"y": {
"description": "bezier y axis",
"extended_name": "Y axis",
"type": "number"
}
}
}
}
} | o26975 |
{
"id": "http://cachemanager.michaco.net/schemas/cachemanager.json",
"title": "JSON schema for CacheManager configuration files",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"configurationKey": {
"type": "string",
"description": "The key to identify this entity by other parts of the configuration. The key must be unique for all entities of the collection.",
"minLength": 1
},
"expirationMode": {
"type": "string",
"enum": [
"None",
"Absolute",
"Sliding"
],
"description": "The expiration mode for the current configuration element"
},
"expirationTimeout": {
"type": "string",
"description": "The expiration timeout in milliseconds (only required if expirationMode is not None)",
"minLength": 1,
"format": "regex",
"pattern": "^((?:-?0*\\d+\\.)?(?:0*)(?:2[0-3]|1[0-9]|[0-9]))(?::0*([0-5]?[0-9]))?(?::0*((?:[0-5]?[0-9])(?:\\.\\d{0,7})?))?$"
},
"host": {
"type": "string",
"oneOf": [
{
"format": "hostname"
},
{
"format": "ipv4"
},
{
"format": "ipv6"
}
],
"description": "The host name or IP address."
},
"channelName": {
"type": "string",
"minLength": 1,
"description": "If specified, this name will be used for communication channels, if applicable"
},
"knownBackplane": {
"type": "object",
"required": [
"key",
"knownType"
],
"properties": {
"key": {
"$ref": "#/definitions/configurationKey"
},
"knownType": {
"type": "string",
"enum": [
"Redis"
],
"description": "Choose one of the known backplane types instead of typing the full type name. The corresponding package for the backplane implementation must be installed."
},
"channelName": {
"$ref": "#/definitions/channelName"
}
},
"additionalProperties": false
},
"unknownBackplane": {
"type": "object",
"required": [
"type",
"key"
],
"properties": {
"type": {
"type": "string",
"description": "The clr type of a backplane implementation."
},
"key": {
"$ref": "#/definitions/configurationKey"
},
"channelName": {
"$ref": "#/definitions/channelName"
}
},
"additionalProperties": false
},
"knownLoggerFactory": {
"type": "object",
"required": [
"knownType"
],
"properties": {
"knownType": {
"type": "string",
"enum": [
"Microsoft"
],
"description": "Choose one of the known logger factories instead of typing the full type name. The corresponding package for the logger factory must be installed."
}
},
"additionalProperties": false
},
"unknownLoggerFactory": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "The clr type of a logger factory which should be used by CacheManager to log events."
}
},
"additionalProperties": false
},
"knownSerializer": {
"type": "object",
"required": [
"knownType"
],
"properties": {
"knownType": {
"type": "string",
"enum": [
"Binary",
"Json",
"Protobuf",
"GzJson",
"BondCompactBinary",
"BondFastBinary",
"BondSimpleJson"
],
"description": "Define a known serializer type instead of setting 'serializerType'. The respective library has to be installed. The default 'binary' might not be available on all platforms."
}
},
"additionalProperties": false
},
"unknownSerializer": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "The clr type of the serializer to be used by distributed cache handles."
}
},
"additionalProperties": false
},
"knownHandle": {
"type": "object",
"required": [
"knownType"
],
"properties": {
"knownType": {
"type": "string",
"enum": [
"SystemRuntime",
"Dictionary",
"SystemWeb",
"MsMemory"
],
"description": "Shortcut to the known cache handle types. This requires the corresponding packages are installed."
}
}
},
"knownHandleWithConfigurationKey": {
"type": "object",
"required": [
"knownType",
"key"
],
"properties": {
"knownType": {
"type": "string",
"enum": [
"Redis",
"Couchbase",
"Memcached"
],
"description": "Shortcut to the known cache handle types. This requires the corresponding packages are installed."
},
"key": {
"$ref": "#/definitions/configurationKey"
}
}
},
"unknownHandle": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "The clr type of the cache handle. Must be an open generic type definition.",
"minLength": 1
},
"key": {
"$ref": "#/definitions/configurationKey"
}
}
},
"handle": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/knownHandle"
},
{
"$ref": "#/definitions/knownHandleWithConfigurationKey"
},
{
"$ref": "#/definitions/unknownHandle"
}
],
"_uniqueItems": true,
"properties": {
"name": {
"type": "string",
"description": "The name of the cache handle."
},
"expirationMode": {
"$ref": "#/definitions/expirationMode"
},
"expirationTimeout": {
"$ref": "#/definitions/expirationTimeout"
},
"isBackplaneSource": {
"type": "boolean",
"description": "Determines if the cache handle is the backplane's source. (optional; if no backplane is defined, this can stay empty. If a backplane is defined, at least one handle must be flagged.)"
},
"enablePerformanceCounters": {
"type": "boolean",
"description": "Defines if windows performance counters should be enabled or not."
},
"enableStatistics": {
"type": "boolean",
"description": "Defines if statistics should be captured."
}
}
},
"manager": {
"description": "The configuration for one CacheManager instance.",
"type": "object",
"required": [
"handles"
],
"default": {
"handles": []
},
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "The name of the cache manager instance."
},
"updateMode": {
"type": "string",
"enum": [
"None",
"Full",
"Up"
],
"description": "The update mode (default is Up).",
"default": "Up"
},
"maxRetries": {
"type": "integer",
"minimum": 0,
"description": "The number of retries in case the cache action fails before the cache manager throws the exception (default is 50)."
},
"retryTimeout": {
"type": "integer",
"minimum": 0,
"description": "The time between retries (default is 100)."
},
"backplane": {
"type": "object",
"description": "The backplane configuration.",
"oneOf": [
{
"$ref": "#/definitions/knownBackplane"
},
{
"$ref": "#/definitions/unknownBackplane"
}
]
},
"loggerFactory": {
"type": "object",
"description": "The logger factory configuration.",
"oneOf": [
{
"$ref": "#/definitions/knownLoggerFactory"
},
{
"$ref": "#/definitions/unknownLoggerFactory"
}
]
},
"serializer": {
"type": "object",
"description": "The logger factory configuration.",
"oneOf": [
{
"$ref": "#/definitions/knownSerializer"
},
{
"$ref": "#/definitions/unknownSerializer"
}
]
},
"handles": {
"type": "array",
"items": {
"$ref": "#/definitions/handle"
},
"description": "The collection of cache handles the CacheManager instance should use.",
"minItems": 1
}
}
},
"redisConnectionString": {
"description": "A connection string based redis configuration.",
"additionalProperties": false,
"type": "object",
"required": [
"key",
"connectionString"
],
"properties": {
"key": {
"$ref": "#/definitions/configurationKey"
},
"connectionString": {
"type": "string",
"minLength": 1,
"description": "The StackExchange.Redis connection string, see https://github.com/StackExchange/StackExchange.Redis/blob/master/Docs/Configuration.md."
},
"strictCompatibilityModeVersion": {
"type": "string",
"description": "Set an explicit version to restrict features available to CacheManager. Set this to 2.4 for example to disallow LUA scripting.",
"minLength": 1
},
"twemproxyEnabled": {
"type": "boolean",
"description": "Set this to true only if you are using Twemproxy."
},
"database": {
"type": "integer",
"minimum": 0,
"description": "The database to be used on the redis instance."
}
}
},
"redisConfiguration": {
"description": "A redis configuration.",
"additionalProperties": false,
"type": "object",
"required": [
"key",
"endpoints"
],
"properties": {
"key": {
"$ref": "#/definitions/configurationKey"
},
"password": {
"type": "string",
"description": "The server password.",
"minLength": 1
},
"strictCompatibilityModeVersion": {
"type": "string",
"description": "Set an explicit version to restrict features available to CacheManager. Set this to 2.4 for example to disallow LUA scripting.",
"minLength": 1
},
"twemproxyEnabled": {
"type": "boolean",
"description": "Set this to true only if you are using Twemproxy."
},
"keyspaceNotificationsEnabled": {
"type": "boolean",
"description": "If set to true, CacheManager will listen to evicted and expired keyevent notifications. In redis, notify-keyspace-events must be set to at least Exe, otherwise the feature will not work."
},
"allowAdmin": {
"type": "boolean",
"description": "If set to true, enables certain commands which might be time intensive, e.g. FLUSHDB."
},
"isSsl": {
"type": "boolean",
"description": "Defines if an ssl connection should be used."
},
"sslHost": {
"$ref": "#/definitions/host",
"description": "The ssl host to be used in conjunction with the ssl flag."
},
"database": {
"type": "integer",
"minimum": 0,
"description": "The database to be used on the redis instance."
},
"connectionTimeout": {
"type": "integer",
"minimum": 0,
"description": "The time in milliseconds before the connection attempt gets timed out."
},
"endpoints": {
"type": "array",
"minItems": 1,
"description": "The collection of redis hosts.",
"items": {
"required": [
"host",
"port"
],
"type": "object",
"properties": {
"host": {
"$ref": "#/definitions/host"
},
"port": {
"type": "integer",
"minimum": 0,
"maximum": 65535,
"description": "The port number of the redis host."
}
}
}
}
}
}
},
"properties": {
"cacheManagers": {
"description": "The collection of CacheManager configurations.",
"type": "array",
"items": {
"$ref": "#/definitions/manager"
},
"minItems": 1,
"_uniqueItems": true,
"default": []
},
"redis": {
"type": "array",
"description": "The redis options. Use the 'key' of each item to reference them by other parts of the configuration.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/redisConfiguration"
},
{
"$ref": "#/definitions/redisConnectionString"
}
]
},
"_uniqueItems": true,
"minItems": 1
}
},
"required": [
"cacheManagers"
]
} | o61027 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"Main": {
"properties": {
"ABI3": {
"$ref": "#/definitions/ABI3"
},
"Object": {
"$ref": "#/definitions/Object"
},
"Connections": {
"$ref": "#/definitions/Connections"
}
},
"type": "object"
},
"ABI3": {
"properties": {
"Template": {
"$ref": "#/definitions/Template"
},
"Metadata": {
"$ref": "#/definitions/Metadata"
}
},
"type": "object"
},
"Template": {
"properties": {
"Phase": {
"enum": [
"extract"
]
},
"Pattern": {
"enum": [
"full"
]
},
"Source": {
"enum": [
"viw",
"xsl",
"qry",
"csv"
]
},
"Implementation": {
"enum": [
"single",
"loop",
"parallel"
]
},
"Version": {
"enum": [
1
]
}
},
"type": "object"
},
"Metadata": {
"properties": {
"Version": {
"enum": [
1
]
}
},
"type": "object"
},
"Object": {
"properties": {
"SourceObject": {
"$ref": "#/definitions/SourceObject"
},
"DestinationTable": {
"$ref": "#/definitions/DestinationTable"
},
"PrimaryKeyColumns": {
"type": "array"
}
},
"type": "object"
},
"SourceObject": {
"properties": {
"Schema": {
"type": "string"
},
"Name": {
"type": "string"
},
"FullName": {
"type": "string"
}
},
"type": "object"
},
"DestinationTable": {
"type": "object",
"properties": {
"Schema": {
"type": "string"
},
"Name": {
"type": "string"
},
"FullName": {
"type": "string"
},
"CreatePrimaryKey": {
"type": "number"
},
"Columns": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/Column"
}
]
}
}
}
},
"Column": {
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"DataType": {
"type": "string"
}
}
},
"Connections": {
"properties": {
"Metadata": {
"$ref": "#/definitions/Connection"
},
"Log": {
"$ref": "#/definitions/Connection"
},
"Staging": {
"$ref": "#/definitions/Connection"
},
"Configuration": {
"$ref": "#/definitions/Connection"
},
"Helpers": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/Connection"
}
]
}
}
},
"type": "object"
},
"Connection": {
"properties": {
"Name": {
"type": "string"
},
"Database": {
"type": "string"
},
"ConnectionString": {
"type": "string"
}
},
"type": "object"
}
},
"allOf": [
{
"$ref": "#/definitions/Main"
}
],
"type": "object"
} | o14513 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Pubmatic Adapter Params",
"description": "A schema which validates params accepted by the Pubmatic adapter",
"type": "object",
"properties": {
"publisherId": {
"type": "string",
"description": "An ID which identifies the publisher"
},
"adSlot": {
"type": "string",
"description": "An ID which identifies the ad slot"
},
"wrapper": {
"type": "object",
"description": "Specifies pubmatic openwrap configuration for a publisher",
"properties": {
"profile": {
"type": "integer",
"description": "An ID which identifies the openwrap profile of publisher"
},
"version": {
"type": "integer",
"description": "An ID which identifies version of the openwrap profile"
}
},
"required": [
"profile"
]
},
"keywords": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"description": "A key with one or more values associated with it. These are used in buy-side segment targeting.",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
}
},
"required": [
"key",
"value"
]
}
}
},
"required": [
"publisherId"
]
} | o68326 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A Starship",
"properties": {
"MGLT": {
"description": "The Maximum number of Megalights this starship can travel in a standard hour. A Megalight is a standard unit of distance and has never been defined before within the Star Wars universe. This figure is only really useful for measuring the difference in speed of starships. We can assume it is similar to AU, the distance between our Sun (Sol) and Earth.",
"type": "string"
},
"cargo_capacity": {
"description": "The maximum number of kilograms that this starship can transport.",
"type": "string"
},
"consumables": {
"description": "The maximum length of time that this starship can provide consumables for its entire crew without having to resupply.",
"type": "string"
},
"cost_in_credits": {
"description": "The cost of this starship new, in galactic credits.",
"type": "string"
},
"created": {
"_format": "date-time",
"description": "The ISO 8601 date format of the time that this resource was created.",
"type": "string"
},
"crew": {
"description": "The number of personnel needed to run or pilot this starship.",
"type": "string"
},
"edited": {
"_format": "date-time",
"description": "the ISO 8601 date format of the time that this resource was edited.",
"type": "string"
},
"films": {
"description": "An array of Film URL Resources that this starship has appeared in.",
"type": "array"
},
"hyperdrive_rating": {
"description": "The class of this starships hyperdrive.",
"type": "string"
},
"length": {
"description": "The length of this starship in meters.",
"type": "string"
},
"manufacturer": {
"description": "The manufacturer of this starship. Comma seperated if more than one.",
"type": "string"
},
"max_atmosphering_speed": {
"description": "The maximum speed of this starship in atmosphere. n/a if this starship is incapable of atmosphering flight.",
"type": "string"
},
"model": {
"description": "The model or official name of this starship. Such as T-65 X-wing or DS-1 Orbital Battle Station.",
"type": "string"
},
"name": {
"description": "The name of this starship. The common name, such as Death Star.",
"type": "string"
},
"passengers": {
"description": "The number of non-essential people this starship can transport.",
"type": "string"
},
"pilots": {
"description": "An array of People URL Resources that this starship has been piloted by.",
"type": "array"
},
"starship_class": {
"description": "The class of this starship, such as Starfighter or Deep Space Mobile Battlestation.",
"type": "string"
},
"url": {
"_format": "uri",
"description": "The hypermedia URL of this resource.",
"type": "string"
}
},
"required": [
"name",
"model",
"manufacturer",
"cost_in_credits",
"length",
"max_atmosphering_speed",
"crew",
"passengers",
"cargo_capacity",
"consumables",
"hyperdrive_rating",
"MGLT",
"starship_class",
"pilots",
"films",
"created",
"edited",
"url"
],
"title": "Starship",
"type": "object"
} | o67024 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.