json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "lastUpdated": { "type": "string", "format": "date-time" }, ...
o9789
{ "properties": { "cuisine": { "description": "The desired cuisine type", "type": "string" }, "dietary_restrictions": { "description": "Any dietary restrictions to consider", "items": { "type": "string" }, "type": "array" }, "ingredients": { "descr...
search_recipes_df373236
{ "definitions": { "factoryConfig": { "allOf": [ { "$ref": "#/definitions/importPath" }, { "properties": { "factoryId": { "$ref": "#/definitions/positiveInt...
o45586
{ "$ref": "#/definitions/T", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Data": { "additionalProperties": false, "properties": { "type": { "type": "string" }, "value": { ...
o15292
{ "additionalProperties": false, "description": "Schema for a context of Google Analytics cookie values", "properties": { "__utma": { "type": "string" }, "__utmb": { "type": "string" }, "__utmc": { "type": "string" }, ...
sp_28_Normalized
{ "default": 0, "description": "", "title": "number", "type": "number" }
o28265
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "limit_exceeded": { "description": "Whether the number of node granted under the license has been exceeded", "type": "boolean" }, "node_license": { "description": "The number of no...
o78135
{ "properties": { "measurements": { "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_313f90c1
{ "additionalProperties": false, "description": "Schema for R2F (Right to be forgotten) criteria files that contain the identifiers for events that should be deleted.", "oneOf": [ { "required": [ "pojo" ] }, { "required": [ ...
sp_357_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "pageInfo": { "type": "object", "description": "Inspect page models received through wrapper events.", "requires": [ "resource" ], "pr...
o89608
{ "additionalProperties": false, "properties": { "active": { "description": "e.g. mouse button is down", "type": "boolean" }, "char": { "description": "keycode", "oneOf": [ { "type": "null" ...
o6022
{ "properties": { "all": { "type": "boolean" }, "currentconn": { "readonly": true, "type": "boolean" }, "expirytime": { "readonly": true, "type": "integer" }, "lastactivitytime": { "readon...
o32246
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_networking_v1_IPBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except ent...
kb_602_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Append to Stream", "type": "object", "required": [ "messageId", "type", "jsonData" ], "properties": { "messageId": { "type": "string", "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]...
o34362
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "comment": { "type": "string" ...
o31108
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Dataset definition", "description": "Definition of cDAL dataset", "type": "object", "properties": { "datasetName": { "description": "Name of dataset", "type": "string" }, "models": { ...
o42456
{ "$schema": "http://json-schema.org/draft-07/schema", "additionalProperties": false, "properties": { "ansible-navigator": { "additionalProperties": false, "properties": { "ansible": { "additionalProperties": false, "pro...
ansible-navigator
{ "title": "renderingRule", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Specifies the rendering rule for how the requested image should be rendered.", "properties": { "outputPixelType": { "type": "string", "description": "the...
o90298
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Action type", "type": "object", "properties": { "name": { "description": "A name to identify the action type. **Remark**: The name is unique in the organization.", "type": "string" }, "descr...
o14464
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://schema.getpostman.com/json/collection/v2.0.0/", "type": "object", "properties": { "info": { "$ref": "#/definitions/info" }, "item": { "type": "array", "description": "Items ...
o71454
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "USSD Language step", "type": "object", "properties": { "name": { "type": "string" }, "kind": { "enum": [ "ussdLanguage" ] }, "label": { ...
o58495
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1beta1_CSINodeDriver": { "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", "properties": { "allocatable": { ...
kb_178_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "id": "https://angular.io/schemas/cli-1/schema", "title": "Angular CLI Configuration", "type": "object", "properties": { "$schema": { "type": "string" }, "version": { "$ref": "#/definitions/fileVersion" }, "cli": { "...
schema
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Remember a Thing", "descrption": "This is used for requesting remember a thing.", "type": "object", "properties": { "thing": { "descrption": "The thing you want to remember by annie.", "type": "string" ...
o89499
{ "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_c77b7943
{ "additionalProperties": false, "description": "This is the format describing the game state for the PlanetWars game, used in the development off MOZAIC", "properties": { "expeditions": { "description": "List of all expeditions in this game. These are the ships on the way to another pla...
o17988
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": {}, "definitions": { "traits_trait_additional_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "A grab-bag object for...
wp_14_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/RancherKubernetesEngineConfig", "definitions": { "AESConfiguration": { "required": [ "keys" ], "properties": { "keys": { "items": { "$ref": "#/definitions/Key" }, ...
cluster
{ "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_852_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a qcodes config file", "properties": { "user": { "description": "controls user settings of qcodes", "properties": { "analysis_location": { "description": "Lo...
o13095
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "get noop response", "properties": { "links": { "properties": { "self": { "properties": { "href": { ...
o76479
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DaemonSetCondition": { "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", "properties": { "lastTransitionTime": { ...
kb_241_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "tier": { "type": "number" }, "order": { ...
o45221
{ "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": [ "string", "null" ...
kb_643_Normalized
{ "description": "BoundObjectReference is a reference to an object that a token is bound to.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": [ "string", "null" ] }, "kind": { ...
kb_60_Normalized
{ "description": "DaemonEndpoint contains information about a single Daemon endpoint.", "properties": { "Port": { "description": "Port number of the given endpoint.", "format": "int32", "type": [ "integer", "null" ] ...
kb_223_Normalized
{ "properties": { "attendees": { "description": "The email addresses of the attendees", "items": { "type": "string" }, "type": "array" }, "end_datetime": { "description": "The end date and time of the event", "format": "date-time", "type": "string" }, ...
create_calendar_event_5ba5d103
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://judkins.house/apis/k2/v1/loadBalancerConfig.json", "$$target": "loadBalancerConfig.json", "title": "Load balancer configuration", "description": "Load balancer configuration for Kubernetes API servers", "properties": { ...
o90407
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "created": { "type": "string" }, "numFiles": { "type": "integer" }, "files": { "type": "array", "items": { "t...
o10927
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Root", "type": "object", "properties": { "root": { "type": "object", "properties": { "employees": { "type": "obje...
o42286
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "id": "https://github.com/myedibleenso/processors-server/tree/master/src/main/resources/json/schema/document.json", "properties": { "text": { "type": "string", "id": "text" }, "sente...
o62378
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Form meta schema", "description": "Schema used for data type validation.", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "oneOf": [ { "$ref": "#/types/string" ...
o48770
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "owner": { "type": "string...
o67269
{ "additionalProperties": false, "properties": { "max_age": { "description": "This property specifies HTTP Strict Transport Security max age.", "minimum": 0, "title": "HSTS max age", "type": "number" }, "path": { "additionalProp...
o4236
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Crystallisation", "type": "object", "properties": { "calculationId": { "title": "Calculation ID", "description": "The calculation ID that was returned by intent to crystallise endpoint.", "type"...
o46362
{ "definitions": { "filter_group": { "additionalProperties": false, "properties": { "match_max": { "_id": "/match_max", "type": [ "number", "null" ] ...
o74488
{ "$id": "http://github.com/kubeflow/metada/schemaparser/testdata/base.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "a JSON schema, which is referred by ext.json", "properties": { "annotations": { "description": "arbitrary string key/value pairs", ...
o56043
{ "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https:...
kb_382_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SEL...
kb_723_Normalized
{ "definitions": { "stringArray": { "additionalItems": false, "items": { "type": "string" }, "type": "array" } }, "properties": { "ramlTitle": { "type": "string" }, "validationViolations": { ...
o63477
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/bower.json", "patternProperties": { "^_": { "description": "Any property starting with _ is valid.", "additionalProperties": true } }, "properties": { "name": { "description": "The name of...
bower
{ "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "title": "VCMI map object template format", "description": "Description of map object tempate that describes appearence of object instance", "required": [ "animation", "mask" ], "additionalProperties": f...
o83815
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "#/definitions/response", "title": "Response", "description": "A response represents an HTTP response.", "properties": { "responseCode": { "type": "object", "properties": { "code": { ...
o67549
{ "additionalProperties": false, "description": "Schema for a CallRail call completion event", "properties": { "answered": { "type": [ "boolean", "null" ] }, "callercity": { "type": [ "string", ...
sp_16_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "provider": { "type": "object", "description": "The OAuth2 endpoint configuration. If not set, uses application config.", "required": [], "properties": { ...
o52962
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cvecheck_details": { "type": "object", "description": "Detail of one CVE", "properties": { "cvss": { "$ref": "#/definitions/cvss" }, ...
o61001
{ "properties": { "discounts": { "description": "The list of discounts to apply", "items": { "properties": { "expiration_date": { "description": "The expiration date of the discount", "format": "date", "type": "string" }, "perce...
calculate_discounted_price_4a4fc05e
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_networking_v1_IPBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except ent...
kb_584_Normalized
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle or triangle", "type": "number" }, "radius": {...
calculate_area_f2449c3a
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_StatefulSetCondition": { "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", "properties": { "lastTransitionTime": { ...
kb_1012_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "message": { "default": "", "description": "Message to log to the console", "type": "string" } }, "required": [ "message" ], "title": "Log a message to the console"...
o12503
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Inventory Manager Analysis Schema", "description": "The shape of the analysis object generated within Inventory Manager for a successfully parsed metadata document. Content within this object is related to the quality of the content of specif...
o29019
{ "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 fiel...
kb_422_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": {}, "definitions": { "image_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Holds attributes of an ANS image component. In ...
wp_4_Normalized
{ "title": "JSON schema for Outblocks project configuration files", "$schema": "http://json-schema.org/draft-04/schema", "$ref": "#/definitions/OutblocksProject", "definitions": { "OutblocksProject": { "title": "Outblocks", "type": "object", "additionalProperties": false, "properties...
schema-project
{ "properties": { "cuisine": { "description": "The cuisine for restaurant search", "type": "string" }, "location": { "description": "The location for restaurant search", "type": "string" }, "price_range": { "description": "The price range for restaurant search", ...
search_restaurants_0160bc0b
{ "properties": { "destination": { "description": "The destination of the shipment", "type": "string" }, "dimensions": { "properties": { "height": { "description": "The height of the item in centimeters", "type": "number" }, "length": { ...
calculate_shipping_cost_7d829c6c
{ "properties": { "event_date": { "description": "The date of the event in 'YYYY-MM-DD' format", "type": "string" }, "event_location": { "description": "The location of the event", "type": "string" }, "event_time": { "description": "The time of the event in 'HH:MM' fo...
create_calendar_event_ca5ec392
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.7/traits/trait_source.json", "title": "Source", "description": "Information about the original source and/or owner of this content", "ty...
o86524
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "api_key" ], "type": "object", "properties": { ...
o41264
{ "additionalProperties": true, "properties": { "asm_group_id": { "maximum": 32767, "minimum": 0, "type": "integer" }, "category": { "items": { "type": "string" }, "type": [ "array", ...
sp_196_Normalized
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Reward Created Webhook Schema", "description": "Sent whenever a reward is created (when it becomes available, e.g. not pending).", "type": "object", "properties": { "id": { "type": "string", "title": "R...
o72217
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "_elements" ], "properties": { "_attributes": { "type": "object", "required": [ "extracted" ], "properties": { "extr...
o25695
{ "$id": "https://scandihealth.github.io/lpr3-docs/resources/acl.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "definitions": { "uuid": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{1...
o73831
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "properties": { "attributes": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" ...
o7290
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "data": { "description": "List of identifiers (or URIs) of the references describing the data.", "items": { "type": "string" }, "type": "array" }, "desc...
o58599
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "The key to project.", ...
kb_941_Normalized
{ "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_5becc74b
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "The options' id" }, "authorizeComment": { "type": "boolean", "description": "Comments authorized" ...
o32494
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/getFuturesLimit.args.scheme.json", "title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getFuturesLimit", "description":...
o5224
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Revenue", "description": "Describes information about revenue", "type": "object", "properties": { "scope": { "description": "scope of the revenue result", "enum": [ "company", ...
o64823
{ "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_758c2efe
{ "properties": { "error": { "id": "error", "type": "string" }, "id": { "id": "id", "type": "string" }, "progress": { "id": "progress", "type": "string" }, "progressDetail": { ...
o48246
{ "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_1103_Normalized
{ "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle", "type": "number" }, "radius"...
calculate_area_cb73c384
{ "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_818_Normalized
{ "properties": { "App": { "default": { "Options": { "DisableAutoLock": false, "DisableDeviceRotation": false, "DisableRingerSwitch": false, "DisableSleepWakeButton": false, "Disab...
o61595
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "c# access modifier", "enum": [ "PUBLIC", "PROTECTED", "STATIC", "SEALED" ] }
o81745
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Integration Configuration", "description": "The schema used to generate integration configuration in Contentful", "type": "object", "properties": { "webhooks": { "type": "array", "title": "Managed Webho...
o72182
{ "id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/teaser/1-0-1.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_id": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "pbj": { ...
o82825
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilerArguments": { "type": "object", "help": "Compiler arguments are applied to all compilers, unless explicitly modified in post processing", "properties": { "entry": { ...
o67449
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle or base of the tria...
calculate_area_1d0fcef9
{ "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_16ecbdde
{ "items": { "additionalProperties": false, "type": "string" }, "type": "array" }
o9292
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "cachemaxage": { "type": "inte...
o30439
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "home_insurance": { "description": "The annual home insurance amount", "type": "number" }, "interest_rate": { "description": "The annual interest rate", "type": "nu...
calculate_mortgage_payment_7efc1646
{ "$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, "...
o21410
{ "additionalProperties": true, "description": "Schema for a SendGrid deferred event. Property descriptions derived from the SendGrid documentation: https://sendgrid.com/docs/for-developers/tracking-events/event/", "properties": { "asm_group_id": { "description": "The ID of the unsubscri...
sp_183_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "appliedFilters": { "type": "array", "items": { "type": "object", "properties": { "label": { "type": "string" ...
o42026
{ "additionalProperties": false, "description": "Generate phone number list", "properties": { "$schema": { "type": "string" }, "$tool": { "const": "city-mobile-sections", "description": "Must be set to city-mobile-sections", "type": "st...
o39078