json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "properties": { "include_lowercase": { "description": "Include lowercase characters", "type": "boolean" }, "include_numbers": { "description": "Include numbers", "type": "boolean" }, "include_symbols": { "description": "Include symbols", "type": "boolean" ...
generate_random_password_813db764
{ "properties": { "cuisine": { "description": "The desired cuisine of the recipe", "type": "string" }, "dietary_restrictions": { "description": "Any dietary restrictions to consider", "items": { "type": "string" }, "type": "array" }, "keywords": { ...
search_recipe_8096f36e
{ "$id": "https://json.schemastore.org/esmrc.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cjs": { "description": "A boolean or object for toggling CJS features in ESM", "default": true, "oneOf": [ { "type": "...
esmrc
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "Configuration for a piece of video content, over a stream.", "properties": { "audio_codec": { "description": "The audio codec.", "type": "string" }, "bitrate": { "description": ...
wp_121_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/mimmi20/ua-result/master/schema/headers.json", "definitions": { "headers": { "type": "object", "properties": { "user-agent": { "type": "string...
o60854
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Get a Thing by Id", "descrption": "This is used for retrieved thing response", "type": "object", "properties": { "id": { "descrption": "The thing's id remembered by annie.", "type": "string" }, ...
o89498
{ "properties": { "date": { "description": "The date of the event", "type": "string" }, "end_time": { "description": "The end time of the event", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "start_tim...
create_calendar_event_60914aa2
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Referral Codes", "description": "A map of programs to referral codes.", "type": "object", "patternProperties": { "^[a-zA-Z0-9-]{1,64}$": { "type": "string", "title": "Referral Code", "descri...
o72194
{ "$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....
o21395
{ "properties": { "nginx": { "properties": { "bridge": { "default": true, "description": "Whether to use BRIDGE networking mode for Docker container. By default, this is true and BRIDGE mode networking is used.", "type":...
o90797
{ "type": "object", "properties": { "val": { "type": "number" }, "valNullable": { "type": [ "null", "number" ] }, "valUndef": { "type": "number" }, "valOpt": { "typ...
o25962
{ "$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...
o42056
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ComponentCondition": { "description": "Information about the condition of a component.", "properties": { "error": { "description": "Condition error code ...
kb_103_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://localhost:3000/schemas/get-device-request.json#", "title": "Device", "type": "object", "additionalProperties": false, "required": [ "id" ], "properties": { "id": { "type": "string", ...
o20466
{ "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_69ff7613
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://github.com/route4me/json-schemas/blob/master/note.dtd", "type": "object", "title": "Note", "properties": { "note_id": { "type": "integer", "title": "Note ID", "description": "the id of ...
o71409
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Generated from kata/spec/fixtures/examples/servers.json with shasum 568cdaa5cef13f7b5ece95a9dc6d65460d8362ba", "type": "object", "required": [ "servers" ], "properties": { "servers": { "type": "ar...
o59669
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "deviceRecipeId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, ...
o6195
{ "properties": { "date": { "description": "The date for tracking", "format": "date", "type": "string" }, "meals": { "description": "The meals consumed on the specified date", "items": { "properties": { "calories": { "description": "The calories ...
track_calories_ecbd9766
{ "properties": { "include_numbers": { "description": "Include numbers in the password", "type": "boolean" }, "include_special_characters": { "description": "Include special characters in the password", "type": "boolean" }, "include_uppercase": { "description": "Inclu...
generate_password_dc7141c8
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "http://sport-archive.com/input-schema/activities#", "properties": { "activityTaskList": { "description": "Tasklist (queue) where task are stacked and polled from", "maxLength": 6...
o63939
{ "properties": { "acl": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, "alg": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, ...
o30059
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ServiceRendered", "type": "object", "properties": { "serviceId": { "description": "ID of service", "type": "string", "minLength": 1 }, "serviceName": { "description":...
o53621
{ "additionalProperties": false, "definitions": { "browser_statement": { "additionalProperties": false, "properties": { "name": { "description": "Browser name, avoid using unnecessary English (e.g. prefer 'Chrome Android' over 'Chrome for Andro...
o60099
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JS Options Schema", "description": "Defines how squatch js interacts.", "type": "object", "properties": { "widget": { "type": "object", "properties": { "defaultWidgetType": { ...
o72184
{ "properties": { "client_name": { "description": "The name of the client", "type": "string" }, "items": { "items": { "properties": { "description": { "description": "The description of the item", "type": "string" }, "price": ...
generate_invoice_67a84e80
{ "properties": { "date": { "description": "The date of the meeting", "type": "string" }, "location": { "description": "The location of the meeting", "type": "string" }, "participants": { "description": "The participants of the meeting", "items": { "type...
schedule_meeting_9ed64d34
{ "definitions": { "StackedRequisitionPack": { "$ref": "#" } }, "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string" }, "description": { ...
o5462
{ "additionalProperties": false, "description": "Schema for AMP user identification", "properties": { "ampClientId": { "description": "AMP client ID - unique to AMP user", "maxLength": 128, "type": "string" }, "domainUserid": { "descrip...
sp_403_Normalized
{ "title": "featureExpressionInfo", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "An object that defines an expression for per-feature elevation.", "properties": { "expression": { "type": "string", "description": "An [Arcade ex...
o90201
{ "properties": { "courses": { "items": { "properties": { "credit_hours": { "description": "The number of credit hours for the course", "type": "number" }, "grade": { "description": "The grade earned in the course", "enum"...
calculate_gpa_98fdff57
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "deviceName": { "type": "string", "minLength": 1, "maxLeng...
o9836
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "encalgo": { "enum": [ ...
o30518
{ "additionalProperties": false, "description": "Schema for HTTP header extractor enrichment", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "additionalProperties": false, ...
sp_349_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Git LFS HTTPS Batch API Response", "type": "object", "definitions": { "action": { "type": "object", "properties": { "href": { "type": "string" }, ...
o43298
{ "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_1069_Normalized
{ "id": "https://treeherder.mozilla.org/schemas/v1/resultset-action-message.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Notification of triggering jobs in a resultset", "description": "Event is dispatched when user/service issues a (trigger_missing_jobs, trigger_all_talos_job...
o89230
{ "properties": { "scheme": { "title": "INSPIRE", "type": "string" }, "source": { "enum": [ "INSPIRE", "submitter", "conference", "curator", "publisher", "magpi...
o35154
{ "properties": { "point1": { "properties": { "latitude": { "description": "The latitude of point1", "type": "number" }, "longitude": { "description": "The longitude of point1", "type": "number" } }, "required": [ "l...
calculate_distance_0f21608e
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "bulk_publishing": { "type": "boolean" }, "links": { "type": "object", "additionalProperties": false, "properti...
o21174
{ "properties": { "discounts": { "items": { "properties": { "type": { "description": "The type of discount (e.g. percentage, amount)", "type": "string" }, "value": { "description": "The value of the discount", "type": "num...
calculate_discounted_price_9c048268
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentStrategy": { "description": "DeploymentStrategy describes how to replace existing pods with new ones.", "properties": { "rollingUpdate": { "$re...
kb_269_Normalized
{ "id": "http://schemas.taskcluster.net/base/v1/api-reference.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "API Reference File", "description": "Reference of methods implemented by API", "type": "object", "properties": { "version": { "description": "...
o36457
{ "title": "Invocation manifest for fMRIPREP: A Robust Preprocessing Pipeline for fMRI Data", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "skip-bids-validation": { ...
o41251
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "KnittingPattern", "description": "A knitting pattern specification. Defines a file name and knitting specs.", "type": "object", "properties": { "file_url": { "description": "The name of the file that holds the patt...
o40179
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Data origin schema", "type": "object", "properties": { "scope": { "type": "array", "enum": [ "runtime", "data build" ], "description": "The scope/use case the data is used for, e.g. data is part of the ...
o54973
{ "id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/node-ref-block/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "etag": { "type": "string", "pattern": "^[\\w\\.:-]+$", "pbj": { ...
o82674
{ "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_817_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://footown.com/generic/person#", "type": "object", "required": [ "firstname", "lastname" ], "properties": { "firstname": { "$ref": "#/definitions/name" }, "lastname": { ...
o48875
{ "properties": { "height": { "description": "Height of the triangle", "type": "number" }, "length": { "description": "Length of the rectangle or base of the triangle", "type": "number" }, "radius": { "description": "Radius of the circle", "type": "number" }...
calculate_area_771478b4
{ "properties": { "discount": { "description": "The discount amount (if any)", "type": "number" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { ...
generate_invoice_7953d15f
{ "description": "A release is a digital construction of a pinball game.", "properties": { "_created_by": { "description": "Reference to the user who created this release. Only visible by contributors and above.", "readOnly": true, "type": "string" }, ...
o84348
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A hash of keys that should be returned, to paths to the data from each item that should be returned.", "additionalProperties": { "description": "A path to the data that should be returned for this key, for each item. Each entry ...
o78131
{ "properties": { "end_date": { "description": "The end date and time of the event in YYYY-MM-DD HH:MM format", "type": "string" }, "location": { "description": "The location of the event", "type": "string" }, "start_date": { "description": "The start date and time of...
create_calendar_event_7a93de0e
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Use cases schema", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "thumbnail": { "type": "string" }...
o11171
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "T2", "T1", "FreeSurferLicense" ], "type...
o41318
{ "properties": { "include_digits": { "description": "Include digits in the password", "type": "boolean" }, "include_lowercase": { "description": "Include lowercase letters in the password", "type": "boolean" }, "include_special_chars": { "description": "Include speci...
generate_random_password_f0248d47
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of a triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of a triangle (if shape is triangle)", "type": "number" ...
calculate_area_8a72b9f8
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Diffs", "description": "Diffs Controller", "definitions": { "actions": { "single_commit": { "type": "object", "required": [ "data" ], ...
o65310
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Other", "description": "Other", "type": "object", "properties": { "nonResidentLandlord": { "title": "Non Resident Landlord", "description": "An explicit declaration that the user is a Non-Resident Landl...
o46428
{ "$schema": "http://json-schema.org/draft-04/schema", "$id": "segment", "description": "define segments to insert into a jinja template", "type": "object", "additionalProperties": true, "required": [ "identifier", "description", "segments" ], "properties": { ...
o31293
{ "properties": { "openldap-admin": { "description": "OpenLDAP Admin service configuration properties", "properties": { "cpus": { "default": 0.1, "description": "CPU shares to allocate to each OpenLDAP node.", ...
o90801
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "width": { "descript...
calculate_volume_4016aecf
{ "properties": { "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "term": { "type": "string" } }, "type": "object" }
o67193
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The asset.json file for mesh settings objects.", "type": "object", "properties": { "asset_type": { "type": "string", "pattern": "mesh_settings" }, "mesh": { "type": "string...
o42982
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "kind": { "type": "string", "default": "req", "readonly": "true", "description": "Defines that the message is a request" }, "id": { "t...
o9583
{ "items": { "additionalProperties": false, "properties": { "canUninstall": { "type": "boolean" }, "componentClasses": { "items": { "type": "string" }, "type": "array" ...
o68630
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Fibaro Home Center Light Sensor JSON Schema", "name": "light_sensor", "type": "object", "properties": { "id": { "description": "Fibaro Home Center device ID", "type": "integer", "minim...
o56008
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://github.com/route4me/json-schemas/blob/master/RouteParameters.dtd", "title": "Route Parameters", "type": "object", "properties": { "is_upload": { "type": [ "boolean", "null" ...
o71412
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_links": { "type": "object", "patternProperties": { "": { "type": "object", "properties": { "href": { ...
o69533
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Esquema Contenido tabla", "definitions": { "contenido": { "type": "object", "properties": { "titulos": { "type": "array", "items": { ...
o7540
{ "$id": "https://json.schemastore.org/asmdef.json", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [ { "properties": { "includePlatforms": { "minItems": 1 }, "excludePlatforms": { "maxItems": 0 } } }, { "properties"...
asmdef
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Grading Queue Message", "description": "A message describing a grading job to be run.", "type": "object", "additionalProperties": true, "required": [ "jobId", "image", "entrypoint", "s3Bucket", ...
o12970
{ "$id": "https://json.schemastore.org/one-service-descriptor-schema-0.1.json", "$ref": "#/definitions/ServiceDescriptor", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "ServiceDescriptor": { "type": "object", "additionalProperties": false, "properties": { ...
one-service-descriptor-schema-0
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the object", "type": "number" }, "length": { "description": "The length of the object", "type": "number" }, "width": { "descri...
calculate_volume_145170f3
{ "properties": { "dimensions": { "description": "The dimensions required for the calculation", "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the rectangle or tria...
calculate_area_c447fd6a
{ "properties": { "d": { "type": "number" }, "f": { "type": "number" }, "i": { "type": "integer" }, "i16": { "type": "integer" }, "i32": { "type": "integer" }, "i64": {...
o8435
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "graph": { "additionalProperties": false, "properties": { "directed": { "default": true, "type": [ "boolean", ...
o53111
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of the triangle (if shape is triangle)", "type": "number" ...
calculate_area_ab215361
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "bar": { "type": "string" }, "foo": { "enum": [ "", "abort", "fail", "ok" ], "type": "string" } ...
o17654
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "tbox", "description": "A tbox atom", "type": "object", "properties": { "modifier": { "description": "A pattern modifier", "enum": [ "", "dark" ] }, ...
o62762
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Tinder", "description": "This is not your tinder.", "generators": [ { "ddl": { "rootPathPrefix": "db", "roleName": "tinder_role", "grants": [ ...
o31337
{ "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4...
kb_753_Normalized
{ "properties": { "action": { "enum": [ "CACHE", "NOCACHE", "MAY_CACHE", "MAY_NOCACHE", "INVAL" ], "type": "string" }, "builtin": { "enum": [ "MODIF...
o30265
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "topicTemplate": { "title": "Topic Template", "type": "string", "minLength": 1 }, "messageTemplate": { "title":...
o6246
{ "$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....
o21167
{ "properties": { "cuisine": { "description": "The cuisine type to search for", "type": "string" }, "location": { "description": "The location for restaurant search", "type": "string" }, "price_range": { "properties": { "max_price": { "description": ...
search_restaurants_83e74281
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "adm", "is_test" ], "properties": { "adm": { "type": "array", "items": { "type": "object", "required": [ "id", ...
o19069
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "sensorId": { "type": "string" }, "temperature": { "type": "object", "properties": { "old": { ...
o14451
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Okapi Permission Object", "type": "object", "properties": { "permissionName": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": ...
o24182
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "path": { "description": "A JSON Pointer path.", "type": "string" } }, "id": "https://json.schemastore.org/json-patch.json", "items": { "oneOf": [ { "additionalProperties": false, "required":...
json-patch
{ "type": "object", "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "minProperties": 1, "maxProperties": 1, "additionalProperties": false, "properties": { "fabric_uuid": { "$id": "/properties/input/properties/fabric_uuid", "format": "u...
o8453
{ "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_9a162d40
{ "$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....
o21412
{ "additionalProperties": false, "description": "Schema for a local or remote push notification", "properties": { "action": { "description": "The action associated with the notification.", "maxLength": 1024, "type": [ "string", "nul...
sp_222_Normalized
{ "description": "ScaleStatus represents the current status of a scale subresource.", "properties": { "replicas": { "description": "actual number of observed instances of the scaled object.", "format": "int32", "type": [ "integer", "nul...
kb_922_Normalized
{ "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_7d8627f7
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the news articles", "type": "string" }, "start_date": { "description": "The start date of the news articles", "type": "string" } }, ...
search_news_6d8254b9
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Cookie", "id": "#/definitions/cookie", "description": "A Cookie, that follows the [Google Chrome format](https://developer.chrome.com/extensions/cookies)", "properties": { "domain": { "type": ...
o67599
{ "id": "https://letsencrypt.org/schema/01/signature#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for a signature (alg RS256/e=65537 or P-256 ONLY)", "type": "object", "required": [ "alg", "nonce", "sig", "jwk" ], "anyOf": [ { "properties": { ...
o40357