json_schema stringlengths 43 1.28M | unique_id stringlengths 2 41 |
|---|---|
{
"definitions": {},
"links": [
{
"description": "link to the Scheduling Block instance",
"href": "scheduling_block/{id}",
"method": [
"GET",
"DELETE"
],
"rel": "self"
},
{
"descriptio... | o13688 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API",
"description": "API declaration",
"type": "object",
"definitions": {
"jsonReference": {
"type": "object",
"required": [
"$ref"
],
"additionalProperties": false,
"properties": {
"$ref": {
... | o16103 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "North America address",
"description": "Postal addresses for Canada, USA and Mexico",
"type": "object",
"properties": {
"address": {
"type": "object",
"properties": {
"name": {
... | o83718 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"awards": {
"description": "list of awards have been received",
"items": {
"additionalProperties": false,
"properties": {
... | o69992 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Rules",
"description": "The collection of rules",
"type": "array",
"items": {
"title": "Rule.",
"type": "object",
"properties": {
"id": {
"description": "Unique identifier given by t... | o14495 |
{
"properties": {
"PayloadDescription": {
"default": "ShareKit Payload",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "ShareKit Payload",
"description": "Name of the payload",
... | o61601 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"sequence": {
"type": "number",
"description": "the sequence of this node (i.e. its order within its siblings)"
},
"location": {
"type": "object",
"description": "the ... | o79558 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"person": {
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
... | o58917 |
{
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle or triangle",
"type": "number"
},
... | calculate_area_bfe1f7c6 |
{
"id": "http://schemas.wbeme.com/json-schema/eme/accounts/mixin/account-ref/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"account_id": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"description": "... | o88112 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"bvec",
"bval",
"nifti"
],
"type": "obje... | o41467 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schemaODC": "http://ocds.open-contracting.org/standard/r/1__0__RC/release-schema.json",
"definitions": {
"Amendment": {
"description": "Popisn\u00e9 \u00fadaje dodatku",
"patternProperties": {},
"properties... | o12653 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "#/definitions/preRequestScript",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "In some use cases, it's necessary to run a bit of code or perform some tasks ... | o67524 |
{
"properties": {
"cachecellappfwmetadataexists": {
"enum": [
"YES",
"NO"
],
"readonly": true,
"type": "string"
},
"cachecellbasefile": {
"enum": [
"YES",
"NO"
... | o30263 |
{
"additionalProperties": false,
"properties": {
"grades": {
"items": {
"additionalProperties": false,
"properties": {
"deleted_at": {
"format": "date-time",
"type": [
... | o10527 |
{
"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_5e5031a5 |
{
"$id": "https://json.schemastore.org/codeship-services.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"$ref": "#/definitions/ExternalService"
},
"definitions": {
"ExternalService": {
"title": "CodeShip Pro Service",
"description": "The definition o... | codeship-services |
{
"description": "AttachedVolume describes a volume attached to a node",
"properties": {
"devicePath": {
"description": "DevicePath represents the device path where the volume should be available",
"type": [
"string",
"null"
]
}... | kb_42_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A vaccine delivery driver",
"properties": {
"doc_type": {
"pattern": "^driver$",
"type": "string"
},
"email": {
"_format": "email",
"chance": "email",
"... | o37720 |
{
"additionalProperties": false,
"description": "Schema for a screen view event",
"minProperties": 2,
"properties": {
"id": {
"_format": "uuid",
"description": "An ID from the associated screenview event.",
"maxLength": 36,
"type": "string"
... | sp_225_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://dcc.icgc.org/drug-text",
"type": "object",
"properties": {
"atc_codes_code": {
"id": "https://dcc.icgc.org/drug-text/atc_codes_code",
"type": "array",
"items": {
"id": "http... | o47111 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^[0-9a-zA-Z_-]{1,255}$": {
"oneOf": [
{
"type": "string",
"maxLength": 32767
},
{
... | o9803 |
{
"description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.",
"properties": {
"apiVersion": {
"description": "APIVersion holds the API ... | kb_1038_Normalized |
{
"$id": "https://json.schemastore.org/drupal-routing.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"type": "object",
"properties": {
"path": {
"title": "Route path",
"type": "string"
},
"defaults": {
"title": "Default rout... | drupal-routing |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Circulation policy",
"description": "JSON schema for circulation policies.",
"additionalProperties": false,
"required": [
"$schema",
"pid",
"name",
"organisation",
"is_defa... | o69965 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"___utils_content_element_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "An item that conforms to this schema can be rendered in a seque... | wp_47_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"format": "minimal",
"properties": {
"repositories": {
"type": "object",
"patternProperties": {
"^[^/#]+$": {
"type": "object",
"format": "mini... | o63382 |
{
"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_743_Normalized |
{
"description": "Blog Post Schema",
"properties": {
"Body": {
"type": "string"
},
"Day": {
"type": "string"
},
"IsPublished": {
"type": "boolean"
},
"Month": {
"type": "string"
},
"PublishedD... | o18670 |
{
"version": "0.2",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fixed",
"ui"
],
"properties": {
"name": {
"type": "string",
"description": "Unique display name (to be used instead of plugin ID)",
... | o90958 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"version": "1.0.0",
"type": "object",
"properties": {
"book": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"typ... | o44934 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Library",
"description": "JSON schema for a library",
"additionalProperties": false,
"required": [
"$schema",
"code",
"pid",
"name",
"organisation"
],
"properties":... | o69970 |
{
"definitions": {
"account": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"allow_tracking": {
"default": true,
"description": "whether to allow third party web activity tracking",
... | o91126 |
{
"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_aa156f3c |
{
"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_f2309707 |
{
"properties": {
"end_time": {
"description": "The end time of the event in 'YYYY-MM-DDTHH:MM:SS' format",
"format": "date-time",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "T... | create_event_8169fd5e |
{
"$ref": "#/definitions/oic.r.light",
"definitions": {
"oic.r.light": {
"properties": {
"if": {
"default": "oic.if.baseline",
"description": "Interface supported",
"type": "string"
},
... | o72111 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint": {
"description": "DaemonEndpoint contains information about a single Daemon endpoint.",
"properties": {
"Port": {
"_format": "int32",
... | kb_618_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {},
"other_attributes": {
"description": "Use for other attributes for which we don't yet have curated schema attributes",
"type": "object"
},
"properties": {
"confidence... | o65428 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"namedResource": {
"properties": {
"name": {
"type": "string"
},
"resource_uri": {
"type": "string"
}
}... | o12619 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"description": {
"description": "A short description of the population",
"type": "string"
},
"id": {
"description": "Integer data. Ex: 2673",
"type": "integer"
... | o58604 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for JSHint configuration files",
"type": "object",
"properties": {
"maxerr": {
"description": "Maximum error before stopping",
"type": "integer"
},
"bitwise": {
"desc... | o73929 |
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"key": {
"maxLength": 12,
"pattern": "^[a-zA-Z0-9_\\.]+$",
"type": "string"
}
}
},
{
"addi... | o10020 |
{
"$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]... | o5420 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"MyObject": {
"properties": {
"as_integer": {
"type": "integer"
},
"as_number": {
"type": "number"
}
},... | o17681 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceSubresourceScale": {
"description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.",
... | kb_213_Normalized |
{
"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_615_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/workspace.json",
"type": "object",
"properties": {
"channels": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | o6771 |
{
"additionalProperties": false,
"definitions": {},
"description": "api-box input json schema",
"properties": {
"endpoints": {
"items": {
"properties": {
"methods": {
"items": {
"properties": {
... | o60823 |
{
"$id": "https://json.schemastore.org/cloudify.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"dataTypes": {
"description": "To use data_types, the definitions version must be cloudify_dsl_1_2 or higher.",
"type": "object",
"patternProperties": {
"": {... | cloudify |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"dcosReleaseVersion": {
"type": "string",
"pattern": "^(?:0|[1-9][0-9]*)(?:\\.(?:0|[1-9][0-9]*))*$",
"description": "A string representation of a DC/OS Release Version"
},
"url": ... | o79440 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"title": "Experience Version",
"description": "Schema for a single Experience Version",
"type": "ob... | o9894 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"id": "https://json.schemastore.org/component.json",
"properties": {
"private": {
"description": "A boolean specifying whether the component is private, defaulting to false.",
"type": "boolean",
"default... | component |
{
"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_4fc79198 |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics general entity",
"properties": {
"anonymizeIp": {
"type": [
"boolean",
"null"
]
},
"cacheBuster": {
"type": [
"string",
... | sp_45_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"parentId": {
"type": "integer"
},
"name": {
"type": "string"
},
"sessionName": {
"ty... | o45752 |
{
"id": "http://www.xsd2jsonschema.org/schema/functionalTestSchema.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Xsd2JsonSchema Function Test",
"description": "Defines the format of Xsd2JsonSchema functional tests",
"type": "object",
"properties": {
"xsdPath": {
... | o21865 |
{
"properties": {
"Cores": {
"type": "string"
},
"DVID datastore": {
"type": "string"
},
"Maximum Cores": {
"type": "string"
},
"Server uptime": {
"type": "string"
},
"Storage backend": {
... | o48516 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Athlete",
"description": "Details about a single athlete.",
"type": "object",
"properties": {
"name": {
"description": "Athlete's name",
"type": "string",
"minLength": 1
},
"... | o65374 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"IDType": {
"pattern": "^\\d{10}$",
"type": "string"
},
"ISO8601-Date": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
... | o70372 |
{
"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_485_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base length of the shape (for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangle)",
"type": "number"
},
... | calculate_area_214862f8 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Package",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix.",
"pattern": "^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1... | composer-schema |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The denominator of the descriptive statistic when the measures has an implicit duration. For example in the context of step count, if the descriptive statistic is 'average' and the statistic denominator is 'd' the value describes average da... | o65581 |
{
"properties": {
"shape": {
"description": "The shape for which to calculate the area",
"enum": [
"square",
"rectangle",
"circle"
],
"type": "string"
},
"side_length": {
"description": "The side length of the square or rectangle, or the radius of the ... | calculate_area_ff810589 |
{
"_description": "The patter is taken from https://mathiasbynens.be/demo/url-regex. @diegoperini version",
"pattern": "(https?://([-\\w\\.]+)+(:\\d+)?(/([\\w/_\\.]*(\\?\\S+)?)?)?)",
"type": "string"
} | o67212 |
{
"properties": {
"settings": {
"properties": {
"host": {
"default": "localhost",
"type": "string"
},
"port": {
"default": 27017,
"type": "integer"
},
... | o10077 |
{
"properties": {
"additionalProperties": {
"properties": {
"Alias": {
"type": "string"
},
"DataMap": {
"additionalProperties": {
"properties": {
"BlockSize... | o48515 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Schema for .mopedrc",
"definitions": {
"appConfigDefinition": {
"type": "object",
"properties": {
"dbMigrations": {
"description": "Relative path to a folder to use for datab... | o61532 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"users",
"releases",
"companies",
"repos"
],
"properties": {
"users": {
"type": "array",
"items": {
"type": "object",
... | o66068 |
{
"definitions": {
"Requirement": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"Data1": {
"type": "integer"
},
"Data... | o43219 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Metadata about a person in the Mopidy community",
"properties": {
"email": {
"_format": "email",
"description": "Email address",
"type": "string"
},
"homepage": {
"... | o61533 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A document of some sort (PDF, TIFF, HTML) associated with a filing",
"type": "object",
"properties": {
"uid": {
"description": "Unique id/reference for the filing if it has one",
"type": "string"
... | o65450 |
{
"definitions": {
"outcome": {
"properties": {
"_text": {
"type": "string"
},
"confidence": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
... | o29394 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
},
"icon": {
"type": "string"
},
"background": {
"type": "string"
},
... | o9541 |
{
"$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.... | o21192 |
{
"title": "Constant Publisher",
"required": [
"publisher_type",
"publish"
],
"properties": {
"publisher_type": {
"default": "constant-pub",
"enum": [
"constant-pub"
],
"type": "string"
},
"publish": ... | o66157 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"failed_license_scan": {
"additionalProperties": false,
"description": "Failed automated software copyright license scan",
"properties": {
"_release": {
"descr... | o61003 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
... | kb_188_Normalized |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date for the search",
"type": "string"
},
"start_date": {
"description": "The start date for the search",
"type": "string"
}
},
"type": ... | search_news_44313580 |
{
"properties": {
"customer_details": {
"properties": {
"address": {
"description": "The address of the customer",
"type": "string"
},
"email": {
"description": "The email address of the customer",
"type": "string"
},
"name": {
... | generate_invoice_a3436f0f |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics Ecommerce transaction",
"properties": {
"affiliation": {
"maxLength": 500,
"type": "string"
},
"currency": {
"maxLength": 3,
"minLength": 3,
"typ... | sp_32_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "VERIS Community Schema 1.3",
"properties": {
"action": {
"minProperties": 1,
"properties": {
"environmental": {
"additionalProperties... | o84874 |
{
"description": "AttachedVolume describes a volume attached to a node",
"properties": {
"devicePath": {
"description": "DevicePath represents the device path where the volume should be available",
"type": [
"string",
"null"
]
}... | kb_41_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "GetConfigurationResponse",
"type": "object",
"properties": {
"configurationKey": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
... | o44009 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "LHCb Deposit Schema.",
"type": "object",
"description": "Describe information needed for deposit module.",
"properties": {
"stripping_turbo_selection": {
"items": {
"type": "object",
... | o80821 |
{
"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_662_Normalized |
{
"definitions": {
"app": {
"definitions": {
"array_data": {
"properties": {
"datetime_array": {
"items": {
"$ref": "#/definitions/app/definitions/update_time"
... | o47943 |
{
"properties": {
"date": {
"description": "The date of the meeting",
"format": "date",
"type": "string"
},
"participants": {
"description": "The participants' email addresses",
"items": {
"type": "string"
},
"type": "array"
},
"time": {
"des... | schedule_meeting_a16577b3 |
{
"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_72df7aa6 |
{
"description": "This document contains a schema for validating an record serialization",
"properties": {
"$meta": {
"_id": "/properties/$meta",
"type": "object"
},
"coord": {
"_id": "/properties/coord",
"properties": {
"la... | o70611 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"config",
"inputs"
],
"type": "object",
"properties": {
"inputs": {
"required": [
"functional",
"anatomical"
],
"type": "object",
... | o41201 |
{
"description": "PACTE Tokenizer example",
"properties": {
"@context": {
"description": "JSON-LD context",
"format": "url",
"locked": true,
"searchable": false,
"type": "string"
},
"@type": {
"description": "JSON-LD... | o33696 |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/pbjx/envelope/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-z0-9-]+)... | o42888 |
{
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "Name is the name of the service",
"type": [
"string",
"null"
]
},
"namespace": {
"desc... | kb_986_Normalized |
{
"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_23153315 |
{
"$id": "https://json.schemastore.org/projektor.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Global settings\nhttps://github.com/yamnikov-oleg/projektor#configuration",
"properties": {
"keybind": {
"title": "keybinding",
"descript... | projektor |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/beerjson/beerjson/master/json/measureable_units.json",
"type": "object",
"additionalProperties": false,
"definitions": {
"VolumeType": {
"type": "object",
"additionalProp... | o25886 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 1024
},
"integrationType": {
"type": "string",
"enum": [
"goo... | o9921 |
{
"title": "Invocation manifest for SciTran: DICOM MR Classifier",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"timezone": {
"type": "string",
... | o41462 |
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.