json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "properties": { "departure_date": { "description": "The departure date", "format": "date", "type": "string" }, "destination": { "description": "The destination airport", "type": "string" }, "origin": { "description": "The origin airport", "type": "string...
book_flight_17e661bc
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "JSON schema for Prisma prisma.yml files", "definitions": { "subscription": { "description": "A piece of code that you should run." } }, "properties": { "subscriptions": { "description": ...
o90969
{ "properties": { "AutoFilterEnabled": { "default": false, "description": "Optional. If true, automatic filtering is enabled. This function evaluates each web page as it is\n\t\t\t\tloaded and attempts to identify and block content not suitable for children.\n\t\t\t\tThe search algor...
o61648
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "year": { "type": "integer" }, "name": { ...
o13683
{ "description": "A Person from Acme's catalog", "ids": [ "id" ], "localized": [ "firstName", "lastName" ], "properties": { "age": { "description": "Age in years", "minimum": 0, "type": "integer" }, "firstName": ...
o73409
{ "properties": { "amenities": { "description": "The preferred hotel amenities", "items": { "type": "string" }, "type": "array" }, "check_in_date": { "description": "The check-in date in YYYY-MM-DD format", "type": "string" }, "check_out_date": { "...
search_hotels_d30ace06
{ "properties": { "shape_dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { ...
calculate_area_a91effe5
{ "additionalProperties": false, "description": "", "properties": { "country_code": { "type": "integer" }, "national_number": { "type": "string" } }, "title": "phone_number", "type": "object" }
o28266
{ "$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....
o21271
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/definitions/CHJProperties" }, { "$ref": "#/definitions/HJProperties" }, { "$ref": "#/definitions/CProperties" }, { "$ref": "#/definitions/HProperties" }, { "$ref": "#/def...
jsbeautifyrc
{ "definitions": { "cpu": { "description": "The virtual CPU", "properties": { "features": { "items": { "enum": [ "xsave", "avx", "aes" ...
o47749
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "___traits_trait_additional_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "A grab-bag object for non-validatable data.", ...
wp_118_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "type": "object", "properties": { "name": { "type": "string", "minLength": 1 }, "description": { "type": "string", "minLength": 1 }, "gameBas...
o4258
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "end": { "_format": "date", "description": "Date your basis period ended", "title": "End date", "type": "string" }, "start": { ...
o17438
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, ...
o9831
{ "additionalProperties": false, "dependencies": { "cost": [ "costModel" ] }, "description": "Schema for an ad conversion event", "minProperties": 1, "properties": { "action": { "type": "string" }, "advertiserId": { "typ...
sp_252_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "The group id" }, "name": { "type": "string", "description": "The group name", "minLength": 1...
o32477
{ "properties": { "end": { "properties": { "latitude": { "description": "The latitude of the ending point", "type": "number" }, "longitude": { "description": "The longitude of the ending point", "type": "number" } }, "type":...
calculate_distance_eebdfd73
{ "title": "JSON schema for Travis CI configuration files", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "nonEmptyString": { "type": "string", "minLength": 1 }, "stringArrayUnique": { "type": "array", "_uniqueI...
o90972
{ "$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....
o21287
{ "$id": "https://json.schemastore.org/drupal-permissions.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "title": "Permission definition", "type": "object", "required": ["title"], "properties": { "title": { "title": "The human-readable name of ...
drupal-permissions
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "js-types-syntax": { "description": "Language in which JavaScript objects types are specified.", "type": "string", "enum": ["typescript"] }, "description-markup": { "descript...
web-types
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "dateUTCISO": { "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$", "type": "string" } }, "description": "Track cache-wide data", "properties": { "lastSweep": { ...
o20376
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://jetbrains.org/intellij/schema/product.schema.json", "title": "IntelliJ-based IDE installation", "description": "Meta-information about installation of an IDE based on IntelliJ Platform", "version": "0.1", "type": "object", ...
o90954
{ "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_366_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "bitbucket": { "properties": { "name": { "default": "bitbucket", "description": "name", "type": "string" } }, ...
o60275
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "Type", "HttpMethod", "ResourceId", "RestApiId" ], "additionalProperties": false, "properties": { "Type": { "type": "string", "enum": [ ...
o21849
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "description": { "description": "A description of the environmental property", "type": "string" }, "id": { "description": "Integer data. Ex: 2673", "type": "integer" ...
o58600
{ "id": "http://schlothauer.de/schemas/simple_gis_object.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "GIS_object", "description": "A GIS object is an application defined type that owns GIS coordinates", "type": "object", "properties": { "gis": { "des...
o73969
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "width": { "des...
calculate_area_4411afc9
{ "properties": { "diet": { "description": "The dietary restrictions to consider", "enum": [ "vegetarian", "vegan", "gluten-free", "dairy-free", "nut-free" ], "type": "string" }, "ingredients": { "description": "The ingredients availabl...
search_recipes_by_ingredients_016d76f7
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "HTML Email Template Schema", "description": "Defines the customization points available in an HTML body email template.", "type": "object", "additionalProperties": false, "required": [ "meta", "htmlContent" ], ...
o72180
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "required": [ "name", "version", "release", "arch", "vendor", "checksum" ], "properties": { ...
o65929
{ "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_800_Normalized
{ "title": "Invocation manifest for FSL: SIENA - Longitudinal analysis of brain change", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "BET": { "def...
o41286
{ "description": "Article related configurations", "properties": { "highlight": { "description": "Code highlight settings", "nullable": true, "properties": { "clipboard": { "default": true, "description": "Show c...
o67675
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.5/traits/trait_content_restrictions.json", "title": "Content Restrictions", "description": "Trait that applies contains the content restric...
o85913
{ "properties": { "User": { "properties": { "age": { "format": "int32", "type": "integer" }, "foo": { "format": "bar", "type": "string" }, ...
o39448
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_PolicyRule": { "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", ...
kb_865_Normalized
{ "additionalProperties": false, "description": "Snowplow Google BigQuery storage configuration", "properties": { "badRows": { "description": "Google PubSub topic name to sink rows that were couldn't be transformed to TableRow", "maxLength": 255, "minLength": 3, ...
sp_361_Normalized
{ "properties": { "database": { "description": "MySQL database configuration properties", "properties": { "name": { "default": "defaultdb", "description": "The name of a database to be created on startup.", "...
o90788
{ "definitions": { "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 alway...
kb_25_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ...
kb_873_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "coordinates": { "type": "object", "additionalProperties": false, "required": [ "x", "y" ], "properties": { "x": { ...
o12456
{ "properties": { "transforms": { "items": { "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, ...
o83301
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The list of items in the invoice", "items": { "properties": { "product_name": { "description": "The name of the product", ...
generate_invoice_c3dd131d
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Notice", "description": "A gazette notice", "type": "object", "properties": { "identifier": { "description": "The publisher's identifier for the notice, which may not be unique", "type": [ ...
o65420
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_GroupSubject": { "description": "GroupSubject holds detailed information for group-kind subject.", "properties": { "name": { "description": ...
kb_751_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Order", "description": "Order billing and shipping information", "type": "object", "properties": { "orders": { "type": "array", "items": { "properties": { "order": { ...
o83698
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LoadBalancerIngress": { "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.", "p...
kb_540_Normalized
{ "description": "Generates Angular's @Injectable classes to access translation messages from JSON.", "properties": { "$schema": { "type": "string" }, "argumentType": { "default": "string", "description": "Type for generated arguments. Defaults to 'str...
o33966
{ "properties": { "admin_email": { "default": "m4.van.dijk@vu.nl", "format": "email", "type": "string" }, "admin_password": { "default": "liepw@#", "type": "string" }, "admin_username": { "default": "liea...
o10016
{ "description": "RoleRef contains information that points to the role being used", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced", "type": [ "string", "null" ] }, ...
kb_867_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "dcm2niix_input" ], "type": "object", "properties": { ...
o41399
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://github.com/ray-project/ray/python/ray/autoscaler/ray-schema.json", "title": "Ray AutoScaler", "description": "Ray autoscaler schema", "type": "object", "definitions": { "commands": { "type": "array", ...
o69582
{ "properties": { "end_coordinates": { "properties": { "latitude": { "description": "The latitude of the ending point", "type": "number" }, "longitude": { "description": "The longitude of the ending point", "type": "number" } }, ...
calculate_distance_3e42c174
{ "additionalProperties": false, "description": "Schema for a Mandrill message opened event", "properties": { "_id": { "type": "string" }, "ip": { "type": "string" }, "location": { "additionalProperties": false, "propert...
sp_130_Normalized
{ "additionalProperties": false, "description": "Schema for configuration of ua-parser enrichment", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties": false, ...
sp_322_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Adform Adapter Params", "description": "A schema which validates params accepted by the Adform adapter", "type": "object", "properties": { "mid": { "type": [ "integer", "string" ...
o68280
{ "definitions": { "allowance": { "properties": { "cities": { "type": "number" }, "roads": { "type": "number" }, "settlements": { "type": "number" ...
o33011
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_scheduling_v1beta1_PriorityClass": { "description": "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class na...
kb_764_Normalized
{ "definitions": { "contact": { "properties": { "contact": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "result_limit": { ...
o63198
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "Configuration for a piece of audio content, over a stream.", "properties": { "audio_codec": { "description": "The codec used to encode the audio stream. (E.g. mpeg)", "title": "Audio Codec", "t...
wp_104_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "ThemePropertyChange": { "properties": { "name": { "description": "Name of the theme property", "type": "string" }, "owner": { ...
o7499
{ "title": "Additional options for templates", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": {}, "additionalProperties": false, "properties": { "$schema": { "type": "string" }, "id": { "type": "string" ...
o36571
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "nonEmptyString": { "type": "string", "minLength": 1 }, "multiString": { "anyOf": [ { "$ref": "#/definitions/nonEmptyString" }, ...
o10505
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "season": { "type": "string" }, "name": { ...
o45217
{ "$id": "http://labcompass.futurecode.com/map.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "content": { "enum": [ "Switch puzzle", "Lever puzzle", "Floor puzzle", "Escort gauntlet", ...
o90904
{ "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_640a7b20
{ "properties": { "action": { "type": "string" }, "comment": { "type": "string" }, "description": { "readonly": true, "type": "string" }, "hits": { "readonly": true, "type": "integer" ...
o30125
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "projects", "drivers" ], "properties": { "projects": { "type": "array", "items": { "type": "object", "properties": { ...
o82199
{ "additionalProperties": true, "description": "Schema for an Optimizely variation context (http://developers.optimizely.com/javascript/reference/#variations)", "properties": { "code": { "type": [ "string", "null" ] }, "id": { ...
sp_156_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Advangelists Adapter Params", "description": "A schema which validates params accepted by the Advangelists adapter", "type": "object", "properties": { "pubid": { "type": "string", "description": "An id ...
o68291
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": false, "definitions": { "___traits_trait_additional_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "A grab-bag obje...
wp_115_Normalized
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "oneOf": [ { "required": [ "length", "width" ] }, { "required": [ "base", "height" ] } ], ...
calculate_area_731ad8f5
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "success": { "type": "boolean", "enum": [ true ] }, "ctx": { "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}$": { "anyOf": [ { ...
o9962
{ "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_6c8f62eb
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "layout": { "type": "object", "description": "Configures how the buttons are laid out on the screen.", "properties": { "variant": { "descr...
o9354
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "A list of books", "type": "array", "items": { "$schema": "http://json-schema.org/draft-04/schema#", "title": "BookRecord", "description": "A book record", "type": "object", "properties": { ...
o49129
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilationOptions": { "type": "object", "properties": { "define": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "warningsA...
project-1
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "item_name": { "description": "The name of the item", "type": "string" }, "price": { ...
create_invoice_48e07634
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "properties": { "name": { "type": "string" }, "label": { "type": "string" }, "version": { "type": "integer", "default": 1 }, "regi...
o83392
{ "properties": { "restreamer": { "properties": { "logger_level": { "default": 3, "description": "Logger Level", "type": "integer" }, "password": { "default": "datarhei...
o34898
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "properties": { "input": { "type": "array", "properties": { "format": { "type": "string" }, "name": { "type": "stri...
o67456
{ "additionalProperties": false, "description": "Schema for a Mandrill message sent event", "properties": { "_id": { "type": "string" }, "msg": { "additionalProperties": false, "properties": { "_id": { "type": "s...
sp_132_Normalized
{ "definitions": { "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": { ...
kb_1154_Normalized
{ "copyright": [ "Copyright 2013 Red Hat, Inc. and/or its affiliates.", "This file is part of lightblue.", "This program is free software: you can redistribute it and/or modify", "it under the terms of the GNU General Public License as published by", "the Free Software Founda...
o49496
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "completed": { "type": "boolean" }, "award": { "type": "object", "additionalProperties": false, "properties": { "star...
o21103
{ "$id": "https://json.schemastore.org/loobin-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "ExampleUseCase": { "title": "ExampleUseCase", "description": "Use case base class", "type": "object", "properties": { ...
loobin-1
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "dcm2niix_input" ], "type": "object", "properties": { ...
o41425
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://hepdata.org/bad-submission/schema/data", "type": "object", "properties": { "type": { "id": "http://jsonschema.net/data_file", "type": "string" }, "some_variables": { "id": "h...
o6770
{ "properties": { "creators": { "aliases": [ "c" ], "default": true, "description": "Specifies whether to use creator functions for handling actions and reducers.", "type": "boolean", "x-prompt": "Do you want to use the ...
o63323
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LoadBalancerIngress": { "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.", "p...
kb_450_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ...
kb_845_Normalized
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the package in inches", "type": "number" }, "length": { "description": "The length of the package in inches", "type": "number" }, "width...
calculate_shipping_cost_61565378
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "_elements" ], "oneOf": [ { "properties": { "_attributes": { "type": "object", "required": [ "repository...
o25751
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "name", "version", "architecture" ], "properties": { "name": { "type": [ "string", "null" ], "minLength": 1 ...
o65925
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelCompositionDefinedEvent", "extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event", "properties": { "meta": { "type": "object", "j...
o89729
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (for triangle)", "type": "number" }, "height": { "description": "The height of the shape (for triangle)", "type": "number" }, "len...
calculate_area_dc592ed1
{ "definitions": { "issue": { "description": "GitHub issue title and action comments (optional). Title and comments will be based on rule name in case this property is absent.", "properties": { "comments": { "minProperties": 1, ...
o10314