json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "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_421_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "flowVersionId": { "type": "string" }, "time": { "type": "string", "format": "date-time" ...
o9905
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "tags": { "type": "array", "minItems": 2, "maxItems": 4, "items": { "type": "string", "enum": [ "Open Source",...
o81575
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelTestCaseTriggeredEvent", "extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event", "properties": { "meta": { "type": "object", "ja...
o89745
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://www.beegy.com/TOBEDFINED", "type": "object", "required": [ "BookHeader", "CustomerDetail" ], "properties": { "BookHeader": { "type": "object", "required": [ "Book...
o89524
{ "properties": { "destination": { "description": "The destination of the package", "type": "string" }, "dimensions": { "properties": { "height": { "description": "The height of the package in centimeters", "type": "number" }, "length": { ...
calculate_shipping_cost_022731d6
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "segmentation_priors", "anatomical_image", "t1_registration_temp...
o41367
{ "properties": { "date": { "description": "The date of the event (YYYY-MM-DD)", "format": "date", "type": "string" }, "end_time": { "description": "The end time of the event (HH:MM)", "format": "time", "type": "string" }, "start_time": { "description": "T...
create_event_84765eb1
{ "description": "The preview object associated to the media. An instance of <a href=\"#scene-media-preview\">a scene media preview.</a>", "properties": { "tile": { "description": "The size of a tile, which corresponds to the width and the height of a tile. It will be used with the width and...
o44299
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GeoJSON Object", "type": "object", "description": "This object represents a geometry, feature, or collection of features.", "additionalProperties": true, "required": [ "type" ], "properties": { "type": { ...
o76785
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://www.qiskit.org/schemas/job_status_schema.json", "description": "OpenQuantum job status schema", "version": "1.0.0", "type": "object", "required": [ "job_id", "status", "status_msg" ], "propertie...
o13122
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer", "type": "object", "properties": { "customer": { "type": "object", "properties": { "address": { "...
o42283
{ "additionalProperties": false, "description": "Snowplow PostgreSQL storage configuration", "properties": { "database": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "password": {...
sp_364_Normalized
{ "additionalProperties": false, "description": "Schema for configuration of an event fingerprinting enrichment", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties"...
sp_284_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "type": "object", "properties": { "supportedGameModes": { "type": "array", "items": { "type": "string", "minLength": 1 } }, "name": { ...
o4264
{ "additionalProperties": false, "description": "Schema for a local or remote push notification", "properties": { "action": { "maxLength": 100, "type": "string" }, "categoryIdentifier": { "maxLength": 100, "type": "string" }, ...
sp_12_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://mcda.drugis.org/rangeDistribution.json#", "title": "MCDA range distribution for the performance table entry of absolute data", "type": "object", "required": [ "type", "parameters" ], "additionalProperties...
o37092
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "Flag to indicate this content may edited in a story", "enum": [ true ], "type": "boolean" }
wp_59_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "open": { "type": "object", "description": "Open a popup.", "properties": { "onActions": { "type": "array", "descripti...
o9362
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "org.eclipse.persistence.testing.jaxb.json.attribute.Address", "type": "object", "properties": { "address": { "type": "object", "properties": { "@id": { "type": "integer" ...
o42292
{ "title": "value", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "The value object contains information for popup windows about how images should be retrieved or charts constructed.", "properties": { "fields": { "type": "array", ...
o90138
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner", "type": "object", "properties": { "owner": { "type": "object", "properties": { "adapted": { "...
o42284
{ "description": "A geographical coordinate", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "title": "Geographical Coordinate", "type": "object" }
o73407
{ "additionalProperties": false, "description": "Schema for weather enrichment", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties": false, "properties"...
sp_354_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "id": { "type": "string", "description": "A lowercase alphanumeric string separated by hyphens.", "pattern": "^[a-z0-9][a-z0-9\\-]*[a-z0-9]$" }, "when": { ...
o69083
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "price": { "description": "The price of the product", "type": "number" }, "product": { ...
create_invoice_13e1ec6d
{ "properties": { "dimensions": { "dependencies": { "shape": [ "rectangle", "circle" ] }, "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description":...
calculate_area_3c2d01ed
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetProjectResponse", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "Name of the project." }, "repos": { "type": ...
o39435
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "VERIZON plus schema version 1.3", "properties": { "analysis_status": { "enum": [ "Ineligible", "Needs review", "In-progress", ...
o84878
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json", "type": "object", "properties": { "CreationTime": { "type": "string", "description": "The creation time of this entity in the format: CCYY-MM-DDThh...
o57936
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items in the invoice", "items": { "properties": { "description": { "description": "The description of the item", ...
generate_invoice_2aa488a6
{ "properties": { "action": { "type": "string" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" ...
o31060
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "collection": { "type": "string" }, "method": { "type": "string", "enum": [ "insert", "replace", "remove" ...
o57386
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ...
kb_874_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "PreviousName", "description": "A previous name of a company", "type": "object", "properties": { "company_name": { "type": "string", "minLength": 1 }, "con_date": { "type": "st...
o65462
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Scenario Reasoner output for scenarioinfo method", "type": "object", "properties": { "result": { "type": "object", "additionalProperties": true, "title": "Result of the method scenarioInfo", ...
o16046
{ "title": "Transcript Schema", "description": "A transcript of an audio file", "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "title": "Line", "type": "object", "description": "An individual line or paragraph of the transcript", "pr...
o33784
{ "title": "Parameter Selection", "items": { "type": "object", "properties": { "key": { "type": "string", "title": "Key/Attribute" }, "value": { "oneOf": [ { "type": "s...
o80803
{ "title": "Hardware Inventory Information", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "minProperties": 1 }
o8462
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schema.envirocar.org/sensor.json#", "allOf": [ { "$ref": "#/definitions/base" }, { "$ref": "#/definitions/with-id" }, { "oneOf": [ { ...
o44368
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "JSON Schema for extensions modules", "type": "object", "definitions": { "assembly": { "type": "object", "required": [ "priority" ], "properties": { "pr...
o58926
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "#/definitions/description", "description": "A Description can be a raw text, or be an object, which holds the description along with its format.", "oneOf": [ { "type": "object", "title": "Description", ...
o67600
{ "additionalProperties": false, "properties": { "matched": { "minimum": 0, "type": "integer" }, "modified": { "minimum": 0, "type": "integer" }, "upsertedId": { "type": "string" } }, "required": ...
o10065
{ "additionalProperties": false, "description": "Schema for a Mailchimp email address change event", "properties": { "data": { "additionalProperties": false, "properties": { "list_id": { "type": "string" }, "...
sp_110_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "required": [ "name", "version", "release" ], "properties": { "name": { "type": "string", "min...
o65933
{ "properties": { "created": { "_$id": "/properties/created", "description": "creation date", "oneOf": [ { "type": "null" }, { "_format": "date-time", "type": "stri...
o25804
{ "$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....
o21156
{ "anyOf": [ { "$ref": "#/definitions/SkaffoldConfig" } ], "definitions": { "Activation": { "additionalProperties": false, "description": "defines criteria to auto-activate a profile.", "preferredOrder": [ "env", ...
o6360
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "The post id" }, "title": { "type": "string", "description": "The post title", "minLength": 1...
o32495
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "pipetteName": { "description": "Name of a pipette. Does not contain info about specific model/version. Should match keys in pipetteNameSpecs.json file", "type": "string", "enum": [ ...
o12460
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation": { "description": "ExternalDocumentation allows referencing an external resource for extended documentation.", "properties"...
kb_222_Normalized
{ "title": "TrainingSet Schema", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "error": { "type": "number" }, "targetError": { "type": "number" }, "epochs": { "type": "integer" }...
o39491
{ "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_15e43d65
{ "id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/block/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "etag": { "type": "string", "pattern": "^[\\w\\.:-]+$", "pbj": { "ty...
o82640
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "start": { "type": "number" }, "end": { "type": "number" }, "duration": { "type": "number" }, "resolution": { "typ...
o6257
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ExternalDocumentation": { "description": "ExternalDocumentation allows referencing an external resource for extended documentation.", "properties"...
kb_496_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "value": { "type": "string", "minLength": 1, "maxLength": 32, "x-sdk-positional": true }, "tag": { "type": "object", "properties": { ...
o74198
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Json schema for Diagnostic Results", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string", "description": "A unique identifier for the diagnostic...
o89201
{ "additionalProperties": false, "description": "Schema for Vero user created", "properties": { "company": { "maxLength": 255, "type": [ "string", "null" ] }, "firstname": { "maxLength": 255, ...
sp_22_Normalized
{ "properties": { "customer": { "properties": { "email": { "description": "The email of the customer", "format": "email", "type": "string" }, "name": { "description": "The name of the customer", "type": "string" } }, ...
generate_invoice_5ae8be73
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "type...
o81588
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "relativeTo": { "oneOf": [ { "type": "str...
o9931
{ "additionalProperties": false, "description": "A join_group GTM server-side event.", "properties": { "group_id": { "description": "The ID of the group.", "maxLength": 4096, "type": [ "string", "null" ] } },...
sp_85_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pets": { "type": "object", "properties": { "dog": { "type": "array", "items": { "type": "string" }, ...
o41690
{ "properties": { "category": { "description": "The category to filter the search results", "type": "string" }, "price_range": { "description": "The price range to filter the search results", "properties": { "max_price": { "description": "The maximum price", ...
search_product_8f6f6661
{ "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "$id": "http://www.pucomex.serpro.gov.br/lpco/detalhar_modelo.schema.json", "properties": { "modelo": { "type": "object", "properties": { "orgaoAnuente": { ...
o73035
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of the triangle (if shape is triangle)", "type": "nu...
calculate_area_e409c856
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Data type as described by the specification (version 1.2)", "type": "object", "oneOf": [ { "$ref": "#/definitions/refType" }, { "$ref": "#/definitions/voidType" }, { ...
o11666
{ "properties": { "customer": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { "...
generate_invoice_b00da57a
{ "additionalProperties": false, "description": "A scroll GA4 enhanced-measurement event.", "properties": {}, "self": { "format": "jsonschema", "name": "scroll", "vendor": "com.google.ga4.enhanced-measurement", "version": "1-0-0" }, "type": "object" }
sp_74_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Egg Group", "definitions": { "translations": { "type": "object", "properties": { "cz": { "type": "string" }, "dk": { ...
o48420
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "scipm child -*- coding: utf-8 -*-", "type": "object", "additionalProperties": false, "properties": { "version": { "enum": [ "1" ], "description": "scipm child package" ...
o21727
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/common/mixin/taggable/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "tags": { "type": "object", "patternProperties": { "^[a-zA-Z_]{1}[\\w\\.:-]+$":...
o42523
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_scheduling_v1_PriorityClass": { "description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.", "properties": { ...
kb_762_Normalized
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "numbe...
calculate_area_8e760c24
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additinalProperties": false, "properties": { "title": { "type": "string" }, "icon": { "type": "string" }, "background": { "type": "string" }, ...
o83130
{ "description": "A Visual Pinball build.", "properties": { "_created_by": { "description": "Reference to the user who created this build. Only visible by contributors and above.", "readOnly": true, "type": "string" }, "_id": { "description...
o84344
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { ...
calculate_area_5c088303
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A Licence is a permission for an entity to do something that would otherwise not be permitted. Note that such permissions are recorded in multiple different ways and to different granularity. In addition categories cross over, for example a...
o65421
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "success": { "type": "boolean", "enum": [ true ] }, "accountIsLocked": { "type": "boolean" }, "twoFactorAuthEnable...
o9949
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "NIFTI" ], "type": "object", "properties": { ...
o41277
{ "properties": { "nginx": { "properties": { "bridge": { "default": false, "description": "Networking mode for Docker container. By default, it's false and HOST mode networking is used.", "type": "boolean" ...
o90794
{ "properties": { "channel": { "readonly": true, "type": "integer" }, "controlplane": { "readonly": true, "type": "boolean" }, "flags": { "readonly": true, "type": "integer" }, "ifnum": { ...
o30671
{ "additionalProperties": false, "description": "Schema for the Parrable decrypted payload", "properties": { "browserid": { "_format": "uuid", "type": "string" }, "deviceid": { "maxLength": 36, "type": "string" } }, "req...
sp_164_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "generateXAddressParameters", "type": "object", "properties": { "options": { "type": "object", "description": "Options to control how the address and secret are generated.", "properties": { ...
o70468
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition": { "description": "CustomResourceColumnDefinition specifies a column for server side printing.", "properties": { ...
kb_190_Normalized
{ "properties": { "project": { "$default": { "$source": "projectName" }, "description": "The name of the project.", "title": "angular-datatables", "type": "string" } }, "title": "Angular DataTables angular-datatables...
o56137
{ "$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....
o21335
{ "properties": { "activities": { "description": "The activities contributing to carbon footprint", "items": { "type": "string" }, "type": "array" }, "energy_usage": { "properties": { "electricity": { "description": "The amount of electricity consume...
calculate_carbon_footprint_b594c156
{ "title": "Invocation manifest for Nobrainer", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "largest-label": { "default": false, ...
o41346
{ "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_468b8ff1
{ "properties": { "bmcrevision": { "readonly": true, "type": "string" }, "cpufrequncy": { "readonly": true, "type": "integer" }, "encodedserialno": { "readonly": true, "type": "string" }, ...
o30758
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Question Info", "description": "Info files for questions.", "type": "object", "additionalProperties": false, "required": [ "uuid", "type", "title", "topic" ], "properties": { "uuid":...
o12978
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Tank", "description": "Describes information about tanks", "type": "object", "properties": { "id": { "description": "unique identifier for this tank", "type": "string" }, "stationid": { ...
o64825
{ "title": "Vector Tile Layer (VectorTileLayer)", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.", "properties": { "id"...
o90333
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": { "s": { "description": "Start value of keyframe segment.", "extended_name": "Start", "type": "number" }, "t": { "description": "Start time of keyfra...
o26975
{ "id": "http://cachemanager.michaco.net/schemas/cachemanager.json", "title": "JSON schema for CacheManager configuration files", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "configurationKey": { "type": "string", "descript...
o61027
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Main": { "properties": { "ABI3": { "$ref": "#/definitions/ABI3" }, "Object": { "$ref": "#/definitions/Object" }, ...
o14513
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Pubmatic Adapter Params", "description": "A schema which validates params accepted by the Pubmatic adapter", "type": "object", "properties": { "publisherId": { "type": "string", "description": "An ID wh...
o68326
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "A Starship", "properties": { "MGLT": { "description": "The Maximum number of Megalights this starship can travel in a standard hour. A Megalight is a standard unit of distance and has never been defined before within ...
o67024