json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "ResourceId", "ScalableDimension", "ServiceNamespace" ], "properties": { "ResourceId": { "type": "string" }, "ScalableDimension": { "type": ...
o25106
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": { "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "properties": { "apiVersion": { ...
kb_311_Normalized
{ "title": "From Parameter JQ Publisher", "required": [ "publisher_type" ], "additionalProperties": false, "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "tryExact": { "default": true, "type": "boolean" ...
o66163
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "dog": { "type": "string", "maxLength": 10 } }, "properties": { "dog": { "$ref": "#/definitions/dog" } }, "required": [ "dog" ] }
o41665
{ "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_173b983f
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ipv4-address", "type": "object", "allOf": [ { "properties": { "address": { "type": "string" } } } ], "tlo": false }
o51227
{ "properties": { "date": { "description": "The departure date", "type": "string" }, "departure": { "description": "The departure airport", "type": "string" }, "destination": { "description": "The destination airport", "type": "string" }, "flight_number"...
book_flight_5ede04d0
{ "description": "Description of MyObject, a top level object,\nwhich also has a comment that spans\nmultiple lines", "additionalProperties": false, "type": "object", "properties": { "opacity": { "type": "number", "description": "Description of opacity, a field with min/m...
o25945
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Geniventure Authoring", "description": "Geniventure's authoring document", "type": "object", "properties": { "application": { "description": "Configuration for the levels and missions that comprise the application"...
o33032
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for GeoBlacklight. See https://github.com/geoblacklight/geoblacklight/wiki/Schema for more details.", "id": "http://geoblacklight.org/v1.0/schema", "title": "GeoBlacklight Schema", "definitions": { "layer": { ...
o42989
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "confidence": { "type": "string" }, "data_type": { "enum": [ "financial_payment" ] }, "properties": { "properties": { "c...
o65452
{ "anyOf": [ { "$ref": "#/definitions/SkaffoldConfig" } ], "definitions": { "Artifact": { "anyOf": [ { "additionalProperties": false, "preferredOrder": [ "image", ...
o6349
{ "$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....
o21400
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference": { "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace", "properties": { "name": { ...
kb_77_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "title": "Filtros de la b\u00fasqueda.", "items": { "type": "object", "title": "Objeto Filtro.", "properties": { "name": { "type": "string", "title": "Nombre del p...
o82256
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "HttpMethod": { "enum": [ "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", ...
o21850
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "@type": { "type": "string" }, "parameters": { "type": "object", "default": {} } }, "required": [ "@type" ] }
o44989
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pushdataentry": { "type": "object", "title": "pushdataentry", "properties": { "url": { "type": "string", "description": "full URL of the m...
o84330
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "properties": { "mac_details": { "src": "https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies", "title": "MAC Details", ...
o8480
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ModuleList", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, ...
o42208
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "TenantDescriptor", "description": "Tenant information", "type": "object", "additionalProperties": false, "properties": { "id": { "description": "Tenant ID", "type": "string" }, "name...
o41731
{ "properties": { "check_in_date": { "description": "The check-in date in YYYY-MM-DD format", "format": "date", "type": "string" }, "check_out_date": { "description": "The check-out date in YYYY-MM-DD format", "format": "date", "type": "string" }, "location": { ...
search_hotel_0d2b9430
{ "properties": { "items": { "items": { "properties": { "discount_percentage": { "description": "The percentage discount to apply to the item", "type": "number" }, "name": { "description": "The name of the item", "type": "...
calculate_discounted_price_92fe3b6f
{ "additionalProperties": false, "properties": { "port": { "default": 8080, "type": "integer" } }, "type": "object" }
o82286
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1_AggregationRule": { "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", "properties": { "clusterRoleSelectors": { ...
kb_95_Normalized
{ "properties": { "billing_address": { "description": "The billing address of the customer", "type": "string" }, "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "price": { ...
create_invoice_a516b5f4
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "rangeDependency": { "additionalProperties": { "type": "string" }, "description": "Dependencies are specified by [author name]/[package name]: [e...
o73816
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ...
kb_843_Normalized
{ "additionalProperties": false, "description": "Schema for a Mandrill message rejected event", "properties": { "_id": { "type": "string" }, "msg": { "additionalProperties": false, "properties": { "_id": { "type"...
sp_131_Normalized
{ "$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....
o21228
{ "$comment": "https://www.mongodb.com/docs/atlas/atlas-search/index-definitions/#std-label-ref-index-definitions", "$id": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "Custo...
mongodb-atlas-search-index-definition
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "permanent": { "type": "boolean" } } }, "propertie...
o45117
{ "id": "http://schlothauer.de/schemas/lsa-process-data.json", "$schema": "http://json-schema.org/draft-04/schema#", "description": "JSON Schema example of 2340", "type": "object", "properties": { "props": { "description": "???", "type": "object", "propert...
o73947
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://oss-review-toolkit.org/package-configuration.yml", "title": "ORT package configuration", "description": "The OSS-Review-Toolkit (ORT) provides a possibility to define path excludes and license finding curations for a specific package (depen...
package-configuration-schema
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "version": { "type": "string" }, "resources": { "type": "object", "properties": { "reference": { "type": "string" ...
o14633
{ "type": "array", "items": { "anyOf": [ { "$ref": "#/definitions/MyObject" }, { "type": "string" } ] }, "definitions": { "MyObject": { "type": "object", "properties": { ...
o25970
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "id": "https://json.schemastore.org/tsdrc.json", "properties": { "strictSSL": { "type": "boolean", "description": "Enabled by default, setting this option to false disables strict SSL. Passed to request package...
tsdrc
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": { "dependancyVersion": { "oneOf": [ { "$ref": "#/definitions/semver" }, { "maxLength": 0, ...
o59664
{ "oneOf": [ { "properties": { "radius": { "type": "number" }, "shape": { "enum": [ "circle" ] } }, "required": [ "shape", "radius" ] }, { "properties": { "length": { "...
calculate_area_27950976
{ "additionalProperties": false, "properties": { "configuration": { "default": "production", "description": "The configuration to apply service worker to.", "type": "string" }, "project": { "$default": { "$source": "projectN...
o45388
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, ...
o6194
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the shape (only for triangle)", "type": "number" }, "height": { "description": "The height of the shape (only for triangle)", "type": "number" ...
calculate_area_a9700ff2
{ "properties": { "cuisine": { "description": "The cuisine to search for", "type": "string" }, "location": { "description": "The location to search for restaurants", "type": "string" }, "price_range": { "properties": { "max_price": { "description": "...
search_restaurants_d4619845
{ "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_ab6b488c
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/ncr/mixin/lockable/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_id": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "description": "The \"_id\" ...
o42814
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Some Schema", "description": "A schema for data that needs the pointer escaped", "type": "object", "properties": { "/path": { "type": "object", "properties": { "~prop": { ...
o90887
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Note (Partial Update Payload)", "type": "object", "properties": { "body": { "description": "The note's body text", "type": "string" }, "tags": { "description": "Names of the tags...
o80293
{ "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_821_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "in_phase", "in_magnitude" ], "type": "object", ...
o41374
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of the shape (optional)", "type": "number" }, "radius": { "description": "The radius of the shape (optional)", ...
calculate_area_bf611aaf
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "email": { "_format": "email", "maxLength": 1024, "type": "string" }, "role": { "enum": [ "admin", "e...
o6235
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://judkins.house/apis/k2/v1/gkeZoneConfig.json", "$$target": "gkeZoneConfig.json", "title": "GKE Zone Configuration", "description": "GKE Zone Configuration", "properties": { "primaryZone": { "description": "T...
o90390
{ "additionalProperties": false, "description": "Schema for a Google Analytics enhanced e-commerce promotion action entity", "properties": { "promotionAction": { "enum": [ "view", "promo_click", "null" ] } }, "se...
sp_59_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "namedResource": { "properties": { "name": { "type": "string" }, "resource_uri": { "type": "string" } }...
o12618
{ "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_127_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "connectorId": { "type": "integer" }, "idTag": { "maxLength": 20, "type": "string" }, "meterStart": { "type": "intege...
o43992
{ "id": "http://www.gandhi.io/schema/file", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "required": [ "id", "name", "mimetype", "encoding", "path", "extension", "size" ], "additionalProperties": false, "proper...
o60757
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelServiceDiscontinuedEvent", "extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event", "properties": { "meta": { "type": "object", "...
o89736
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/message.args.scheme.json", "title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b message", "description": "\u0421\u0445\u...
o5258
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Project", "description": "Project objects", "type": "object", "properties": { "name": { "description": "Name of the project", "type": "string" }, "author": { "description": "...
o46526
{ "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_56391d93
{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "schema for type argument", "type": "object", "properties": { "Z1K1": { "enum": [ "Z18" ] }, "Z18K1": { "type": "string", "pattern": "^([ZB][1-9]...
o44188
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for Entry Point Regulation manifest files", "definitions": { "behavior": { "type": "string", "enum": [ "block", "allow", "noAuth" ] ...
o73919
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "company": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A company which is the subject of a statement", "properties": { ...
o65430
{ "$schema": "http://json-schema.org/draft-06/schema#", "description": "ParaDrop chute wireless AP configuration", "type": "object", "properties": { "type": { "type": "string", "description": "Network type, must be wifi for an AP", "pattern": "wifi" },...
o12603
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for the Grunt Watch task", "definitions": { "target": { "properties": { "files": { "description": "One or more files to watch.", "type": "array", ...
o73926
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Artifacts to be fetched from Koji builds", "type": [ "array", "null" ], "items": { "type": "object", "description": "A specific Koji buid and archives to be fetched", "properties": { ...
o68413
{ "$schema": "http://json-schema.org/draft-04/schema", "id": "https://json.schemastore.org/gatewaycore-options-2021-07", "title": "Cloudtoid GatewayCore Options", "description": "Root Schema of options for Cloudtoid GatewayCore", "type": "object", "additionalProperties": false, "properties": { "system...
2021-07
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": [ "string" ] }, "sources": { "type": "array", ...
o65703
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }, "properties": {}, "additionalPro...
o45193
{ "$id": "https://json.schemastore.org/openweather.current", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "description": "API responses from the OpenWeather Current Weather Data API from https://openweathermap.org/current", "properties": { "coord": { "typ...
openweather
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "extracted", "files" ], "properties": { "extracted": { "type": "boolean" }, "files": { "type": "array", "items": { "type...
o65917
{ "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer th...
kb_377_Normalized
{ "properties": { "flight_details": { "properties": { "date": { "description": "The date of the flight", "type": "string" }, "destination": { "description": "The destination of the flight", "type": "string" }, "origin": { ...
book_flight_1987304d
{ "type": "object", "properties": { "selectedInstance": { "type": "string" }, "instances": { "description": "The extra imported instance path", "default": [], "type": "array", "items": { "type": "string" ...
o7375
{ "properties": { "end_time": { "description": "The end time of the meeting", "type": "string" }, "location": { "description": "The location of the meeting", "type": "string" }, "participants": { "description": "The email addresses of the participants", "items":...
schedule_meeting_9e8cfcd3
{ "properties": { "date": { "description": "The date of the event", "type": "string" }, "end_time": { "description": "The end time of the event", "type": "string" }, "event_title": { "description": "The title of the event", "type": "string" }, "location"...
create_calendar_event_d8598b2e
{ "id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/dataType.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Data type as described by the specification (version 1.2)", "type": "object", "oneOf": [ { "$ref": "#/de...
o12174
{ "properties": { "client": { "description": "The name of the client", "type": "string" }, "items": { "description": "The list of items in the invoice", "items": { "properties": { "description": { "description": "The description of the item", ...
create_invoice_84125aad
{ "additionalProperties": false, "properties": { "about": { "_id": "about", "type": "string" }, "company": { "_id": "company", "type": "string" }, "email": { "_id": "email", "type": "string" }...
o81578
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { ...
create_invoice_a1815308
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "amountOfFeatures": { "description": "amount of features", "type": "integer" }, "amountOfContexts": { "description": "amount of contexts", "type":...
o7288
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "The uuid of the competency ability" }, "competency": { "type": [ "object" ], ...
o32498
{ "$schema": "http://json-schema.org/draft-06/schema", "description": "Configuration file for coc.nvim", "additionalProperties": false, "definitions": { "languageServerBase": { "type": "object", "properties": { "enable": { "type": "bool...
o19184
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": [ "string", "null" ], "minLength": 2 }, { "name": "Permission", "description": "A permission issued by a government or ...
o65459
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "EngageBDR Adapter Params", "description": "A schema which validates params accepted by the EngageBDR adapter", "type": "object", "properties": { "sspid": { "type": "string", "description": "SSPID parame...
o68306
{ "properties": { "Datasets": { "items": { "properties": { "Alias": { "type": "string" }, "DataMap": { "additionalProperties": { "properties": {...
o48512
{ "description": "Schema for a Snowplow payload", "items": { "additionalProperties": false, "properties": { "ad_ad": { "type": "string" }, "ad_ba": { "type": "string" }, "ad_ca": { "type":...
sp_303_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { ...
kb_356_Normalized
{ "description": "version specific attributes of a stack", "properties": { "createTimestamp": { "id": "createTimestamp", "type": "string" }, "projectIteration": { "id": "projectIteration", "type": "integer" }, "projectStep":...
o72175
{ "id": "http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.Table.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Microsoft.Azure.Management.DataFactories.Models.Table", "description": "A table defines the schema of the data as well as its st...
o360
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The value returned by POST /{db}/_bulk_docs", "items": { "oneOf": [ { "properties": { "error": { "type": "string" }, ...
o60129
{ "SyncObjectChild": { "properties": { "parent": { "type": "string" } }, "required": [ "parent" ], "type": "object" }, "SyncObjectChildren": { "properties": { "childrenUrls": { "it...
o69763
{ "$schema": "http://json-schema.org/draft-04/schema#", "__tags": [ "rest", "mongodb", "selList" ], "__version": 1, "description": "A region is some kind of a logical group that could be set for some entries. It allows 'vertical' restrictions of object visibility", "id": ...
o73996
{ "properties": { "bindpolicytype": { "readonly": true, "type": "integer" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "type": "...
o31055
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "invoice_number": { "description": "The invoice number", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "T...
generate_invoice_723cbb8b
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Protractor Target", "description": "Protractor target options for Build Facade.", "type": "object", "properties": { "protractorConfig": { "type": "string", "description": "The name of the Protractor conf...
o29812
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Debug Adapter Protocol", "description": "The Debug Adapter Protocol defines the protocol used between an editor or IDE and a debugger or runtime.", "type": "object", "definitions": { "ProtocolMessage": { "type": "o...
o44208
{ "additionalProperties": false, "properties": { "configId": { "description": "Identifier of the current configuration.", "type": "string" }, "id": { "description": "ID of the message used to match client response to the request.", "multipl...
o53901
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/GetTableSize.result.scheme.json", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b GetTableSize", "description": "\u...
o5142