json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pets": { "type": "object", "properties": { "dog": { "type": "string" }, "cat": { "type": "string" } ...
o41640
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "foo": { "type": "string", "default": "foo" }, "bar": { "type": "string", "default": "bar" } }, "required": [ "foo", ...
o63950
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobCondition": { "description": "JobCondition describes current state of a job.", "properties": { "lastProbeTime": { "$ref": "#/definitions/https:__kube...
kb_479_Normalized
{ "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supp...
kb_348_Normalized
{ "properties": { "attendees": { "description": "The email addresses of the attendees", "items": { "type": "string" }, "type": "array" }, "end_date": { "description": "The end date of the event", "format": "date-time", "type": "string" }, "location...
create_event_3a2451b9
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "logins", "passwords" ], "properties": { "logins": { "type": "object", "properties": { "login": { "type": "string" ...
o42170
{ "id": "http://schemas.triniti.io/json-schema/triniti/common/mixin/themeable/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "theme": { "type": "string", "pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$", ...
o82725
{ "properties": { "include_lowercase": { "description": "Include lowercase letters in the password", "type": "boolean" }, "include_numbers": { "description": "Include numbers in the password", "type": "boolean" }, "include_special_characters": { "description": "Includ...
generate_random_password_abb214be
{ "$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]...
o5373
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "description": "An explanation about the purpose of this instance.", "properties": { "dhcp_subnet": { "type": "array", "description": "An explanation about the purpose of this instance.", ...
o8489
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "price": { "description": "The price of the product", "type": "number" }, "product": { ...
generate_invoice_931195a6
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "skills": { ...
o45209
{ "additionalProperties": false, "description": "Schema for a Google Analytics Ecommerce transaction item", "properties": { "category": { "maxLength": 500, "type": "string" }, "code": { "maxLength": 500, "type": "string" }, ...
sp_31_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "object", "null" ], "additionalProperties": true }
o71844
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySelectorLabelRequirement": { "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", "proper...
kb_1083_Normalized
{ "additionalProperties": false, "properties": { "dimensions": { "items": { "type": "string" }, "type": "array" }, "filters": { "oneOf": [ { "items": { "type": "str...
o21481
{ "properties": { "changeDetection": { "alias": "c", "default": "Default", "description": "Specifies the change detection strategy.", "enum": [ "Default", "OnPush" ], "type": "string" }, "...
o33714
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": ...
kb_900_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A schema to describe a target gene web request graph for Targetscope, building a tree of individual operations, inputs and outputs", "properties": { "client_id": { "description": "Unique identifier for client making ...
o20453
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "An alternative name of a company, e.g. abbreviation, trading (including dba or doing business as), legal. As well as trading names etc, it can be used for storing alternative language representations of the legal name, in which case the lan...
o65443
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "corrections" ], "properties": { "corrections": { "type": "array", "items": { "type": "object", "properties": { "primary...
o66067
{ "$id": "https://json.schemastore.org/sigrid-scope-file.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "organization": { "type": "string", "pattern": "^[a-z0-9]{2,}$" }, "system": { "type": "string", "patter...
sigrid-scope-file
{ "properties": { "point1": { "properties": { "latitude": { "description": "The latitude of the first point", "type": "number" }, "longitude": { "description": "The longitude of the first point", "type": "number" } }, "requi...
calculate_distance_75677c24
{ "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_a1f8dabd
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "enabled": { "type": "boolean" }, "triggers": { "type": "array", "items": { "type": "object", "properties": { ...
o6212
{ "id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Storage.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Microsoft.Storage", "description": "Microsoft Storage Resource Types", "resourceDefinitions": { "storageAccounts": { "type": "...
o87942
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "base": { "description": "The base of the shape, applicable for triangle", "type": "number" }, "height": { "description": "The height of the shape, appl...
calculate_area_c103ebbf
{ "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "$id": "http://www.pucomex.serpro.gov.br/lpco/alterar_situacao.schema.json", "properties": { "situacao": { "type": "string" }, "justificativa": { "type": [ ...
o73029
{ "$comment": "Based on https://github.wdf.sap.corp/xs2/approuter.js/blob/master/lib/configuration/schemas/xs-app-schema.json", "$id": "http://example.com/xsapp.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "sourceSchema": { "type": ["string", "object"], "m...
xs-app
{ "properties": { "income": { "description": "The income for tax calculation", "type": "number" }, "tax_rates": { "properties": { "income_range_1": { "description": "Tax rate for income range 1", "type": "number" }, "income_range_2": { ...
calculate_tax_36d7746b
{ "description": "Schema for a Snowplow payload", "items": { "additionalProperties": false, "properties": { "ad_ad": { "type": "string" }, "ad_ba": { "type": "string" }, "ad_ca": { "type":...
sp_305_Normalized
{ "properties": { "_id": { "type": "integer" }, "companies_house_number": { "type": "string" }, "company_details_confirmed": { "type": "boolean" }, "contact_information": { "description": "Relationship link to mu...
o21100
{ "$schema": "http://json-schema.org/draft-04/schema#", "$id": "https://raw.githubusercontent.com/matteocrippa/awesome-mobile-conferences/master/.github/schema.json", "type": "object", "properties": { "title": { "type": "string" }, "header_contributing": { ...
o21779
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for the xAPI Statements endpoint", "getParameters": { "type": [ "object", "array" ], "anyOf": [ { "type": "array", "maxItems": 0 ...
o13457
{ "properties": { "attendees": { "description": "The attendees of the event", "items": { "type": "string" }, "type": "array" }, "end_time": { "description": "The end time of the event", "type": "string" }, "location": { "description": "The location...
create_calendar_event_ee46b144
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { ...
kb_401_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Package", "type": "object", "additionalProperties": false, "required": [ "name", "description" ], "properties": { "name": { "type": "string", "description": "Package name, including 'vendor-name/' prefix." }, ...
o78463
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": {}, "properties": { "sample_date": { "_format": "date", "description": "Date on which this fact was known to be true", "type": "string" }, "sou...
o65422
{ "type": "object", "properties": { "inputs": { "type": "array", "items": { "$ref": "#/definitions/SBGWorkflowInputParameter" } }, "outputs": { "type": "array", "items": { "$ref": "#/definitions/W...
o69209
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "vector3": { "type": "object", "properties": { "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } }, "additi...
o9969
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "failed_license_scan": { "additionalProperties": false, "description": "Failed automated software copyright license scan", "properties": { "_release": { "descr...
o61004
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "RightScale plugin manifest", "type": "object", "properties": { "plugins": { "type": "object", "properties": { "rightscale": { "type": "object", "prope...
o91031
{ "additionalProperties": false, "description": "Snowplow Amazon DynamoDB storage configuration", "properties": { "accessKeyId": { "type": "string" }, "awsRegion": { "type": "string" }, "dynamodbTable": { "type": "string" },...
sp_358_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ClientIPConfig": { "description": "ClientIPConfig represents the configurations of Client IP based session affinity.", "properties": { "timeoutSeconds": { ...
kb_969_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_814_Normalized
{ "properties": { "changeDetection": { "alias": "c", "default": "Default", "description": "Specifies the change detection strategy.", "enum": [ "Default", "OnPush" ], "type": "string" }, "...
o27258
{ "additionalProperties": false, "description": "Schema for a size violation bad row", "properties": { "failure": { "additionalProperties": false, "description": "Information regarding the size violation", "properties": { "actualSizeBytes": { ...
sp_344_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.8/traits/trait_owner.json", "title": "Owner information ", "description": "Trait that applies information about the owner (typically a news ...
o86603
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "keyName": { "title": "Storage Key Name", "type": "string", "minLength": 1 }, "valuePath": { "title": "Value Pa...
o6185
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "name", "description", "url", "apis", "maintainer" ], "properties": { "name": { "type": "string" }, "description": { "type":...
o23177
{ "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_30108955
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "env": { "type": "object", "required": ["name", "value"], "additionalProperties": false, "properties": { "name": { "type": "string", "description": "환경변수 ...
kode-ci-build-1
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "time": { "type": "string" }, "type": { ...
o45174
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "discount_percentage": { "description": "The percentage of discount", "type": "number" }, "purchase_items": { "items": { "properties": { "item_name": ...
generate_invoice_965016b7
{ "id": "http://schemas.gdbots.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-]+)?:([a...
o42521
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ZepyrusOutputSchema", "description": "Output JSON schema for Zepyrus.", "type": "object", "properties": { "version": { "type": "integer", "description": "Version number." }, "locations":...
o19114
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The topology", "type": "object", "properties": { "project_id": { "description": "Project UUID", "type": "string", "minLength": 36, "maxLength": 36, "pattern": "^[a-...
o6090
{ "$schema": "http://json-schema.org/draft-06/schema#", "properties": { "bar": { "type": "integer", "maximum": 10 }, "baz": { "type": "number", "maximum": 10.5 }, "qux": { "type": "string", "maximum":...
o25191
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Settings for project analysis by the Application Inspector", "id": "https://json.schemastore.org/aiproj-1.1.json", "properties": { "$schema": { "type": "string" }, "Version": { "type"...
aiproj-1
{ "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.", "properties": { "field": { "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot an...
kb_1023_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Theme", "description": "Theme objects", "type": "object", "properties": { "name": { "description": "Name of the theme", "type": "string" }, "author": { "description": "Author...
o46527
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Blockstack Token File", "description": "A file containing Blockstack profile & key delegation JWTs", "type": "object", "properties": { "version": { "description": "The unique identifier for a product", ...
o26646
{ "properties": { "point1": { "properties": { "latitude": { "description": "The latitude of the first point", "type": "number" }, "longitude": { "description": "The longitude of the first point", "type": "number" } }, "type"...
calculate_distance_3cc26a6f
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "BOLTS part schema", "description": "Configuration for the BOLTS importer to import part information", "bolts": { "type": "object", "description": "A dictionary of BOLTS data", "patternProperties": { "^(...
o53033
{ "additionalProperties": false, "properties": { "autoUpdateRefreshFrequency": { "minimum": 1, "type": "number" }, "autoUpdateRequestedInterval": { "minimum": 1, "type": "number" } }, "required": [ "autoUpdateRefresh...
o27844
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "memote Results Schema", "description": "Validate the nested memote result object.", "type": "object", "required": [ "meta", "report" ], "properties": { "meta": { "type": "object", "required": [ "platform", ...
o65486
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": false, "definitions": { "trait_additional_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "A grab-bag object for non...
wp_79_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "File schema", "description": "Description of a file, that is attached to a step", "file": { "type": "object", "description": "description of a file", "properties": { "path": { "type": "s...
o53034
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.3/traits/trait_content_restrictions.json", "title": "Content Restrictions", "description": "Trait that applies contains the content restric...
o85667
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "App Shell Target", "description": "App Shell target options for Build Facade.", "type": "object", "properties": { "browserTarget": { "type": "string", "description": "Target to build.", "patt...
o58442
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "oneOf": [ { "items": { "allOf": [ { "$ref": "#/definitions/file_common" }, { "$ref": "#/de...
o65942
{ "$defs": { "datatype": { "enum": [ "str", "list", "dict", "bool", "int", "float", "path", "raw", "jsonarg", "json", "bytes", "bits" ], "type": "string" }, "deprecated_alias": { "proper...
role-arg-spec
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of a cylinder", "type": "number" }, "radius": { "description": "The radius of a sphere", "type": "number" }, "radius_base": { "de...
calculate_volume_78b79f91
{ "$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, "...
o21318
{ "_comment": "This Spec is for Phase 1!! Most updated version is at https://github.com/reTHINK-project/specs/tree/master/schemas", "properties": {}, "type": "object" }
o69753
{ "$id": "https://json.schemastore.org/dein.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "Plugin": { "title": "Pattern for a definition of vim plugin", "type": "object", "required": ["repo"], "additionalProperties": fals...
dein
{ "properties": { "billing_address": { "description": "The billing address", "type": "string" }, "client_name": { "description": "The name of the client", "type": "string" }, "items": { "description": "The list of items", "items": { "properties": { ...
generate_invoice_b8a03473
{ "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { "apiVersion": { "description": "API version of the referent", "type": [ "string", "null" ] },...
kb_156_Normalized
{ "additionalProperties": true, "description": "Marketo description", "properties": { "campaign": { "properties": { "description": { "maxLength": 255, "type": [ "string", "null" ...
sp_137_Normalized
{ "title": "fabric info", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "required": [ "fabric_fq_name", "role_assignments" ], "properties": { "fabric_fq_name": { "type": "array", "items":...
o8474
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1beta1_RuleWithOperations": { "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", ...
kb_1095_Normalized
{ "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_397_Normalized
{ "title": "popupElement attachments", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Configures attachments in popup elements.", "properties": { "displayType": { "type": "string", "description": "A string value indicating how t...
o90275
{ "additionalProperties": true, "properties": { "body": { "additionalProperties": true, "properties": { "session_id": { "_format": "uuid", "type": "string" } }, "type": "object" ...
sp_384_Normalized
{ "description": "DEPRECATED.", "properties": { "revision": { "description": "The revision to rollback to. If set to 0, rollback to the last revision.", "format": "int64", "type": [ "integer", "null" ] } }, "...
kb_870_Normalized
{ "properties": { "end_time": { "description": "The end time of the event in the format YYYY-MM-DD HH:MM", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "start_time": { "description": "The start time of the event in ...
create_event_c72726f8
{ "title": "Invocation manifest for MRIQC: No-reference image quality metrics for quality assessment of MRI ", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "measuremen...
o41337
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for Azure Webjob settings.job files", "type": "object", "properties": { "stopping_wait_time": { "description": "The graceful shutdown period for an Azure Webjob. The time specified in seconds.", ...
o73941
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "LineChartSettings", "description": "The data contained in a LineChart settings object", "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string"...
o54547
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "number" }, "length": { "description...
calculate_area_e8824678
{ "additionalProperties": false, "properties": { "analyticsAvailable": { "type": "boolean" }, "apiAccess": { "type": "boolean" }, "apiType": { "maxLength": 200, "minLength": 0, "pattern": "^$|(^(?:\\S+\\s+){0,19}...
o21135
{ "additionalProperties": true, "description": "Schema for the webhook emitted by a Redash installation", "properties": { "action": { "maxLength": 255, "type": "string" }, "additional_properties": { "type": [ "object", ...
sp_407_Normalized
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "minProperties": 1 }
o8469
{ "id": "http://schemas.triniti.io/json-schema/gdbots/forms/field/yes-no-field/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-]+)?:...
o82370
{ "description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition", "properties": { "categories": { "description": "categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, a...
kb_199_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceQuotaSpec": { "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.", "properties": { "hard": { "additionalProp...
kb_837_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_1117_Normalized
{ "description": "Shampoo push message specification", "properties": { "push_data": { "description": "Response data from the called method", "type": "object" }, "push_event": { "description": "Name of the push event", "type": "string" ...
o88674
{ "properties": { "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persist...
o84051
{ "dependencies": { "shape": [ "rectangle", "circle", "triangle" ] }, "properties": { "dimensions": { "dependencies": { "shape": [ "rectangle" ] }, "properties": { "base": { "description": "The base of the shape", ...
calculate_area_7eea9e32