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": {
"facilitytype": {
"type": "string"
}
},
"required": [
"facilitytype"
]
}
} | o91099 |
{
"additionalProperties": true,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"push_id": {
"_format": "uuid",
"type": "string"
}
},
"type": "object"
}... | sp_394_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"def": {
"type": "string"
}
},
"type": "object",
"patternProperties": {
"^abc.+$": {
"type": "string"
}
}
} | o27031 |
{
"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_aaae03ed |
{
"$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... | o43018 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
... | kb_791_Normalized |
{
"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_392_Normalized |
{
"properties": {
"active": {
"type": "boolean"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"downloaded_at": {
"format": "date-time",
"type": "string"
},
"external_id": {
... | o21089 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"radius": {
"de... | calculate_area_e73f4e16 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"type": "object",
"properties": {
"define": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"warningsA... | project-1 |
{
"$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.... | o21367 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
... | kb_310_Normalized |
{
"$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]... | o5375 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items on the invoice",
"items": {
"properties": {
"price": {
"description": "The price of the product",
"type... | create_invoice_326ab00f |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_PodDisruptionBudget": {
"description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods",
"properties": {
"ap... | kb_696_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {},
"properties": {
"category": {
"description": "Category of licence",
"enum": [
"Financial",
"Business"
],
"type... | o65427 |
{
"properties": {
"items": {
"items": {
"properties": {
"discount": {
"description": "The percentage of discount for the item",
"type": "number"
},
"name": {
"description": "The name of the item",
"type": "string"
... | calculate_discounted_total_8ebaa9f0 |
{
"$comment": "https://probot.github.io/apps/stale/",
"$ref": "#/definitions/configuration",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"configuration": {
"properties": {
"daysUntilStale": {
"title": "Days Until Stale",
"description": "Number of ... | stale |
{
"description": "description 1",
"properties": {
"inlineTemplate": {
"alias": "t",
"default": false,
"description": "When true, includes template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file... | o83771 |
{
"properties": {
"customer_id": {
"description": "The ID of the customer",
"type": "string"
},
"items": {
"description": "The items purchased by the customer",
"items": {
"properties": {
"product_id": {
"description": "The ID of the product",
... | generate_invoice_ba3ceb96 |
{
"properties": {
"destination": {
"description": "The destination of the package",
"type": "string"
},
"dimensions": {
"properties": {
"height": {
"description": "The height of the package in inches",
"type": "number"
},
"length": {
... | calculate_shipping_cost_30c6da0b |
{
"properties": {
"DatasetsUUID": {
"items": {
"type": "string"
},
"type": "array"
},
"NewDatasetID": {
"type": "number"
},
"version": {
"type": "string"
}
},
"type": "object",
"ve... | o48513 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://schemas.digitallinguistics.io/Transcription-2.1.0.json",
"title": "Transcription",
"type": "object",
"description": "A transcription of a piece of data in a language, optionally in multiple orthographies. For example, a transcrip... | o36272 |
{
"properties": {
"date_range": {
"description": "The date range for the news articles",
"properties": {
"end_date": {
"description": "The end date for the news articles",
"type": "string"
},
"start_date": {
"description": "The start date for the n... | search_news_7a302342 |
{
"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_3d4b35ef |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"SettingsLanguage": {
"enum": [
"cs-CZ",
"de-DE",
"en-US",
"es-ES",
"fr-FR",
"it-IT",
"ja-JP",
... | o47261 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "cloud-init plugin manifest",
"type": "object",
"properties": {
"system": {
"type": "object",
"properties": {
"release": {
"type": "string",
"enum": [
... | o27351 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "This schema represents a JSON Schema identifier.",
"type": "object",
"properties": {
"namespace": {
"description": "The namespace of the schema. A namespace serves to disambiguate schemas with conflicting names."... | o65635 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"dog": {
"type": "string",
"enum": [
"Border Collie",
"Golden Retriever"
]
}
},
"properties": {
"dog": {
"$ref": "#/definitions... | o41655 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"settings": {
"type": "object",
"properties": {
"printInEndpoint": {
"type": "boolean"
}
},
"required": [
... | o10008 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A Register Entry represents an entry in an official register, such as a charity/nonprofit register, or register of lobbyists, for example. Some registers -- such as the Charity Register for England & Wales have a statutory purpose, and act ... | o65423 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"bookmarkThumbHeight": {
"type": "number"
},
... | o16059 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_certificates_v1beta1_CertificateSigningRequest": {
"description": "Describes a certificate signing request",
"properties": {
"apiVersion": {
"description": "APIV... | kb_71_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for Vega-lite specification",
"type": "object",
"required": [
"marktype",
"encoding"
],
"properties": {
"data": {
"type": "object",
"properties": {
"form... | o81125 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"measuredParameter": {
"description": "recorded parameter value",
"properties": {
"date": {
"_format": "date-time",
"type": "string"
},... | o24464 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"timeOfService": {
"_format": "date-time",
"description": "Date/time of services to be rendered (in UTC ISO time format)",
"minLength": 1,
"type": "string"
}
},
"requir... | o53623 |
{
"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_5067df9e |
{
"additionalProperties": false,
"description": "Schema for Zendesk users",
"properties": {
"details": {
"type": [
"string",
"null"
]
},
"email": {
"type": [
"string",
"null"
... | sp_402_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "blinkleds",
"description": "led on or off",
"type": "object",
"properties": {
"leds": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | o57041 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction": {
"description": "ExecAction describes a \"run in container\" action.",
"properties": {
"command": {
"description": "Command is the command ... | kb_521_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"anyOf": [
{
"required": [
"date"
]
},
{
"required": [
"end_date"
]
}
],
"description": "A representation of one particular element of a... | o65440 |
{
"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_4cd931e6 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "http://localhost:3000/schemas/token-response.json#",
"properties": {
"access_token": {
"description": "The access token issued by the server.",
"type": "string"
},
... | o20488 |
{
"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_1096_Normalized |
{
"id": "http://schemas.triniti.io/json-schema/triniti/curator/mixin/media-list-widget/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
... | o82766 |
{
"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_22566a70 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"cursor": {
"type": "object",
"properties": {
"row": {
"type": "integer",
"minimum": 1
},
"col": {
... | o79664 |
{
"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_631bb363 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"bar": {
"type": "array",
"_uniqueItems": true
},
"baz": {
"type": "array",
"_uniqueItems": false
}
}
} | o25200 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (for circle)",
"type": "number"
},
"width": {
... | calculate_area_d598aab2 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An accounts statement is a set of financials from a given accounts filing. This may be have been derived from something as extensive as an XBRL filing, or just some headline financials. The actual accounts lines are made up of arrays of acc... | o65414 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base length of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "nu... | calculate_area_7b538abe |
{
"assertionType": "must",
"description": "True when the Annotation does not have both body key and bodyValue key (Section 3.2.5)",
"errorMessage": "ERROR: body and bodyValue are exclusive keys; a single annotation cannot have both.",
"expectedResult": "valid",
"not": {
"required": [
... | o91408 |
{
"$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.... | o21352 |
{
"properties": {
"AllowLocalPrinters": {
"description": "Allow printers that connect directly to user's computer",
"type": "boolean"
},
"DefaultPrinter": {
"description": "Default Printer Configuration",
"properties": {
"Device... | o61618 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"scores": {
"type": "object",
"properties": {
... | o45226 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"addPanel": { "$ref": "#/$defs/AddPanelConfig" },
"svgLoader": {
"description": "Configures how SVG assets load.\nRefer to https://help.codux.com/kb/en/article/kb17934 for more information.",
"type":... | codux |
{
"description": "An individual log message",
"properties": {
"args": {},
"created": {},
"exc_info": {},
"exc_text": {},
"filename": {},
"funcName": {},
"levelname": {},
"levelno": {},
"lineno": {},
"message": {
"type": ... | o68826 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A state for the scenario",
"type": "object",
"properties": {
"parameters": {
"description": "The values for the parameters",
"type": "object",
"properties": {
"userDefined"... | o16047 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Babbage Model",
"type": "object",
"format": "valid_hierarchies",
"properties": {
"fact_table": {
"$ref": "#/definitions/table"
},
"measures": {
"$ref": "#/definitions/measures"
}... | o77405 |
{
"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_993_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Savings account source of income",
"type": "object",
"properties": {
"accountName": {
"title": "Account name",
"description": "Friendly account name. Each account name added must be unique for that National... | o46406 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "statement",
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A value from the enumeration for this statement"
},
"extended_value": {
"properties": {... | o51223 |
{
"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_2f1888fb |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "10/EPMP get metadata keys response: a set of endpoint metadata keys",
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9_]+$",
"description": "Endpoint metadata key name"
},
"_uniqu... | o53906 |
{
"definitions": {
"post": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"created_at": {
"description": "when post was created",
"example": "2012-01-01T12:00:00Z",
"format": "date-ti... | o83312 |
{
"definitions": {
"book": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array",
"_uniqueItems": true
},
"coverFilename... | o21846 |
{
"description": "Updates version number based on a given increment",
"properties": {
"increment": {
"enum": [
"Patch",
"Minor",
"Major"
],
"type": "string",
"x-prompt": "Which version update would you like t... | o83326 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"headline": {
"type": "object",
"required": [
"htmlText"
],
"properties": {
"htmlText": {
"type": "string",
... | o9404 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/transcend-io/cli/main/transcend-yml-schema-v4.json",
"title": "transcend.yml",
"description": "Define personal data schema in code using Transcend.",
"type": "object",
"properties": {
"api-keys": {
"t... | transcend-yml-schema-v4 |
{
"properties": {
"dimensions": {
"description": "The dimensions required to calculate the area",
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
... | calculate_area_7ba6efb0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Example Schema",
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"age": {
"description": "Age in years",
... | o28254 |
{
"properties": {
"customer": {
"properties": {
"address": {
"description": "The address of the customer",
"type": "string"
},
"email": {
"description": "The email address of the customer",
"type": "string"
},
"name": {
... | generate_invoice_4a46a04c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"components": {
"type": "object",
"required": [
"resource"
],
"properties": {
"resource": {
"type": "string",
... | o9351 |
{
"$comment": "Schema derived from https://raw.githubusercontent.com/dotnet/core/main/release-notes/releases-index.json and https://github.com/dotnet/deployment-tools/blob/main/src/Microsoft.Deployment.DotNet.Releases/src/Product.cs",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": f... | dotnet-releases-index |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag object for non... | wp_76_Normalized |
{
"definitions": {
"channel": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"channel_id": {
"description": "unique identifier of channel",
"example": 123456,
"type": [
... | o77732 |
{
"additionalProperties": false,
"description": "Schema for a social interaction event",
"properties": {
"action": {
"type": "string"
},
"network": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": ... | sp_318_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
... | o45223 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "HTML Widget Template Schema",
"description": "Defines a web-component based widget template that uses vanilla HTML.",
"type": "object",
"additionalProperties": false,
"required": [
"meta",
"htmlTemplate"
],
... | o72181 |
{
"description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface",
"properties": {
"path": {
"description": "Path is the URL path of the request",
"type": [
"string",
"nul... | kb_636_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Place_DistributionCentre",
"description": "Place_DistributionCentre",
"properties": {
"id": {
"type": "string",
"title": "Identifier",
"minLength": 24,
"maxLength": 24,
"description": "Unique ... | o39529 |
{
"properties": {
"filters": {
"items": {
"id": "/filter",
"type": "object"
},
"type": "array"
},
"last_update": {
"id": "/last_update",
"type": "string"
}
}
} | o74489 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"nifti"
],
"type": "object",
"properties": {
... | o41336 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "A response containing traffic flows between objects",
"properties": {
"header": {
"type": "object",
"description": "Object describing document data",
"properties": {
... | o13349 |
{
"$id": "https://json.schemastore.org/backportrc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "A Backport config schema",
"properties": {
"repoName": {
"description": "A repo name for the current project\nhttps://github.com/sqren/backpor... | backportrc |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"htmlStringLines": {
"description": "HTML string lines, will be joined by \\n.",
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
... | o5988 |
{
"id": "http://schlothauer.de/schemas/shared/tenant.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "type for entries that have references to look-up tables - as an more dynamic alternative to enums",
"type": "object",
"properties": {
"text": {
"descr... | o73993 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/v2fly/v2ray-core/v5/infra/conf/v4/github:v2fly_v2ray-core_v5_infra_conf_v4:-config",
"$ref": "#/$defs/github:v2fly_v2ray-core_v5_infra_conf_v4:Config",
"$defs": {
"github:EHfive_v2ray-jsonschema_common:CustomDNSDomainMatcher":... | v4-config |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
... | kb_880_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Verify annotation has @context",
"type": "object",
"properties": {
"@context": {
"anyOf": [
{
"type": "string"
},
{
"type": "array... | o2140 |
{
"$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.... | o21363 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"featureTypes": {
"type": "object",
"patternProperties": {
"^[\\w\\.\\d\\_]+$": {
"type": "object",
"properties": {
... | o47670 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"height": {
"description": "The height of the shape",
"type": "number"
... | calculate_area_867a9626 |
{
"additionalProperties": false,
"description": "Schema for a media event",
"properties": {
"label": {
"description": "A custom identifier",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"type": {
... | sp_297_Normalized |
{
"$id": "https://json.schemastore.org/mboats-config-0.2.json",
"$ref": "#/definitions/MBOATS",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"MBOATS": {
"type": "object",
"additionalProperties": false,
"properties": {
"appId": {
"type": "string",... | mboats-config-0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
... | o69498 |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the object",
"type": "number"
},
"length": {
"description": "The length of the object",
"type": "number"
},
"width": {
"descri... | calculate_area_volume_0d2bc377 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"targetType": "document_surface1d",
"schemaType": "Timex3",
"title": "Timex3",
"type": "object",
"required": [
"schemaType",
"_corpusID",
"_documentID",
"offsets"
],
"properties": {
"schemaTyp... | o33704 |
{
"definitions": {
"StatCount": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"Id": {
"type": "string"
},
"Count": {
... | o43232 |
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.