json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_APIGroup": { "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.", "properties": { "apiVersion": { ...
kb_19_Normalized
{ "title": "A Statamic Blueprint JSON Schema", "$id": "https://arroba-it.de/statamic.blueprint.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "oneOf": [ { "required": [ "tabs" ] }, { "required": [ "sections" ] } ]...
statamic
{ "$id": "https://json.schemastore.org/airlock-microgateway-3.2.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "DefaultActionDto": { "title": "dto action", "type": "object", "properties": { "enabled": { "type":...
airlock-microgateway-3
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Url schema", "type": "object", "properties": { "rates": { "type": "array", "items": { "type": "object", "properties": { "symbol": { ...
o46922
{ "$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, "...
o21199
{ "additionalProperties": false, "properties": { "id": { "type": "number" }, "message": { "type": "string" }, "warnings": { "items": { "type": "string" }, "type": "array" } }, "typ...
o13948
{ "anyOf": [ { "$ref": "#/definitions/SkaffoldConfig" } ], "definitions": { "Activation": { "additionalProperties": false, "description": "criteria by which a profile is auto-activated.", "preferredOrder": [ "env", ...
o6352
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectFieldSelector": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": ...
kb_287_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": { "$schema": { "enum": [ "https://raw.githubusercontent.com/lmazuel/swagger-to-sdk/master/swagger_to_sdk_config.schema.json" ] }, "meta": { "type...
o57432
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Measure", "description": "Inches measurement, must be even number of feet", "type": "object", "properties": { "length": { "type": "integer", "minimum": 0, "multipleOf": 12 } } }
o83695
{ "properties": { "allowboundsvcremoval": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", ...
o30538
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Git LFS HTTPS Batch API v1 Response", "type": "object", "definitions": { "action": { "type": "object", "properties": { "href": { "type": "string" }, ...
o48454
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ServerAddressByClientCIDR": { "description": "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they ma...
kb_40_Normalized
{ "properties": { "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { "description": "The price of the item", "type": "number" }, "quant...
generate_invoice_aefb5465
{ "properties": { "event_date": { "description": "The date of the event (format: YYYY-MM-DD)", "type": "string" }, "event_location": { "description": "The location of the event", "type": "string" }, "event_time": { "description": "The time of the event (format: HH:MM ...
create_calendar_event_a356bc91
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://mkvtoolnix.download/doc/mkvmerge-identification-output-schema-v6.json", "title": "mkvmerge identification output", "description": "The JSON output produced by mkvmerge's file identification mode", "type": "object", "propertie...
o81133
{ "properties": { "dimensions": { "dependencies": { "shape": [ "circle", "rectangle" ] }, "properties": { "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "descripti...
calculate_area_01d19dbe
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Namespace Value Resource", "description": "A single namespace value within a BEL Namespace.", "type": "object", "additionalProperties": false, "required": [ "namespace_value" ], "properties": { "namespace_va...
o63151
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "columnConfigs": { "type": "array", "items": { "type": "object", "properties": { "formatter": { "type": "objec...
o13151
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "company": { "description": "e.g. Google or Pied Piper", "type": "string" }, "jobs": { "description": "list of jobs", "items": { "properties": { ...
o57757
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Dashboards", "type": "object", "properties": { "name": { "type": "string" }, "layout": { "type": "object", "properties": { "^\\w+$": { "type":...
o74592
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { ...
create_invoice_f657de16
{ "id": "https://cdn.brytecore.com/packages/schemas/address.json", "$schema": "http://json-schema.org/draft-04/schema#", "description": "A mailing address", "type": "object", "properties": { "streetAddress": { "type": [ "string", "null" ...
o2460
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items in the transaction", "items": { "properties": { "name": { "description": "The name of the item", "type"...
generate_invoice_66cf7be8
{ "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_1030_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "vorgaenger": { "type": "array", "items": { "type": "string" } }, "warteart": { "type": "string", "enum": [ ...
o79711
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/ncr/mixin/edge/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "from_ref": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$" }, "to_ref": { ...
o42792
{ "properties": { "backuplbmethod": { "enum": [ "ROUNDROBIN", "LEASTCONNECTION", "LEASTRESPONSETIME", "SOURCEIPHASH", "LEASTBANDWIDTH", "LEASTPACKETS", "STATICPROXIMITY", ...
o30467
{ "description": "A **PDF Manager batch** represents the asynchronous execution and eventual population of a **PDF Manager template**, resulting in **PDF Manager zip files**.", "links": [ { "description": "Display existing batch with download URL.", "href": "/api/v1/user_identiti...
o9517
{ "$ref": "#/definitions/light", "definitions": { "light": { "properties": { "intensity": { "default": 1, "description": "brightness of the light", "maximum": 20, "minimum": 1, ...
o91096
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "accountSid": { "title": "Account Sid", "type": "string", "minLength": 1, "messages": { "required": "Account Sid is required" } ...
o6249
{ "properties": { "humio": { "properties": { "agents": { "default": "all", "description": "Agents to deploy on all cluster agents. Comma (,) separated list of \"filebeat\", \"metricbeat\" or simply \"all\"", "type": "str...
o46813
{ "additionalProperties": false, "definitions": { "blkio_limit": { "additionalProperties": false, "properties": { "path": { "type": "string" }, "rate": { "type": [ "int...
o83840
{ "description": "This schema describes the format of a court as sent across the court-api", "properties": { "DX": { "description": "directory exchange of this court. This is used for inter-court post, and also by law professionals.", "maxLength": 200, "minLength": 1,...
o60887
{ "properties": { "animations": { "default": true, "description": "Whether Angular browser animations should be set up.", "type": "boolean", "x-prompt": "Set up browser animations for Angular Material?" }, "project": { "$default": {...
o52821
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Artifacts to be fetched by url", "type": [ "array", "null" ], "items": { "type": "object", "description": "A specific artifact to be fetched by URL", "properties": { "url": { ...
o68414
{ "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_ee59beb2
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessRestrictions": { "minLength": 0, "pattern": "^$|(^(?:\\S+\\s+){0,99}\\S+$)", "type": "string" }, "additionalTerms": { "minLeng...
o21074
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string" }, "permissions": { "type": "array", "items": { "type": "string" } }, "members": { ...
o39447
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "bulk_publishing": { "type": "boolean" }, "links": { "type": "object", "additionalProperties": false, "properti...
o21345
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "nifti" ], "type": "object", "properties": { ...
o41530
{ "$comment": "JSON Schema for CRYENGINE 5.2", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cvars": { "$id": "/definitions/cvars", "type": "string", "title": "Variable name", "description": "CVar name", "default": "sys_target_platforms", "enum": [...
cryproj
{ "$schema": "http://json-schema.org/draft-04/schema", "required": [ "FechaCreacion", "Version", "Listado", "Cantidad" ], "type": "object", "properties": { "FechaCreacion": { "type": "string" }, "Version": { "type": "str...
o47247
{ "collection": "reports", "class": "schema", "_id": "reports/schema/anc", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Report ANC", "type": "object", "properties": { "number_of_expected_pregnant_women": { "line_number": "1", "sw": "Idadi ya...
o47195
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "status": { "type": "string", "enum": [ "active", ...
o9772
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "nifti" ], "type": "object", "properties": { ...
o41487
{ "title": "Local Process Environment for Testing", "required": [ "environment_type" ], "properties": { "environment_type": { "default": "localproc-env", "enum": [ "localproc-env" ], "type": "string" } }, "ad...
o66173
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "additionalTerms": { "minLength": 0, "pattern": "^$|(^(?:\\S+\\s+){0,99}\\S+$)", "type": "string" }, "backgroundInformation": { "minL...
o21075
{ "$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_74_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "address", "type": "object", "properties": { "line1": { "description": "Address Line 1", "type": "string", "minLength": 1 }, "line2": { "description": "Address Line 2"...
o53603
{ "definitions": {}, "description": "Full analysis specification including data, sofware, environment and workflow enabling reproducibility on a REANA cluster.", "properties": { "environments": { "_id": "/properties/environments", "description": "All container images needed t...
o69808
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Codex Location Schema", "type": "object", "additionalProperties": false, "properties": { "id": { "type": "string" }, "institution": { "type": "string" }, "campus": { ...
o24176
{ "properties": { "connect": { "properties": { "bootstrap-servers": { "default": "broker-0.confluent.mesos:9092", "description": "Bootstrap servers for target Kafka cluster. Format is comma-separated list of <host>:<port>", ...
o90651
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "configurations": { "type": "array", "items": { "type": "object", "required": [ "name" ], "properties...
o53159
{ "properties": { "marathon-lb": { "properties": { "auto-assign-service-ports": { "default": false, "description": "Auto assign service ports for tasks which use IP-per-task. See https://github.com/mesosphere/marathon-lb#mesos-with-ip-per-t...
o90762
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "base": { "description": "The base of a triangle", "type": "number" }, "height": { "description": "The height of a triangle", "type": "number"...
calculate_area_2ad222d3
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "amr", "description": "Representation for an AMR table entry", "definitions": { "amr_entry": { "type": "object", "properties": { "antibiotic": { "type": "string" ...
o4849
{ "properties": { "attendees": { "description": "The attendees of the event (optional)", "items": { "type": "string" }, "type": "array" }, "end_date": { "description": "The end date and time of the event in ISO 8601 format", "format": "date-time", "type": ...
create_calendar_event_667f096c
{ "id": "http://sport-archive.com/input-schema/client#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Schema for 'client'", "type": "object", "properties": { "name": { "description": "Client name", "type": "string", "minLength": 3, ...
o77701
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "ItemType", "description": "JSON schema for item_type.", "additionalProperties": false, "propertiesOrder": [ "name", "description", "type" ], "required": [ "$schema", ...
o69968
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the rectangle (if applicable)", "type": "number" }, "radius": { "description": "The radius of the circle (if applicable)", "type": "number" }, ...
calculate_area_da838e6b
{ "$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_112_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "packageName": { "type": "string" }, "includePackageVersions": { "type": "boolean", "default": false } }, "required": [ "packageName" ...
o79441
{ "properties": { "coden": { "items": { "pattern": "\\w{6}", "title": "CODEN", "type": "string" }, "title": "CODEN", "type": "array", "_uniqueItems": true }, "former_title": { ...
o50673
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "events": { "type": "object", "description": "Publish a stream of event bus activity through wrapper events.", "properties": { "stream": { ...
o89606
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "MyGame_OtherNameSpace_FromInclude": { "type": "string", "enum": [ "IncludeVal" ] }, "MyGame_Example_Color": { "type": "string", "enum": [ ...
o90895
{ "title": "fabric info", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "required": [ "fabric_fq_name", "management_subnets", "device_auth", "node_profiles" ], "properties": { "fabric_fq_name": {...
o8457
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { ...
kb_357_Normalized
{ "$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, "...
o21370
{ "properties": { "attachments": { "description": "The files to attach to the email", "items": { "description": "Paths of the files to attach", "type": "string" }, "type": "array" }, "message": { "description": "The content of the email message", "type":...
send_email_b3029254
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Specifies how Wangscape should convert a set of terrain tiles into corner Wang tilesets.", "properties": { "AlphaCalculatorMode": { "description": "Specifies which type of AlphaCalc...
o74560
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "refObject": { "type": "object", "additionalProperties": false, "properties": { "sub1": { "type": "string", "default": "ta-da" ...
o79427
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "schema": { "title": "Schema", "description": "The JSON Table Schema that describes of this resource.", "type": "object", "properties": { "fields": { "type": "array", "minItems": 0, ...
o34887
{ "additionalProperties": false, "description": "Schema for AMP Web Page context", "properties": { "ampPageViewId": { "description": "Base64 AMP page view ID - unique to Page View", "maxLength": 255, "type": "string" } }, "required": [ "amp...
sp_405_Normalized
{ "description": "Indicates the status of the obligation", "example": "Open", "oneOf": [ { "description": "The obligation is open or has not been fulfilled", "enum": [ "Open" ] }, { "description": "The obligation has bee...
o46299
{ "additionalProperties": false, "definitions": { "border": { "type": "string" }, "borders": { "additionalProperties": false, "properties": { "bodyJoin": { "$ref": "#/definitions/border" }, ...
o91088
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://sample.trajano.net/venue.json#", "type": "object", "title": "venue", "description": "Jackson data binding is done on this project for now, this avoids requiring it in the core doxdb", "properties": { "name": { ...
o82241
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "insurance": { "$schema": "http://json-schema.org/draft-04/schema#", "title": "Insurance Schema", "type": "object", "properties": { "company": { "t...
o77739
{ "description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n IP: An IP address allocated to the pod. Routable at least within the cluster.", "properties": { "ip": { "description": "ip is an IP address (IPv4 or IPv6) assigned to the pod", ...
kb_706_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "tbutton", "description": "A tbutton atom", "type": "object", "properties": { "disabled": { "type": "boolean" }, "children": { "type": "string" }, "text": { "t...
o62763
{ "title": "Node Profile Import", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "properties": { "fabric_fq_name": { "type": "array", "items": { "type": "string" } }, "...
o8472
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "bulk_publishing": { "type": "boolean" }, "links": { "type": "object", "additionalProperties": false, "properti...
o21221
{ "properties": { "dimensions": { "dependencies": { "base": [ "triangle" ], "height": [ "triangle", "rectangle" ], "length": [ "rectangle", "triangle" ], "radius": [ "circle" ], ...
calculate_area_08e029cf
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A Trademark is a recognizable sign, design, or expression which identifies products or services of a particular source from those of others. This schema is actually for the trademark registration, i.e. not just the mark details, but the rec...
o65432
{ "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_b680cace
{ "additionalProperties": false, "description": "Hypercharge get params for GET /v2/scheduler", "properties": { "active": { "description": "schedulers where active = true|false; true: Scheduler is on. false: Scheduler is turned off but still visible.", "extends": "types.json#...
o46895
{ "properties": { "credit_hours": { "properties": { "course1": { "description": "The credit hours for course 1", "type": "integer" }, "course2": { "description": "The credit hours for course 2", "type": "integer" } }, "requi...
calculate_gpa_8386eb5b
{ "properties": { "check_in_date": { "description": "The check-in date in yyyy-mm-dd format", "format": "date", "type": "string" }, "check_out_date": { "description": "The check-out date in yyyy-mm-dd format", "format": "date", "type": "string" }, "guests": { ...
search_hotels_9c089a97
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "positiveNumber": { "type": "number", "minimum": 0 }, "channels": { "enum": [ 1, 8 ] }, "displayCategory": { ...
o12458
{ "properties": { "crate": { "description": "Crate configuration properties.", "properties": { "blob-path": { "description": "The absolute path where Crate should store blobs. Note that the user `crate` needs write access!", "ty...
o90695
{ "properties": { "base": { "description": "The base of the triangle (required for triangle shape)", "type": "number" }, "height": { "description": "The height of the triangle (required for triangle shape)", "type": "number" }, "length": { "description": "The length o...
calculate_area_17846eca
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Experience Group", "description": "Schema for a single Experience Group", "type": "object...
o9881
{ "id": "http://schemas.triniti.io/json-schema/gdbots/forms/mixin/field/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "pattern": "^[a-zA-Z_]{1}[\\w-]*$", "description": "A uniq...
o82377
{ "$comment": "https://github.com/hoodiehq/first-timers-bot", "$id": "https://json.schemastore.org/first-timers.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "A bot that helps onboarding new open-source contributors.", "properties": { "labels"...
first-timers
{ "$id": "https://json.schemastore.org/bigquery-table", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "field_name": { "type": "string" }, "field_type": { "type": "string", "enum": [ "INT64", "INTEGER", "FLOAT64", "FLOAT", ...
bigquery-table
{ "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_ba46209b
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "cr": { "type": "integer", "minimum": 0, "maximum": 30, "required": [ "type", "minimum", "maximum" ], "addition...
o72247
{ "title": "Raster Data Elevation Layer", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "RasterDataElevationLayer is a single-band raster layer used for rendering elevation.", "properties": { "id": { "type": "string", "descripti...
o90289
{ "default": true, "description": "Show the \"back to top\" button", "type": "boolean" }
o67689
{ "properties": { "include_lowercase": { "description": "Whether to include lowercase letters", "type": "boolean" }, "include_numbers": { "description": "Whether to include numbers", "type": "boolean" }, "include_special_characters": { "description": "Whether to inclu...
generate_random_password_def83a6c