json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
... | o45138 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"person": {
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "string",
"fo... | o58916 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelArtifactPublishedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
"ja... | o89727 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON Table Schema",
"description": "JSON Table Schema is a specification for describing tabular data.",
"type": "object",
"properties": {
"fields": {
"type": "array",
"minItems": 1,
"items":... | o34889 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "10/EPMP update metadata request: a set of EP metadata key-value pairs in JSON object representation",
"type": "object",
"minProperties": 1,
"patternProperties": {
"^[a-zA-Z0-9_]+$": {}
},
"additionalProperties": ... | o53909 |
{
"properties": {
"date": {
"description": "The date of the meeting",
"format": "date",
"type": "string"
},
"location": {
"description": "The location of the meeting",
"type": "string"
},
"participants": {
"description": "The participants of the meeting",
... | schedule_meeting_a452974e |
{
"properties": {
"attribute1": {
"type": "string"
},
"attribute10": {
"type": "string"
},
"attribute11": {
"type": "string"
},
"attribute12": {
"type": "string"
},
"attribute13": {
"t... | o30180 |
{
"description": "Creates a new generic web worker definition in the given or default project.",
"properties": {
"name": {
"$default": {
"$source": "argv",
"index": 0
},
"description": "The name of the worker.",
"type": "str... | o64890 |
{
"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_1105_Normalized |
{
"additionalProperties": false,
"description": "Gadget definition schema",
"properties": {
"module": {
"additionalProperties": false,
"properties": {
"dependencies": {
"description": "ResourceLoader modules this gadget depends upon",
... | o76853 |
{
"$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_96_Normalized |
{
"properties": {
"check_in_date": {
"description": "The check-in date in YYYY-MM-DD format",
"type": "string"
},
"check_out_date": {
"description": "The check-out date in YYYY-MM-DD format",
"type": "string"
},
"guests": {
"description": "The number of guests",
... | search_hotels_985738f1 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "Base of triangle",
"type": "number"
},
"height": {
"description": "Height of triangle",
"type": "number"
},
"radius": {
"description": "Radius... | calculate_area_15d77de3 |
{
"default": "",
"description": "# Brief\n\nOptional filename. This attribute can be used for example to export the resource into file\nwhich name is defined by this attribute-\n",
"type": "string"
} | o45633 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/ovp.kaltura/caption/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-]+)?:([a-... | o82974 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]... | calculate_area_f8e04f89 |
{
"description": "Initializer is information about an initializer that has not yet completed.",
"properties": {
"name": {
"description": "name of the process that is responsible for initializing this object.",
"type": [
"string",
"null"
... | kb_463_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Postal address for Canada",
"description": "Postal addresses for the country of Canada",
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"name": {
... | o83702 |
{
"description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"properties": {
"endpoints": {
"description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https:... | kb_381_Normalized |
{
"properties": {
"end_time": {
"description": "The end time of the event in YYYY-MM-DD HH:MM format",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time of the event in YYYY... | create_calendar_event_a2233073 |
{
"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_b5b4358c |
{
"additionalProperties": false,
"definitions": {
"list_of_strings": {
"items": {
"type": "string"
},
"type": "array",
"_uniqueItems": true
},
"list_or_dict": {
"oneOf": [
{
"i... | o20390 |
{
"additionalProperties": false,
"description": "Schema for Google Analytics Enhanced Ecommerce action data",
"properties": {
"affiliation": {
"maxLength": 500,
"type": "string"
},
"coupon": {
"maxLength": 500,
"type": "string"
... | sp_34_Normalized |
{
"properties": {
"billing_address": {
"description": "The billing address of the customer",
"type": "string"
},
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"item_name": {
... | create_invoice_5fa3ae0e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "VRT to CWE Mapping",
"description": "Mapping from the Vulnerability Rating Taxonomy to CWE",
"definitions": {
"MappingMetadata": {
"type": "object",
"properties": {
"default": {
... | o27787 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"item_name": {
"description": "The name of the item",
"type": "string"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
},
"t... | generate_invoice_dea15870 |
{
"additionalProperties": true,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"group_id": {
"_format": "uuid",
"type": "string"
},
"push_id": {
"_... | sp_397_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"attributes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
... | o7287 |
{
"items": {
"description": "manifest item for image save and load",
"properties": {
"Config": {
"description": "",
"id": "",
"type": "string"
},
"Layers": {
"items": {
"type": "st... | o43309 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Services",
"type": "object",
"definitions": {
"locations": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"checkType": {
"type": "string",
"enum": ... | o74594 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://danielzhu.tk/birthland/data",
"title": "Stages",
"type": "object",
"additionalProperties": {
"title": "Stage",
"additionalProperties": false,
"properties": {
"start": {
"$ref": "#... | o34759 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/video-block/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
... | o82708 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "CMOA Provenance Standard Record",
"description": "A description of the history of transfers of ownership and custody of artwork, using the CMOA Provenance Standard.",
"type": "array",
"_uniqueItems": true,
"minItems": 1,
"item... | o23555 |
{
"title": "Image upgrade strategy input",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"fabric_uuid": {
"type": "string",
"description": "Fabric UUID"
},
"upgrade_mode": {
... | o71307 |
{
"description": "ContainerStateWaiting is a waiting state of a container.",
"properties": {
"message": {
"description": "Message regarding why the container is not yet running.",
"type": [
"string",
"null"
]
},
"reason"... | kb_131_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "EMT order list schema for AMTweaker",
"type": "array",
"items": {
"type": "object",
"properties": {
"request": {
"description": "Requested item. Either an ore dictionary tag or an item in the fo... | o2109 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": {},
"description": "A grab-bag object for non-validatable data.",
"title": "Has additional properties",
"type": "object"
} | wp_36_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://mkvtoolnix.download/doc/mkvmerge-identification-output-schema-v2.json",
"title": "mkvmerge identification output",
"description": "The JSON output produced by mkvmerge's file identification mode",
"type": "object",
"propertie... | o81129 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "race env map file",
"definitions": {
"point": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 2,
"maxItems": 2
}
},
"type": "obj... | o1191 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"feature": {
"enum": [
... | o30452 |
{
"properties": {
"Interface": {
"type": "string"
},
"action": {
"enum": [
"ALLOW",
"DENY"
],
"type": "string"
},
"curstate": {
"readonly": true,
"type": "integer"
... | o32026 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"bookmarkThumbHeight": {
"type": "number"
},
... | o58761 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"graph": {
"additionalProperties": false,
"properties": {
"directed": {
"default": true,
"type": [
"boolean",
... | o53109 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Git LFS HTTPS Batch API Request",
"type": "object",
"properties": {
"transfers": {
"type": "array",
"items": {
"type": "string"
}
},
"operation": {
"ty... | o43297 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ClientIPConfig": {
"description": "ClientIPConfig represents the configurations of Client IP based session affinity.",
"properties": {
"timeoutSeconds": {
... | kb_979_Normalized |
{
"$id": "http://example.com/MTA/.mtaext",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"hooks": {
"type": "array",
"items": {
"type": "object",
"required": ["name"],
"properties": {
"name": {
"description": "The name of the e... | mtaext |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The value returned by PUT /{db}",
"oneOf": [
{
"properties": {
"error": {
"type": "string"
},
"reason": {
"type": "string"
... | o60145 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"engine": {
"description": "CFML engine the package supports",
"type": "object",
"properties": {
"type": {
"title": "Engine Type",
"description": "The name of the engine",
"type": "string",
"enum": [
"rai... | box |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The item description",
"type": "string"
},
"price": {
... | create_invoice_3c3e89cd |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"warning_banner": {
"$id": "/properties/warning_banner",
"title": "This GDO gathers multicast statistics from the whole fabric and it might take a few ... | o8448 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"dcm2niix_input"
],
"type": "object",
"properties": {
... | o41418 |
{
"title": "PointCloud FixedSize Algorithm",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Render points with fixed real world or screen space size.",
"properties": {
"size": {
"type": "number",
"description": "Symbol size in r... | o90260 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://api.guildwars2.com/v2/continents",
"type": "array",
"minItems": 2,
"description": "List of available continent IDs",
"name": "continentIds",
"items": {
"id": "https://api.guildwars2.com/v2/continent/id",
"... | o15726 |
{
"description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"properties": {
"endpoints": {
"description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https:... | kb_379_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the item in centimeters",
"type": "number"
},
"length": {
"description": "The length of the item in centimeters",
"type": "number"
},
"w... | calculate_shipping_cost_5a0cd546 |
{
"additionalProperties": false,
"description": "Snowplow Redshift storage configuration",
"properties": {
"compRows": {
"description": "Number of rows to be used as the sample size for compression analysis",
"maximum": 1000000000,
"minimum": 1000,
"ty... | sp_371_Normalized |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"bookmarkThumbHeight": {
"type": "number"
},
... | o66717 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "fossa-deps",
"description": "fossa-deps for dependency specification for FOSSA CLI",
"$defs": {
"os": {
"enum": [
"alpine",
"centos",
"debian",
"redhat",
... | fossa-deps |
{
"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_934_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Requirements",
"definitions": {
"AutoUpdateConfig": {
"properties": {
"autoMerge": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"schedule": {
"... | jx-requirements |
{
"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_678_Normalized |
{
"type": "object",
"title": "Artist schema",
"$schema": "http://json-schema.org/draft-04/schema",
"properties": {
"id": {
"type": "string",
"args": {
"primary_key": true
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"tr... | o14025 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "openrtb-v2_3-schema-bid_request",
"description": "json schema for an openrtb v2.3 bid request",
"type": "object",
"required": [
"id",
"imp"
],
"not": {
"allOf": [
{
"required... | o18644 |
{
"additionalProperties": false,
"properties": {
"_comments": {
"description": "Optional comments about the clinical concept",
"type": "string"
},
"codeString": {
"description": "The code (ex: LOINC, RxNorm) for this clinical concept.",
"ty... | o83938 |
{
"description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.",
"properties": {
"apiGroups": {
"description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the... | kb_888_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "integer",
"minimum": 1
},
"parentId": {
"oneOf": [
{
"type": "null"
},
{
... | o88584 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Fibaro Home Center Smoke Sensor JSON Schema",
"name": "smoke_sensor",
"type": "object",
"properties": {
"id": {
"description": "Fibaro Home Center device ID",
"type": "integer",
"minim... | o56016 |
{
"properties": {
"configurations": {
"description": "Kong configuration properties.",
"properties": {
"cassandra": {
"description": "Cassandra connection properties.",
"properties": {
"contact-points": {... | o60309 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"fieldOptions": {
"title": "Field options",
"description": "Field-level configuration options",
"type": "object",
"properties": {
"label": {
"title... | o13134 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"quantity": {
... | generate_invoice_eac11f93 |
{
"additionalProperties": false,
"description": "Context Schema for a Roku video event (reflects the Video node: https://developer.roku.com/en-gb/docs/references/scenegraph/media-playback-nodes/video.md)",
"properties": {
"contentId": {
"description": "ID of video provided in content met... | sp_170_Normalized |
{
"properties": {
"measurements": {
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (if applicable)",
"type": "number"
},
"width": {
... | calculate_area_6efa49a2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://dcc.icgc.org/mutation-centric",
"type": "object",
"properties": {
"_mutation_id": {
"id": "https://dcc.icgc.org/mutation-centric/_mutation_id",
"type": "string"
},
"_summary": {
... | o47100 |
{
"additionalProperties": false,
"description": "Top-level schema for the validation process (Iglu-only)",
"properties": {
"data": {},
"schema": {
"pattern": "^iglu:[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[0-9]+-[0-9]+-[0-9]+$",
"type": "string"
}
},... | sp_248_Normalized |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "num... | calculate_area_305a8573 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"symbolInfo": {
"properties": {
"isHidden": {
"anyOf": [
{
"type": "boolean"
},
{
"pattern": "^(true|false)$"
}
]
},
... | dotnetcli |
{
"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_53304aa2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Signal subscription configuration",
"properties": {
"name": {
"propertyOrder": 10,
"title": "Name",
"type": "string"
},
"signalClass": {
"propertyOr... | o47921 |
{
"additionalProperties": false,
"properties": {
"flat": {
"default": true,
"description": "Flag to indicate if a dir is created.",
"type": "boolean"
},
"name": {
"$default": {
"$source": "argv",
"index": 0
... | o45409 |
{
"$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.... | o21418 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gitlab.com/.gitlab-ci.yml",
"markdownDescription": "Gitlab has a built-in solution for doing CI called Gitlab CI. It is configured by supplying a file called `.gitlab-ci.yml`, which will list all the jobs that are going to run for the project... | ci |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "User configuration",
"properties": {
"name": {
"propertyOrder": 10,
"title": "Name",
"type": "string"
},
"password": {
"propertyOrder": 20,
... | o47924 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"accepted": {
"type": "boolean"
},
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
}
}
} | o9941 |
{
"description": "APIResource specifies the name of a resource and whether it is namespaced.",
"properties": {
"categories": {
"description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')",
"items": {
"type": [
... | kb_21_Normalized |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"length": {
"description": "The length of a rectangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "numb... | calculate_area_c25c3534 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
... | kb_828_Normalized |
{
"properties": {
"date": {
"description": "The date of the event",
"format": "date",
"type": "string"
},
"end_time": {
"description": "The end time of the event",
"format": "time",
"type": "string"
},
"location": {
"description": "The location of the even... | create_calendar_event_bebc1b34 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"ContentSetting": {
"type": "object",
"properties": {
"clear": {
"instanceof": "function"
},
"get": {
"instanceof"... | o80235 |
{
"additionalProperties": false,
"definitions": {
"backendType": {
"additionalProperties": false,
"properties": {
"healthMonitors": {
"items": {
"$ref": "#/definitions/healthMonitorType"
},
... | o76577 |
{
"additionalProperties": false,
"description": "Options for Bazel Builder",
"properties": {
"bazelCommand": {
"description": "Common commands supported by Bazel.",
"enum": [
"run",
"build",
"test"
],
"ty... | o85086 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"sandbox_id": {
"description": "A unique identifier for the sandbox.",
"type": "string"
},
"uri": {
"description": "The URI of the sandbox.",
"type": "string",
"format": "uri"
},
"checksums": {
... | o78130 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"type": "object",
"properties": {
"id": {
"type": "string"
},
"apps": {
"type": "array",
"items": {
"type": "object",
"propert... | o9187 |
{
"properties": {
"end_time": {
"description": "The end time of the event in YYYY-MM-DD HH:MM format",
"type": "string"
},
"event_title": {
"description": "The title of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"ty... | create_calendar_event_a287ef57 |
{
"additionalProperties": true,
"properties": {
"category": {
"items": {
"type": "string"
},
"type": [
"array",
"string"
]
},
"email": {
"type": "string"
},
"reason... | sp_186_Normalized |
{
"additionalProperties": false,
"description": "Schema for a web page context",
"properties": {
"basisForProcessing": {
"description": "GDPR basis for data collection & processing",
"enum": [
"consent",
"contract",
"legal_oblig... | sp_287_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"description": "Models a auxiliary used in targeting a piece of content.",
"properties": {
"_id": {
"description": "The unique identifier for this auxiliary.",
"type": "string"
}... | wp_106_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"default": {
"navigationFallback": {
"rewrite": "/index.html"
}
},
"definitions": {
"route": {
"type": "object",
"required": ["route"],
"properties": {
"route": {
"type"... | staticwebapp |
{
"additionalProperties": false,
"definitions": {},
"properties": {
"Epf\u0414\u043b\u044f\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\u0411\u0430\u0437\u044b": {
"_$id": "/properties/Epf\u0414\u043b\u044f\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\... | o76155 |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics custom dimension entity",
"properties": {
"index": {
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"value": {
"maxLength": 150,
"type": [
... | sp_41_Normalized |
{
"additionalProperties": false,
"description": "Schema for Vero email clicked",
"properties": {
"campaign": {
"properties": {
"id": {
"maxLength": 255,
"type": [
"string",
"null"
... | sp_21_Normalized |
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.