json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "additionalProperties": false, "definitions": { "pathType": { "pattern": "^(\\/?((\\.{2})|([a-z0-9\\-]*))($|\\/))*$", "type": "string" } }, "not": { "allOf": [ { "required": [ "cmd" ] ...
o60770
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Fibaro Home Center Section JSON Schema", "name": "section", "type": "object", "properties": { "id": { "description": "Identifier for the section", "type": "integer", "minimum": 0 ...
o56015
{ "properties": { "discounts": { "description": "The list of discounts to be applied", "items": { "properties": { "description": { "description": "A description of the discount", "type": "string" }, "percentage": { "description"...
calculate_discounted_price_163efb7b
{ "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "type": "array", "$id": "http://www.pucomex.serpro.gov.br/lpco/listar_situacoes_destino.schema.json", "items": { "type": "object", "properties": { "id": { "type": "string" ...
o73043
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "width": { "descript...
calculate_area_volume_66140d38
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Inner", "description": "An explanation about the purpose of this instance.", "properties": { "outer1": { "type": "object", "title": "Outer1 schema.", "description": "An exp...
o53069
{ "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_63d85939
{ "properties": { "event_details": { "properties": { "end_time": { "description": "The end time of the event", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "start_time": { ...
create_calendar_event_1e329893
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_ReplicaSetCondition": { "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", "properties": { "lastTransitionTime": { ...
kb_813_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "bvec", "bval", "dwi" ], "type": "object...
o41471
{ "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_a21be457
{ "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_be131bf1
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://toyatech.net/cmsapp/events", "definitions": { "AttendanceRecord": { "type": "object", "properties": { "name": { "type": "string" }, "count...
o82179
{ "additionalProperties": false, "description": "Schema for a bad row resulting from adapter failures", "properties": { "failure": { "additionalProperties": false, "description": "Information regarding the adapter violations", "properties": { "mess...
sp_328_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/jshintrc", "properties": { "bitwise": { "description": "Prohibit the use of bitwise operators (&, |, ^, etc.)", "type": "boolean", "default": false }, "curly": { "description": "Requires...
jshintrc
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "anitya_response": { "type": "object", "description": "Anitya maps upstream components to downstream packages", "properties": {}, "additionalProperties": true }, "chan...
o42057
{ "properties": { "customer_email": { "description": "The email address of the customer", "type": "string" }, "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "item_name": { ...
create_invoice_731fed23
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Program Analytics", "description": "Defines the program analytics configuration.", "type": "object", "additionalProperties": false, "required": [ "goals" ], "properties": { "goals": { "type": "o...
o72186
{ "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_c9c6d4c2
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_FlowDistinguisherMethod": { "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", "properties": { "type": { ...
kb_369_Normalized
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/forms/mixin/field/1-0-2.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "pattern": "^[a-zA-Z_]{1}[\\w-]*$", "description": "A uniqu...
o42609
{ "properties": { "category": { "properties": { "id": { "format": "int64", "type": "integer" }, "name": { "type": "string" } }, "type": "object", ...
o69850
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { ...
generate_invoice_68b64fa6
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_StatefulSetCondition": { "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", "properties": { "lastTransitionTime": { ...
kb_1015_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (applicable for triangle)", "type": "number" }, "height": { "description": "The height of the shape (applicable for triangle)", "type": "number" ...
calculate_area_c8fa174c
{ "$id": "https://example.com/schemas/com-example-amount-2018-03-01.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "An amount object including quanity and currency code.", "properties": { "amount": { "pattern": "^[-]?\\d*\\.?\\d+$", "ty...
o69997
{ "definitions": { "contract": { "$schema": "http://json-schema.org/draft-04/schema", "title": "Contract (draft)", "definitions": { "id": { "description": "unique identifier of contract", "example": "01234567-89ab-cd...
o7578
{ "$comment": "https://yamllint.readthedocs.io/en/stable/configuration.html", "$ref": "#/definitions/ignore", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "toggle": { "type": "string", "enum": ["enable", "disable"] }, "ignore": { "properties": { "i...
yamllint
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "firstName": { "type": "string", "maxLength": 1024 }, ...
o9888
{ "$id": "https://json.schemastore.org/anywork-ac-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "allOf": [ { "if": { "properties": { "ctype": { "const": "swagger-codegen" } } }, "then": { ...
anywork-ac-1
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Address": { "type": "object", "additionalProperties": true, "title": "Address schema.", "description": "An explanation about the purpose of this instance described by this schema.", ...
o68444
{ "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_4e50f6e2
{ "title": "Formula Test Schema", "description": "JSON Schema (v4) for testing purposes", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "string": { "type": "string" }, "string_required": { "type": "string", ...
o64538
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "experienceUserId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, ...
o9887
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of triangle (applicable to triangle)", "type": "number" }, "height": { "description": "The height of triangle (applicable to triangle)", "type": "number" ...
calculate_area_5b1ec40a
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Panda-Hook Destroy", "description": "This is the configuation object panda-hook needs to delete a repo from the hook-server", "type": "object", "properties": { "cluster_address": { "description": "The hostname of t...
o66201
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Allowances", "description": "Allowances", "type": "object", "properties": { "annualInvestmentAllowance": { "title": "Annual investment allowance", "description": "Annual investment allowance on items th...
o46412
{ "description": "A MWF hyperlink component's schema definition.", "properties": { "href": { "type": "string" }, "label": { "type": "string" }, "text": { "type": "string" } }, "required": [ "text", "href"...
o85193
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/pattern.json", "properties": { "id": { "description": "Unique id of this pattern", "type": "string", "minLength": 1 }, "name": { "description": "Machine ...
pattern
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "items": { "items": { "properties": { "description": { "description": "The description of the item", "type": "string" }, "quantity...
generate_invoice_a733c17e
{ "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.", "properties": { "architecture": { "description": "The Architecture reported by the node", "type": [ "string", "null" ] }, "bootID": ...
kb_632_Normalized
{ "additionalProperties": false, "anyOf": [ { "required": [ "text" ] }, { "required": [ "attachments" ] } ], "description": "Schema for a Slack send message command", "properties": { ...
sp_201_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "An optional list of output types for which this element should be visible", "items": { "type": "string" }, "title": "Channel trait", "type": "array" }
wp_44_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetTokensResponse", "type": "object", "additionalProperties": false, "properties": { "tokens": { "type": "array", "items": { "$ref": "#/definitions/TokenEntryModel" } ...
o39437
{ "properties": { "education": { "description": "The list of educational qualifications", "items": { "type": "string" }, "type": "array" }, "email": { "description": "The email address of the user", "format": "email", "type": "string" }, "experienc...
generate_resume_a247b1e2
{ "properties": { "attendees": { "description": "The attendees of the meeting", "items": { "type": "string" }, "type": "array" }, "end_time": { "description": "The end time of the meeting in yyyy-mm-ddThh:mm:ss format", "format": "date-time", "type": "stri...
schedule_meeting_e32d16f4
{ "title": "Codemagic CI/CD configuration file - docs.codemagic.io", "type": "object", "properties": { "workflows": { "title": "Workflows for building a project", "description": "You can use codemagic.yaml to define several workflows for building a project. Each workflow desc...
codemagic-schema
{ "properties": { "base": { "description": "The base of the triangle (if applicable)", "type": "number" }, "height": { "description": "The height of the triangle (if applicable)", "type": "number" }, "length": { "description": "The length of the rectangle (if applicab...
calculate_area_1589ca0a
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "MsdDataSource": { "properties": { "Directory": { "type": "string" }, "ConnectionStringServer": { "oneOf": [ ...
o16791
{ "description": "Schema definition of a pokemon Type", "properties": { "slot": { "type": "integer" }, "type": { "properties": { "name": { "type": "string" }, "url": { "format"...
o53019
{ "id": "http://sport-archive.com/input-schema/output/thumb#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "CT transcode output specification for video thumbnails", "type": "object", "properties": { "output_type": { "type": "string", "value": "THUMB...
o63935
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "one": { "type": "string", "javaName": "three" }, "two": { "type": "string", "javaName": "three" } } }
o90567
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Event source", "type": "object", "properties": { "id": { "description": "Unique identifier given by the server", "type": "integer" }, "generatedIdentifier": { "description": "Uni...
o14479
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "ElementType": { "enum": [ "component", "directive" ], "type": "string" }, "SelectorChange": { "properties": { "remove"...
o7498