json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/image-block/1-0-1.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"etag": {
"type": "string",
"pattern": "^[\\w\\.:-]+$",
"pbj": {
... | o82669 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"context": {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
... | o82159 |
{
"properties": {
"author": {
"description": "Author for the new schematic.",
"type": "string"
},
"name": {
"$default": {
"$source": "argv",
"index": 0
},
"description": "The package name for the new ... | o64892 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "http://docs.openstack.org/api/openstack-block-storage/v2/snapshots#put",
"type": "object",
"properties": {
"snapshot": {
"id": "http://docs.openstack.org/api/openstack-block-storage/v2/snapshots#put/snapshot",
... | o69222 |
{
"additionalProperties": false,
"description": "Schema for a single HTTP cookie, as defined in RFC 6265",
"properties": {
"name": {
"maxLength": 4096,
"type": "string"
},
"value": {
"maxLength": 4096,
"type": [
"string"... | sp_413_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData",
"type": "object",
"properties": {
"my-data": {
"type": "object",
"properties": {
"mybytes": {... | o42289 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Program Validation Response Schema",
"description": "Defines the validation results returned by the program when requested for program requirements",
"type": "object",
"properties": {
"validationResults": {
"type":... | o72192 |
{
"description": "Location",
"properties": {
"address": {
"type": "string"
},
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"description": "Long url for embedding a google map",
... | o63288 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The message id"
},
"content": {
"type": "string",
"description": "The message content"
},
... | o32480 |
{
"type": "object",
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"fabric_uuid": {
"$id": "/properties/input/properties/fabric_uuid",
"format": "uuid",
"type": "string",
"title": "The Fabric_uuid Schema",
... | o71320 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"sys_basic": {
"description": "System information",
"properties": {
"ctl_gateway_ip": {
"description": "The control gateway IP address",
"type": "strin... | o71471 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21389 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapNodeConfigSource": {
"description": "ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.",
"properties": {
... | kb_628_Normalized |
{
"type": "object",
"properties": {
"boolean1": {
"type": "boolean",
"default": true
},
"number1": {
"type": "number",
"default": 1
},
"integer1": {
"type": "integer",
"default": 1
},
... | o25979 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Geniventure Tutorial Authoring",
"description": "Geniventure's tutorial authoring document",
"type": "object",
"properties": {
"levels": {
"description": "Configuration for the levels that comprise the application"... | o33033 |
{
"description": "SecretKeySelector selects a key of a Secret.",
"properties": {
"key": {
"description": "The key of the secret to select from. Must be a valid secret key.",
"type": [
"string",
"null"
]
},
"name": {
... | kb_937_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "CreateRepoRequest",
"type": "object",
"additionalProperties": false,
"properties": {
"bumper": {
"type": "string",
"description": "The bumper to be used when creating a repo."
},
"scmUrl... | o39426 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"bar": {
"type": "array",
"minItems": 10
}
}
} | o25192 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for puer-mock _mockserver.json config",
"type": "object",
"properties": {
"api": {
"type": "object",
"title": "\u63a5\u53e3\u5217\u8868",
"description": "\u63a5\u53e3\u5217\u8868",
... | o83341 |
{
"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_990_Normalized |
{
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range"
},
"position": {
"$ref": "#/definitions/Position"
},
"location": {
"$ref": "#/definitions/Location"
},
"diagnostic": {
"$ref": "#/d... | o65892 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
... | calculate_area_4e13d60b |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalPropeties": false,
"definitions": {
"___traits_trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag objec... | wp_31_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "PullDescriptor",
"description": "Information controlling the pull facility",
"type": "object",
"properties": {
"urls": {
"description": "List of URLs from which Okapi attempts pulling",
"type": "array",... | o41729 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "number"
},
"material_position": {
"type": "number"
},
"type": {
"title": "Chunk type",
"type": "object",
"properties": {
"id": {
"type": "n... | o28612 |
{
"$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.... | o21161 |
{
"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_6996fda5 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"brain_template",
"brain_probability_mask",
"anatomical_image"
... | o41366 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"order": {
"type": "object",
"properties": {
"orderId": {
"type": "integer"
},
"customerName": {
"... | o81597 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"subField": {
"type": "object",
"properties": {
"tag": {
"type": "string",
"minLength": 2
}
},
"additionalPrope... | o90940 |
{
"oneOf": [
{
"$ref": "#/definitions/ExtendedUnitSpec",
"description": "Schema for a unit Vega-Lite specification, with the syntactic sugar extensions:\n\n- `row` and `column` are included in the encoding.\n\n- (Future) label, box plot\n\n\n\nNote: the spec could contain facet."
... | o19343 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.smartdeveloperhub.org/harvesters/it/local-data#",
"type": "object",
"properties": {
"collector": {
"$ref": "#/definitions/collector"
},
"contributors": {
"type": "array",
... | o14390 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Frequency",
"type": "object",
"additionalProperties": false,
"properties": {
"label": {
"type": "string"
},
"recurring": {
"type": "boolean"
},
"type": {
"typ... | o46256 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"symbol": {
"additionalProperties": false,
"properties": {
"children": {
"items": {
"$ref": "#/definitions/symbo... | o13655 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"url": {
"type": "string",
"title": "URL"
}
},
"title": "Internal Discussion"
} | o66166 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"title": "MUN CS Society Blog Posts",
"description": "Represents a collection of blog posts",
"type": "object",
"properties": {
"months": {
"type": "array",
"description": "Contains a collection of months that blo... | o10217 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "conceptSchema",
"type": "object",
"properties": {
"conceptId": {
"type": "string"
},
"effectiveTime": {
"type": "string"
},
"active": {
"type": "boolean"
... | o7313 |
{
"additionalProperties": false,
"definitions": {
"backendType": {
"additionalProperties": false,
"properties": {
"healthMonitors": {
"items": {
"$ref": "#/definitions/healthMonitorType"
},
... | o76582 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase letters",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers",
"type": "boolean"
},
"include_symbols": {
"description": "Include symbols",
"type": "boolean"
},
... | generate_random_password_aa90af84 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "avalon-core:container-2.0",
"description": "A loaded asset",
"type": "object",
"additionalProperties": true,
"required": [
"schema",
"id",
"objectName",
"name",
"namespace",
"loader"... | o60866 |
{
"type": "object",
"properties": {
"value": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
},
{
"type": "boolean"
}
... | o64018 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"components": {
"type": "object",
"required": [
"resource"
],
"properties": {
"url": {
"type": "string",
... | o9352 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"commandObject": {
"properties": {
"directory": {
"description": "The working directory of the compilation. All paths specified in the command or file fields must be either absolute or relative to this directory.",
... | compile-commands |
{
"definitions": {
"login": {
"additionalProperties": false,
"properties": {
"pass": {
"type": "string"
},
"selfsigned": {
"enum": [
"true",
"false"... | o67010 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Memote Experimental Tests Configuration Schema",
"description": "Validate an experimental data configuration file that defines additional memote tests.",
"definitions": {
"stringSet": {
"type": "array",
"it... | o65485 |
{
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"length": {
"description": "The length of the rectangle (if applicab... | calculate_area_06b6879e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"oneOf": [
{
"type": "null"
},
{
"properties": {
"id": {
"type": "number"
},
... | o45114 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "MapChartData",
"description": "The data contained in a MapChart",
"type": "object",
"properties": {
"datasets": {
"type": "array",
"items": {
"type": "object",
"propertie... | o54550 |
{
"description": "A MWF button component's schema definition.",
"properties": {
"config": {
"properties": {
"element-type": {
"enum": [
"button",
"anchor"
],
"type": "s... | o85179 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Meresco Harvester getRepositories Schema",
"type": "object",
"properties": {
"request": {
"type": "object",
"properties": {
"verb": {
"type": "string",
... | o74450 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "zoo export schema",
"type": "array",
"items": {
"title": "Bookmark",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"url": {
... | o43342 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "TenantModuleDescriptor",
"description": "Module transitions",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"description": "Module ID (or just product part)",
"type": "str... | o41733 |
{
"additionalProperties": false,
"definitions": {
"blkio_limit": {
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"rate": {
"type": [
"int... | o83841 |
{
"properties": {
"attendees": {
"description": "The attendees of the meeting",
"items": {
"type": "string"
},
"type": "array"
},
"end_time": {
"description": "The end time of the meeting",
"format": "date-time",
"type": "string"
},
"meeting_name":... | schedule_meeting_576276b4 |
{
"additionalProperties": false,
"description": "Generate translate from ts interface.",
"properties": {
"$schema": {
"type": "string"
},
"$tool": {
"const": "ts-trans",
"description": "Must be set to ts-trans.",
"type": "string"
... | o39088 |
{
"properties": {
"gender": {
"description": "The gender of the person (male or female)",
"type": "string"
},
"height": {
"description": "The height of the person in meters",
"type": "number"
},
"hip_circumference": {
"description": "The hip circumference of the perso... | calculate_body_fat_percentage_33dd2c27 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"url": {
"type": "string",
"allOf": [
{
"format": "uri"
},
{
"pattern": "^https?://"
... | o79458 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/root-items"
},
{
"type": "object",
"properties": {
"env": {
"$ref": "#/definitions/env-items"
}
}
},
{
"$ref": "#/definitions/env-items"
}
],
... | jasmine |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The organization id"
},
"name": {
"type": [
"null",
"string"
],
... | o32481 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A copyright notice for the legal owner of this content. E.g., '\u00a9 1996-2018 The Washington Post.' Format may vary between organizations.",
"title": "Copyright information",
"type": "string"
} | wp_50_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
}
},
"additionalProperties": false
} | o6269 |
{
"description": "A MWF link navigation component's schema definition.",
"properties": {
"config": {
"dependencies": {
"header-tag": [
"header-title"
],
"header-title": [
"header-tag"
]
... | o85196 |
{
"$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.... | o21315 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape",
"type": "number"
},
"breadth": {
"description": "The breadth of the shape",
"type": "number"
},
"height": {
"descripti... | calculate_area_c3b3bf24 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An identifier for an entity (possibly other things, e.g. securities in the future). Examples are tax IDs, non-profit IDs, SEC CIK numbers, Federal Reserve RSSD id. The main requirements for an identifier is that they should be well-defined,... | o65453 |
{
"required": [
"results",
"start",
"limit",
"size",
"_links"
],
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"__comment_source": "https://answers.atlassian.com/questions/39570227/confluence-rest-json-schema",
"properties": {
... | o48771 |
{
"$schema": "http://json-schema.org/draft-07/schema",
"$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Configuring-your-actions",
"definitions": {
"commonTypes": {
"description": "Some of the reusable base types",
"definitions": {
"charSet": {
"description": "Standar... | yippee-ki-json_config_schema |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSIDriver": {
"description": "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to ... | kb_162_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "WDS Schema",
"description": "Definition of WDS web services.",
"definitions": {
"datasource": {
"type": "string",
"title": "Datasource",
"description": "FAOSTAT datasource.... | o5798 |
{
"description": "A request by an organization (buyer) to another ogranization (seller) to disconnect an existing order.",
"properties": {
"buyerNetworkIdentifier": {
"description": "One of the following Buyer-assigned values may be included: Buyer OVC Identifier, Buyer EVC Identifier, Buye... | o28187 |
{
"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_32_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"dat"
],
"type": "object",
"properties": {
"... | o41353 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.ericsson.eiffel.semantics.events.EiffelServiceAllocatedEvent",
"extendsJavaClass": "com.ericsson.eiffel.semantics.events.Event",
"properties": {
"meta": {
"type": "object",
"jav... | o89734 |
{
"properties": {
"end_time": {
"description": "The end time of the meeting",
"type": "string"
},
"location": {
"description": "The location of the meeting",
"type": "string"
},
"participants": {
"description": "The participants of the meeting",
"items": {
... | schedule_meeting_85e489bb |
{
"additionalProperties": false,
"description": "Schema for application context",
"properties": {
"logLevel": {
"maxLength": 64,
"type": "string"
},
"name": {
"maxLength": 64,
"type": "string"
},
"tags": {
"p... | sp_227_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"yesno": {
"enum": [
"yes",
"no"
],
"type": "string"
},
"dog": {
"properties": {
"animal": {
"allOf... | o41659 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"maxProperties": 1,
"additionalProperties": false,
"properties": {
"interface_filters": {
"$id": "/properties/interface_filters",
"type": "array",
"items": {
"$id": "/properties/interface_... | o71299 |
{
"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_742_Normalized |
{
"description": "All permissions in WebAdMIT cascade from the concept of a **user identity**.",
"links": [
{
"description": "Retrieve details on all user identities that are part of a user's WebAdMIT profile and that have the \"API Access\" permission assigned to them. The `id` associated ... | o9520 |
{
"$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]... | o5360 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"password",
"uid",
"gid",
"comment",
"home",
"shell"
],
"properties"... | o65949 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {},
"oneOf": [
{
"properties": {
"status": {
"type": "string",
"enum": [
"notFound"
]
... | o42158 |
{
"definitions": {
"file": {
"properties": {
"name": {
"type": "string"
},
"start": {
"type": "integer"
}
},
"required": [
"start",
"nam... | o57453 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "table_config",
"type": "object",
"properties": {
"head": {
"type": "boolean",
"default": true
},
"subTotal": {
"type": "boolean",
"default": false
},
... | o12289 |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (for circle)",
"type": "number"
},
"width": {
... | calculate_area_496b4bb7 |
{
"properties": {
"include_lowercase": {
"description": "Include lowercase alphabets in the password",
"type": "boolean"
},
"include_numbers": {
"description": "Include numbers in the password",
"type": "boolean"
},
"include_special_characters": {
"description": "Incl... | generate_password_698153f0 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"$ref": "#/definitions/___utils_dictionary_json",
"definitions": {
"___utils_dictionary_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"patternProperties": {
".*": {
"ty... | wp_91_Normalized |
{
"additionalProperties": false,
"properties": {
"data": {
"additionalProperties": true,
"properties": {
"schema": {
"_format": "url",
"type": "string"
}
},
"required": [
... | o12092 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"price": {
"description": "The price per unit of the product",
"type": "number"
},
"prod... | generate_invoice_0f79d75c |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Secret": {
"description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.",
"properties": {
... | kb_940_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properti... | o21205 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"generator": {
"type": "object",
"additionalProperties": false,
"required": ["name"],
"properties": {
"name": {
"enum": ["CSharp", "TsInterfaceFromDto"]
},
... | qfconfig |
{
"additionalProperties": false,
"description": "Schema for Vero email sent",
"properties": {
"campaign": {
"properties": {
"id": {
"maxLength": 255,
"type": [
"string",
"null"
... | sp_25_Normalized |
{
"additionalProperties": true,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"group_id": {
"_format": "uuid",
"type": "string"
},
"payload": {
"p... | sp_392_Normalized |
{
"anyOf": [
{
"properties": {
"radius": {
"type": "number"
},
"shape": {
"const": "circle"
}
},
"required": [
"radius"
]
},
{
"properties": {
"length": {
"type": "number"
},
"shape"... | calculate_area_7175d0f3 |
{
"properties": {
"date": {
"description": "The date of the meeting",
"format": "date",
"type": "string"
},
"location": {
"description": "The location of the meeting",
"type": "string"
},
"participants": {
"description": "The list of meeting participants",
... | schedule_meeting_3cf4e0e9 |
{
"properties": {
"Dock": {
"description": "Optional. An array of dictionaries, each of which must conform to the icon dictionary format.",
"items": {
"description": "An item in the dock",
"properties": {
"BundleID": {
... | o61614 |
{
"$comment": "JSON Schema for CRYENGINE 5.4",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"cvars": {
"$id": "/definitions/cvars",
"type": "string",
"title": "Variable name",
"description": "CVar name",
"default": "sys_target_platforms",
"enum": [... | cryproj |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"location",
"country",
"city",
"parameter",
"unit",
"value",
"date",
"sourceName",
"sourceType",
"mobile"
],
"properties": {
... | o65372 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"layoutName": {
"pattern": "^[a-z]+(?:-+[a-z]+)*-v\\d+$",
"type": "string"
},
"page": {
"properties": {
"children": {
"items": {
... | o83394 |
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.