json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_fullpath": {
"description": "A path with optional query string and/or fragment.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$... | o21442 |
{
"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_5b251ca6 |
{
"$comment": "https://minecraft.fandom.com/wiki/Biome/JSON_format",
"$id": "https://json.schemastore.org/minecraft-biome.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"spawner-options": {
"description": "Spawner options for the current biome\nhttps://minecraft.fandom.c... | minecraft-biome |
{
"description": "PersistentVolumeStatus is the current status of a persistent volume.",
"properties": {
"message": {
"description": "A human-readable message indicating details about why the volume is in this state.",
"type": [
"string",
"null"
... | kb_680_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Generated from product.json with shasum 099bd6d519825b65013d46773aee58352b4105d8",
"type": "object",
"required": [
"accountProduct",
"cardProduct",
"investmentProduct",
"financialProduct",
"ot... | o60790 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"order_items": {
"items": {
"properties": {
"product_name": {
"description": "The name of the product",
"type": "string"
},
"q... | generate_invoice_6b7d91be |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"price": {
"description": "The price per unit",
"type": "number"
},
"product_name": {
... | create_invoice_5423b949 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "openrtb-v1_0-schema-bid_response",
"description": "json schema for an openrtb v1.0 bid response (http://openrtb.googlecode.com/files/OpenRTB%20Mobile%20RTB%20API%20-%201.0.pdf)",
"type": "object",
"required": [
"id"
],
... | o65677 |
{
"properties": {
"networking": {
"description": "registry networking configuration properties",
"properties": {
"external_access": {
"description": "Enable access from outside the cluster through Marathon-LB.\nNOTE: this connection is unencrypted.... | o90821 |
{
"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_738_Normalized |
{
"properties": {
"cuisine": {
"description": "The cuisine type",
"type": "string"
},
"diet": {
"description": "The diet type",
"type": "string"
},
"exclude_ingredients": {
"description": "The ingredients to exclude from the recipes",
"items": {
"type": ... | search_recipes_fb66ed5b |
{
"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_575_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "getFeeParameters",
"description": "Parameters for getFee",
"type": "object",
"properties": {
"cushion": {
"type": "number",
"description": "The fee is the product of the base fee, the `load_factor`, and... | o70473 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Event",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"event"
]
},
"division_id": {
"type": "string",
"pattern": "^ocd-division/country:[a-z]{2}$"
},
"gid": {
... | o74444 |
{
"properties": {
"end_time": {
"description": "The end time of the event in ISO 8601 format",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time... | create_calendar_event_ede3b10f |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Inventory",
"description": "Inventory with current stock count",
"type": "array",
"items": {
"properties": {
"id": {
"type": "string"
},
"count": {
"type": "i... | o83726 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"protocol": {
"type": "string",
"enum": [
"choria:secure:reply:1"
]
},
"message": {
"type": "string",
"description": "... | o31276 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1alpha1_AggregationRule": {
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
... | kb_84_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"eventTags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
... | o9863 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters in the password",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers in the password",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols i... | generate_random_password_94008584 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
},
"radius": {
"description... | calculate_area_4a532765 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]... | calculate_area_2503b276 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mitigation-scope": {
"client-identifier": {
"type": "array",
"items": {
"type": "string"
}
},
"scope": {
... | o64612 |
{
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"href": {
"format": "uri",
"type": "string"
},
"rel": {
"type": "string"
... | o10318 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Violation": {
"description": "The result of user doing warn, message or fail, built this way for\nexpansion later.",
"properties": {
"file": {
"description": "Optional pa... | o34384 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"items": {
"type": "object",
"properties": {
"count": {
"type": "string"
}
}
}
},
"required": [
"i... | o69525 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"label": {
"type": "string"
},
"additional-classes": {
"type": "string"
},
"wrapper-class": {
"type": "string"
},
"validation"... | o69844 |
{
"id": "https://almanak.github.io/schemas/events.aarhusteater.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "events.aarhusteater",
"description": "Schema for all plays at Aarhus Teater. Must extend the generic people-schema.",
"type": "object",
"_meta": {
"indexP... | o1051 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/marmeladema/Peggy/tree/master/peggy/grammar.json",
"title": "Peggy PEG Grammar Schema",
"definitions": {
"node": {
"type": "object",
"properties": {
"ast": {
... | o58839 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"StructZip",
"FuncZip"
],
"type": "object",
... | o41311 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Animation program",
"description": "A program describing an animation run",
"type": "object",
"required": [
"resources",
"program"
],
"additionalProperties": false,
"properties": {
"resources": {
... | o83745 |
{
"description": "VolumeMount describes a mounting of a Volume within a container.",
"properties": {
"mountPath": {
"description": "Path within the container at which the volume should be mounted. Must not contain ':'.",
"type": [
"string",
"null"... | kb_1131_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_455_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"wildCardCondition": {
"type": "object",
"properties": {
"attribute": {
"type": "string",
"description": "the SAML attribute to run the wildcard agains... | o79474 |
{
"$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/utils/reference.json",
"title": "Representation of a normalized element",
"description": "This represents a reference to external content ... | o86241 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"timestamp": {
"description": "the number of seconds since the Unix epoch",
"type": "string",
"minLength": 10,
"maxLength": 10,
"pattern": "[0-9]{10,1... | o44206 |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics hit entity",
"properties": {
"nonInteractionHit": {
"type": [
"boolean",
"null"
]
},
"type": {
"enum": [
"event",
... | sp_46_Normalized |
{
"properties": {
"authentication": {
"description": "Web interface authentication",
"properties": {
"basic": {
"description": "Basic authentication",
"properties": {
"password": {
... | o90650 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/page/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"t... | o82680 |
{
"additionalProperties": false,
"description": "Schema for an push message event",
"properties": {
"actionCategoryIdentifier": {
"type": "string"
},
"actionIdentifier": {
"type": "string"
},
"actionName": {
"type": "string"
... | sp_145_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LoadBalancerIngress": {
"description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
"p... | kb_992_Normalized |
{
"description": "CDN provider settings\nhttps://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/",
"properties": {
"cdn": {
"default": "jsdelivr",
"description": "Name or URL template of the JavaScript and/or stylesheet CDN provider",
... | o67682 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"allOf": [
{
"anyOf": [
{
"required": [
"num_input"
]
},
{
"required":... | o27154 |
{
"$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.... | o21323 |
{
"definitions": {
"properties": {
"minProperties": 1,
"patternProperties": {
"^\\w+$": {
"properties": {
"column": {
"type": "string"
},
"country":... | o76905 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Config",
"definitions": {
"BazelStep": {
"properties": {
"build_targets": {
"items": {
"type": "string"
},
"type": "array",
"description": "List of bazel targets to ... | config |
{
"properties": {
"billing_address": {
"description": "The billing address",
"type": "string"
},
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"des... | create_invoice_a5c0684c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.52north.org/schema/json/sos/response/Response#",
"type": "object",
"required": [
"request",
"service",
"version"
],
"properties": {
"request": {
"type": "string"
},
... | o75145 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"_format": "date-time",
"description": "The RFC3339-formatted dated time of the most recent date the story was (re)displayed on a public site.",
"title": "Display_Date",
"type": "string"
} | wp_56_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"pipetteName": {
"description": "Name of a pipette. Does not contain info about specific model/version. Should match keys in pipetteNameSpecs.json file",
"type": "string",
"enum": [
... | o12459 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Root iAgree states schema.",
"description": "iAgree v2 states JSON schema",
"type": "object",
"properties": {
"agreementId": {
"type": "string"
},
"stateType": {
"type": "string"
... | o48095 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"valuePath": {
"title": "Value Path",
"description": "JSON Path of where to find value to check in payload",
"type": "string",
"minLength": 1
},
... | o6227 |
{
"additionalProperties": false,
"properties": {
"algorithm": {
"maximum": 2,
"minimum": 1,
"type": "integer"
},
"fingerprint": {
"pattern": "^[0-9A-Fa-f]{40}$",
"type": "string"
},
"type": {
"maximum... | o55349 |
{
"additionalProperties": false,
"description": "TSIG Key",
"properties": {
"tsigkey": {
"additionalProperties": false,
"properties": {
"algorithm": {
"description": "TSIG Algorithm",
"enum": [
"h... | o55359 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1_NonResourceAttributes": {
"description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface",
"properties"... | kb_543_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Pass",
"description": "A Pass Data Json Format",
"type": "object",
"properties": {
"passTypeIdentifier": {
"type": "string"
},
"formatVersion": {
"type": "integer",
"default": 1
},
"organizationName": {
... | o45596 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"allOf": [
{
"properties": {
"body": {
"$ref": "#/definitions/https:__raw_githubusercontent_com_washingtonpost_ans-schema_master_src_main_resources_schema_ans_0_10_9_traits_trait_platform_pitch_json",
... | wp_11_Normalized |
{
"properties": {
"person1": {
"properties": {
"birthdate": {
"description": "The birthdate of the first person in YYYY-MM-DD format",
"format": "date",
"type": "string"
}
},
"required": [
"birthdate"
],
"type": "object"
},
... | calculate_age_difference_69307974 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_certificates_v1beta1_CertificateSigningRequestCondition": {
"properties": {
"lastUpdateTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_def... | kb_75_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "VS Code Debug Protocol",
"description": "A json schema for the VS Code Debug Protocol",
"type": "object",
"definitions": {
"ProtocolMessage": {
"type": "object",
"description": "Base class of requests, ... | o10335 |
{
"additionalProperties": false,
"description": "RGBA color",
"properties": {
"a": {
"default": 1.0,
"maximum": 1.0,
"minimum": 0.0,
"type": "number"
},
"b": {
"default": 0,
"maximum": 255,
"minimum":... | o28258 |
{
"anyOf": [
{
"$ref": "#/definitions/SkaffoldConfig"
}
],
"definitions": {
"Activation": {
"additionalProperties": false,
"description": "criteria by which a profile is auto-activated.",
"preferredOrder": [
"env",
... | o6364 |
{
"properties": {
"income": {
"description": "The income amount",
"type": "number"
},
"tax_brackets": {
"description": "The tax brackets and rates",
"items": {
"properties": {
"max_income": {
"description": "The maximum income for the tax bracket",
... | calculate_tax_44231160 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"format": "minimal",
"properties": {
"first_timers": {
"type": "object",
"patternProperties": {
"^[^/#]+$": {
"type": "object",
"format": "mini... | o63383 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Add publications",
"properties": {
"journal_title": {
"type": "string",
"title": "Journal Title"
},
"persistent_identifiers": {
"items": {
... | o66186 |
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"javaType": "org.apache.streams.datasift.DatasiftWebhookData",
"properties": {
"id": {
"type": "string"
},
"hash": {
"type": "string"
},
"hash_type": {
"ty... | o84908 |
{
"description": "PersistentVolumeStatus is the current status of a persistent volume.",
"properties": {
"message": {
"description": "A human-readable message indicating details about why the volume is in this state.",
"type": [
"string",
"null"
... | kb_679_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
... | kb_528_Normalized |
{
"anyOf": [
{
"$ref": "#/definitions/SkaffoldConfig"
}
],
"definitions": {
"Activation": {
"additionalProperties": false,
"description": "criteria by which a profile is auto-activated.",
"preferredOrder": [
"env",
... | o6356 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
... | o6241 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"FileFormat.Profile": {
"anyOf": [
{
"$ref": "#/definitions/FileFormat.EventedProfile"
},
{
"$ref": "#/definitions/FileFormat.Sampl... | o78081 |
{
"$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.... | o21426 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "choices",
"description": "I've got class.",
"type": "object",
"definitions": {
"item": {
"type": "string",
"enum": [
"one",
"two",
"three",
... | o47149 |
{
"definitions": {
"user": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"id": {
"description": "unique identifier of user",
"example": 1,
"readOnly": true,
"type... | o54930 |
{
"type": "object",
"title": "Profile schema",
"$schema": "http://json-schema.org/draft-04/schema",
"properties": {
"id": {
"type": [
"integer",
"string"
],
"_db_settings": {
"type": "id_field",
"... | o69469 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"headline": {
"type": "object",
"required": [
"htmlText"
],
"properties": {
"htmlText": {
"type": "string",
... | o89622 |
{
"$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.... | o21255 |
{
"additionalProperties": false,
"definitions": {
"Change": {
"additionalProperties": false,
"properties": {
"new": {
"description": "New value"
},
"old": {
"description": "Old value"
... | o68821 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://www.chemotion.net/schema.json",
"type": "object",
"definitions": {
"uuid": {
"type": [
"string",
"null"
],
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
"datetim... | o3625 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "openrtb-v2_0-schema-bid_request",
"description": "json schema for an openrtb v1.0 bid request (http://openrtb.googlecode.com/files/OpenRTB%20Mobile%20RTB%20API%20-%201.0.pdf)",
"type": "object",
"required": [
"id",
"im... | o65670 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"version": {
"oneOf": [
{
"type": "string",
"minLength": 1,
"maxLength": 255
},
{
... | o9885 |
{
"additionalProperties": true,
"definitions": {},
"description": "inventory_push_v1",
"links": [
{
"description": "inventory_push_v1",
"href": "/inventory_push_v1",
"method": "post",
"rel": "instances",
"schema": {
"all... | o45021 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"TableName",
"StreamViewType"
],
"additionalProperties": false,
"properties": {
"TableName": {
"type": "string"
},
"StreamViewType": {
"type": "... | o21861 |
{
"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_06e91350 |
{
"description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": [
"bo... | kb_54_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"auth": {
"type": "null"
},
"data": {
"type": "object",
"properties": {}
},
"lease_duration": {
"type": "integer"
},
... | o11794 |
{
"additionalProperties": false,
"properties": {
"grade": {
"additionalProperties": false,
"properties": {
"deleted_at": {
"format": "date-time",
"type": [
"string",
"null"
... | o10526 |
{
"$defs": {
"patterns-content": {
"type": "array",
"title": "Return finding where all of the nested conditions are true",
"items": {
"anyOf": [
{
"$ref": "#/$defs/patterns"
},
{
"$ref": "#/$defs/pattern-either"
},
... | semgrep |
{
"additionalProperties": true,
"properties": {
"aboutme": {
"additionalProperties": true,
"properties": {
"avatar": {
"type": [
"string",
"null"
]
},
... | sp_18_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"username": {
"type": "string",
"maxLength": 20
},
"password": {
"type": "string",
"maxLength": 20
}
},
"required": [
"use... | o40223 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"api_key",
"freesurfer_license"
],
"type": "object",
... | o41250 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"positiveNumber": {
"type": "number",
"minimum": 0
},
"xyzArray": {
"type": "array",
"description": "Array of 3 numbers, [x, y, z]",
"items": {
... | o12453 |
{
"$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.... | o21164 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/showtimes-widget/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
... | o82811 |
{
"properties": {
"dictionary": {
"additionalProperties": false,
"patternProperties": {
"^\\d*$": {
"type": "string"
}
},
"type": "object"
},
"ids": {
"items": {
"t... | o21847 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/openfin.json",
"properties": {
"appAssets": {
"description": "Set this object to co-deploy native apps along with your app.",
"type": "array",
"items": {
"addi... | openfin |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"oneOf": [
{
"type": [
"string",
"null"
],
"format": "non-blank"
},
{
"description": "The name of a person as an object",
"type": "object",
... | o65460 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"listItem": {
"title": "List item",
"description": "Single list item definition (hierarchical)",
"type": "object",
"properties": {
"value": {
"title": "Value",
"description": "Value to be... | o13135 |
{
"properties": {
"point1": {
"description": "The coordinates of the first point",
"properties": {
"x": {
"description": "The x-coordinate of the first point",
"type": "number"
},
"y": {
"description": "The y-coordinate of the first point",
... | calculate_distance_51b4a417 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Fluid for PC-SAFT EOS in CoolProp",
"items": {
"properties": {
"name": {
"description": "Name of the fluid",
"type": "string"
},
"CAS": {
"description... | o3914 |
Subsets and Splits
JSON Schemas with 'readonly'
The query retrieves records where the 'json_schema' contains the term 'readonly', providing basic filtering of specific entries.