json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "properties": { "destination": { "description": "The destination address", "type": "string" }, "dimensions": { "properties": { "height": { "description": "The height of the item in inches", "type": "number" }, "length": { "descripti...
calculate_shipping_cost_c67dadb0
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Home page schema", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "image": { "type": "string" }, ...
o11173
{ "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_752_Normalized
{ "additionalProperties": false, "description": "Context containing first duplicated event id", "properties": { "originalEventId": { "_format": "uuid", "type": "string" } }, "required": [ "originalEventId" ], "self": { "format": "jsonsc...
sp_278_Normalized
{ "properties": { "height": { "description": "The height of the package in inches", "type": "number" }, "length": { "description": "The length of the package in inches", "type": "number" }, "weight": { "description": "The weight of the package in pounds", "type"...
calculate_shipping_cost_a0a6e23e
{ "$comment": "https://docs.codeclimate.com/docs/advanced-configuration", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "enabled": { "type": "object", "properties": { "enabled": { "title": "Enabled", "type": "boolean", "default": true ...
codeclimate
{ "additionalProperties": false, "properties": { "data": { "additionalProperties": true, "properties": { "schema": { "_format": "url", "type": "string" } }, "required": [ ...
o54578
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "itemType": { "type": "string", "enum": [ "application", "device", "flow", "dashboard", "organization" ...
o9951
{ "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_7dcdd94e
{ "$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....
o21356
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetWatchesResponse", "type": "object", "additionalProperties": false, "properties": { "watches": { "type": "array", "items": { "$ref": "#/definitions/WatchDetails" } ...
o39439
{ "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_e4c82cad
{ "$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....
o21279
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "search" ], "properties": { "search": { "type": "object", "required": [ "resource" ], "properties": { "parameter": {...
o52964
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape (if applicable)", "type": "number" }, "width": { ...
calculate_area_9c762a0e
{ "properties": { "dimensions": { "dependencies": { "shape": [ "square", "rectangle", "circle" ] }, "properties": { "radius": { "description": "The radius of the shape (for circle)", "type": "number" }, "si...
calculate_area_343cdca7
{ "properties": { "electricity_usage": { "description": "The monthly electricity usage in kilowatt-hours", "type": "number" }, "fuel_consumption": { "description": "The monthly fuel consumption in liters", "type": "number" }, "public_transport_usage": { "description":...
calculate_carbon_footprint_a856d46d
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "page": { "type": "integer", "description": "The page number" }, "pageSize": { "type": "integer", "description": "The page size" }, ...
o32474
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "dashboardId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "...
o9802
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": false, "definitions": { "content_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "Holds common attributes of ANS Content object...
wp_8_Normalized
{ "properties": { "category": { "description": "The category of news", "type": "string" }, "date_range": { "properties": { "end_date": { "description": "The end date of news articles", "type": "string" }, "start_date": { "description"...
search_news_d614cb52
{ "title": "Raster Data Layer", "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "description": "A layer for displaying raster data. This layer only applies to offline data.", "properties": { "copyright": { "type": "string", "description": "Attri...
o90290
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "order_items": { "items": { "properties": { "item_name": { "description": "The name of the item", "type": "string" }, "price":...
generate_invoice_eeab2951
{ "additionalProperties": false, "description": "Webhook event for creating a new deal.", "properties": { "appId": { "description": "The ID of your application. (In case you have multiple applications pointing to the same webhook URL.)", "maximum": 2147483647, "mi...
sp_105_Normalized
{ "additionalProperties": false, "properties": { "forgotten": { "minimum": 0, "type": "integer" } }, "title": "ForgetResponse", "type": "object" }
o10021
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "api_key" ], "type": "object", "properties": { ...
o41252
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "IBranch": { "additionalProperties": false, "properties": { "children": { "items": { "anyOf": [ ...
o15291
{ "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "length": { "description": "The length of the rectangle", "type": "number" }, "radius"...
calculate_area_a8bec8b0
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "avalon-core:application-1.0", "description": "An application definition.", "type": "object", "additionalProperties": true, "required": [ "schema", "label", "application_dir", "executable" ], ...
o60861
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of entity registration changing over time", "type": "object", "properties": { "data_type": { "enum": [ "subsequent-registration" ] }, "previous_entity"...
o65429
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": { "description": "MetricIdentifier defines the name and optionally selector for a metric", "properties": { "name": { "desc...
kb_346_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://elasticbox.net/schemas/metric", "type": "object", "required": [ "_id", "kind", "metadata", "data", "involvedObject" ], "additionalProperties": false, "properties": { "_id": {...
o5025
{ "default": [ "default" ], "description": "# Brief\n\nOptional list of groups to which the resource belongs.\n", "items": { "type": "string" }, "type": "array" }
o45634
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "dog": { "type": "string", "minLength": 10, "maxLength": 10 } }, "properties": { "dog": { "$ref": "#/definitions/dog" } }, "required": [ ...
o41662
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "icon": { "type": "string" }, "periodic_booking": { ...
o36600
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "RemoteStartTransactionRequest", "type": "object", "properties": { "connectorId": { "type": "integer" }, "idTag": { "type": "string", "maxLength": 20 }, "chargingP...
o43986
{ "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_9486edbe
{ "properties": { "keywords": { "description": "Keywords related to the job", "items": { "type": "string" }, "type": "array" }, "location": { "description": "The location of the job listings", "type": "string" }, "salary_range": { "properties": { ...
search_jobs_68c90426
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "api-options", "type": "object", "properties": { "trace": { "type": "boolean", "description": "If true, log rippled requests and responses to stdout." }, "feeCushion": { "type": "...
o70464
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "destinationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "destinationType": { "type": "string", "enum": [ "user", ...
o9953
{ "$schema": "http://json-schema.org/draft-04/schema#", "targetType": "document_surface1d", "schemaType": "entiteNommee", "title": "Entit\u00e9s nomm\u00e9es", "type": "object", "required": [ "schemaType", "_corpusID", "_documentID", "offsets" ], "properti...
o33700
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeClaim": { "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume", "properties": { "apiVersion": { ...
kb_667_Normalized
{ "description": "Generates a new, generic route guard definition in the given or default project.", "properties": { "flat": { "default": true, "description": "When true (the default), creates the new files at the top level of the current project.", "type": "boolean" ...
o58462
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "additionalProperties": { "description": "name associated to the virtual machine and its properties (cost and resources)", "type": "object", "properties": { "...
o48312
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "emailObj", "description": "Used to content of an email", "type": "object", "additionalProperties": false, "properties": { "status": { "type": "string", "description": "Status ot the email (queued, f...
o17133
{ "properties": { "database": { "description": "MySQL database configuration properties", "properties": { "name": { "default": "defaultdb", "description": "The name of a database to be created on startup.", "...
o90787
{ "id": "https://letsencrypt.org/schema/01/defer#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for a defer message", "type": "object", "required": [ "type", "token" ], "properties": { "type": { "enum": [ "d...
o40351
{ "id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/teaser/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_id": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "pbj": { ...
o82824
{ "additionalProperties": false, "definitions": {}, "pattern": "^[0-9]+#[A-Za-z0-9]+", "type": "string" }
o34210
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "pr...
kb_508_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "targetType": "document", "schemaType": "ProfileDomaineDocument", "title": "Profil de domaine", "type": "object", "required": [ "schemaType", "_documentID", "_corpusID" ], "properties": { "schemaType"...
o33702
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Contacts", "description": "Contacts: name, freeform contact methods", "type": "object", "properties": { "name": { "type": "string" } }, "minProperties": 1, "maxProperties": 5, "required": [ ...
o83690
{ "description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.", "properties": { "operator": { "description": "Represents a scope's relationship to a set of values. Valid operators are In, Not...
kb_930_Normalized
{ "$id": "https://json.schemastore.org/rust-toolchain.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file", "properties": { "toolchain": { "description": "A `toolchain` is a complete installation of the Rust ...
rust-toolchain
{ "additionalProperties": false, "description": "quota", "properties": { "quota": { "additionalProperties": false, "properties": { "api_export_size": { "default": 500, "description": "Number of zone records allowed", ...
o65706
{ "$id": "https://json.schemastore.org/base.json", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "nullable-array": { "$id": "nullable-array", "type": [ "array", "null" ] }, "nullable-boolean"...
base
{ "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_230_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "$version": "0.0.1", "title": "sample", "description": "link_ext", "definitions": {}, "properties": { "test": { "links": [ { "title": "async", "href": "/test", ...
o47153
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Predicate definition", "type": "object", "properties": { "name": { "title": "Predicate Name", "description": "Unique name of a predicate", "type": "string", "minLength": 1 },...
o80825
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_LimitResponse": { "description": "LimitResponse defines how to handle requests that can not be executed right now.", "properties": { "queuing": { ...
kb_775_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zo...
kb_1110_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "tiers": { "type": "array", "items": { "ty...
o45232
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "pubsub push subscription request", "description": "pubsub push subscription request", "type": "object", "properties": { "message": { "type": "object", "properties": { "attributes": { ...
o76463
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "title": "Device Connected", "description": "Schema for marking a device as connected", "type": "object", "properties": { "status": { "type": "string",...
o9827
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "start": { "type": "number" }, "end": { "type": "number" }, "duration": { "type": "number" }, "resolution": { "typ...
o9958
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "News Item Info", "description": "Info files for news items.", "type": "object", "additionalProperties": false, "required": [ "uuid", "title", "visible_to_students" ], "properties": { "uuid":...
o62138
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "image", "description": "A image atom", "type": "object", "properties": { "modifier": { "description": "A modifier - default is 16:9", "enum": [ "", "fit-parent", ...
o62773
{ "description": "ServiceAccountSubject holds detailed information for service-account-kind subject.", "properties": { "name": { "description": "`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.", "type": [ "str...
kb_974_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { ":@computed_region_bh8s_q3mv": { "type": "string" }, ":@computed_region_fyvs_ahh9": { "type": "string" ...
o91100
{ "description": "EventSource contains information for an event.", "properties": { "component": { "description": "Component from which the event is generated.", "type": [ "string", "null" ] }, "host": { "desc...
kb_333_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....
o21256
{ "definitions": { "app": { "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "created_at": { "description": "when app was created", "example": "2012-01-01T12:00:00Z", "format": "date-time...
o77406
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Ex", "description": "An Ex organism", "type": "object", "properties": { "modifier": { "description": "A modifier", "enum": [ "", "blue" ] }, "...
o62756
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeClaimCondition": { "description": "PersistentVolumeClaimCondition contails details about state of pvc", "properties": { "lastProbeTime": { ...
kb_663_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "#statementref", "properties": { "id": { "_format": "uuid", "type": "string" }, "objectType": { "enum": [ "StatementRef" ] ...
o76664
{ "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_c137ba06
{ "properties": { "addusernameinrdpfile": { "enum": [ "YES", "NO" ], "type": "string" }, "audiocapturemode": { "enum": [ "ENABLE", "DISABLE" ], "type": "str...
o30847
{ "properties": { "actduplex": { "enum": [ "AUTO", "HALF", "FULL" ], "readonly": true, "type": "string" }, "actflowctl": { "enum": [ "OFF", "RX", ...
o30623
{ "properties": { "avi": { "additionalProperties": false, "description": "Avi Vantage specific configuration properties", "properties": { "controller": { "additionalProperties": false, "description": "Avi Controller ...
o90613
{ "$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, "...
o21439
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://labrador-kennel.cspray.io/schemas/configuration.schema.json", "title": "Labrador Configuration", "description": "Schema to ensure that a JSON based configuration provides valid values.", "type": "object", "properties": { ...
o56171
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON API", "type": "object", "properties": { "command": { "type": "object", "oneOf": [ { "$ref": "#/definitions/Build" }, { ...
o683
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "bulk_publishing": { "type": "boolean" }, "links": { "type": "object", "additionalProperties": false, "properti...
o21434
{ "definitions": { "CampaignMission": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "missionNumber": { "type": "integer", "multip...
o43198
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string", "minLength": 3, "maxLength": 50 }, "rating": { "type": "number...
o55249
{ "id": "http://schemas.triniti.io/json-schema/gdbots/forms/field/weight-field/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "_schema": { "type": "string", "pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:...
o82369
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "RCV Election", "description": "A single Ranked Choice Voting (RCV) race", "type": "object", "properties": { "isTest": { "description": "Value that is always true if it exists, could later be used to specify some us...
o32436
{ "properties": { "dimensions": { "properties": { "length": { "description": "The length of the rectangle", "type": "number" }, "radius": { "description": "The radius of the circle", "type": "number" }, "side_length": { ...
calculate_perimeter_fa61f5a8
{ "properties": { "config": { "properties": { "path": { "description": "Package path to import the middleware", "examples": [ "github.com/uber/zanzibar/examples/example-gateway/middlewares/example" ...
o83293
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://judkins.house/apis/k2/v1/bastionConfigSimple.json", "$$target": "bastionConfigSimple.json", "title": "A Bastion configuration", "description": "Properties pertaining to a Bastion.", "properties": { "name": { ...
o90368
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "A Submittable Schema", "description": "Submittable base schema", "type": "object", "properties": { "alias": { "description": "An unique identifier in a submission.", "type": "string", "minLe...
o4838
{ "$schema": "http://json-schema.org/draft-07/schema#", "patternProperties": { "^[a-zA-Z0-9\\W]*$": { "properties": { "accent": { "_format": "color", "type": "string" }, "background": { ...
o14512
{ "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_d167c8f4
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "data": { "type": "object", "properties": { "orientation": { "type": "string" }, "k...
o60171
{ "properties": { "digits": { "description": "Include digits", "type": "boolean" }, "length": { "description": "The length of the password", "type": "integer" }, "lowercase": { "description": "Include lowercase letters", "type": "boolean" }, "special_cha...
generate_random_password_60146e8c
{ "id": "http://schemas.gdbots.io/json-schema/gdbots/analytics/mixin/tracker/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "is_enabled": { "type": "boolean" } }, "additionalProperties": true }
o42519
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://dcc.icgc.org/gene-centric", "type": "object", "properties": { "_gene_id": { "id": "https://dcc.icgc.org/gene-centric/_gene_id", "type": "string" }, "_summary": { "id": "http...
o47095
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ...
kb_656_Normalized
{ "definitions": { "color": { "description": "keep the names short please", "placeholder": "enter a color", "type": "string" } }, "description": "The demo addon schema for jsone", "instruction": "Select a row to edit", "properties": { "colo...
o67374
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "assertions" ], "properties": { "description": { "type": "string" }, "context": {}, "assertions": { "type": "array", "minItems": 1, ...
o74408