json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "statusCode", "reasonPhrase" ], "additionalProperties": false, "properties": { "statusCode": { "type": "integer" }, "reasonPhrase": { "type": "s...
o39146
{ "properties": { "accounting": { "enum": [ "ON", "OFF" ], "type": "string" }, "authentication": { "enum": [ "ON", "OFF" ], "type": "string" }, ...
o29941
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "TSlint Target", "description": "TSlint target options for Build Facade.", "type": "object", "properties": { "tslintConfig": { "type": "string", "description": "The name of the TSLint configuration file."...
o58449
{ "$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....
o21311
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://qiskit.org/backend/configuration-01/schema#", "description": "QISKit device backend configuration", "type": "object", "required": [ "name", "coupling_map", "basis_gates", "simulator", "local...
o24463
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items included in the invoice", "items": { "properties": { "description": { "description": "The description of the item",...
generate_invoice_c2c9a7d3
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Tabular Data Package", "description": "Tabular Data Package is a format and specification for convenient delivery, installation and management of tabular data.", "type": "object", "properties": { "name": { "type": ...
o84208
{ "additionalProperties": false, "description": "Schema for a bad row resulting from enrichment failures", "properties": { "failure": { "description": "Information regarding the enrichment failures", "properties": { "messages": { "descripti...
sp_330_Normalized
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "bypasssafetycheck": { "enum":...
o30867
{ "$id": "https://json.schemastore.org/drupal-config.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "title": "Configuration item", "$ref": "#/definitions/configItem" }, "definitions": { "configItem": { "type": "object", "properties": { "t...
drupal-config
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the news articles", "type": "string" }, "start_date": { "description": "The start date of the news articles", "type": "string" } }, ...
search_news_9794a1ea
{ "properties": { "alertonly": { "enum": [ "ON", "OFF" ], "type": "string" }, "comment": { "type": "string" }, "cookieconsistency": { "type": "string" }, "isautodeploye...
o30004
{ "$schema": "http://json-schema.org/draft-07/schema#", "id": "https://json.schemastore.org/datahub-ingestion", "title": "Datahub Ingestion", "description": "Root schema of Datahub Ingestion", "definitions": { "console_sink": { "type": "object", "properties": { ...
datahub_ingestion_schema
{ "type": "object", "properties": { "PayloadUUID": { "default": "", "pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$", "type": "string", "description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0...
o61619
{ "properties": { "annotationPrefix": { "description": "The prefix for HTTP annotations in Thrift files", "examples": [ "zanzibar" ], "type": "string" }, "clientConfig": { "description": "The directory for client mod...
o83289
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "start": { ...
o45201
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" }, "width": { "descript...
calculate_area_d8d800a1
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "num...
calculate_area_b4863a84
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobSpec": { "description": "JobSpec describes how the job execution will look like.", "properties": { "activeDeadlineSeconds": { "_format": "int64", ...
kb_490_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "users", "releases", "companies", "repos", "project_types" ], "properties": { "users": { "type": "array", "items": { "type":...
o84327
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of a triangle", "type": "number" }, "height": { "description": "The height of a triangle", "type": "number" }, "length": { "descripti...
calculate_area_cbf811fb
{ "Transaction": { "properties": { "date": { "_format": "date-time", "type": "string" }, "nonce": { "type": "integer" }, "recipient": { "type": "string" }, "sou...
o69729
{ "properties": { "check-in_date": { "description": "The check-in date for the hotel", "type": "string" }, "check-out_date": { "description": "The check-out date for the hotel", "type": "string" }, "location": { "description": "The location to search for hotels", ...
search_hotels_c8d642e8
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "number" ...
calculate_area_dc80fc0f
{ "definitions": { "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 ...
kb_364_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_oai": { "type": "object", "properties": { "updated": { "type": "string" }, "id": { "type": "stri...
o48006
{ "additionalProperties": false, "properties": { "pulse": { "type": "boolean" }, "resourceLimits": { "type": "boolean" }, "vmLogs": { "type": "boolean" }, "webShell": { "type": "boolean" } }, ...
o27835
{ "oneOf": [ { "$ref": "#/definitions/ExtendedUnitSpec", "description": "Schema for a unit Vega-Lite specification, with the syntactic sugar extensions:\n\n- `row` and `column` are included in the encoding.\n\n- (Future) label, box plot\n\n\n\nNote: the spec could contain facet." ...
o83932
{ "additionalProperties": false, "definitions": { "healthMonitorType": { "oneOf": [ { "additionalProperties": false, "properties": { "name": { "minLength": 1, ...
o71820
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Canada provincial postal abbreviations", "description": "Postal abbreviations for provinces and territories of Canada", "id": "http://localhost:8081/schema/postCanadaCommon_schema.json", "definitions": { "CAN_province": { ...
o83738
{ "$id": "https://json.schemastore.org/sarif-2.1.0-rtm.3.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "address": { "description": "A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file...
sarif-2
{ "additionalProperties": false, "description": "Context Schema for a video player event", "properties": { "autoPictureInPicture": { "description": "A boolean value that is true if the video should enter or leave picture-in-picture mode automatically when changing tab and/or application"...
sp_419_Normalized
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "discount": { "description": "The discount percentage for the invoice", "type": "number" }, "items": { "description": "The items and quantities for the invoice", "ite...
generate_invoice_938a3402
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "tags": { "type": "array", "minItems": 2, "maxItems": 4, "items": { "type": "string" } } }, "additionalProperties": fa...
o81593
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://eddn.edcd.io/schemas/outfitting/2#", "properties": { "$schemaRef": { "type": "string" }, "header": { "additionalProperties": true, "properties...
o4180
{ "properties": { "dimensions": { "description": "The dimensions specific to the shape", "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type...
calculate_area_212285ec
{ "additionalProperties": false, "description": "An add_to_wishlist GTM server-side event.", "properties": { "currency": { "description": "Currency of the items associated with the event, in 3-letter ISO 4217 format. Is required, if value is set.", "maxLength": 3, ...
sp_81_Normalized
{ "title": "lod", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "properties": { "level": { "type": "integer", "description": "ID for each level." }, "levelValue": { "type": "string", "description": "String t...
o90234
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Service 002 : DELETE /users/", "description": "Delete users listed from a list of ids", "type": "array", "items": { "description": "the list results", "type": "object", "properties": { "id": { ...
o64535
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Event source templates", "description": "The collection of event source templates", "type": "array", "items": { "description": "Event source templates.", "type": "object", "properties": { "id": { "description": "Unique...
o14474
{ "description": "APIResource specifies the name of a resource and whether it is namespaced.", "properties": { "categories": { "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')", "items": { "type": [ ...
kb_20_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "descr...
calculate_area_4c3f5d87
{ "properties": { "point1": { "properties": { "latitude": { "description": "The latitude of the first point", "type": "number" }, "longitude": { "description": "The longitude of the first point", "type": "number" } }, "requi...
calculate_distance_444a6c19
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "IntersectionType", "description": "", "type": "object", "properties": { "foobar": { "allOf": [ { "type": "object", "properties": { "fo...
o75594
{ "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://raw.githubusercontent.com/actions-on-google/assistant-conversation-schema/master/conversation.json#", "title": "Actions SDK Fulfillment Conversational V3 Schema", "definitions": { "HandlerRequest": { "description...
o18637
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the news articles", "format": "date", "type": "string" }, "start_date": { "description": "The start date of the news articles", "format": ...
search_news_a15c8733
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Image upgrade input", "type": "object", "properties": { "image_uuid": { "type": "string" } }, "required": [ "image_uuid" ] }
o71308
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowDistinguisherMethod": { "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", "properties": { "type": { ...
kb_363_Normalized
{ "additionalProperties": false, "definitions": { "doi": { "description": "Digital object identifier.", "pattern": "10\\..+/.+", "type": "string" }, "language": { "description": "Allowed values are taken from IETF BCP 47, ISO 639-1 language...
o66331
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "details_metadata": { "type": "object", "description": "generic metadata dict in details list", "properties": { "author": { "oneOf": [ ...
o60994
{ "properties": { "latitude": { "description": "The latitude of the current location", "type": "number" }, "longitude": { "description": "The longitude of the current location", "type": "number" }, "radius": { "description": "The radius in meters to search for places"...
find_nearby_places_162556f6
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "attributes": { "type": "object", "properties": {} }, "geometry": { "type": "object", "properties": {} } }, "required": [ ...
o43007
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://github.com/tmarrs/presentations/blob/master/JSON-at-Work-Schema/examples/schema/ex-13-USCommonAddrSchema.json", "definitions": { "US_zipCode": { "type": "string", "pattern": "^[0-9]{5}(-[0-9]{4})?$" ...
o81567
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/mimmi20/ua-result/master/schema/platform.json", "definitions": { "os": { "type": "object", "properties": { "name": { "anyOf": [ ...
o60856
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the shape (e.g. for triangles)", "type": "number" }, "height": { "description": "The height of the shape (e.g. for triangles)", "type": "number" ...
calculate_area_668ac89b
{ "properties": { "aliasname": { "type": "string" }, "dynamicrouting": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, "id": { "type": "integer" }, "ifaces": {...
o30701
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "radius": { "descr...
calculate_area_f19f0de1
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "dataTableId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "...
o9810
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "orderid": { "type": "string" }, "orderperson": { "type": "string" }, "shipto": { "required": [ "name", "address", "...
o41698
{ "properties": { "date": { "description": "The date and time of the meeting", "format": "date-time", "type": "string" }, "duration": { "description": "The duration of the meeting in minutes", "type": "integer" }, "participants": { "description": "The participan...
schedule_meeting_6a4d8038
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://github.com/route4me/json-schemas/blob/master/geocoding.dtd", "type": "object", "title": "Geocoding", "properties": { "key": { "type": "string", "title": "Key", "description": "A unique ...
o71407
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the news articles", "format": "date", "type": "string" }, "start_date": { "description": "The start date of the news articles", "format": ...
search_news_26b2d11c
{ "additionalProperties": true, "description": "Schema for an Adjust install event", "minProperties": 1, "properties": { "adgroup_name": { "description": "Adgroup name, as taken from the tracker e.g Reindeers", "maxLength": 1024, "type": [ "str...
sp_0_Normalized
{ "additionalProperties": false, "definitions": { "comparison": { "enum": [ "=", "!=", "==", "!==", "<=", ">=", "<", ">", "starts", ...
o89629
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Reject step", "type": "object", "properties": { "name": { "type": "string" }, "kind": { "enum": [ "reject" ] }, "label": { "type": "st...
o58490
{ "properties": { "action": { "type": "string" }, "appflowaction": { "type": "string" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ...
o30856
{ "properties": { "acl": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, "alg": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, ...
o30062
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zo...
kb_707_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "buys": { "type": "array", "items": { "typ...
o45159
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "EbolaCallCentreUser", "description": "An Ebola call centre CouchDB user", "type": "object", "properties": { "_id": { "type": "string" }, "_rev": { "type": "string" }, "pa...
o37721
{ "properties": { "PayloadContent": { "default": { "Key Type": "RSA", "Keysize": 1024, "Retries": 3, "RetryDelay": 10 }, "description": "This dictionary contains the payload contents", "properties...
o61632
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "meta": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab]...
o5395
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_ControllerRevision": { "description": "ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their intern...
kb_139_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerState": { "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting."...
kb_134_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "A unique identifier for the address.json" }, "type": { "type": "string", "description": "The json_api ty...
o75281
{ "additionalProperties": false, "properties": { "$schema": { "type": "string" }, "$tool": { "const": "json2ts", "description": "Must be set to json2ts.", "type": "string" }, "dist": { "description": "The output ...
o39082
{ "properties": { "PayloadDescription": { "default": "Global HTTP Proxy", "description": "Description of the payload", "type": "string" }, "PayloadDisplayName": { "default": "Global HTTP Proxy", "description": "Name of the payload",...
o61623
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "schema": { "type": "object", "properties": { "name": { "type": "string" }, "validator": { "type":...
o50114
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "pushdataentry": { "type": "object", "title": "pushdataentry", "properties": { "url": { "type": "string", "description": "full URL of ...
o21819
{ "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "Host Caching mode: None, Read Only, Read Write.", "type": [ "string", "null" ] ...
kb_52_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle (if applicable)", "type": "number" }, "height": { "description": "The height of the triangle (if applicable)", "type": "number" }, ...
calculate_area_7cd5f218
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeClaim": { "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume", "properties": { "apiVersion": { ...
kb_668_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "base_path", "details", "document_type", "publishing_app", "rendering_app", "routes", "schema_name", "title" ], "additionalProperties": false, "...
o21218
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Package", "type": "object", "additionalProperties": false, "required": [ "name", "description" ], "properties": { "name": { "type": "string", "description": "Package name, includi...
o6023
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pathpair": { "type": "object", "properties": { "cloud": { "type": "string", "pattern": "(^gs://(.+))|(^http://(.+))|(^https://(.+))" }...
o27402
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "rarIncome", "description": "Rental income received under the Rent a Room scheme for the period", "properties": { "amount": { "title": "Amount", "description": "Income associated with t...
o46379
{ "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": "numbe...
calculate_area_1fc98eee
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "DestinationCidrBlock": { "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/(\\d|[1-2]\\d|3[0-2]))|0\\.0\\.0\\.0\\/0$", "type": "string" ...
o41033
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "web-dir" ], "properties": { "scripts": { "type": "object", "description": "This is a hash of script names (keys) and shell commands (values) to execute.", "add...
o84043
{ "title": "colorModulationInfo", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Indicates whether modulation should be used to render the point.", "properties": { "field": { "type": "string", "description": "the attribute to us...
o90179
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobCondition": { "description": "JobCondition describes current state of a job.", "properties": { "lastProbeTime": { "$ref": "#/definitions/https:__kube...
kb_478_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v1_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { "...
kb_389_Normalized
{ "properties": { "customer": { "properties": { "email": { "description": "The email address of the customer", "type": "string" }, "name": { "description": "The name of the customer", "type": "string" } }, "required": [ ...
create_invoice_9a29dec8
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Image schema", "description": "Description of an image that is available for presentation of a step", "image": { "type": "object", "description": "data about a image", "properties": { "filename": { ...
o53035
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/vsix-publish.json", "properties": { "identity": { "type": "object", "required": ["internalName"], "properties": { "description": { "type": "string", "title": "Description",...
vsix-publish
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "format": "non-blank" }, { "description": "A piece of legislation. NB we expect to add additional properties ...
o65455
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Resolution Rule", "description": "validation of resolution rules", "type": "object", "properties": { "align": { "type": "array", "items": { "type": "object", "properties":...
o63181
{ "properties": { "destination": { "description": "The destination address for shipping", "type": "string" }, "dimensions": { "properties": { "height": { "description": "The height of the package in centimeters", "type": "number" }, "length": {...
calculate_shipping_cost_34a93e55
{ "title": "fabric info", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "required": [ "fabric_fq_name" ], "properties": { "fabric_fq_name": { "type": "array", "items": { "type": "...
o71298
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Halfling Model File Definition Schema", "type": "object", "required": [ "SubsetMaterialDefinitions" ], "properties": { "GenNormals": { "description": "Post-processing can automatically calculate the mes...
o13402