json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of multiple registrations for the same entity", "type": "object", "properties": { "data_type": { "enum": [ "alternate-registration" ] }, "alternate_ent...
o65415
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Organization", "description": "Schema for a single Organization", "type": "object", ...
o9946
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the package in inches", "type": "number" }, "length": { "description": "The length of the package in inches", "type": "number" }, "width...
calculate_shipping_cost_9b51c3d0
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "price": { "description": "The price per unit of the product", "type": "number" }, "prod...
generate_invoice_7cfb1bb3
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "statVersion", "process" ], "properties": { "statVersion": { "type": "string" }, "process": { "$ref": "#/definitions/process" }, "findings": { "type": "array", "items": {...
o42148
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the triangle", "type": "number" }, "height": { "description": "The height of the triangle", "type": "number" }, "radius": { "descr...
calculate_area_136fb2ed
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "httpUri": { "type": "string", "allOf": [ { "format": "uri" }, { "pattern": "^https?://" } ...
o79445
{ "properties": { "dimensions": { "description": "The dimensions specific to the shape", "properties": { "base": { "description": "The base of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "...
calculate_area_2540405e
{ "properties": { "mappings": { "additionalItems": true, "id": "mappings", "items": { "additionalProperties": false, "properties": { "dataType": { "enum": [ "string", ...
o58271
{ "title": "Invocation manifest for MRIQC: Automatic prediction of quality and visual reporting of MRI scans in BIDS format", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { ...
o41195
{ "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_1b99ac0a
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": {}, "id": "https://json.schemastore.org/dependabot.json", "properties": { "version": { "type": "integer", "default": 1, "examples": [1], "minimum": 1, "maximum": 1 }, "update_configs": { "type"...
dependabot
{ "properties": { "length": { "description": "The length of the password", "type": "integer" }, "require_digit": { "description": "Whether to require at least one digit", "type": "boolean" }, "require_lowercase": { "description": "Whether to require at least one lower...
generate_random_password_complex_3652f820
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DaemonSet": { "description": "DaemonSet represents the configuration of a daemon set.", "properties": { "apiVersion": { "description": "APIVersion define...
kb_236_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "T2", "T1", "FreeSurferLicense" ], "type...
o41319
{ "properties": { "aaa": { "readonly": true, "type": "boolean" }, "adaptivetcp": { "readonly": true, "type": "boolean" }, "agee": { "readonly": true, "type": "boolean" }, "appflow": { ...
o30766
{ "minimum": 0, "type": "integer" }
o67205
{ "$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]...
o5333
{ "properties": { "beforeCmd": { "type": "string" }, "copySources": { "items": { "properties": { "destination": { "minLength": 1, "type": "string" }, ...
o83357
{ "properties": { "appflowlog": { "enum": [ "ENABLED", "DISABLED" ], "type": "string" }, "authentication": { "enum": [ "ON", "OFF" ], "type": "string" ...
o30369
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "item_id": { "type": "number" }, "price": { ...
o45164
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, ...
o9767
{ "$id": "https://json.schemastore.org/sil-kit-registry-configuration.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "Logging": { "type": "object", "description": "Configures the properties of the SIL Kit Logging Service", "prop...
sil-kit-registry-configuration
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "_methodNoBody": { "title": "HTTP Method", "description": "GET, DELETE, POST, PATCH or PUT", "enum": [ "GET", "DELETE" ] ...
o6245
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "_elements" ], "oneOf": [ { "properties": { "_attributes": { "type": "object", "required": [ "package_sy...
o25731
{ "additionalProperties": false, "description": "Schema for consent withdrawn", "properties": { "all": { "type": "boolean" } }, "required": [ "all" ], "self": { "format": "jsonschema", "name": "consent_withdrawn", "vendor": "com.sno...
sp_271_Normalized
{ "properties": { "settings": { "properties": { "nodes": { "items": { "host": { "type": "string" }, "port": { "type": "integer" ...
o10030
{ "additionalProperties": false, "definitions": { "brandData": { "additionalProperties": false, "properties": { "brand": { "description": "Brand/manufacturer name", "type": "string" }, "brandI...
o12454
{ "definitions": {}, "items": { "additionalProperties": false, "id": "Planification/items", "properties": { "Agence": { "default": "Tulipe", "description": "Agence du patrimoine.", "id": "Planification/items/properties/Agence", ...
o69099
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "device": { "properties": { "name": { "type": "string", "minLength": 4, "maxLength": 255 } }, ...
o58910
{ "properties": { "assets": { "additionalProperties": false, "properties": { "container": { "additionalProperties": false, "properties": { "docker": { "additionalProperties": {...
o79425
{ "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_babb8b72
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "interest_rate": { "description": "The annual interest rate", "type": "number" }, "loan_term": { "description": "The loan term in years", "type": "integer" }, ...
calculate_mortgage_payment_0670bce6
{ "additionalProperties": false, "description": "JSON Schema for `ng-package.json` description file", "properties": { "$schema": { "type": "string" }, "assets": { "default": [], "description": "A list of files which are simply copied into the packa...
o36075
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_networking_v1_IPBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except ent...
kb_585_Normalized
{ "title": "Invocation manifest for HCP: Structural Preprocessing Pipeline", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "save-on-error": { "type"...
o41314
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Infra Topology", "description": "Infra Topology for openstack", "type": "object", "properties": { "topology_name": { "description": "The unique identifier for topology", "type": "string" }, ...
o19154
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "warp_target", "native", "standard" ], "...
o41380
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Image-Schema", "version": "1.0.0", "author": "denis", "description": "represent a Docker Image", "associated-tool": "Docker-Rest-API", "properties": { "id": { "type": "string", "default-value": "", "description": "id of...
o35768
{ "$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]...
o5340
{ "properties": { "billing_address": { "description": "The billing address of the client", "type": "string" }, "client_name": { "description": "The name of the client", "type": "string" }, "items": { "items": { "properties": { "name": { "...
generate_invoice_95ea7648
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a inverse functional identifier of a statement in the xAPI, version 1.0.*", "oneOf": [ { "type": "object", "properties": { "mbox": { "type": "string", ...
o88605
{ "description": "SiteService object", "properties": { "SiteService": { "id": "SiteService", "properties": { "AgeRequirement": { "id": "AgeRequirement", "properties": { "MaximumAge": { ...
o19342
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapProjection": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys ...
kb_781_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapKeySelector": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", ...
kb_320_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Environment Transports", "description": "Information about the Resource API Transports in a Puppet code environment", "type": "object", "additionalProperties": false, "properties": { "name": { "description": "T...
o68724
{ "description": "Information about the condition of a component.", "properties": { "error": { "description": "Condition error code for a component. For example, a health check error code.", "type": [ "string", "null" ] }, ...
kb_99_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "created": { "type": "string", "format": "date-time" }, "modified": { "type": "string", "format": "date-time" } }, "properties": { "created": {...
o74178
{ "properties": { "dimensions": { "properties": { "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "radius": { "descrip...
calculate_area_volume_bf63c232
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://project-open-data.cio.gov/v1.1/schema/vcard.json#", "title": "Project Open Data ContactPoint vCard", "description": "A Dataset ContactPoint as a vCard object", "type": "object", "required": [ "fn", "hasEmail" ...
o83161
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobSpec": { "description": "JobSpec describes how the job execution will look like.", "properties": { "activeDeadlineSeconds": { "_format": "int64", ...
kb_489_Normalized
{ "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_9ebbf2e4
{ "title": "Invocation manifest for NDMG (NeuroData's MR Graphs Package)", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "config": { "type": "object", "properties": { "atlas": { "default": "desi...
o41345
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Delete a credit card payment method from an account.", "type": "object", "properties": { "customer": { "description": "The platform's customer.", "type": "string", "minLength": 1, "m...
o50682
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "profile": { "type": "object", "allOf": [ { "$ref": "#/definitions/profileContent" } ], "required": ["commandName"] }, "iisSetting": { "type": "object", "allOf": [ ...
launchsettings
{ "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, ...
kb_337_Normalized
{ "properties": { "dimensions": { "oneOf": [ { "required": [ "length", "width" ] }, { "required": [ "radius" ] } ], "properties": { "length": { "description": "The length...
calculate_area_954f5368
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": { "engineOptions": { "type": "object", "description": "The options to configure the chosen browser engine for Chutzpah to use.", "properties": { "ChromeBrowserPath": { "desc...
chutzpah
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_Deployment": { "description": "Deployment enables declarative updates for Pods and ReplicaSets.", "properties": { "apiVersion": { "description": "APIVers...
kb_265_Normalized
{ "properties": { "include_lowercase": { "description": "Include lowercase letters in the password", "type": "boolean" }, "include_numbers": { "description": "Include numbers in the password", "type": "boolean" }, "include_special_characters": { "description": "Includ...
generate_random_password_7d9eef1f
{ "$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_revision.json", "title": "Revision", "description": "Revision information for this object", "type": "object", "proper...
o86226
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Package", "type": "object", "additionalProperties": false, "required": [ "name", "description" ], "properties": { "name": { "type": "string", "description": "Package name, includi...
o37102
{ "$id": "https://guaix.fis.ucm.es/numina/drp-schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "DRP", "description": "Describe numina DRP files", "type": "object", "properties": { "name": { "type": "string" }, "configurations": { ...
o74554
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "icon": { "type": "string" }, "name": { ...
o45134
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "put user request", "description": "put user request", "type": "object", "properties": { "email": { "type": "string", "minLength": 1 }, "password": { "type": "string", ...
o76475
{ "properties": { "count": { "description": "Number of resources in the data object.", "type": "string" }, "limit": { "description": "The search limit used in request.", "type": "string" }, "offset": { "description":...
o45647
{ "properties": { "order_details": { "description": "The details of the order", "properties": { "customer_details": { "description": "The details of the customer", "properties": { "email": { "description": "The email address of the customer", ...
generate_invoice_214a7c51
{ "description": "CSIDriverSpec is the specification of a CSIDriver.", "properties": { "attachRequired": { "description": "attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes at...
kb_165_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "The chunk processor description.", "type": "object", "additionalProperties": false, "required": [ "keyHashFields", "keyHashName" ], "definitions": { "severity": { "type": "string", ...
o9198
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://localhost:3000/schemas/get-devices-request.json#", "title": "Devices", "type": "object", "additionalProperties": false, "properties": { "q": { "type": "string" }, "page": { "type...
o20468
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "minItems": 0, "_uniqueItems": true, "items": { "type": "object", "properties": { "LISAManagerReferenceNumber": { "$ref": "#/definitions/LISAManagerReferenceNumberType" },...
o70368
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (only for triangle)", "type": "number" }, "height": { "description": "The height of the shape (only for triangle)", "type": "number" }, ...
calculate_area_810cfac7
{ "properties": { "dimensions": { "description": "The dimensions of the shape", "properties": { "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "numbe...
calculate_area_327be38e
{ "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description":...
kb_473_Normalized
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TypedLocalObjectReference": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": ...
kb_441_Normalized
{ "additionalProperties": false, "description": "Schema for a Mandrill message opened event", "properties": { "_id": { "type": "string" }, "ip": { "type": "string" }, "location": { "additionalProperties": false, "propert...
sp_129_Normalized
{ "additionalProperties": false, "description": "Schema for a Google Analytics item hit", "properties": { "category": { "maxLength": 500, "type": [ "string", "null" ] }, "code": { "maxLength": 500, ...
sp_47_Normalized
{ "properties": { "base_radius": { "description": "The radius of the cylinder base", "type": "number" }, "height": { "description": "The height of the cylinder", "type": "number" }, "radius": { "description": "The radius of the sphere", "type": "number" }, ...
calculate_volume_3ab76764
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "fileAssociation": { "required": ["extension", "progId"], "properties": { "contentType": { "description": "Content type of the file with this extension.", "type": "string" }, "default...
vsix-manifestinjection
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ...
kb_844_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Format for the assignment specification json for reference repositories.", "properties": { "assignment_name": { "description": "The identifier for this assignment in your course", "title": "Assignment Nam...
o68409
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "headline": { "type": "object", "description": "The HTML text to be shown as a headline.", "properties": { "i18nHtmlText": { "type": [ ...
o9356
{ "$comment": "Source: https://www.djlint.com/docs/configuration", "$id": "https://json.schemastore.org/djlint.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "default": { "format_attribute_template_tags": false, "profile": "html" }, "definitions": { ...
djlint
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "files": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "name": { ...
o66327
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilationOptions": { "type": "object", "properties": { "define": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "warningsA...
project-1
{ "oneOf": [ { "additionalProperties": false, "properties": { "next": { "type": "string" } } }, { "additionalProperties": false, "properties": { "previous": { ...
o10092
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": false, "description": "Trait that holds information on who created and contributed to a given document in Arc.", "properties": { "created_by": { "description": "The Creator of the Document.", "...
wp_49_Normalized
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "attachment": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "file": {...
o69908
{ "$schema": "http://json-schema.org/draft-04/schema#", "name": "Package", "type": "object", "additionalProperties": false, "required": [ "name", "description" ], "properties": { "name": { "type": "string", "description": "Package name, includi...
o41081
{ "additionalProperties": false, "description": "Schema for a Google Analytics enhanced e-commerce promotion entity", "properties": { "creative": { "type": [ "string", "null" ] }, "id": { "type": [ "s...
sp_58_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "schemas": { "type": "object", "properties": { "baseUri": { "type": "string" }, "baseType": { "type": "string" }, "types": { "type": "arra...
o82250
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schemas.massisframework.com/simsilica/EntityId.json", "javaType": "com.simsilica.es.EntityId", "title": "EntityId", "description": "Defines a unique id for an entity in an ECS", "type": "object", "properties": { "i...
o71450
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "properties": { "_id": { "description": "The id of the gallery being operated on", "type": "string" }, "app_name": { ...
wp_7_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for coffeelint.json files", "definitions": { "base": { "type": "object", "properties": { "level": { "description": "Determines the error level", ...
o73917
{ "properties": { "NotificationSettings": { "description": "Notification settings for each app", "items": { "description": "Notification settings for an app", "properties": { "AlertType": { "default": 1, ...
o61620
{ "title": "conda metadata build recipe", "description": "conda's meta.yaml file; https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html", "id": "https://raw.githubusercontent.com/Microsoft/vscode-python/master/schemas/conda-meta.json", "$schema": "http://json-schema.org/draft-04/sch...
o53701
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schema.envirocar.org/badge.json#", "type": "object", "required": [ "name", "displayName", "description" ], "properties": { "name": { "type": "string" }, "displayName"...
o44346
{ "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_45e71acc
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "default": [], "items": { "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "default": "" }, "vo...
o7350
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "api_key", "freesurfer_license" ], "type": "object", ...
o41263