json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Schema for Artillery test scripts", "type": "object", "properties": { "config": { "type": "object", "properties": { "environments": { "type": "object" }, ...
o75613
{ "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_197ac5fd
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "location": { "type": "object", "properties": { ...
o19360
{ "properties": { "address1": { "type": "string" }, "city": { "type": "string" }, "contact_name": { "type": "string" }, "email": { "type": "string" }, "id": { "type": "integer" ...
o21087
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "order_items": { "description": "The items included in the order", "items": { "properties": { "item_name": { "description": "The name of the item", ...
generate_invoice_d5c4ba56
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "yotta-shrinkwrap.json schema", "properties": { "modules": { "$ref": "#/definitions/modulesArray" }, "targets": { "$ref": "#/definitions/targetsArray" }, "additionalProperties": f...
o24621
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Appnexus Adapter Params", "description": "A schema which validates params accepted by the AppNexus adapter", "type": "object", "properties": { "placement_id": { "type": "integer", "description": "An ID ...
o68294
{ "$id": "https://github.com/devpaul/webserv/tree/master/webserv.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "webserv configuration", "description": "webserv configuration schema", "type": "object", "properties": { "externals": { "type": "obje...
o36012
{ "title": "Range", "$schema": "http://json-schema.org/draft-04/schema", "description": "Range object.", "properties": { "interactionMode": { "type": "string", "description": "Indicates the mode in which the active range should be presented to the user.", "enu...
o90287
{ "additionalProperties": true, "properties": { "body": { "additionalProperties": true, "properties": { "foreground": { "type": "boolean" }, "latitude": { "type": "string" }, ...
sp_390_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ServiceReference": { "description": "ServiceReference holds a reference to Service.legacy.k8s.io", "properties": { "name": { ...
kb_1149_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "$comment": "v0.1.0", "title": "Pipeline Schema", "description": "A dvc.yaml pipeline definition", "type": "object", "definitions": { "OutputFlags": { "type": "object", "description": "Output file with more f...
o38538
{ "$id": "https://json.schemastore.org/codecov", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "default": { "$comment": "See https://docs.codecov.com/docs/commit-status#basic-configuration", "properties": { "target": { "type": ["string", "number"], ...
codecov
{ "additionalProperties": false, "properties": { "brand": { "type": "string" }, "category": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { ...
o54575
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "address": { "type": "object", "properties": { "street_address": { "type": "string" }, "city": { "type": "string" ...
o90886
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Badge List", "description": "A list of available Open Badges", "type": "object", "required": [ "badgelist" ], "additionalProperties": false, "properties": { "badgelist": { "description": "Contai...
o21869
{ "properties": { "meeting_details": { "properties": { "datetime": { "description": "The date and time of the meeting", "format": "date-time", "type": "string" }, "participants": { "description": "The email addresses of the meeting participants...
schedule_meeting_2fc6b10a
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Action target templates", "description": "The collection of action target templates", "type": "array", "items": { "description": "Action target templates.", "type": "object", "properties": { "id": { "description": "Uni...
o14458
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "key": { "type": "string", "minLength": 1, "maxLength": 255 }, "value": {} }, "additionalProperties": false, "required": [ "key" ] }
o9909
{ "properties": { "animations": { "default": true, "description": "Whether Angular browser animations should be set up or not.", "type": "boolean", "x-prompt": "Set up browser animations for Nebular?" }, "customization": { "default"...
o19980
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Yeahmobi Adapter Params", "description": "A schema which validates params accepted by the Yeahmobi adapter", "type": "object", "properties": { "pubId": { "type": "string", "description": "Publisher ID",...
o68349
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "datasourcesCreate", "required": [ "config" ], "properties": { "config": { "type": "object", "required": [ "target" ], "properties": ...
o74019
{ "description": "ExternalDocumentation allows referencing an external resource for extended documentation.", "properties": { "description": { "type": [ "string", "null" ] }, "url": { "type": [ "string", ...
kb_339_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ...
kb_827_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Sample base schema", "properties": { "alias": { "description": "An unique identifier in a submission.", "minLength": 1, "type": "string" }, "attributes": { "descrip...
o4841
{ "$defs": { "ActionGroup": { "items": { "oneOf": [ { "type": "string" }, { "$ref": "#/$defs/Metadata" } ] }, "type": "array" }, "Metadata": { "properties": { "metadata": { "properties...
meta-runtime
{ "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_75a4a605
{ "properties": { "grades": { "description": "The list of courses with grades and credit hours", "items": { "properties": { "course": { "description": "The name of the course", "type": "string" }, "credit_hours": { "description"...
calculate_gpa_9e9527b1
{ "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_c1b25394
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Sharethrough Adapter Params", "description": "A schema which validates params accepted by the Sharethrough adapter", "type": "object", "properties": { "pkey": { "type": "string", "description": "placeme...
o68332
{ "additionalProperties": false, "properties": { "analyticsAvailable": { "type": "boolean" }, "apiAccess": { "type": "boolean" }, "apiType": { "type": "string" }, "auditInformationProvided": { "properties": {...
o62059
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "Git LFS HTTPS Batch API v1 Request", "type": "object", "properties": { "operation": { "type": "string" }, "objects": { "type": "array", "items": { "type": "object"...
o83141
{ "properties": { "name": { "type": "string" }, "payload": { "type": [ "null", "string", "number", "object", "array" ] }, "schema": { "enum": [ ...
o67195
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "The key to project.", ...
kb_945_Normalized
{ "properties": { "height": { "description": "The height of the package in centimeters", "type": "number" }, "length": { "description": "The length of the package in centimeters", "type": "number" }, "weight": { "description": "The weight of the package in kilograms",...
calculate_shipping_cost_b91abc2d
{ "properties": { "end": { "properties": { "latitude": { "description": "The latitude of the ending point", "type": "number" }, "longitude": { "description": "The longitude of the ending point", "type": "number" } }, "requir...
calculate_distance_1d43e56b
{ "additionalProperties": false, "description": "Schema for an Olark transcript event", "properties": { "groups": { "items": { "additionalProperties": false, "properties": { "id": { "maxLength": 128, ...
sp_153_Normalized
{ "$id": "https://example.com/person.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Person", "type": "object", "required": [ "minzoom", "maxzoom", "tiles" ], "definitions": { "zoomlevel": { "type": "integer", ...
o42994
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": { "behavior": { "type": "string", "enum": ["block", "allow", "noAuth"] }, "rule": { "type": "object", "properties": { "path": { "description": "Relative path t...
epr-manifest
{ "$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, "...
o21250
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "marathonJson": { "type": "object", "additionalProperties": true } }, "required": [ "marathonJson" ], "additionalProperties": false }
o79450
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the rectangle or triangle", "type": "number" }, "radius": { ...
calculate_area_dab4d0a9
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "dateUTCISO": { "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$", "type": "string" }, "sha1": { "pattern": "^[0-9a-f]{40}$", "type": "string" ...
o20375
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "integer", "minimum": 1 }, "...
o88583
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "description": "The items included in the invoice", "items": { "properties": { "description": { "description": "The description of the item",...
generate_invoice_ec3a8e8b
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "rank": { "type": "string" }, "joined": { ...
o45175
{ "anyOf": [ { "$ref": "#/definitions/SkaffoldConfig" } ], "definitions": { "Activation": { "additionalProperties": false, "description": "criteria by which a profile is auto-activated.", "preferredOrder": [ "env", ...
o6355
{ "$schema": "http://json-schema.org/draft-04/schema", "properties": { "agency": { "type": "string" }, "conformsTo": { "_format": "uri", "type": "string" }, "date_effective": { "_format": "date-time", "type": "st...
o65504
{ "additionalProperties": false, "definitions": { "cliInfo": { "required": [ "url", "kind", "contentHash" ], "properties": { "url": { "type": "string" }, ...
o81167
{ "title": "JSON schema for NLU (npm-link-up) library.", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "oneOf": [ { "required": ["list"] }, { "required": ["packages"] }, { "required": ["deps"] } ], "definitions": { "PackagesMap": { ...
nlu
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "deviceName": { "type": "string", "minLength": 1, "maxLeng...
o9837
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "anyOf": [ { "$ref": "#/definitions/specifiedProvider" }, { "$ref": "#/definitions/defaultProvider" } ] }, { "anyOf": [ { "$ref": "#/definitions/sp...
libman
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSONAPI rc3", "description": "A JSONAPI document", "type": "object", "properties": { "data": { "anyOf": [ { "$ref": "#/definitions/resource" }, { ...
o43079
{ "properties": { "agreed_variations": { "type": "object" }, "application_company_details_confirmed": { "type": "boolean" }, "current_framework_agreement": { "description": "a non-primary mapper representing the current FrameworkAgreement o...
o21099
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string" }, "force": { "type": "boolean" } }, "required": [ "id", "force" ], "additionalItems": false }
o83139
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ProgrammerCV Resume Schema", "type": "object", "properties": { "meta": { "type": "object", "description": "Contains metadata information for the resume", "properties": { "format"...
o68588
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "LoopAnimation", "description": "The \"loop\" property of the element specifies the Loop Animation associated with the element. Unlike Transition Animation, it repeats the same animation multiple times specified by the repeat property (the def...
o46559
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SEL...
kb_717_Normalized
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the shape (if applicable)", "type": "number" }, "radius": { "description": "The radius of the circle (if applicable)", "type": "number" }, ...
calculate_area_8f5e3e5c
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.5/traits/trait_date.json", "title": "Dated trait", "description": "Trait that applies common publishing-related dates to a schema.", "t...
o85918
{ "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_476_Normalized
{ "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...
o90739
{ "description": "Creates a new generic library project in the current workspace.", "long-description": "./library-long.md", "properties": { "entryFile": { "default": "public-api", "description": "The path at which to create the library's public API file, relative to the work...
o40753
{ "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_487_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "DomainName" ], "properties": { "DomainName": { "type": "string" }, "SubjectAlternativeNames": { "type": "array", "items": { "ty...
o25107
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "missing-classes": { "type": "object", "properties": { "behavior": { "type": "string", "enum": [ "ignore",...
o70016
{ "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_15794693
{ "additionalProperties": false, "description": "Schema for Igluctl's configuration", "properties": { "actions": { "description": "Configuration for s3cp and push commands", "items": { "anyOf": [ { "description": "Co...
sp_209_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://www.qiskit.org/schemas/backendstatus_schema.json", "description": "OpenQuantum backend status schema", "version": "1.0.0", "type": "object", "required": [ "backend_name", "backend_version", "operational...
o13111
{ "additionalProperties": false, "description": "Schema for heartbeat event", "properties": { "interval": { "type": "number" } }, "self": { "format": "jsonschema", "name": "app_heartbeat", "vendor": "com.snowplowanalytics.monitoring.kinesis", ...
sp_237_Normalized
{ "description": "TokenReviewSpec is a description of the token authentication request.", "properties": { "audiences": { "description": "Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify tha...
kb_1075_Normalized
{ "description": "A GeoJSON object MAY have a member named 'bbox' to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2 * n where n is the number of dimensions represented in the contained geometries, with all ax...
o19003
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LimitRange": { "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.", "properties": { "apiVersion": { "descrip...
kb_529_Normalized
{ "$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_85_Normalized
{ "$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]...
o5374
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "A planet.", "properties": { "climate": { "description": "The climate of this planet. Comma-seperated if diverse.", "type": "string" }, "created": { "_format": "date-time", ...
o67022
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "course": { "type": "object", "properties": { "id": { "type": "integer" }, "number": { "type": "st...
o13672
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "level": { "type": "string", "enum": [ "info", "warning", "error", "critical" ] }, "state": { ...
o6210
{ "properties": { "AutoLaunchedApplicationDictionary-managed": { "description": "Automatically launch these applications at login", "items": { "description": "Automatically Launched Login Item", "properties": { "AuthenticateAsLoginU...
o61616
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "code_metrics_result": { "type": "object", "description": "Details computed by CodeMetrics worker", "properties": { "languages": { "type": "array", ...
o42029
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "project description file", "name": "Module", "properties": { "require": { "type": "object", "description": "This is a hash of module name (keys) and version constrai...
o64700
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Shader Build-Chain Definition Schema", "type": "object", "required": [ "FXCPath", "OutputDirectory", "ShadersToCompile" ], "properties": { "FXCPath": { "description": "The path to fxc.ex...
o13404
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.3/traits/trait_planning.json", "title": "Scheduling information", "description": "Trait that applies planning information to a document or r...
o86222
{ "$id": "http://www.xsd2jsonschema.org", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "properties": { "Age": { "type": "number" } }, "required": [ "Age" ], "anyOf": [ { "oneOf": [ { ...
o21864
{ "additionalProperties": false, "description": "Schema for a Mandrill message delayed event", "properties": { "_id": { "type": "string" }, "diag": { "type": "string" }, "msg": { "additionalProperties": false, "propertie...
sp_126_Normalized
{ "$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....
o21193
{ "properties": { "base": { "description": "The base of the triangle (required for triangle)", "type": "number" }, "height": { "description": "The height of the triangle (required for triangle)", "type": "number" }, "length": { "description": "The length of the rectan...
calculate_area_2a4ca543
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Allowances", "type": "object", "properties": { "annualInvestmentAllowance": { "title": "Annual investment allowance", "description": "Can be claimed on equipment bought (except cars) up to maximum annual am...
o17482
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.5.5/traits/trait_owner.json", "title": "Owner information ", "description": "Trait that applies a owner information to a document or resource....
o86359
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1alpha1_PolicyRule": { "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", ...
kb_863_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "users", "releases", "companies", "repos", "project_types" ], "properties": { "users": { "type": "array", "items": { "type":...
o63519
{ "properties": { "cookieipport": { "readonly": true, "type": "string" }, "curstate": { "enum": [ "UP", "DOWN", "UNKNOWN", "BUSY", "OUT OF SERVICE", "GOING OUT ...
o30568
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "...
calculate_area_0544ef30
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/definitions/job" } ], "definitions": { "possiblySecretString": { "anyOf": [ { "type": "string", "description": "This value will be used directly (regular string)" }, ...
appveyor
{ "title": "JSON schema for pinpoint plugin type-provider.yml files", "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://pinpoint.navercorp.com/type-provider.schema", "definitions": { "serviceType": { "type": "object", "additionalProperties": false, ...
o78964
{ "minimum": 0, "type": "integer" }
o27841
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_coordination_v1_Lease": { "description": "Lease defines a lease concept.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schem...
kb_515_Normalized
{ "title": "thumbnail", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "Object contains a thumbnail image.", "properties": { "url": { "type": "string", "description": "The URI pointing to the thumbnail image. Typically a base64-e...
o90127
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "AuthorizeRequest", "type": "object", "properties": { "idTag": { "type": "string", "maxLength": 20 } }, "additionalProperties": false, "required": [ "idTag" ] }
o43970
{ "properties": { "gslbthreshold": { "readonly": true, "type": "integer" }, "ipaddress": { "readonly": true, "type": "string" }, "name": { "type": "string" }, "port": { "readonly": true, ...
o30466