json_schema
stringlengths
43
1.28M
unique_id
stringlengths
2
41
{ "$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...
o79080
{ "additionalProperties": false, "description": "Context schema for OSS terraform modules, VM instances and application events", "properties": { "applicationName": { "description": "The name of the application", "maxLength": 256, "type": "string" }, ...
sp_243_Normalized
{ "description": "UserInfo holds the information about the user needed to implement the user.Info interface.", "properties": { "extra": { "additionalProperties": { "items": { "type": [ "string", "null" ...
kb_1091_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Build metadata plugin manifest", "type": "object", "properties": { "provider": { "type": "string", "enum": [ "ec2" ] }, "plugins": { "type": "object",...
o27350
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Experience Endpoint", "description": "Schema for a single Experience Endpoint", "type": "...
o9877
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the search range", "format": "date", "type": "string" }, "start_date": { "description": "The start date of the search range", "format": "d...
search_news_eceea94e
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://dtls.nl/schemas/dmp-knowledge-model/", "type": "object", "title": "chapter", "description": "JSON file describing a single chapter in the knowledge model for DMP questionnaires", "definitions": { "chapterid": { ...
o4197
{ "properties": { "attachments": { "description": "The attachments to be included in the email", "items": { "description": "The file names of the attachments", "type": "string" }, "type": "array" }, "body": { "description": "The content of the email", "t...
send_email_21186007
{ "$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]...
o5329
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "email": { "type": "string", ...
o9942
{ "properties": { "order_details": { "properties": { "customer_name": { "description": "The customer's name", "type": "string" }, "items": { "description": "The items in the order", "items": { "properties": { "item_nam...
generate_invoice_721ee045
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape (for triangle)", "type": "number" }, "height": { "description": "The height of the shape (for triangle)", "type": "number" }, "rad...
calculate_area_092f0b0f
{ "properties": { "customer_name": { "description": "The name of the customer", "type": "string" }, "items": { "items": { "properties": { "name": { "description": "The name of the item", "type": "string" }, "price": { ...
create_invoice_1577c073
{ "description": "A quantity that specifies an amount and units.", "properties": { "amount": { "description": "A quantity of something. Typically size, value, extent, or money.", "type": "number" }, "objectType": { "description": "The type of the objec...
o28139
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "avalon-core:subset-3.0", "description": "A container of instances", "type": "object", "additionalProperties": true, "required": [ "schema", "type", "parent", "name", "data" ], "prope...
o43042
{ "properties": { "dimensions": { "description": "The dimensions required to calculate the area based on the shape", "properties": { "base": { "description": "The base of a triangle", "type": "number" }, "height": { "description": "The height of a ...
calculate_area_cea2e580
{ "$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....
o21283
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "@id": { "type": "string" }, "nif:beginIndex": { "type": "integer" }, "nif:endIndex": { "type": "integer" }, "nif:anchorOf": { "descript...
o44991
{ "properties": { "connect": { "properties": { "cpus": { "default": 2, "description": "CPU shares to allocate to each connect worker instance.", "minimum": 1, "type": "number" }, ...
o90675
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_RollingUpdateStatefulSetStrategy": { "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", "properties": { ...
kb_1007_Normalized
{ "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_0f774d3f
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "Result": { "type": "integer" }, "TotalCreditsEarned": { "type": "integer" }, "SpartanRankModifier": { "typ...
o43218
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": "object", "properties": { "dog": { "type": "string" } }, "additionalProperties": false, "required": [ ...
o41679
{ "description": "CustomResourceColumnDefinition specifies a column for server side printing.", "properties": { "JSONPath": { "description": "JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.", ...
kb_185_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base length of a triangle", "type": "integer" }, "height": { "description": "The height of a triangle", "type": "integer" }, "radius": { "...
calculate_area_20ae4323
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Action types", "description": "The collection of action types", "type": "array", "items": { "title": "Action types.", "type": "object", "properties": { "id": { "description": "Unique...
o14466
{ "additionalProperties": false, "definitions": { "command": { "additionalProperties": false, "properties": { "arguments": { "oneOf": [ { "items": { "type": "st...
o27074
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "type": "object", "properties": { "attrInfos": { "title": "Attributes", "type": "array", "minItems": 1, "items": { "title": "Attribute", ...
o6250
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1_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_862_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "editor": { "description": "This describes details about the editor.", "type": "object", "additionalProperties": false, "properties": { "view": { "type": "string", "description": "This is...
package
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "feature": { "enum": [ ...
o30802
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "___content_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "Holds common attributes of ANS Content objects.", "properties": {...
wp_15_Normalized
{ "properties": { "customer": { "properties": { "email": { "description": "The email address of the customer", "type": "string" }, "name": { "description": "The name of the customer", "type": "string" } }, "required": [ ...
generate_invoice_d8229f01
{ "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 zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", ...
kb_49_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "aerleon.yml", "description": "Configure Aerleon's aclgen, aclcheck, and pol2yaml command line tools", "type": "object", "properties": { "base_directory": { "type": "string", "description": "aclgen and pol2yaml will search this d...
aerleon-config
{ "additionalProperties": false, "description": "A user_engagement GA4 event.", "properties": { "engagement_time_msec": { "description": "The time in milliseconds that the user is engaged.", "minimum": 0, "type": [ "integer", "null"...
sp_71_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "datastore entity properties", "description": "datastore entity properties", "type": "object", "properties": { "email": { "type": "string", "minLength": 1 }, "hashedPassword": { ...
o76473
{ "$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....
o21404
{ "anyOf": [ { "$ref": "#/definitions/SkaffoldConfig" } ], "definitions": { "Artifact": { "anyOf": [ { "additionalProperties": false, "preferredOrder": [ "imageName", ...
o6346
{ "additionalProperties": false, "properties": { "exchange": { "format": "hostname", "type": "string" }, "preference": { "type": "integer" } }, "required": [ "preference", "exchange" ] }
o70325
{ "properties": { "cluster": { "form": true, "properties": { "enabled": { "description": "Enable master-slave architecture", "form": true, "title": "Enable master-slave", "type": "boolean"...
o6138
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceRule": { "description": "NonResourceRule holds information that describes a rule for the non-resource", "properties": { "nonResourceURLs": { ...
kb_956_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "properties": { "app_name": { "$ref": "#/definitions/traits_trait_app_name_json" }, "body": { "$ref": "#/definitions/utils_site_json", ...
wp_16_Normalized
{ "additionalProperties": false, "items": { "properties": { "key": { "title": "Key/Attribute", "type": "string" }, "value": { "oneOf": [ { "type": "string" ...
o46220
{ "additionalProperties": true, "properties": { "asm_group_id": { "maximum": 32767, "minimum": 0, "type": "integer" }, "category": { "items": { "type": "string" }, "type": [ "array", ...
sp_180_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_5e1097f2
{ "properties": { "income": { "description": "The annual income", "type": "number" }, "tax_brackets": { "description": "The tax brackets and their respective rates", "items": { "properties": { "max_income": { "description": "The maximum income for the ...
calculate_income_tax_70d46b75
{ "additionalProperties": false, "properties": { "dimensions": { "items": { "type": "string" }, "type": "array" }, "filters": { "items": { "type": "string" }, "type": "array" }...
o21475
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "deviceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "app...
o9823
{ "additionalProperties": false, "properties": { "configId": { "description": "Identifier of the applied configuration", "type": "string" }, "reasonPhrase": { "description": "Human-readable string explaining the cause of an error (if any)", ...
o53902
{ "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...
o90485
{ "properties": { "date_range": { "properties": { "end_date": { "description": "The end date of the news articles (YYYY-MM-DD)", "type": "string" }, "start_date": { "description": "The start date of the news articles (YYYY-MM-DD)", "type": "str...
search_news_c4542c76
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "advertisement": { "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ]...
o79516
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Chargeback finance", "description": "Chargeback messages for Finance division", "type": "object", "properties": { "functionCode": { "type": "string" }, "usageUnits": { "type": "integer" ...
o83684
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "o2r-meta-ui", "description": "o2r metadata for ui widgets", "definitions": { "radiobuttons": { "type": "array", "items": { "properties": { "label": { ...
o64716
{ "properties": { "playlist_name": { "description": "The name of the playlist", "type": "string" }, "songs": { "items": { "properties": { "artist": { "description": "The artist of the song", "type": "string" }, "genre": { ...
create_playlist_d5dba9ae
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NamespaceCondition": { "description": "NamespaceCondition contains details about state of namespace.", "properties": { "lastTransitionTime": { "$ref": "#...
kb_581_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "A simple address schema", "type": "object", "definitions": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" ...
o27037
{ "properties": { "discounts": { "items": { "properties": { "additional_savings": { "description": "Additional savings (e.g. coupon code)", "type": "number" }, "discount_percentage": { "description": "The percentage discount", ...
calculate_discounted_price_4cd7ad84
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydata.MyData", "type": "object", "properties": { "my-data": { "type": "object", "properties": { "data": { ...
o42288
{ "additionalProperties": false, "properties": { "outDir": { "description": "The output directory for the compiled files", "type": "string" }, "tsConfig": { "description": "The name of the Typescript configuration file.", "type": "string" ...
o67501
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": false, "definitions": { "___traits_trait_additional_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": {}, "description": "A grab-bag obje...
wp_116_Normalized
{ "additionalProperties": false, "description": "Schema for configuration of ua-parser enrichment", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "parameters": { "maxProperties": 0, "typ...
sp_321_Normalized
{ "properties": { "Interface": { "type": "string" }, "action": { "enum": [ "ALLOW", "DENY" ], "type": "string" }, "curstate": { "readonly": true, "type": "integer" ...
o30784
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": { "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", "properties": { ...
kb_409_Normalized
{ "properties": { "zeppelin": { "properties": { "role": { "default": "*", "description": "The accepted resource roles, for example slave_public. By default, this will deploy to any agents with the * role.", "type": "stri...
o90826
{ "description": "Creates a new generic interface definition in the given or default project.", "properties": { "lintFix": { "default": false, "description": "When true, applies lint fixes after generating the interface.", "type": "boolean", "x-user-analyt...
o64882
{ "$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....
o21320
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "tcheckbox", "description": "A tcheckbox atom with optional label", "type": "object", "properties": { "tag": { "enum": [ "div", "li", "span" ] }, ...
o62764
{ "additionalProperties": false, "description": "Schema for an application error", "properties": { "causeStackTrace": { "maxLength": 8192, "type": [ "string", "null" ] }, "className": { "maxLength": 1024,...
sp_259_Normalized
{ "properties": { "action": { "type": "string" }, "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" ...
o31090
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_admissionregistration_v1beta1_RuleWithOperations": { "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", ...
kb_1099_Normalized
{ "properties": { "api": { "aliases": [ "a" ], "default": false, "description": "Specifies if api success and failure actions, reducer, and effects should be generated as part of this feature.", "type": "boolean", "x-pro...
o63324
{ "properties": { "down_payment": { "description": "The down payment amount", "type": "number" }, "insurance": { "description": "The annual insurance cost", "type": "number" }, "interest_rate": { "description": "The annual interest rate for the loan", "type": "n...
calculate_mortgage_payment_a15bb592
{ "properties": { "package_details": { "properties": { "dimensions": { "properties": { "height": { "description": "The height of the package in inches", "type": "number" }, "length": { "description": "The length ...
calculate_shipping_cost_265707bb
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": { "c": { "description": "Closed property of shape", "extended_name": "Closed", "type": "boolean" }, "i": { "description": "Bezier curve In points. Ar...
o26972
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "name", "description" ], "properties": { "name": { "type": "string", "description": "The name of the widget or activity." }, "description": { ...
o9390
{ "id": "https://schema.management.azure.com/schemas/common/definitions.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "definitions", "description": "Common definitions", "definitions": { "ARMResourceBase": { "type": "object", "properties": { ...
o2045
{ "properties": { "customserverid": { "type": "string" }, "dbsttl": { "type": "integer" }, "hashid": { "type": "integer" }, "lastresponse": { "readonly": true, "type": "string" }, "mon...
o30230
{ "$schema": "http://json-schema.org/draft-06/schema#", "description": "Schema for tests", "type": "array", "items": { "type": "object", "required": [ "description", "schema", "tests" ], "properties": { "id": { ...
o53100
{ "items": { "id": "keys", "type": "string" }, "type": "array", "version": "0.01" }
o48514
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "search": { "type": "object", "required": [ "resource" ], "properties": { "resource": { "type": "string", ...
o9367
{ "properties": { "amount": { "description": "The amount of the transaction", "type": "number" }, "customer": { "properties": { "email": { "description": "The email of the customer", "type": "string" }, "name": { "description": "The n...
generate_invoice_16d180aa
{ "properties": { "builtin": { "enum": [ "MODIFIABLE", "DELETABLE", "IMMUTABLE", "PARTITION_ALL" ], "readonly": true, "type": "object" }, "comment": { "type": "string" ...
o31121
{ "$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]...
o5349
{ "properties": { "customer_details": { "properties": { "address": { "description": "The address of the customer", "type": "string" }, "email": { "description": "The email address of the customer", "format": "email", "type": "string" ...
generate_invoice_41116a93
{ "id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/article-block/1-0-0.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "etag": { "type": "string", "pattern": "^[\\w\\.:-]+$", "pbj": { ...
o82635
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (a...
kb_685_Normalized
{ "definitions": {}, "description": "API lets you interact with service", "links": [ { "href": "https://api.example.com", "rel": "self" } ], "properties": {}, "title": "API", "type": [ "object" ] }
o83308
{ "$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, "...
o21326
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Resource types", "type": "object", "properties": { "id": { "type": "integer", "description": "Resource type ID", "minimum": 0 }, "abbrev": { "type": "string", ...
o53115
{ "additionalProperties": false, "description": "Schema for an application error", "properties": { "className": { "maxLength": 1024, "type": [ "string", "null" ] }, "exceptionName": { "maxLength": 1024, ...
sp_258_Normalized
{ "properties": { "grades": { "items": { "properties": { "course_name": { "description": "The name of the course", "type": "string" }, "credit_hours": { "description": "The credit hours for the course", "type": "number" ...
calculate_gpa_8889db1e
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "additionalProperties": false, "properties": { "device_abstract_config": { "type": "object", "description": "JSON string of the device abstract config derived from VNC data model" }, ...
o39198
{ "description": "Describe a container image", "properties": { "names": { "description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", "items": { "type": [ "st...
kb_121_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "blocks": { "type": "array", "items": { "type": "objec...
o6181
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": [ "chains" ], "properties": { "chains": { "type": "array", "items": { "type": "object", "properties": { "chain_path": { ...
o71551
{ "definitions": { "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will alway...
kb_31_Normalized
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base dimension of the shape", "type": "number" }, "height": { "description": "The height dimension of the shape", "type": "number" }, "radius": { ...
calculate_area_c6576e96
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "song": { "type": "object", "properties": { "title": { "type": "string", "description": "Song Title" }, "artist": { "type": "string", "descripti...
o54898