json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "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_539_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "atomic-reactor plugins configuration", "definitions": { "base_plugins_phase": { "type": "array", "items": { "type": "object", "properties": { "name": { ...
o68415
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Investment Transaction", "type": "object", "additionalProperties": false, "properties": { "_id": { "type": "integer", "description": "A unique ID for InvestmentTransaction" }, "price": {...
o46258
{ "$schema": "http://json-schema.org/draft-04/schema#", "$version": "0.0.1", "title": "sample", "description": "api", "definitions": {}, "properties": { "test": { "links": [ { "title": "no_param", "href": "/test", ...
o47151
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "meta" ], "properties": { "meta": { "required": [ "format_version" ], "properties": { "format_version": { "t...
o65951
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "minItems": 1, "_uniqueItems": true, "items": { "type": "object", "properties": { "type": { "type": "string" }, "properties": { "type": "object...
o60843
{ "additionalProperties": true, "definitions": {}, "description": "Relationships between shaders and Mindbender IDs", "properties": { "_schema": { "description": "Schema identifier for payload", "type": "string" }, "shader": { "description": "N...
o68811
{ "description": "Info contains versioning information. how we'll want to distribute that information.", "properties": { "buildDate": { "type": [ "string", "null" ] }, "compiler": { "type": [ "string", ...
kb_434_Normalized
{ "additionalProperties": false, "description": "common schema for user application started and complete volumes - used for MI data based save and return completion-rate calculation", "properties": { "_id": { "description": "unique url-friendly base64 encoded, utf8 endoded concatenation ...
o60885
{ "$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...
o91394
{ "$id": "https://json.schemastore.org/pubspec", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "version": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+(?:[+-]\\S+)?$" }, "versionConstraint": { "description": "Version range of the package or SDK to use",...
pubspec
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "events": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" ...
o35924
{ "additionalProperties": false, "definitions": { "attribute_base": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "format": { "type": "string" ...
o91012
{ "$comment": "https://docs.aurorajs.dev/", "$id": "https://json.schemastore.org/aurora-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "property": { "type": "object", "required": ["name", "type"], "additionalProperties": f...
aurora-1
{ "additionalProperties": false, "description": "Schema for Iglu related errors which could be during validation or schema lookup", "properties": { "errors": { "description": "List of errors taken during a validation or schema lookup with Iglu", "items": { "ad...
sp_333_Normalized
{ "additionalProperties": false, "patternProperties": { "^[a-z]+$": { "additionalProperties": false, "properties": { "branches": { "minProperties": 1, "patternProperties": { "nightly|beta|devedition|r...
o41810
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "categories": { "description": "Test recursive schema.", "type": "array", "items": { "$ref": "#/definitions/Category" } } }, "requ...
o90911
{ "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the rectangle or triangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, ...
calculate_area_306b0d1e
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "interest_rate": { "description": "The annual interest rate for the mortgage", "type": "number" }, "mortgage_term": { "description": "The duration of the mortgage in year...
calculate_mortgage_payment_1726da38
{ "properties": { "movie_title": { "description": "The title of the movie", "type": "string" }, "num_tickets": { "description": "The number of tickets to book", "type": "integer" }, "show_time": { "description": "The date and time of the show", "format": "date-t...
book_movie_tickets_d31f3dcf
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceColumnDefinition": { "description": "CustomResourceColumnDefinition specifies a column for server side printing.", "properties": { ...
kb_210_Normalized
{ "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_735_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (a...
kb_1157_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Describe information needed for deposit module.", "id": "http://zenodo.org/schemas/deposits/records/legacyjson.json", "properties": { "$schema": { "type": "string" }, "access_conditions": {...
o91019
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle or rectangle", "type": "number" }, "height": { "description": "The height of the triangle or rectangle", "type": "number" }, "r...
calculate_area_54d20ff1
{ "$schema": "http://json-schema.org/draft-04/schema#", "$schema-location": "Relationship-Schema.json", "name": "AWS-Hosting-Relationship-Schema", "version": "1", "author": "denis", "description": "Relationship between Service-Unit and a Provider eg- AWS, Rackspace", "associated-tool": "Juju-CLI", "type...
o35771
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DaemonSetUpdateStrategy": { "description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.", "properties": { "rollingUpdate": { ...
kb_240_Normalized
{ "properties": { "acknowledged": { "type": "boolean" }, "acknowledged_at": { "format": "date-time", "type": "string" }, "acknowledged_by": { "type": "string" }, "created_at": { "format": "date-time",...
o21082
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { ...
kb_1_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....
o21292
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "rootArray": { "type": "array", "items": { "type": "array", "items": { "type": "object", "properties": { ...
o41803
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/omnisharp.json", "properties": { "FormattingOptions": { "type": "object", "description": "Used to control C# formatting", "properties": { "EnableEditorConfigSupport": { "type": "bool...
omnisharp
{ "title": "locationInfo", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Defines how location information will be retrieved from a [CSV](csvLayer.md) file referenced through the web, ie. referenced by URL.", "properties": { "latitudeFieldName": { ...
o90233
{ "$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....
o21416
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "US postal abbreviations", "description": "Postal abbreviations: US states/territories", "type": "object", "properties": { "state": { "type": "string", "enum": [ "AL", "AK...
o83705
{ "$comment": "https://www.jetbrains.com/help/qodana/qodana-yaml.html", "$id": "https://json.schemastore.org/qodana-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "profile": { "description": "A profile is some template set of checks to...
qodana-1
{ "id": "http://schemas.triniti.io/json-schema/gdbots/analytics/tracker/keen/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_schema": { "type": "string", "pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([...
o82292
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "name": { "type": "string" }, "icon": { ...
o45197
{ "$ref": "#/definitions/Kustomization", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "ConfigMapArgs": { "description": "ConfigMapArgs contains the metadata of how to generate a configmap", "properties": { "KVSources": { "items": { "$ref": "#...
kustomization
{ "_format": "date-time", "description": "MicroTime is version of Time with microsecond level precision.", "type": "string" }
kb_562_Normalized
{ "description": "Policy defines the configuration of how audit events are logged", "properties": { "level": { "description": "The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required", "type": [ "string", ...
kb_744_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "schema for a product price", "id": "https://raw.githubusercontent.com/eviratec/schema/master/v1/product/price.json#", "properties": { "amount": { "$schema": "http://json-schema....
o39493
{ "definitions": { "activeIndicator": { "oneOf": [ { "$ref": "#/definitions/indicator" } ], "properties": { "config": { "properties": { "checked": { ...
o85208
{ "$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]...
o5384
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "the shipment id that can be used for requesting info about a shipment or tracking it" }, "carrier_tracking_no": { "type": "string", "description":...
o61085
{ "properties": { "User": { "_id": "/User", "properties": { "email": { "_id": "/User/email", "type": "string" }, "firstName": { "_id": "/User/firstName", "t...
o60375
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "packages": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" ...
o79452
{ "properties": { "_id": { "type": "integer" }, "countersigned_agreement_details": { "description": "No formal validation or schema for this JSON field.", "properties": { "approvedByUserId": { "type": "integer" ...
o21093
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "account_identifier": { "description": "The identifier for the platform account to fund.", "maxLength": 96, "minLength": 5, "pattern": "^[\\+\\w-]{5,96}$", "type": "string"...
o50681
{ "$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, "...
o21171
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/getBuySellInfo.result.scheme.json", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getBuySellInfo", "description":...
o5208
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "comment": { "type": "string" ...
o30877
{ "definitions": { "typedterminal": { "type": "object", "properties": { "type": { "type": "string", "enum": [ "primitive", "valuespace", "propertyref", ...
o81108
{ "definitions": { "date": { "format": "string", "type": "string" }, "timestamp": { "format": "date-time", "type": "string" } }, "properties": { "d": { "$ref": "#/definitions/date" }, "ts": { ...
o26198
{ "additionalProperties": false, "description": "Schema for a link click event", "properties": { "elementClasses": { "items": { "type": "string" }, "type": "array" }, "elementId": { "type": "string" }, "e...
sp_294_Normalized
{ "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_244_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Reference of exchanges published", "id": "http://schemas.taskcluster.net/base/v1/exchanges-reference.json#", "properties": { "$schema": { "_format": "uri", "descript...
o79651
{ "additionalProperties": false, "definitions": { "asset": { "additionalProperties": false, "description": "Assets reflecting files in primary storage.", "properties": { "clip": { "$ref": "#/definitions/segment", ...
o34871
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceAttributes": { "description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface", "proper...
kb_1045_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "type": "object", "properties": { "options": { "type": "object", "properties": { "bookmarkThumbHeight": { "type": "number" }, "bo...
o66714
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "nifti" ], "type": "object", "properties": { ...
o41283
{ "properties": { "_id": { "id": "id", "type": "string" }, "lines": { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" } }, ...
o43083
{ "properties": { "check_in_date": { "description": "The check-in date", "format": "date", "type": "string" }, "check_out_date": { "description": "The check-out date", "format": "date", "type": "string" }, "latitude": { "description": "The latitude of the ...
find_nearby_hotels_b2edf798
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "in_file" ], "type": "object", "properties": { ...
o41375
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "MyGame_Example_TestEnum": { "type": "string", "enum": [ "A", "B", "C" ] }, "MyGame_Example_NestedStruct": { "type": "o...
o90894
{ "properties": { "height": { "description": "The height of the package in inches", "type": "number" }, "length": { "description": "The length of the package in inches", "type": "number" }, "weight": { "description": "The weight of the package in pounds", "type"...
calculate_shipping_cost_4b09e153
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Guild Permissions", "description": "A WarcraftLFG guild's permissions", "type": "object", "properties": { "ad": { "type": "object", "properties": { "del": { "type": "...
o85253
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "state": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }...
o79622
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EndpointAddress": { "description": "EndpointAddress is a tuple that describes single IP address.", "properties": { "hostname": { "description": "The Host...
kb_315_Normalized
{ "title": "transparencyStop", "$schema": "http://json-schema.org/draft-04/schema", "description": "The transparencyStop object defines the thematic opacity ramp in a sequence of stops. At least two stops are required. The stops must be listed in ascending order based on the value of the `value` property in...
o90327
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "details_metadata": { "type": "object", "description": "generic metadata dict in details list", "properties": { "author": { "oneOf": [ ...
o60996
{ "properties": { "connect": { "properties": { "access-control-allow-methods": { "default": "", "description": "Access control allow methods allows cross origin HTTP requests,e.g GET,POST,PUT,DELETE,HEAD", "type": "strin...
o60290
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Thing data upload", "type": "object", "properties": { "thing": { "type": "object", "properties": { "id": { "type": "string" }, "title": { ...
o53024
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "areas": { "type": "array", "description": "A list of widget areas with individual properties.", "items": { "type": "object", "required": [ ...
o9353
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1_RuleWithOperations": { "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", ...
kb_564_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "avalon-core:asset-2.0", "description": "A unit of data", "type": "object", "additionalProperties": true, "required": [ "schema", "type", "name", "silo", "data" ], "properties": { ...
o60863
{ "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_2f953bb0
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Measurement report provided by a CBSD.", "type": "object", "additionalproperties": true, "properties": { "eutraCarrierRssiRpt": { "type": "array", "description": "Report structured used by a CBSD ...
o55788
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GeekML", "description": "Markup for a Geek", "type": "object", "properties": { "name": { "description": "The geek's name", "type": "string" }, "dateMade": { "description": "T...
o59694
{ "definitions": { "Playlist": { "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string" }, "description": { "type": "string" }, ...
o5474
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "expression": { "title": "Expression", "description": "What to evaluate; JSON paths are allowed, wrapped in {{this.is.a.path}}", "type": "s...
o6219
{ "$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_20_Normalized
{ "title": "Inputs", "items": { "type": "object", "properties": { "files": { "type": "object", "properties": { "data_inputfiles": { "items": { "type": "string" ...
o66137
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Address", "description": "A users invoice address", "type": "object", "properties": { "company": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { ...
o75559
{ "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_77ce79d0
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "github_extracted_details": { "type": "object", "description": "Details of Github inspection", "properties": { "forks_count": { "type": "integer" ...
o60979
{ "id": "http://schemas.triniti.io/json-schema/triniti/news/mixin/article-stats/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_id": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "pbj": { ...
o82914
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "height": { "description": "The height of the rectangle or triangle", "type": "number" }, "radius": { "description": "The radius of the circle", ...
calculate_area_763b5315
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "rootSourceString": { "type": "string" }, "rootSourceArray": { "type": "array", "items": { "type": "array", "items": { ...
o41802
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (for triangle only)", "type": "number" }, "height": { "description": "The height of the shape (for triangle only)", "type": "number" }, ...
calculate_area_cb5fd3a6
{ "properties": { "Internal": { "type": "boolean" }, "accessdown": { "enum": [ "YES", "NO" ], "type": "string" }, "all": { "type": "boolean" }, "appflowlog": { ...
o30222
{ "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_42b94a75
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Discord Webhook", "description": "Discord Webhook JSON Schema", "definitions": { "string": { "type": "string", "default": "" }, "boolean": { "type": "boolean", "defaul...
webhook
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/sendTransaction.args.scheme.json", "title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b sendTransaction", "description":...
o5261
{ "type": "object", "properties": { "timestamp": { "default": "", "type": "string" }, "meta": { "default": {}, "type": "object", "properties": { "description": { "type": "string" ...
o7382
{ "$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....
o21387
{ "definitions": { "level-1": { "properties": { "config": { "properties": { "tag": { "enum": [ "h1" ], "type": "string" ...
o85190
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The value returned by GET /{db}/_changes", "properties": { "last_seq": { "type": "number" }, "results": { "items": { "properties": { "changes": { ...
o60117
{ "properties": { "keywords": { "description": "The keywords for job search", "items": { "type": "string" }, "type": "array" }, "location": { "description": "The location for job search", "type": "string" }, "salary_range": { "description": "The sa...
search_jobs_f078e469
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "name": "Repository Configuration", "properties": { "abandoned": { "additionalProperties": { "description": "A valid Package name", "type": [ "bo...
o7607