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": { "type": "string", "rule": "single" } }, "css_class": { "type": "string", "pattern": "^[\\w\\s-]+$", "description": "In rendering environments that support HTML the css_class can be appended to the dom elements' class attribute.", "pbj": { "type": "string", "rule": "single" } }, "updated_date": { "type": "string", "format": "date-time", "description": "Represents an update that occurred on the node this block is attached to. DOES NOT indicate an update to the block itself. eg an article with a twitter block with updated_date means that the article was updated to include that twitter block.", "pbj": { "type": "date-time", "rule": "single" } }, "aside": { "type": "boolean", "description": "When true it means this block represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.", "pbj": { "type": "boolean", "rule": "single" } }, "node_ref": { "type": "string", "pattern": "^[\\w\\/\\.:-]+$", "pbj": { "type": "identifier", "rule": "single" } }, "title": { "type": "string", "minLength": 0, "maxLength": 255, "description": "An optional override for the title of the node.", "pbj": { "type": "string", "rule": "single" } }, "caption": { "type": "string", "minLength": 0, "maxLength": 5000, "pbj": { "type": "text", "rule": "single" } }, "is_nsfw": { "type": "boolean", "pbj": { "type": "boolean", "rule": "single" } }, "url": { "type": "string", "pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$", "pbj": { "type": "text", "rule": "single", "format": "url" } }, "launch_text": { "type": "string", "minLength": 0, "maxLength": 255, "pbj": { "type": "string", "rule": "single" } }, "aspect_ratio": { "type": "string", "enum": [ "unknown", "auto", "1by1", "2by3", "3by2", "3by4", "4by3", "4by5", "5by4", "9by16", "16by9", "original", "custom" ], "pbj": { "type": "string-enum", "rule": "single" } }, "fallback_src_url": { "type": "string", "pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$", "description": "For imported image blocks it may be necessary to store the old URL.", "pbj": { "type": "text", "rule": "single", "format": "url" } } }, "required": [ "node_ref" ], "additionalProperties": true }
o82669
{ "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": { "id": { "type": "string" }, "context": { "type": "object", "properties": { "branch": { "type": "string" }, "commit": { "type": "string" }, "owner": { "type": "string" }, "repo": { "type": "string" }, "dockerRepoBase": { "type": "string", "description": "Docker registry base location. e.g: quay.io/myorg" } }, "required": [ "owner", "repo" ] }, "results": { "type": "object", "properties": { "build": { "type": "object", "properties": { "status": { "type": "string" } } }, "checkout": { "type": "object", "properties": { "status": { "type": "string" } } }, "clone": { "type": "object", "properties": { "status": { "type": "string" } } }, "push": { "type": "object", "properties": { "status": { "type": "string" } } } } }, "startTime": { "type": "string" }, "endTime": { "type": [ "string", "null" ] }, "status": { "type": "string" }, "image": { "type": "string" } }, "links": [ { "rel": "parent", "href": "/job", "method": "GET", "mediaType": "application/vnd.sh.melt.cdp.if.job-list.v1+json" }, { "rel": "job", "href": "/job/{id}", "method": "GET", "mediaType": "application/vnd.sh.melt.cdp.if.job.v1+json" }, { "rel": "job-log", "href": "/job/{id}/log", "method": "GET", "mediaType": "text/plain" } ] }
o82159
{ "properties": { "author": { "description": "Author for the new schematic.", "type": "string" }, "name": { "$default": { "$source": "argv", "index": 0 }, "description": "The package name for the new schematic.", "type": "string" } }, "required": [], "title": "Schematic Options Schema", "type": "object" }
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", "type": "object", "properties": { "name": { "id": "http://docs.openstack.org/api/openstack-block-storage/v2/snapshots#put/snapshot/name", "type": "string", "documentation": "The name of the snapshot." }, "description": { "id": "http://docs.openstack.org/api/openstack-block-storage/v2/snapshots#put/snapshot/description", "type": "string", "documentation": "Describes the snapshot." } }, "required": [] } }, "required": [ "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", "null" ] } }, "required": [ "name", "value" ], "self": { "format": "jsonschema", "name": "http_cookie", "vendor": "org.ietf", "version": "1-0-0" }, "type": "object" }
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": { "type": "object", "properties": { "bytes": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "type": "object", "properties": { "Include": { "type": "object", "properties": { "href": { "type": "string" } } } } } ] } }, "read-only-bytes": { "type": "object", "properties": { "byte": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "type": "object", "properties": { "Include": { "type": "object", "properties": { "href": { "type": "string" } } } } } ] } } } } } }, "write-only-bytes": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "type": "object", "properties": { "Include": { "type": "object", "properties": { "href": { "type": "string" } } } } } ] } } }, "additionalProperties": false } } }
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": "array", "title": "Validation Results", "description": "A list of errors or success messages in response to validating the requirements", "items": { "properties": { "key": { "type": "string", "title": "Requirement Key", "description": "The key of the requirement associated with the listed validation results" }, "results": { "type": "array", "title": "Requirement Validation Results", "description": "The results associated with the validation requirement key", "items": { "$ref": "#/definitions/validationResult" }, "required": [ "status", "message" ] } }, "additionalProperties": false, "required": [ "key", "results" ] } } }, "required": [ "validationResults" ], "additionalProperties": false, "definitions": { "validationResult": { "type": "object", "title": "Requirement Validation Result", "description": "A result of validating a requirement", "properties": { "status": { "type": "string", "title": "Validation Status", "description": "A status indicating whether the validation was successful or the severity of the error", "enum": [ "SUCCESS", "WARN", "ERROR" ] }, "message": { "type": "string", "title": "Message", "description": "A message indicating why the validation was successful or not" }, "longDescription": { "type": "string", "title": "Long Description", "description": "A more detailed description of why the validation was not successful and what can be done to resolve it" } }, "required": [ "status", "message" ] } } }
o72192
{ "description": "Location", "properties": { "address": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" }, "url": { "description": "Long url for embedding a google map", "type": "string" } }, "type": "object" }
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" }, "meta": { "type": [ "object" ], "properties": { "creator": {}, "created": { "type": [ "string" ], "description": "The subject creation date" }, "updated": { "type": [ "string" ], "description": "The subject update date" } } } } }
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", "description": "UUID of the fabric object created", "default": "", "examples": [ "123456789" ] }, "device_count": { "$id": "/properties/input/properties/device_count", "type": "integer", "title": "The Device Count Schema", "description": "Number of devices to discover", "default": 0, "examples": [ 1, 2, 3, 4, 5 ] } } }
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": "string" }, "ctl_gateway_port": { "default": 9632, "description": "The control gateway port", "type": "integer" }, "gossip_ip": { "default": "0.0.0.0", "description": "The IP address to listen on for gossip traffic", "type": "string" }, "gossip_port": { "default": 9638, "description": "The port to listen on for gossip traffic", "type": "integer" }, "hostname": { "description": "The hostname of the member", "type": "string" }, "http_gateway_ip": { "default": "0.0.0.0", "description": "The IP address for the HTTP gateway to listen on", "type": "string" }, "http_gateway_port": { "default": 9631, "description": "The port for the HTTP gateway to listen on", "type": "integer" }, "ip": { "description": "The member's IP address", "type": "string" } }, "required": [ "ctl_gateway_ip", "ctl_gateway_port", "gossip_ip", "gossip_port", "hostname", "http_gateway_ip", "http_gateway_port", "ip" ], "type": "object" } }, "description": "Schema for all the data the Habitat supervisor makes available at the /butterfly HTTP API endpoint", "properties": { "departed_members": { "description": "A list of member IDs that are departed", "items": { "type": "string" }, "type": "array" }, "departure": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'departed_members' key.", "description": "A list of departure rumors", "properties": { "list": { "description": "The departure list", "properties": { "departure": { "additionalProperties": { "properties": { "member_id": { "description": "The member ID of the member that departed", "type": "string" } }, "type": "object" }, "description": "Yet another list of departure rumors", "type": "object" } }, "type": "object" }, "update_counter": { "description": "A count of how many times the departure rumors have been updated", "type": "integer" } } }, "election": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'latest_election' key.", "description": "A list of election rumors", "properties": { "additionalProperties": { "description": "The name of a service group", "properties": { "from_id": { "description": "The member ID being voted for", "type": "string" }, "member_id": { "description": "The member ID being voted for", "type": "string" }, "service_group": { "description": "The service group this election is running in", "type": "string" }, "status": { "description": "The status of the election", "enum": [ "Running", "NoQuorum", "Finished" ] }, "suitability": { "description": "How suitable this member is for election", "type": "integer" }, "term": { "description": "The election term", "type": "integer" }, "votes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "list": { "additionalProperties": { "description": "The name of a service group", "properties": { "election": { "description": "The election", "properties": { "from_id": { "description": "The member ID being voted for", "type": "string" }, "member_id": { "description": "The member ID being voted for", "type": "string" }, "service_group": { "description": "The service group this election is running in", "type": "string" }, "status": { "description": "The status of the election", "enum": [ "Running", "NoQuorum", "Finished" ] }, "suitability": { "description": "How suitable this member is for election", "type": "integer" }, "term": { "description": "The election term", "type": "integer" }, "votes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "type": "object" }, "description": "The election list", "type": "object" }, "update_counter": { "description": "A count of how many times the election rumors have been updated", "type": "integer" } }, "required": [ "list" ], "type": "object" }, "election_update": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'latest_election_update' key.", "description": "A list of election update rumors", "properties": { "list": { "additionalProperties": { "description": "The name of a service group", "properties": { "election": { "description": "The election", "properties": { "from_id": { "description": "The member ID being voted for", "type": "string" }, "member_id": { "description": "The member ID being voted for", "type": "string" }, "service_group": { "description": "The service group this election is running in", "type": "string" }, "status": { "description": "The status of the election", "type": "string" }, "suitability": { "description": "How suitable this member is for election", "type": "integer" }, "term": { "description": "The election term", "type": "integer" }, "votes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "type": "object" }, "description": "The election list", "type": "object" }, "update_counter": { "$deprecated": "Since 0.66.0", "description": "A count of how many times the election rumors have been updated", "type": "integer" } }, "required": [ "list" ], "type": "object" }, "latest_election": { "additionalProperties": { "properties": { "from_id": { "description": "The member ID being voted for", "type": "string" }, "member_id": { "description": "The member ID being voted for", "type": "string" }, "service_group": { "description": "The service group this election is running in", "type": "string" }, "status": { "description": "The status of the election", "enum": [ "Running", "NoQuorum", "Finished" ] }, "suitability": { "description": "How suitable this member is for election", "type": "integer" }, "term": { "description": "The election term", "type": "integer" }, "votes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "description": "A description of the latest election (there can be only one), keyed by service group" }, "latest_election_update": { "additionalProperties": { "properties": { "from_id": { "description": "The member ID being voted for", "type": "string" }, "member_id": { "description": "The member ID being voted for", "type": "string" }, "service_group": { "description": "The service group this election is running in", "type": "string" }, "status": { "description": "The status of the election", "enum": [ "Running", "NoQuorum", "Finished" ] }, "suitability": { "description": "How suitable this member is for election", "type": "integer" }, "term": { "description": "The election term", "type": "integer" }, "votes": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "description": "A description of the latest election update (there can be only one), keyed by service group" }, "latest_service_config": { "additionalProperties": { "description": "A description of each service config, named by service group", "properties": { "service_config": { "description": "A description of the various service parameters", "properties": { "config": { "description": "The bytes of the config value", "type": "array" }, "encrypted": { "description": "Is the config encrypted", "type": "boolean" }, "from_id": { "description": "Where did this config come from", "type": "string" }, "incarnation": { "description": "The incarnation number associated with this config", "type": "integer" }, "service_group": { "description": "The service group", "type": "string" } }, "required": [ "config", "encrypted", "from_id", "incarnation", "service_group" ], "type": "object" } }, "type": "object" }, "description": "The latest service config for each service group", "type": "object" }, "member": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'membership' key.", "description": "The members of the butterfly network", "properties": { "health": { "additionalProperties": { "description": "The health of the member", "enum": [ "Alive", "Suspect", "Confirmed", "Departed" ] }, "description": "The health of the members", "type": "object" }, "members": { "additionalProperties": { "description": "Network details on the member", "properties": { "address": { "description": "IP Address of the member", "type": "string" }, "departed": { "description": "Whether the member has departed or not", "type": "boolean" }, "gossip_port": { "default": 9638, "description": "The port for gossip traffic", "type": "integer" }, "id": { "description": "The member ID", "type": "string" }, "incarnation": { "description": "The incarnation number of the member", "type": "integer" }, "persistent": { "default": false, "description": "Whether this is a persistent/permanent peer", "type": "boolean" }, "swim_port": { "default": 9638, "description": "The port for SWIM traffic", "type": "integer" } }, "required": [ "address", "departed", "gossip_port", "id", "incarnation", "persistent", "swim_port" ], "type": "object" }, "description": "Details on each member of the network", "type": "object" }, "update_counter": { "$deprecated": "Since 0.66.0", "description": "How many times the membership list has been updated", "type": "integer" } }, "required": [ "health", "members" ], "type": "object" }, "membership": { "additionalProperties": { "properties": { "address": { "description": "IP Address of the member", "type": "string" }, "gossip_port": { "default": 9638, "description": "The port for gossip traffic", "type": "integer" }, "health": { "description": "The health of the member", "enum": [ "Alive", "Suspect", "Confirmed", "Departed" ] }, "incarnation": { "description": "The incarnation number of the member", "type": "integer" }, "persistent": { "default": false, "description": "Whether this is a persistent/permanent peer", "type": "boolean" }, "swim_port": { "default": 9638, "description": "The port for SWIM traffic", "type": "integer" } }, "type": "object" }, "description": "A map of membership information, including health" }, "service": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'services' key.", "description": "A list of service rumors", "properties": { "list": { "additionalProperties": { "additionalProperties": { "description": "A representation of the service, named for the member ID", "properties": { "cfg": { "additionalProperties": { "type": [ "boolean", "string", "integer", "array", "object" ] }, "description": "Service configuration", "type": "object" }, "incarnation": { "description": "The incarnation number of a member", "type": "integer" }, "initialized": { "description": "Whether the service has been initialized", "type": "boolean" }, "member_id": { "description": "The member ID", "type": "string" }, "package": { "description": "The package identifier", "type": "string" }, "service_group": { "description": "The service group", "type": "string" }, "sys": { "$ref": "#/definitions/sys_basic" } }, "required": [ "cfg", "incarnation", "initialized", "member_id", "package", "service_group", "sys" ], "type": "object" }, "description": "A representation of the service, named for the service group", "type": "object" }, "description": "The list of service rumors", "type": "object" }, "update_counter": { "$deprecated": "Since 0.66.0", "description": "How many times the service rumors have been updated", "type": "integer" } }, "required": [ "list" ], "type": "object" }, "service_config": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'latest_service_config' key.", "description": "A list of service config rumors", "properties": { "list": { "additionalProperties": { "description": "A description of each service config, named by service group", "properties": { "service_config": { "description": "A description of the various service parameters", "properties": { "config": { "description": "The bytes of the config value", "type": "array" }, "encrypted": { "description": "Is the config encrypted", "type": "boolean" }, "from_id": { "description": "Where did this config come from", "type": "string" }, "incarnation": { "description": "The incarnation number associated with this config", "type": "integer" }, "service_group": { "description": "The service group", "type": "string" } }, "required": [ "config", "encrypted", "from_id", "incarnation", "service_group" ], "type": "object" } }, "type": "object" }, "description": "The list of service config rumors", "type": "object" }, "update_counter": { "$deprecated": "Since 0.66.0", "description": "How many times the service config rumors have been updated", "type": "integer" } }, "required": [ "list" ], "type": "object" }, "service_file": { "$deprecated": "Since 0.66.0; a more concise version of this information is now available under the 'service_files' key.", "description": "A list of service file rumors", "properties": { "list": { "additionalProperties": { "additionalProperties": { "description": "A description of each file, named by file name", "properties": { "body": { "$deprecated": "Since 0.66.0", "description": "The body of the file in bytes", "items": { "type": "integer" }, "type": "array" }, "encrypted": { "description": "Is this file encrypted", "type": "boolean" }, "filename": { "description": "The file name", "type": "string" }, "from_id": { "description": "Member ID of who sent the file", "type": "string" }, "incarnation": { "description": "The incarnation number associated with this file", "type": "integer" }, "service_group": { "description": "The service group this file was sent to", "type": "string" } }, "required": [ "encrypted", "filename", "from_id", "incarnation", "service_group" ], "type": "object" }, "description": "A description of each service file, named by service group", "type": "object" }, "description": "The list of service file rumors", "type": "object" }, "update_counter": { "$deprecated": "Since 0.66.0", "description": "How many times the service files have been updated", "type": "integer" } }, "required": [ "list" ], "type": "object" }, "service_files": { "additionalProperties": { "additionalProperties": { "description": "A description of each file, named by file name", "properties": { "body": { "$deprecated": "Since 0.66.0", "description": "The body of the file in bytes", "items": { "type": "integer" }, "type": "array" }, "encrypted": { "description": "Is this file encrypted", "type": "boolean" }, "filename": { "description": "The file name", "type": "string" }, "from_id": { "description": "Member ID of who sent the file", "type": "string" }, "incarnation": { "description": "The incarnation number associated with this file", "type": "integer" }, "service_group": { "description": "The service group this file was sent to", "type": "string" } }, "required": [ "encrypted", "filename", "from_id", "incarnation", "service_group" ], "type": "object" }, "description": "A description of each service file, named by service group", "type": "object" }, "description": "A list of service file rumors" }, "services": { "additionalProperties": { "additionalProperties": { "description": "A representation of the service, named for the member ID", "properties": { "cfg": { "additionalProperties": { "type": [ "boolean", "string", "integer", "array", "object" ] }, "description": "Service configuration", "type": "object" }, "incarnation": { "description": "The incarnation number of a member", "type": "integer" }, "initialized": { "description": "Whether the service has been initialized", "type": "boolean" }, "member_id": { "description": "The member ID", "type": "string" }, "package": { "description": "The package identifier", "type": "string" }, "service_group": { "description": "The service group", "type": "string" }, "sys": { "$ref": "#/definitions/sys_basic" } }, "required": [ "cfg", "incarnation", "initialized", "member_id", "package", "service_group", "sys" ], "type": "object" }, "description": "A representation of the service, named for the service group", "type": "object" } } }, "type": "object" }
o71471
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "bulk_publishing": { "type": "boolean" }, "links": { "type": "object", "additionalProperties": false, "properties": { "facet_groups": { "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links.", "$ref": "#/definitions/guid_list" }, "facet_values": { "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups.", "$ref": "#/definitions/guid_list" }, "finder": { "description": "Powers links from content back to finders the content is surfaced on", "$ref": "#/definitions/guid_list" }, "lead_organisations": { "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.", "$ref": "#/definitions/guid_list" }, "mainstream_browse_pages": { "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.", "$ref": "#/definitions/guid_list" }, "meets_user_needs": { "description": "The user needs this piece of content meets.", "$ref": "#/definitions/guid_list" }, "ordered_related_items": { "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.", "$ref": "#/definitions/guid_list" }, "ordered_related_items_overrides": { "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.", "$ref": "#/definitions/guid_list" }, "organisations": { "$ref": "#/definitions/guid_list" }, "original_primary_publishing_organisation": { "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.", "$ref": "#/definitions/guid_list" }, "parent": { "description": "The parent content item.", "$ref": "#/definitions/guid_list", "maxItems": 1 }, "policy_areas": { "$ref": "#/definitions/guid_list" }, "primary_publishing_organisation": { "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "$ref": "#/definitions/guid_list", "maxItems": 1 }, "suggested_ordered_related_items": { "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test.", "$ref": "#/definitions/guid_list" }, "taxons": { "description": "Prototype-stage taxonomy label for this content item", "$ref": "#/definitions/guid_list" }, "topics": { "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.", "$ref": "#/definitions/guid_list" } } }, "previous_version": { "type": "string" } }, "definitions": { "guid": { "type": "string", "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$" }, "guid_list": { "type": "array", "items": { "$ref": "#/definitions/guid" }, "_uniqueItems": true } } }
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": { "kubeletConfigKey": { "description": "KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", "type": "string" }, "name": { "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", "type": "string" }, "namespace": { "description": "Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", "type": "string" }, "resourceVersion": { "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", "type": "string" }, "uid": { "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", "type": "string" } }, "required": [ "namespace", "name", "kubeletConfigKey" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource": { "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.", "properties": { "configMap": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapNodeConfigSource", "description": "ConfigMap is a reference to a Node's ConfigMap" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Taint": { "description": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.", "properties": { "effect": { "description": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Required. The taint key to be applied to a node.", "type": "string" }, "timeAdded": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints." }, "value": { "description": "The taint value corresponding to the taint key.", "type": "string" } }, "required": [ "key", "effect" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "NodeSpec describes the attributes that a node is created with.", "properties": { "configSource": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource", "description": "If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field" }, "externalID": { "description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966", "type": [ "string", "null" ] }, "podCIDR": { "description": "PodCIDR represents the pod IP range assigned to the node.", "type": [ "string", "null" ] }, "podCIDRs": { "description": "podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ], "x-kubernetes-patch-strategy": "merge" }, "providerID": { "description": "ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>", "type": [ "string", "null" ] }, "taints": { "description": "If specified, the node's taints.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Taint" }, "type": [ "array", "null" ] }, "unschedulable": { "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration", "type": [ "boolean", "null" ] } }, "type": "object" }
kb_628_Normalized
{ "type": "object", "properties": { "boolean1": { "type": "boolean", "default": true }, "number1": { "type": "number", "default": 1 }, "integer1": { "type": "integer", "default": 1 }, "integer2": { "type": "integer", "default": 1 }, "string1": { "type": "string", "default": "defaultValue" }, "array1": { "type": "array", "items": {}, "default": null }, "array2": { "type": "array", "items": { "type": "number" }, "default": null }, "object1": { "default": null }, "object2": { "type": "object", "properties": {}, "default": null } }, "required": [ "boolean1", "number1", "integer1", "integer2", "string1", "array1", "array2", "object1", "object2" ], "$schema": "http://json-schema.org/draft-04/schema#" }
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", "type": "array", "items": { "description": "Each entry corresponds to a level", "type": "object", "properties": { "missions": { "description": "Configuration for the missions that comprise the level", "type": "array", "items": { "description": "Each entry corresponds to a mission", "type": "object", "properties": { "challenges": { "description": "The list of challenges provided by this mission", "type": "array", "items": { "description": "Each entry corresponds to a challenge", "type": "object", "properties": { "steps": { "description": "The list of tutorial steps for this challenge", "type": "array", "items": { "description": "A tutorial step", "type": "object", "properties": { "element": { "description": "The css class of the element being highlighted", "type": "string" }, "text": { "description": "The main header text to show on the popup", "type": "string" }, "longText": { "description": "Descriptive text to always show on the popup", "type": "string" }, "more": { "description": "The additional supportive text of the tutorial displayed on clicking More", "type": "string" }, "pulseElement": { "description": "The element to highlight with a css pulse (if different from the main element", "type": "string" }, "location": { "description": "A specific location on screen for the popup", "type": "string", "pattern": "(top-left|top-center|top-right|middle-left|middle-center|middle-right|bottom-left|bottom-center|bottom-right)" } }, "required": [ "element", "text" ], "additionalProperties": false } } } } } } } } } } } } }
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": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": [ "string", "null" ] }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": [ "boolean", "null" ] } }, "required": [ "key" ], "type": "object" }
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": { "type": "string", "description": "The URL to get the repo, if provided can help when trying to clone a repo." }, "description": { "type": "string", "description": "Description of the repo." }, "history": { "type": "array", "items": { "$ref": "#/definitions/CreateHistory" }, "description": "Seed the repo with history." } }, "definitions": { "CreateHistory": { "type": "object", "additionalProperties": false, "properties": { "version": { "type": "string", "description": "Version of the new history." }, "commitId": { "type": "string", "description": "Commit for the element in history." }, "createdAt": { "type": "string", "format": "date-time", "description": "An optional time for when the commit was created." } } } }, "javaName": "CreateRepoRequest" }
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", "patternProperties": { "^(GET|POST|PUT|DELETE|PATCH|OPTIONS)\\s+/\\S+$": { "type": "object", "title": "\u5b9a\u4e49\u4e00\u4e2a\u63a5\u53e3, \u5305\u542b HTTP \u52a8\u8bcd + \u7a7a\u683c + \u8def\u7531, \u4f8b\u5982: GET /api/user", "description": "\u5b9a\u4e49\u4e00\u4e2a\u63a5\u53e3, \u5305\u542b HTTP \u52a8\u8bcd + \u7a7a\u683c + \u8def\u7531, \u4f8b\u5982: GET /api/user", "default": "GET /api/user", "properties": { "request": { "type": "object", "title": "\u63a5\u53e3\u7684\u8f93\u5165\u53c2\u6570", "description": "\u63a5\u53e3\u7684\u8f93\u5165\u53c2\u6570", "properties": { "querystring": { "type": "object", "title": "\u5b9a\u4e49\u653e\u7f6e\u5728 URL querystring \u4e2d\u7684\u53c2\u6570", "description": "\u5b9a\u4e49\u653e\u7f6e\u5728 URL querystring \u4e2d\u7684\u53c2\u6570" }, "header": { "type": "object", "title": "\u5b9a\u4e49 HTTP header", "description": "\u5b9a\u4e49 HTTP header" }, "body": { "type": "object", "title": "\u5b9a\u4e49\u653e\u7f6e\u5728 HTTP body \u4e2d\u7684\u53c2\u6570", "description": "\u5b9a\u4e49\u653e\u7f6e\u5728 HTTP body \u4e2d\u7684\u53c2\u6570" } } }, "response": { "title": "\u63a5\u53e3\u7684\u8f93\u51fa\u6570\u636e, \u53ef\u4ee5\u662f\u4efb\u610f\u7684 JSON \u6570\u636e\u7c7b\u578b(number/boolean/string/object/array/null), \u4f46\u63a8\u8350\u8fd4\u56de\u56fa\u5b9a\u7ed3\u6784\u7684 object \u7c7b\u578b\u7684\u6570\u636e", "description": "\u63a5\u53e3\u7684\u8f93\u51fa\u6570\u636e, \u53ef\u4ee5\u662f\u4efb\u610f\u7684 JSON \u6570\u636e\u7c7b\u578b(number/boolean/string/object/array/null), \u4f46\u63a8\u8350\u8fd4\u56de\u56fa\u5b9a\u7ed3\u6784\u7684 object \u7c7b\u578b\u7684\u6570\u636e" }, "disabled": { "type": "boolean", "title": "\u662f\u5426\u7981\u7528\u8be5\u63a5\u53e3", "description": "\u662f\u5426\u7981\u7528\u8be5\u63a5\u53e3" }, "proxy": { "type": [ "string", "object" ], "title": "\u662f\u5426\u4ee3\u7406\u63a5\u53e3", "description": "\u76f4\u63a5\u4ee3\u7406\u8fdc\u7a0b\u7684\u63a5\u53e3, \u65b9\u4fbf\u5728\u5f00\u53d1\u7684\u8fc7\u7a0b\u4e2d\u5207\u6362\u5230\u540e\u7aef\u7684\u771f\u5b9e\u63a5\u53e3" }, "info": { "type": "object", "title": "\u63a5\u53e3\u7684\u4ecb\u7ecd\u4fe1\u606f", "description": "\u63a5\u53e3\u7684\u4ecb\u7ecd\u4fe1\u606f", "properties": { "summary": { "type": "string", "title": "\u63a5\u53e3\u4ecb\u7ecd", "description": "\u63a5\u53e3\u4ecb\u7ecd", "default": "\u63a5\u53e3\u4ecb\u7ecd" }, "module": { "type": "string", "title": "\u63a5\u53e3\u5206\u7ec4", "description": "\u63a5\u53e3\u5206\u7ec4", "default": "\u63a5\u53e3\u5206\u7ec4" }, "description": { "type": "string", "title": "\u63a5\u53e3\u8be6\u60c5", "description": "\u63a5\u53e3\u8be6\u60c5", "default": "\u63a5\u53e3\u8be6\u60c5" }, "author": { "type": "string", "title": "\u63a5\u53e3\u4f5c\u8005", "description": "\u63a5\u53e3\u4f5c\u8005", "default": "\u63a5\u53e3\u4f5c\u8005" } } } }, "required": [ "response" ] } }, "additionalProperties": false }, "info": { "type": "object", "title": "\u9879\u76ee\u7684\u4ecb\u7ecd\u4fe1\u606f", "description": "\u9879\u76ee\u7684\u4ecb\u7ecd\u4fe1\u606f", "properties": { "summary": { "type": "string", "title": "\u9879\u76ee\u4ecb\u7ecd", "description": "\u9879\u76ee\u4ecb\u7ecd", "default": "xxx \u9879\u76ee\u63a5\u53e3\u6587\u6863" }, "description": { "type": "string", "title": "\u9879\u76ee\u8be6\u60c5", "description": "\u9879\u76ee\u8be6\u60c5", "default": "\u5982\u6b64\u9ad8\u5927\u4e0a\u7684\u63a5\u53e3\u6587\u6863 Powered by puer-mock" } } } }, "required": [ "api" ] }
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": { "_format": "int32", "description": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).", "type": "integer" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServicePort": { "description": "ServicePort contains information on service's port.", "properties": { "appProtocol": { "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. Field can be enabled with ServiceAppProtocol feature gate.", "type": "string" }, "name": { "description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.", "type": "string" }, "nodePort": { "_format": "int32", "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport", "type": "integer" }, "port": { "_format": "int32", "description": "The port that will be exposed by this service.", "type": "integer" }, "protocol": { "description": "The IP protocol for this port. Supports \"TCP\", \"UDP\", and \"SCTP\". Default is TCP.", "type": "string" }, "targetPort": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service" } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SessionAffinityConfig": { "description": "SessionAffinityConfig represents the configurations of session affinity.", "properties": { "clientIP": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ClientIPConfig", "description": "clientIP contains the configurations of Client IP based session affinity." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "description": "ServiceSpec describes the attributes that a user creates on a service.", "properties": { "clusterIP": { "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "type": [ "string", "null" ] }, "externalIPs": { "description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "externalName": { "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be ExternalName.", "type": [ "string", "null" ] }, "externalTrafficPolicy": { "description": "externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. \"Local\" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. \"Cluster\" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.", "type": [ "string", "null" ] }, "healthCheckNodePort": { "description": "healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.", "format": "int32", "type": [ "integer", "null" ] }, "ipFamily": { "description": "ipFamily specifies whether this Service has a preference for a particular IP family (e.g. IPv4 vs. IPv6). If a specific IP family is requested, the clusterIP field will be allocated from that family, if it is available in the cluster. If no IP family is requested, the cluster's primary IP family will be used. Other IP fields (loadBalancerIP, loadBalancerSourceRanges, externalIPs) and controllers which allocate external load-balancers should use the same IP family. Endpoints for this Service will be of this family. This field is immutable after creation. Assigning a ServiceIPFamily not available in the cluster (e.g. IPv6 in IPv4 only cluster) is an error condition and will fail during clusterIP assignment.", "type": [ "string", "null" ] }, "loadBalancerIP": { "description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.", "type": [ "string", "null" ] }, "loadBalancerSourceRanges": { "description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "ports": { "description": "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServicePort" }, "type": [ "array", "null" ], "x-kubernetes-list-map-keys": [ "port", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "port", "x-kubernetes-patch-strategy": "merge" }, "publishNotReadyAddresses": { "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.", "type": [ "boolean", "null" ] }, "selector": { "additionalProperties": { "type": [ "string", "null" ] }, "description": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/", "type": [ "object", "null" ] }, "sessionAffinity": { "description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "type": [ "string", "null" ] }, "sessionAffinityConfig": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SessionAffinityConfig", "description": "sessionAffinityConfig contains the configurations of session affinity." }, "topologyKeys": { "description": "topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value \"*\" may be used to mean \"any topology\". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "type": { "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types", "type": [ "string", "null" ] } }, "type": "object" }
kb_990_Normalized
{ "type": "object", "properties": { "range": { "$ref": "#/definitions/Range" }, "position": { "$ref": "#/definitions/Position" }, "location": { "$ref": "#/definitions/Location" }, "diagnostic": { "$ref": "#/definitions/Diagnostic" }, "DiagnosticSeverity": { "$ref": "#/definitions/DiagnosticSeverity" }, "command": { "$ref": "#/definitions/Command" }, "textEdit": { "$ref": "#/definitions/TextEdit" }, "workspaceEdit": { "$ref": "#/definitions/WorkspaceEdit" }, "workspaceChange": { "$ref": "#/definitions/WorkspaceChange" }, "textEditChange": { "$ref": "#/definitions/TextEditChange" }, "textDocumentIdentifier": { "$ref": "#/definitions/TextDocumentIdentifier" }, "completionItemKind": { "$ref": "#/definitions/CompletionItemKind" }, "completionItem": { "$ref": "#/definitions/CompletionItem" }, "completionList": { "$ref": "#/definitions/CompletionList" }, "hover": { "$ref": "#/definitions/Hover" }, "markedString": { "oneOf": [ { "type": "string" }, { "type": "object", "properties": { "language": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "language", "value" ] } ] }, "signatureHelp": { "$ref": "#/definitions/SignatureHelp" }, "signatureInformation": { "$ref": "#/definitions/SignatureInformation" }, "parameterInformation": { "$ref": "#/definitions/ParameterInformation" }, "definition": { "oneOf": [ { "$ref": "#/definitions/Location", "description": "Represents a location inside a resource, such as a line\n\ninside a text file.\n\nThe Location namespace provides helper functions to work with\n\n[Location](#Location) literals." }, { "type": "array", "items": { "$ref": "#/definitions/Location", "description": "Represents a location inside a resource, such as a line\n\ninside a text file.\n\nThe Location namespace provides helper functions to work with\n\n[Location](#Location) literals." } } ] }, "codeActionContext": { "$ref": "#/definitions/CodeActionContext" }, "documentHighlight": { "$ref": "#/definitions/DocumentHighlight" }, "documentHighlightKind": { "$ref": "#/definitions/DocumentHighlightKind" }, "symbolInformation": { "$ref": "#/definitions/SymbolInformation" }, "symbolKind": { "$ref": "#/definitions/SymbolKind" }, "codeLens": { "$ref": "#/definitions/CodeLens" }, "formattingOptions": { "$ref": "#/definitions/FormattingOptions" } }, "additionalProperties": false, "required": [ "range", "position", "location", "diagnostic", "DiagnosticSeverity", "command", "textEdit", "workspaceEdit", "workspaceChange", "textEditChange", "textDocumentIdentifier", "completionItemKind", "completionItem", "completionList", "hover", "markedString", "signatureHelp", "signatureInformation", "parameterInformation", "definition", "codeActionContext", "documentHighlight", "documentHighlightKind", "symbolInformation", "symbolKind", "codeLens", "formattingOptions" ], "definitions": { "Range": { "type": "object", "properties": { "start": { "$ref": "#/definitions/Position", "description": "The range's start position" }, "end": { "$ref": "#/definitions/Position", "description": "The range's end position" } }, "additionalProperties": false, "required": [ "start", "end" ] }, "Position": { "description": "Position in a text document expressed as zero-based line and character offset.\n\nThe Position namespace provides helper functions to work with\n\n[Position](#Position) literals.", "type": "object", "properties": { "line": { "description": "Line position in a document (zero-based).", "type": "number" }, "character": { "description": "Character offset on a line in a document (zero-based).", "type": "number" } }, "additionalProperties": false, "required": [ "line", "character" ] }, "Location": { "type": "object", "properties": { "uri": { "type": "string" }, "range": { "$ref": "#/definitions/Range" } }, "additionalProperties": false, "required": [ "uri", "range" ] }, "Diagnostic": { "type": "object", "properties": { "range": { "$ref": "#/definitions/Range", "description": "The range at which the message applies" }, "severity": { "description": "The diagnostic's severity. Can be omitted. If omitted it is up to the\n\nclient to interpret diagnostics as error, warning, info or hint.", "type": "number" }, "code": { "description": "The diagnostic's code. Can be omitted.", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "source": { "description": "A human-readable string describing the source of this\n\ndiagnostic, e.g. 'typescript' or 'super lint'.", "type": "string" }, "message": { "description": "The diagnostic's message.", "type": "string" } }, "additionalProperties": false, "required": [ "range", "message" ] }, "DiagnosticSeverity": { "type": "string" }, "Command": { "type": "object", "properties": { "title": { "description": "Title of the command, like `save`.", "type": "string" }, "command": { "description": "The identifier of the actual command handler.", "type": "string" }, "arguments": { "description": "Arguments that the command handler should be\n\ninvoked with.", "type": "array", "items": {} } }, "additionalProperties": false, "required": [ "title", "command" ] }, "TextEdit": { "type": "object", "properties": { "range": { "$ref": "#/definitions/Range", "description": "The range of the text document to be manipulated. To insert\n\ntext into a document create a range where start === end." }, "newText": { "description": "The string to be inserted. For delete operations use an\n\nempty string.", "type": "string" } }, "additionalProperties": false, "required": [ "range", "newText" ] }, "WorkspaceEdit": { "type": "object", "properties": { "changes": { "description": "Holds changes to existing resources.", "type": "object", "additionalProperties": { "type": "array", "items": { "$ref": "#/definitions/TextEdit", "description": "A text edit applicable to a text document.\n\nThe TextEdit namespace provides helper function to create replace,\n\ninsert and delete edits more easily." } } } }, "additionalProperties": false, "required": [ "changes" ] }, "WorkspaceChange": { "type": "object", "properties": { "workspaceEdit": {}, "textEditChanges": {}, "edit": { "$ref": "#/definitions/WorkspaceEdit", "description": "Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal\n\nuse to be returned from a workspace edit operation like rename." }, "getTextEditChange": { "description": "Returns the [TextEditChange](#TextEditChange) to manage text edits\n\nfor resources.", "type": "object", "properties": {}, "additionalProperties": false } }, "additionalProperties": false, "required": [ "workspaceEdit", "textEditChanges", "edit", "getTextEditChange" ] }, "TextEditChange": { "type": "object", "properties": { "all": { "description": "Gets all text edits for this change.", "type": "object", "properties": {}, "additionalProperties": false }, "clear": { "description": "Clears the edits for this change.", "type": "object", "properties": {}, "additionalProperties": false }, "insert": { "description": "Insert the given text at the given position.", "type": "object", "properties": {}, "additionalProperties": false }, "replace": { "description": "Replace the given range with given text for the given resource.", "type": "object", "properties": {}, "additionalProperties": false }, "delete": { "description": "Delete the text at the given range.", "type": "object", "properties": {}, "additionalProperties": false } }, "additionalProperties": false, "required": [ "all", "clear", "insert", "replace", "delete" ] }, "TextDocumentIdentifier": { "type": "object", "properties": { "uri": { "description": "The text document's uri.", "type": "string" } }, "additionalProperties": false, "required": [ "uri" ] }, "CompletionItemKind": { "type": "string" }, "CompletionItem": { "type": "object", "properties": { "label": { "description": "The label of this completion item. By default\n\nalso the text that is inserted when selecting\n\nthis completion.", "type": "string" }, "kind": { "description": "The kind of this completion item. Based of the kind\n\nan icon is chosen by the editor.", "type": "number" }, "detail": { "description": "A human-readable string with additional information\n\nabout this item, like type or symbol information.", "type": "string" }, "documentation": { "description": "A human-readable string that represents a doc-comment.", "type": "string" }, "sortText": { "description": "A string that shoud be used when comparing this item\n\nwith other items. When `falsy` the [label](#CompletionItem.label)\n\nis used.", "type": "string" }, "filterText": { "description": "A string that should be used when filtering a set of\n\ncompletion items. When `falsy` the [label](#CompletionItem.label)\n\nis used.", "type": "string" }, "insertText": { "description": "A string that should be inserted a document when selecting\n\nthis completion. When `falsy` the [label](#CompletionItem.label)\n\nis used.", "type": "string" }, "textEdit": { "$ref": "#/definitions/TextEdit", "description": "An [edit](#TextEdit) which is applied to a document when selecting\n\nthis completion. When an edit is provided the value of\n\n[insertText](#CompletionItem.insertText) is ignored." }, "data": { "description": "An data entry field that is preserved on a completion item between\n\na [CompletionRequest](#CompletionRequest) and a [CompletionResolveRequest]\n\n(#CompletionResolveRequest)" } }, "additionalProperties": false, "required": [ "label" ] }, "CompletionList": { "type": "object", "properties": { "isIncomplete": { "description": "This list it not complete. Further typing should result in recomputing\n\nthis list.", "type": "boolean" }, "items": { "description": "The completion items.", "type": "array", "items": { "$ref": "#/definitions/CompletionItem", "description": "A completion item represents a text snippet that is\n\nproposed to complete text that is being typed.\n\nThe CompletionItem namespace provides functions to deal with\n\ncompletion items." } } }, "additionalProperties": false, "required": [ "isIncomplete", "items" ] }, "Hover": { "type": "object", "properties": { "contents": { "description": "The hover's content", "oneOf": [ { "type": "string" }, { "type": "object", "properties": { "language": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "language", "value" ] }, { "type": "array", "items": { "oneOf": [ { "type": "string" }, { "type": "object", "properties": { "language": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "language", "value" ] } ] } } ] }, "range": { "$ref": "#/definitions/Range", "description": "An optional range" } }, "additionalProperties": false, "required": [ "contents" ] }, "SignatureHelp": { "type": "object", "properties": { "signatures": { "description": "One or more signatures.", "type": "array", "items": { "$ref": "#/definitions/SignatureInformation", "description": "Represents the signature of something callable. A signature\n\ncan have a label, like a function-name, a doc-comment, and\n\na set of parameters.\n\nThe SignatureInformation namespace provides helper functions to work with\n\n[SignatureInformation](#SignatureInformation) literals." } }, "activeSignature": { "description": "The active signature.", "type": "number" }, "activeParameter": { "description": "The active parameter of the active signature.", "type": "number" } }, "additionalProperties": false, "required": [ "signatures" ] }, "SignatureInformation": { "type": "object", "properties": { "label": { "description": "The label of this signature. Will be shown in\n\nthe UI.", "type": "string" }, "documentation": { "description": "The human-readable doc-comment of this signature. Will be shown\n\nin the UI but can be omitted.", "type": "string" }, "parameters": { "description": "The parameters of this signature.", "type": "array", "items": { "$ref": "#/definitions/ParameterInformation", "description": "Represents a parameter of a callable-signature. A parameter can\n\nhave a label and a doc-comment.\n\nThe ParameterInformation namespace provides helper functions to work with\n\n[ParameterInformation](#ParameterInformation) literals." } } }, "additionalProperties": false, "required": [ "label" ] }, "ParameterInformation": { "type": "object", "properties": { "label": { "description": "The label of this signature. Will be shown in\n\nthe UI.", "type": "string" }, "documentation": { "description": "The human-readable doc-comment of this signature. Will be shown\n\nin the UI but can be omitted.", "type": "string" } }, "additionalProperties": false, "required": [ "label" ] }, "CodeActionContext": { "type": "object", "properties": { "diagnostics": { "description": "An array of diagnostics.", "type": "array", "items": { "$ref": "#/definitions/Diagnostic", "description": "Represents a diagnostic, such as a compiler error or warning. Diagnostic objects\n\nare only valid in the scope of a resource.\n\nThe Diagnostic namespace provides helper functions to work with\n\n[Diagnostic](#Diagnostic) literals." } } }, "additionalProperties": false, "required": [ "diagnostics" ] }, "DocumentHighlight": { "type": "object", "properties": { "range": { "$ref": "#/definitions/Range", "description": "The range this highlight applies to." }, "kind": { "description": "The highlight kind, default is [text](#DocumentHighlightKind.Text).", "type": "number" } }, "additionalProperties": false, "required": [ "range" ] }, "DocumentHighlightKind": { "type": "string" }, "SymbolInformation": { "type": "object", "properties": { "name": { "description": "The name of this symbol.", "type": "string" }, "kind": { "description": "The kind of this symbol.", "type": "number" }, "location": { "$ref": "#/definitions/Location", "description": "The location of this symbol." }, "containerName": { "description": "The name of the symbol containing this symbol.", "type": "string" } }, "additionalProperties": false, "required": [ "name", "kind", "location" ] }, "SymbolKind": { "type": "string" }, "CodeLens": { "type": "object", "properties": { "range": { "$ref": "#/definitions/Range", "description": "The range in which this code lens is valid. Should only span a single line." }, "command": { "$ref": "#/definitions/Command", "description": "The command this code lens represents." }, "data": { "description": "An data entry field that is preserved on a code lens item between\n\na [CodeLensRequest](#CodeLensRequest) and a [CodeLensResolveRequest]\n\n(#CodeLensResolveRequest)" } }, "additionalProperties": false, "required": [ "range" ] }, "FormattingOptions": { "type": "object", "properties": { "tabSize": { "description": "Size of a tab in spaces.", "type": "number" }, "insertSpaces": { "description": "Prefer spaces over tabs.", "type": "boolean" } }, "additionalProperties": false, "required": [ "tabSize", "insertSpaces" ] } }, "$schema": "http://json-schema.org/draft-04/schema#" }
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" }, "width": { "description": "The width of the rectangle (if applicable)", "type": "number" } }, "required": [ "radius", "length", "width" ], "type": "object" }, "shape": { "description": "The name of the geometric shape (e.g. circle, rectangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
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 object for non-validatable data.", "title": "Has additional properties", "type": "object" }, "___traits_trait_alignment_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A property used to determine horizontal positioning of a content element relative to the elements that immediately follow it in the element sequence.", "enum": [ "left", "right", "center" ], "title": "Alignment", "type": "string" }, "___traits_trait_block_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Block properties for style formatting content elements", "properties": { "dropcap": { "description": "Style the first letter of the first word with a dropcap", "enum": [ "letter" ], "title": "Dropcap", "type": "string" } }, "title": "Block properties", "type": "object" }, "___traits_trait_channel_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An optional list of output types for which this element should be visible", "items": { "type": "string" }, "title": "Channel trait", "type": "array" }, "___traits_trait_content_elements_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Holds attributes of an ANS collection - a common parent to story and gallery objects.", "items": { "$ref": "#/definitions/___utils_content_element_json" }, "title": "A collection of content.", "type": "array" }, "___traits_trait_focal_point_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Coordinates representing the 'visual center' of an image. The X axis is horizontal line and the Y axis the vertical line, with 0,0 being the LEFT, TOP of the image.", "properties": { "x": { "description": "The coordinate point on the horizontal axis", "type": "number" }, "y": { "description": "The coordinate point on the vertical axis", "type": "number" } }, "required": [ "x", "y" ], "title": "Focal Point", "type": "object" }, "___traits_trait_gallery_properties_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "An object for overrides for images when images are used in a gallery. Example usage: Each image in a gallery may have the images own focal point overridden by the gallery.", "gallery_properties": { "focal_point": { "$ref": "#/definitions/___traits_trait_focal_point_json" } }, "title": "Has gallery properties", "type": "object" }, "___traits_trait_id_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A globally unique identifier of the content in the ANS repository.", "title": "Globally Unique ID trait", "type": "string" }, "___traits_trait_subtype_json": { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A user-defined categorization method to supplement type. In Arc, this field is reserved for organization-defined purposes, such as selecting the PageBuilder template that should be used to render a document.", "title": "Subtype or Template", "type": "string" }, "___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 sequence", "properties": { "_id": { "$ref": "#/definitions/___traits_trait_id_json" }, "additional_properties": { "$ref": "#/definitions/___traits_trait_additional_properties_json" }, "alignment": { "$ref": "#/definitions/___traits_trait_alignment_json" }, "channels": { "$ref": "#/definitions/___traits_trait_channel_json" }, "gallery_properties": { "$ref": "#/definitions/___traits_trait_gallery_properties_json" }, "subtype": { "$ref": "#/definitions/___traits_trait_subtype_json" }, "type": { "type": "string" } }, "required": [ "type" ], "title": "An element that can be listed as part of content elements", "type": "object" }, "text_json": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "A textual content element", "properties": { "_id": { "$ref": "#/definitions/___traits_trait_id_json" }, "additional_properties": { "$ref": "#/definitions/___traits_trait_additional_properties_json" }, "alignment": { "$ref": "#/definitions/___traits_trait_alignment_json" }, "block_properties": { "$ref": "#/definitions/___traits_trait_block_properties_json" }, "channels": { "$ref": "#/definitions/___traits_trait_channel_json" }, "content": { "description": "The text of the paragraph.", "type": "string" }, "subtype": { "$ref": "#/definitions/___traits_trait_subtype_json" }, "type": { "enum": [ "text" ], "type": "string" } }, "required": [ "type", "content" ], "type": "object" } }, "description": "A blockquote content element, incompatible with the original blockquote: https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.9/story_elements/blockquote.json", "properties": { "_id": { "$ref": "#/definitions/___traits_trait_id_json" }, "additional_properties": { "$ref": "#/definitions/___traits_trait_additional_properties_json" }, "alignment": { "$ref": "#/definitions/___traits_trait_alignment_json" }, "channels": { "$ref": "#/definitions/___traits_trait_channel_json" }, "citation": { "$ref": "#/definitions/text_json" }, "content_elements": { "$ref": "#/definitions/___traits_trait_content_elements_json" }, "subtype": { "$ref": "#/definitions/___traits_trait_subtype_json" }, "type": { "enum": [ "quote" ] } }, "required": [ "content_elements" ], "type": "object" }
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", "items": { "type": "string" } } } }
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": "number" }, "name": { "type": "string" }, "display_name": { "type": "string" } }, "required": [ "id", "name", "display_name" ] }, "translatable": { "type": "boolean" }, "body": { "type": "string" }, "translations": { "title": "Translations list", "type": "object", "properties": { "data": { "type": "array" } }, "required": [ "data" ] }, "comments": { "title": "Comments list", "type": "object", "properties": { "data": { "type": "array" } }, "required": [ "data" ] }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } }, "required": [ "id", "material_position", "type", "translatable", "body", "comments", "created_at", "updated_at" ] }
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._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$", "type": "string" }, "analytics_identifier": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations." }, "body": { "description": "The main content provided as HTML rendered from govspeak", "type": "string" }, "brexit_no_deal_notice": { "description": "A list of URLs and titles for a brexit no deal notice.", "items": { "additionalProperties": false, "properties": { "href": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "href" ], "type": "object" }, "type": "array" }, "change_history": { "items": { "additionalProperties": false, "properties": { "note": { "description": "A summary of the change", "type": "string" }, "public_timestamp": { "_format": "date-time", "type": "string" } }, "required": [ "public_timestamp", "note" ], "type": "object" }, "type": "array" }, "description": { "type": "string" }, "description_optional": { "anyOf": [ { "$ref": "#/definitions/description" }, { "type": "null" } ] }, "details": { "additionalProperties": false, "properties": { "archive_notice": { "additionalProperties": false, "properties": { "archived_at": { "format": "date-time" }, "explanation": { "type": "string" } }, "type": "object" }, "body": { "$ref": "#/definitions/body" }, "brexit_no_deal_notice": { "$ref": "#/definitions/brexit_no_deal_notice" }, "change_history": { "$ref": "#/definitions/change_history" }, "emphasised_organisations": { "$ref": "#/definitions/emphasised_organisations" }, "first_public_at": { "$ref": "#/definitions/first_public_at" }, "format_display_type": { "enum": [ "case_study" ], "type": "string" }, "image": { "$ref": "#/definitions/image" }, "tags": { "$ref": "#/definitions/tags" } }, "required": [ "body" ], "type": "object" }, "emphasised_organisations": { "description": "The content ids of the organisations that should be displayed first in the list of organisations related to the item, these content ids must be present in the item organisation links hash.", "items": { "$ref": "#/definitions/guid" }, "type": "array" }, "first_public_at": { "_format": "date-time", "description": "DEPRECATED. The date the content was first published. Used in details. Deprecated in favour of top level `first_published_at`.", "type": "string" }, "first_published_at": { "_format": "date-time", "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "frontend_links": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "frontend_links_with_base_path": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links_with_base_path" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "base_path", "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "govuk_request_id": { "type": [ "string", "null" ] }, "guid": { "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", "type": "string" }, "guid_list": { "items": { "$ref": "#/definitions/guid" }, "type": "array", "_uniqueItems": true }, "image": { "additionalProperties": false, "properties": { "alt_text": { "type": "string" }, "caption": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "credit": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "high_resolution_url": { "_format": "uri", "description": "URL to a high resolution version of the image, for use by third parties such as Twitter, Facebook or Slack. Used by the machine readable metadata component. Don't use this on user-facing web pages, as it might be very large.", "type": "string" }, "url": { "_format": "uri", "description": "URL to the image. The image should be in a suitable resolution for display on the page.", "type": "string" } }, "required": [ "url" ], "type": "object" }, "locale": { "enum": [ "ar", "az", "be", "bg", "bn", "cs", "cy", "da", "de", "dr", "el", "en", "es", "es-419", "et", "fa", "fi", "fr", "gd", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "ko", "lt", "lv", "ms", "mt", "nl", "no", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "so", "sq", "sr", "sv", "sw", "ta", "th", "tk", "tr", "uk", "ur", "uz", "vi", "zh", "zh-hk", "zh-tw" ], "type": "string" }, "payload_version": { "description": "Counter to indicate when the payload was generated", "type": "integer" }, "public_updated_at": { "_format": "date-time", "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "publishing_app_name": { "description": "The application that published this item.", "enum": [ "calculators", "calendars", "collections-publisher", "contacts", "content-publisher", "content-tagger", "email-alert-frontend", "external-link-tracker", "feedback", "frontend", "government-frontend", "hmrc-manuals-api", "info-frontend", "licencefinder", "local-links-manager", "manuals-frontend", "manuals-publisher", "maslow", "performanceplatform-big-screen-view", "publisher", "rummager", "search-admin", "search-api", "service-manual-publisher", "share-sale-publisher", "short-url-manager", "smartanswers", "special-route-publisher", "specialist-publisher", "static", "tariff", "travel-advice-publisher", "whitehall" ], "type": "string" }, "publishing_request_id": { "description": "A unique identifier used to track publishing requests to rendered content", "oneOf": [ { "type": "string" }, { "type": "null" } ] }, "rendering_app": { "description": "The application that renders this item.", "enum": [ "calculators", "calendars", "collections", "content-store", "email-alert-frontend", "email-campaign-frontend", "feedback", "finder-frontend", "frontend", "government-frontend", "info-frontend", "licencefinder", "manuals-frontend", "performanceplatform-big-screen-view", "rummager", "search-api", "service-manual-frontend", "smartanswers", "spotlight", "static", "tariff", "whitehall-admin", "whitehall-frontend" ], "type": "string" }, "route": { "additionalProperties": false, "properties": { "path": { "type": "string" }, "type": { "enum": [ "prefix", "exact" ] } }, "required": [ "path", "type" ], "type": "object" }, "routes": { "items": { "$ref": "#/definitions/route" }, "minItems": 1, "type": "array" }, "tags": { "additionalProperties": false, "description": "Field used by email-alert-api to trigger email alerts for subscriptions to topics (gov.uk/topic) and policies (gov.uk/policies).", "properties": { "additional_topics": { "items": { "type": "string" }, "type": "array" }, "browse_pages": { "items": { "type": "string" }, "type": "array" }, "policies": { "items": { "type": "string" }, "type": "array" }, "primary_topic": { "items": { "type": "string" }, "type": "array" }, "topics": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "title": { "type": "string" }, "update_type": { "enum": [ "major", "minor", "republish" ] }, "withdrawn_notice": { "additionalProperties": false, "properties": { "explanation": { "type": "string" }, "withdrawn_at": { "format": "date-time" } }, "type": "object" } }, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "content_purpose_document_supertype": { "description": "DEPRECATED. Use `content_purpose_subgroup`.", "type": "string" }, "content_purpose_subgroup": { "description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.", "type": "string" }, "content_purpose_supergroup": { "description": "Document supergroup grouping documents by a purpose", "type": "string" }, "description": { "$ref": "#/definitions/description_optional" }, "details": { "$ref": "#/definitions/details" }, "document_type": { "enum": [ "case_study" ], "type": "string" }, "email_document_supertype": { "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions", "type": "string" }, "expanded_links": { "additionalProperties": false, "properties": { "available_translations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "child_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "children": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "document_collections": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "facet_groups": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links." }, "facet_values": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups." }, "finder": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers links from content back to finders the content is surfaced on" }, "government": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The government associated with this document", "maxItems": 1 }, "lead_organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array." }, "level_one_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "mainstream_browse_pages": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /browse section of the site. These are known as sections in some legacy apps." }, "meets_user_needs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The user needs this piece of content meets." }, "ministers": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger." }, "ordered_related_items_overrides": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation." }, "organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "All organisations linked to this content item. This should include lead organisations." }, "original_primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications." }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The parent content item.", "maxItems": 1 }, "part_of_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policies": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policy_areas": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "A largely deprecated tag currently only used to power email alerts." }, "primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "maxItems": 1 }, "related_policies": { "$ref": "#/definitions/frontend_links_with_base_path" }, "related_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "role_appointments": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "secondary_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "suggested_ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test." }, "taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Prototype-stage taxonomy label for this content item" }, "topic_taxonomy_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "topics": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps." }, "world_locations": { "$ref": "#/definitions/frontend_links" }, "worldwide_organisations": { "$ref": "#/definitions/frontend_links_with_base_path" } }, "type": "object" }, "first_published_at": { "$ref": "#/definitions/first_published_at" }, "government_document_supertype": { "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions", "type": "string" }, "govuk_request_id": { "$ref": "#/definitions/govuk_request_id" }, "links": { "additionalProperties": false, "properties": { "facet_groups": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links." }, "facet_values": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups." }, "finder": { "$ref": "#/definitions/guid_list", "description": "Powers links from content back to finders the content is surfaced on" }, "government": { "$ref": "#/definitions/guid_list", "description": "The government associated with this document", "maxItems": 1 }, "lead_organisations": { "$ref": "#/definitions/guid_list", "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array." }, "mainstream_browse_pages": { "$ref": "#/definitions/guid_list", "description": "Powers the /browse section of the site. These are known as sections in some legacy apps." }, "meets_user_needs": { "$ref": "#/definitions/guid_list", "description": "The user needs this piece of content meets." }, "ordered_related_items": { "$ref": "#/definitions/guid_list", "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger." }, "ordered_related_items_overrides": { "$ref": "#/definitions/guid_list", "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation." }, "organisations": { "$ref": "#/definitions/guid_list", "description": "All organisations linked to this content item. This should include lead organisations." }, "original_primary_publishing_organisation": { "$ref": "#/definitions/guid_list", "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications." }, "parent": { "$ref": "#/definitions/guid_list", "description": "The parent content item.", "maxItems": 1 }, "policy_areas": { "$ref": "#/definitions/guid_list", "description": "A largely deprecated tag currently only used to power email alerts." }, "primary_publishing_organisation": { "$ref": "#/definitions/guid_list", "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "maxItems": 1 }, "related_policies": { "$ref": "#/definitions/guid_list" }, "suggested_ordered_related_items": { "$ref": "#/definitions/guid_list", "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test." }, "taxons": { "$ref": "#/definitions/guid_list", "description": "Prototype-stage taxonomy label for this content item" }, "topics": { "$ref": "#/definitions/guid_list", "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps." }, "world_locations": { "$ref": "#/definitions/guid_list" }, "worldwide_organisations": { "$ref": "#/definitions/guid_list" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "navigation_document_supertype": { "description": "Document type grouping powering the new taxonomy-based navigation pages", "type": "string" }, "need_ids": { "items": { "type": "string" }, "type": "array" }, "payload_version": { "$ref": "#/definitions/payload_version" }, "phase": { "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases", "enum": [ "alpha", "beta", "live" ], "type": "string" }, "public_updated_at": { "$ref": "#/definitions/public_updated_at" }, "publishing_app": { "$ref": "#/definitions/publishing_app_name" }, "publishing_request_id": { "$ref": "#/definitions/publishing_request_id" }, "redirects": { "additionalItems": false, "items": {}, "type": "array" }, "rendering_app": { "$ref": "#/definitions/rendering_app" }, "routes": { "$ref": "#/definitions/routes" }, "schema_name": { "enum": [ "case_study" ], "type": "string" }, "search_user_need_document_supertype": { "description": "Document supertype grouping core and government documents", "type": "string" }, "title": { "$ref": "#/definitions/title" }, "update_type": { "$ref": "#/definitions/update_type" }, "user_journey_document_supertype": { "description": "Document type grouping powering analytics of user journeys", "type": "string" }, "user_need_document_supertype": { "description": "DEPRECATED. Use `content_purpose_document_supertype`.", "type": "string" }, "withdrawn_notice": { "$ref": "#/definitions/withdrawn_notice" } }, "required": [ "analytics_identifier", "base_path", "content_id", "description", "details", "document_type", "email_document_supertype", "expanded_links", "first_published_at", "government_document_supertype", "govuk_request_id", "links", "locale", "navigation_document_supertype", "payload_version", "phase", "public_updated_at", "publishing_app", "redirects", "rendering_app", "routes", "schema_name", "title", "update_type", "user_journey_document_supertype" ], "type": "object" }
o21161
{ "properties": { "dimensions": { "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" }, "radius": { "description": "The radius of the circle", "type": "number" }, "width": { "description": "The width of the rectangle", "type": "number" } }, "type": "object" }, "shape": { "description": "The shape (circle, rectangle, triangle, etc.)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
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" ], "type": "object", "properties": { "extraction_registration_mask": { "type": "object", "properties": {} }, "brain_template": { "type": "object", "properties": {} }, "brain_probability_mask": { "type": "object", "properties": {} }, "anatomical_image": { "type": "object", "properties": {} } } }, "config": { "required": [ "num_threads", "out_prefix", "image_suffix", "dimension" ], "type": "object", "properties": { "num_threads": { "default": 1, "type": "integer" }, "use_floatingpoint_precision": { "type": "integer", "enum": [ 0, 1 ] }, "args": { "type": "string" }, "keep_temporary_files": { "type": "integer" }, "out_prefix": { "default": "highres001_", "type": "string" }, "image_suffix": { "default": "nii.gz", "type": "string" }, "debug": { "type": "boolean" }, "dimension": { "default": 3, "enum": [ 3, 2 ], "type": "integer" }, "use_random_seeding": { "type": "integer", "enum": [ 0, 1 ] } } } }, "title": "Invocation manifest for BrainExtraction" }
o41366
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "order": { "type": "object", "properties": { "orderId": { "type": "integer" }, "customerName": { "type": "string" }, "drinkType": { "type": "string", "enum": [ "Latte", "Espresso", "Cappuccino", "Chai", "Tea", "Steamer", "Hot Chocolate" ] }, "flavor": { "type": "string", "enum": [ "Carmel", "Chocolate", "Hazelnut", "Vanilla", "Peppermint", "White Chocolate" ] }, "size": { "type": "string", "enum": [ "Small", "Medium", "Large", "Extra-Large", "Bucket" ] }, "date": { "type": "string" }, "time": { "type": "string" }, "milk": { "type": "string", "enum": [ "Non-Fat", "Whole", "Breve", "Soy", "Almond" ] }, "espressoConCard": { "type": "string" }, "totalPrice": { "type": "number" } }, "additionalProperties": false, "required": [ "orderId", "customerName", "drinkType", "size", "date", "time", "milk", "espressoConCard", "totalPrice" ] } }, "additionalProperties": false, "required": [ "order" ] }
o81597
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "subField": { "type": "object", "properties": { "tag": { "type": "string", "minLength": 2 } }, "additionalProperties": false }, "complexType": { "type": "object", "required": [ "type" ], "oneOf": [ { "properties": { "type": { "enum": [ "value1" ] } }, "required": [ "dataSets" ] }, { "properties": { "type": { "enum": [ "value2" ] } }, "required": [ "subFields" ] } ], "properties": { "type": { "type": "string", "enum": [ "value2", "value1" ] }, "dataSets": { "type": "array", "items": { "type": "object", "required": [ "code", "subFields" ], "properties": { "code": { "type": "string" }, "subFields": { "type": "array", "items": { "$ref": "#/definitions/subField" } } } } }, "subFields": { "type": "array", "items": { "$ref": "#/definitions/subField" } } }, "dependencies": { "dataSets": { "properties": { "type": { "enum": [ "value1" ] } } }, "subFields": { "properties": { "type": { "enum": [ "value2" ] } } } }, "additionalProperties": false }, "dataElement": { "type": "object", "oneOf": [ { "required": [ "code", "defaultUsage", "usages", "name" ] }, { "allOf": [ { "not": { "required": [ "usages" ] } }, { "required": [ "code", "format", "name" ] } ] } ], "properties": { "code": { "type": "integer" }, "name": { "type": "string" }, "format": { "type": "string" }, "defaultUsage": { "type": "string" }, "usages": { "type": "array", "items": { "$ref": "#/definitions/usage" } }, "complexType": { "$ref": "#/definitions/complexType" } }, "additionalProperties": false }, "usage": { "type": "object", "required": [ "name", "field" ], "properties": { "name": { "type": "string" }, "field": { "$ref": "#/definitions/dataElement" } }, "additionalProperties": false } }, "type": "object", "properties": { "fields": { "type": "array", "items": { "$ref": "#/definitions/dataElement" } } }, "additionalProperties": false }
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." }, { "$ref": "#/definitions/FacetSpec" }, { "$ref": "#/definitions/LayerSpec" } ], "definitions": { "ExtendedUnitSpec": { "type": "object", "properties": { "mark": { "$ref": "#/definitions/Mark", "description": "The mark type.\n\nOne of `\"bar\"`, `\"circle\"`, `\"square\"`, `\"tick\"`, `\"line\"`,\n\n`\"area\"`, `\"point\"`, `\"rule\"`, and `\"text\"`." }, "encoding": { "$ref": "#/definitions/Encoding", "description": "A key-value mapping between encoding channels and definition of fields." }, "name": { "description": "Name of the visualization for later reference.", "type": "string" }, "description": { "description": "An optional description of this mark for commenting purpose.\n\nThis property has no effect on the output visualization.", "type": "string" }, "data": { "$ref": "#/definitions/Data", "description": "An object describing the data source" }, "transform": { "$ref": "#/definitions/Transform", "description": "An object describing filter and new field calculation." }, "config": { "$ref": "#/definitions/Config", "description": "Configuration object" } }, "required": [ "mark" ] }, "Mark": { "type": "string", "enum": [ "area", "bar", "line", "point", "text", "tick", "rule", "circle", "square", "errorBar" ] }, "Encoding": { "type": "object", "properties": { "row": { "$ref": "#/definitions/PositionChannelDef", "description": "Vertical facets for trellis plots." }, "column": { "$ref": "#/definitions/PositionChannelDef", "description": "Horizontal facets for trellis plots." }, "x": { "$ref": "#/definitions/PositionChannelDef", "description": "X coordinates for `point`, `circle`, `square`,\n\n`line`, `rule`, `text`, and `tick`\n\n(or to width and height for `bar` and `area` marks)." }, "y": { "$ref": "#/definitions/PositionChannelDef", "description": "Y coordinates for `point`, `circle`, `square`,\n\n`line`, `rule`, `text`, and `tick`\n\n(or to width and height for `bar` and `area` marks)." }, "x2": { "$ref": "#/definitions/PositionChannelDef", "description": "X2 coordinates for ranged `bar`, `rule`, `area`" }, "y2": { "$ref": "#/definitions/PositionChannelDef", "description": "Y2 coordinates for ranged `bar`, `rule`, `area`" }, "color": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Color of the marks \u2013 either fill or stroke color based on mark type.\n\n(By default, fill color for `area`, `bar`, `tick`, `text`, `circle`, and `square` /\n\nstroke color for `line` and `point`.)" }, "opacity": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Opacity of the marks \u2013 either can be a value or in a range." }, "size": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Size of the mark.\n\n- For `point`, `square` and `circle`\n\n\u2013 the symbol size, or pixel area of the mark.\n\n- For `bar` and `tick` \u2013 the bar and tick's size.\n\n- For `text` \u2013 the text's font size.\n\n- Size is currently unsupported for `line` and `area`." }, "shape": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "The symbol's shape (only for `point` marks). The supported values are\n\n`\"circle\"` (default), `\"square\"`, `\"cross\"`, `\"diamond\"`, `\"triangle-up\"`,\n\nor `\"triangle-down\"`." }, "detail": { "description": "Additional levels of detail for grouping data in aggregate views and\n\nin line and area marks without mapping data to a specific visual channel.", "oneOf": [ { "$ref": "#/definitions/FieldDef", "description": "Interface for any kind of FieldDef;\n\nFor simplicity, we do not declare multiple interfaces of FieldDef like\n\nwe do for JSON schema." }, { "type": "array", "items": { "$ref": "#/definitions/FieldDef", "description": "Interface for any kind of FieldDef;\n\nFor simplicity, we do not declare multiple interfaces of FieldDef like\n\nwe do for JSON schema." } } ] }, "text": { "$ref": "#/definitions/FieldDef", "description": "Text of the `text` mark." }, "label": { "$ref": "#/definitions/FieldDef" }, "path": { "description": "Order of data points in line marks.", "oneOf": [ { "$ref": "#/definitions/OrderChannelDef" }, { "type": "array", "items": { "$ref": "#/definitions/OrderChannelDef" } } ] }, "order": { "description": "Layer order for non-stacked marks, or stack order for stacked marks.", "oneOf": [ { "$ref": "#/definitions/OrderChannelDef" }, { "type": "array", "items": { "$ref": "#/definitions/OrderChannelDef" } } ] } } }, "PositionChannelDef": { "type": "object", "properties": { "axis": { "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/Axis" } ] }, "scale": { "$ref": "#/definitions/Scale" }, "sort": { "oneOf": [ { "$ref": "#/definitions/SortField" }, { "$ref": "#/definitions/SortOrder" } ] }, "field": { "description": "Name of the field from which to pull a data value.", "type": "string" }, "type": { "$ref": "#/definitions/Type", "description": "The encoded field's type of measurement. This can be either a full type\n\nname (`\"quantitative\"`, `\"temporal\"`, `\"ordinal\"`, and `\"nominal\"`)\n\nor an initial character of the type name (`\"Q\"`, `\"T\"`, `\"O\"`, `\"N\"`).\n\nThis property is case insensitive." }, "value": { "description": "A constant value in visual domain.", "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" } ] }, "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "Time unit for a `temporal` field (e.g., `year`, `yearmonth`, `month`, `hour`)." }, "bin": { "description": "Flag for binning a `quantitative` field, or a bin property object\n\nfor binning parameters.", "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/Bin", "description": "Binning properties or boolean flag for determining whether to bin data or not." } ] }, "aggregate": { "$ref": "#/definitions/AggregateOp", "description": "Aggregation function for the field\n\n(e.g., `mean`, `sum`, `median`, `min`, `max`, `count`)." }, "title": { "description": "Title for axis or legend.", "type": "string" } } }, "Axis": { "type": "object", "properties": { "labelAngle": { "description": "The rotation angle of the axis labels.", "type": "number" }, "format": { "description": "The formatting pattern for axis labels.", "type": "string" }, "orient": { "$ref": "#/definitions/AxisOrient", "description": "The orientation of the axis. One of top, bottom, left or right. The orientation can be used to further specialize the axis type (e.g., a y axis oriented for the right edge of the chart)." }, "title": { "description": "A title for the axis. Shows field name and its function by default.", "type": "string" }, "values": { "type": "array", "items": { "type": "number" } }, "axisWidth": { "description": "Width of the axis line", "type": "number" }, "layer": { "description": "A string indicating if the axis (and any gridlines) should be placed above or below the data marks.", "type": "string" }, "offset": { "description": "The offset, in pixels, by which to displace the axis from the edge of the enclosing group or data rectangle.", "type": "number" }, "axisColor": { "description": "Color of axis line.", "type": "string" }, "grid": { "description": "A flag indicate if gridlines should be created in addition to ticks. If `grid` is unspecified, the default value is `true` for ROW and COL. For X and Y, the default value is `true` for quantitative and time fields and `false` otherwise.", "type": "boolean" }, "gridColor": { "description": "Color of gridlines.", "type": "string" }, "gridDash": { "description": "The offset (in pixels) into which to begin drawing with the grid dash array.", "type": "array", "items": { "type": "number" } }, "gridOpacity": { "description": "The stroke opacity of grid (value between [0,1])", "type": "number" }, "gridWidth": { "description": "The grid width, in pixels.", "type": "number" }, "labels": { "description": "Enable or disable labels.", "type": "boolean" }, "labelAlign": { "description": "Text alignment for the Label.", "type": "string" }, "labelBaseline": { "description": "Text baseline for the label.", "type": "string" }, "labelMaxLength": { "description": "Truncate labels that are too long.", "minimum": 1, "type": "number" }, "shortTimeLabels": { "description": "Whether month and day names should be abbreviated.", "type": "boolean" }, "subdivide": { "description": "If provided, sets the number of minor ticks between major ticks (the value 9 results in decimal subdivision). Only applicable for axes visualizing quantitative scales.", "type": "number" }, "ticks": { "description": "A desired number of ticks, for axes visualizing quantitative scales. The resulting number may be different so that values are \"nice\" (multiples of 2, 5, 10) and lie within the underlying scale's range.", "minimum": 0, "type": "number" }, "tickColor": { "description": "The color of the axis's tick.", "type": "string" }, "tickLabelColor": { "description": "The color of the tick label, can be in hex color code or regular color name.", "type": "string" }, "tickLabelFont": { "description": "The font of the tick label.", "type": "string" }, "tickLabelFontSize": { "description": "The font size of label, in pixels.", "type": "number" }, "tickPadding": { "description": "The padding, in pixels, between ticks and text labels.", "type": "number" }, "tickSize": { "description": "The size, in pixels, of major, minor and end ticks.", "minimum": 0, "type": "number" }, "tickSizeMajor": { "description": "The size, in pixels, of major ticks.", "minimum": 0, "type": "number" }, "tickSizeMinor": { "description": "The size, in pixels, of minor ticks.", "minimum": 0, "type": "number" }, "tickSizeEnd": { "description": "The size, in pixels, of end ticks.", "minimum": 0, "type": "number" }, "tickWidth": { "description": "The width, in pixels, of ticks.", "type": "number" }, "titleColor": { "description": "Color of the title, can be in hex color code or regular color name.", "type": "string" }, "titleFont": { "description": "Font of the title.", "type": "string" }, "titleFontSize": { "description": "Size of the title.", "type": "number" }, "titleFontWeight": { "description": "Weight of the title.", "type": "string" }, "titleOffset": { "description": "A title offset value for the axis.", "type": "number" }, "titleMaxLength": { "description": "Max length for axis title if the title is automatically generated from the field's description. By default, this is automatically based on cell size and characterWidth property.", "minimum": 0, "type": "number" }, "characterWidth": { "description": "Character width for automatically determining title max length.", "type": "number" }, "properties": { "description": "Optional mark property definitions for custom axis styling." } } }, "AxisOrient": { "type": "string", "enum": [ "top", "right", "left", "bottom" ] }, "Scale": { "type": "object", "properties": { "type": { "$ref": "#/definitions/ScaleType" }, "domain": { "description": "The domain of the scale, representing the set of data values. For quantitative data, this can take the form of a two-element array with minimum and maximum values. For ordinal/categorical data, this may be an array of valid input values.", "oneOf": [ { "type": "array", "items": { "type": "number" } }, { "type": "array", "items": { "type": "string" } } ] }, "range": { "description": "The range of the scale, representing the set of visual values. For numeric values, the range can take the form of a two-element array with minimum and maximum values. For ordinal or quantized data, the range may by an array of desired output values, which are mapped to elements in the specified domain. For ordinal scales only, the range can be defined using a DataRef: the range values are then drawn dynamically from a backing data set.", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } }, { "type": "array", "items": { "type": "string" } } ] }, "round": { "description": "If true, rounds numeric output values to integers. This can be helpful for snapping to the pixel grid.", "type": "boolean" }, "bandSize": { "minimum": 0, "type": "number" }, "padding": { "description": "Applies spacing among ordinal elements in the scale range. The actual effect depends on how the scale is configured. If the __points__ parameter is `true`, the padding value is interpreted as a multiple of the spacing between points. A reasonable value is 1.0, such that the first and last point will be offset from the minimum and maximum value by half the distance between points. Otherwise, padding is typically in the range [0, 1] and corresponds to the fraction of space in the range interval to allocate to padding. A value of 0.5 means that the range band width will be equal to the padding width. For more, see the [D3 ordinal scale documentation](https://github.com/mbostock/d3/wiki/Ordinal-Scales).", "type": "number" }, "clamp": { "description": "If true, values that exceed the data domain are clamped to either the minimum or maximum range value", "type": "boolean" }, "nice": { "description": "If specified, modifies the scale domain to use a more human-friendly value range. If specified as a true boolean, modifies the scale domain to use a more human-friendly number range (e.g., 7 instead of 6.96). If specified as a string, modifies the scale domain to use a more human-friendly value range. For time and utc scale types only, the nice value should be a string indicating the desired time interval.", "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/NiceTime" } ] }, "exponent": { "description": "Sets the exponent of the scale transformation. For pow scale types only, otherwise ignored.", "type": "number" }, "zero": { "description": "If `true`, ensures that a zero baseline value is included in the scale domain.\n\nDefault value: `true` for `x` and `y` channel if the quantitative field is not binned\n\nand no custom `domain` is provided; `false` otherwise.", "type": "boolean" }, "useRawDomain": { "description": "Uses the source data range as scale domain instead of aggregated data for aggregate axis.\n\nThis property only works with aggregate functions that produce values within the raw data domain (`\"mean\"`, `\"average\"`, `\"stdev\"`, `\"stdevp\"`, `\"median\"`, `\"q1\"`, `\"q3\"`, `\"min\"`, `\"max\"`). For other aggregations that produce values outside of the raw data domain (e.g. `\"count\"`, `\"sum\"`), this property is ignored.", "type": "boolean" } } }, "ScaleType": { "type": "string", "enum": [ "linear", "log", "pow", "sqrt", "quantile", "quantize", "ordinal", "time", "utc" ] }, "NiceTime": { "type": "string", "enum": [ "second", "minute", "hour", "day", "week", "month", "year" ] }, "SortField": { "type": "object", "properties": { "field": { "description": "The field name to aggregate over.", "type": "string" }, "op": { "$ref": "#/definitions/AggregateOp", "description": "The sort aggregation operator" }, "order": { "$ref": "#/definitions/SortOrder" } }, "required": [ "field", "op" ] }, "AggregateOp": { "type": "string", "enum": [ "values", "count", "valid", "missing", "distinct", "sum", "mean", "average", "variance", "variancep", "stdev", "stdevp", "median", "q1", "q3", "modeskew", "min", "max", "argmin", "argmax" ] }, "SortOrder": { "type": "string", "enum": [ "ascending", "descending", "none" ] }, "Type": { "type": "string", "enum": [ "quantitative", "ordinal", "temporal", "nominal" ] }, "TimeUnit": { "type": "string", "enum": [ "year", "month", "day", "date", "hours", "minutes", "seconds", "milliseconds", "yearmonth", "yearmonthdate", "yearmonthdatehours", "yearmonthdatehoursminutes", "yearmonthdatehoursminutesseconds", "hoursminutes", "hoursminutesseconds", "minutesseconds", "secondsmilliseconds", "quarter", "yearquarter", "quartermonth", "yearquartermonth" ] }, "Bin": { "type": "object", "properties": { "min": { "description": "The minimum bin value to consider. If unspecified, the minimum value of the specified field is used.", "type": "number" }, "max": { "description": "The maximum bin value to consider. If unspecified, the maximum value of the specified field is used.", "type": "number" }, "base": { "description": "The number base to use for automatic bin determination (default is base 10).", "type": "number" }, "step": { "description": "An exact step size to use between bins. If provided, options such as maxbins will be ignored.", "type": "number" }, "steps": { "description": "An array of allowable step sizes to choose from.", "type": "array", "items": { "type": "number" } }, "minstep": { "description": "A minimum allowable step size (particularly useful for integer values).", "type": "number" }, "div": { "description": "Scale factors indicating allowable subdivisions. The default value is [5, 2], which indicates that for base 10 numbers (the default base), the method may consider dividing bin sizes by 5 and/or 2. For example, for an initial step size of 10, the method can check if bin sizes of 2 (= 10/5), 5 (= 10/2), or 1 (= 10/(5*2)) might also satisfy the given constraints.", "type": "array", "items": { "type": "number" } }, "maxbins": { "description": "Maximum number of bins.", "minimum": 2, "type": "number" } } }, "ChannelDefWithLegend": { "type": "object", "properties": { "legend": { "$ref": "#/definitions/Legend" }, "scale": { "$ref": "#/definitions/Scale" }, "sort": { "oneOf": [ { "$ref": "#/definitions/SortField" }, { "$ref": "#/definitions/SortOrder" } ] }, "field": { "description": "Name of the field from which to pull a data value.", "type": "string" }, "type": { "$ref": "#/definitions/Type", "description": "The encoded field's type of measurement. This can be either a full type\n\nname (`\"quantitative\"`, `\"temporal\"`, `\"ordinal\"`, and `\"nominal\"`)\n\nor an initial character of the type name (`\"Q\"`, `\"T\"`, `\"O\"`, `\"N\"`).\n\nThis property is case insensitive." }, "value": { "description": "A constant value in visual domain.", "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" } ] }, "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "Time unit for a `temporal` field (e.g., `year`, `yearmonth`, `month`, `hour`)." }, "bin": { "description": "Flag for binning a `quantitative` field, or a bin property object\n\nfor binning parameters.", "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/Bin", "description": "Binning properties or boolean flag for determining whether to bin data or not." } ] }, "aggregate": { "$ref": "#/definitions/AggregateOp", "description": "Aggregation function for the field\n\n(e.g., `mean`, `sum`, `median`, `min`, `max`, `count`)." }, "title": { "description": "Title for axis or legend.", "type": "string" } } }, "Legend": { "type": "object", "properties": { "format": { "description": "An optional formatting pattern for legend labels. Vega uses D3\\'s format pattern.", "type": "string" }, "title": { "description": "A title for the legend. (Shows field name and its function by default.)", "type": "string" }, "values": { "description": "Explicitly set the visible legend values.", "type": "array", "items": {} }, "orient": { "description": "The orientation of the legend. One of \"left\" or \"right\". This determines how the legend is positioned within the scene. The default is \"right\".", "type": "string" }, "offset": { "description": "The offset, in pixels, by which to displace the legend from the edge of the enclosing group or data rectangle.", "type": "number" }, "padding": { "description": "The padding, in pixels, between the lengend and axis.", "type": "number" }, "margin": { "description": "The margin around the legend, in pixels", "type": "number" }, "gradientStrokeColor": { "description": "The color of the gradient stroke, can be in hex color code or regular color name.", "type": "string" }, "gradientStrokeWidth": { "description": "The width of the gradient stroke, in pixels.", "type": "number" }, "gradientHeight": { "description": "The height of the gradient, in pixels.", "type": "number" }, "gradientWidth": { "description": "The width of the gradient, in pixels.", "type": "number" }, "labelAlign": { "description": "The alignment of the legend label, can be left, middle or right.", "type": "string" }, "labelBaseline": { "description": "The position of the baseline of legend label, can be top, middle or bottom.", "type": "string" }, "labelColor": { "description": "The color of the legend label, can be in hex color code or regular color name.", "type": "string" }, "labelFont": { "description": "The font of the lengend label.", "type": "string" }, "labelFontSize": { "description": "The font size of lengend lable.", "type": "number" }, "labelOffset": { "description": "The offset of the legend label.", "type": "number" }, "shortTimeLabels": { "description": "Whether month names and weekday names should be abbreviated.", "type": "boolean" }, "symbolColor": { "description": "The color of the legend symbol,", "type": "string" }, "symbolShape": { "description": "The shape of the legend symbol, can be the 'circle', 'square', 'cross', 'diamond',\n\n'triangle-up', 'triangle-down'.", "type": "string" }, "symbolSize": { "description": "The size of the lengend symbol, in pixels.", "type": "number" }, "symbolStrokeWidth": { "description": "The width of the symbol's stroke.", "type": "number" }, "titleColor": { "description": "Optional mark property definitions for custom legend styling.\n\nThe color of the legend title, can be in hex color code or regular color name.", "type": "string" }, "titleFont": { "description": "The font of the legend title.", "type": "string" }, "titleFontSize": { "description": "The font size of the legend title.", "type": "number" }, "titleFontWeight": { "description": "The font weight of the legend title.", "type": "string" }, "properties": { "description": "Optional mark property definitions for custom legend styling." } } }, "FieldDef": { "type": "object", "properties": { "field": { "description": "Name of the field from which to pull a data value.", "type": "string" }, "type": { "$ref": "#/definitions/Type", "description": "The encoded field's type of measurement. This can be either a full type\n\nname (`\"quantitative\"`, `\"temporal\"`, `\"ordinal\"`, and `\"nominal\"`)\n\nor an initial character of the type name (`\"Q\"`, `\"T\"`, `\"O\"`, `\"N\"`).\n\nThis property is case insensitive." }, "value": { "description": "A constant value in visual domain.", "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" } ] }, "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "Time unit for a `temporal` field (e.g., `year`, `yearmonth`, `month`, `hour`)." }, "bin": { "description": "Flag for binning a `quantitative` field, or a bin property object\n\nfor binning parameters.", "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/Bin", "description": "Binning properties or boolean flag for determining whether to bin data or not." } ] }, "aggregate": { "$ref": "#/definitions/AggregateOp", "description": "Aggregation function for the field\n\n(e.g., `mean`, `sum`, `median`, `min`, `max`, `count`)." }, "title": { "description": "Title for axis or legend.", "type": "string" } } }, "OrderChannelDef": { "type": "object", "properties": { "sort": { "$ref": "#/definitions/SortOrder" }, "field": { "description": "Name of the field from which to pull a data value.", "type": "string" }, "type": { "$ref": "#/definitions/Type", "description": "The encoded field's type of measurement. This can be either a full type\n\nname (`\"quantitative\"`, `\"temporal\"`, `\"ordinal\"`, and `\"nominal\"`)\n\nor an initial character of the type name (`\"Q\"`, `\"T\"`, `\"O\"`, `\"N\"`).\n\nThis property is case insensitive." }, "value": { "description": "A constant value in visual domain.", "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" } ] }, "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "Time unit for a `temporal` field (e.g., `year`, `yearmonth`, `month`, `hour`)." }, "bin": { "description": "Flag for binning a `quantitative` field, or a bin property object\n\nfor binning parameters.", "oneOf": [ { "type": "boolean" }, { "$ref": "#/definitions/Bin", "description": "Binning properties or boolean flag for determining whether to bin data or not." } ] }, "aggregate": { "$ref": "#/definitions/AggregateOp", "description": "Aggregation function for the field\n\n(e.g., `mean`, `sum`, `median`, `min`, `max`, `count`)." }, "title": { "description": "Title for axis or legend.", "type": "string" } } }, "Data": { "type": "object", "properties": { "format": { "$ref": "#/definitions/DataFormat", "description": "An object that specifies the format for the data file or values." }, "url": { "description": "A URL from which to load the data set. Use the format.type property\n\nto ensure the loaded data is correctly parsed.", "type": "string" }, "values": { "description": "Pass array of objects instead of a url to a file.", "type": "array", "items": {} } } }, "DataFormat": { "type": "object", "properties": { "type": { "$ref": "#/definitions/DataFormatType", "description": "Type of input data: `\"json\"`, `\"csv\"`, `\"tsv\"`.\n\nThe default format type is determined by the extension of the file url.\n\nIf no extension is detected, `\"json\"` will be used by default." }, "property": { "description": "JSON only) The JSON property containing the desired data.\n\nThis parameter can be used when the loaded JSON file may have surrounding structure or meta-data.\n\nFor example `\"property\": \"values.features\"` is equivalent to retrieving `json.values.features`\n\nfrom the loaded JSON object.", "type": "string" }, "feature": { "description": "The name of the TopoJSON object set to convert to a GeoJSON feature collection.\n\nFor example, in a map of the world, there may be an object set named `\"countries\"`.\n\nUsing the feature property, we can extract this set and generate a GeoJSON feature object for each country.", "type": "string" }, "mesh": { "description": "The name of the TopoJSON object set to convert to a mesh.\n\nSimilar to the `feature` option, `mesh` extracts a named TopoJSON object set.\n\nUnlike the `feature` option, the corresponding geo data is returned as a single, unified mesh instance, not as inidividual GeoJSON features.\n\nExtracting a mesh is useful for more efficiently drawing borders or other geographic elements that you do not need to associate with specific regions such as individual countries, states or counties.", "type": "string" } } }, "DataFormatType": { "type": "string", "enum": [ "json", "csv", "tsv", "topojson" ] }, "Transform": { "type": "object", "properties": { "filter": { "description": "A string containing the filter Vega expression. Use `datum` to refer to the current data object.", "oneOf": [ { "type": "string" }, { "$ref": "#/definitions/EqualFilter" }, { "$ref": "#/definitions/RangeFilter" }, { "$ref": "#/definitions/InFilter" }, { "type": "array", "items": { "oneOf": [ { "type": "string" }, { "$ref": "#/definitions/EqualFilter" }, { "$ref": "#/definitions/RangeFilter" }, { "$ref": "#/definitions/InFilter" } ] } } ] }, "filterInvalid": { "description": "Whether to filter invalid values (`null` and `NaN`) from the data. By default (`undefined`), only quantitative and temporal fields are filtered. If set to `true`, all data items with null values are filtered. If `false`, all data items are included.", "type": "boolean" }, "calculate": { "description": "Calculate new field(s) using the provided expresssion(s). Calculation are applied before filter.", "type": "array", "items": { "$ref": "#/definitions/Formula", "description": "Formula object for calculate." } } } }, "EqualFilter": { "type": "object", "properties": { "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "Time unit for the field to be filtered." }, "field": { "description": "Field to be filtered.", "type": "string" }, "equal": { "description": "Value that the field should be equal to.", "oneOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "$ref": "#/definitions/DateTime", "description": "Object for defining datetime in Vega-Lite Filter.\n\nIf both month and quarter are provided, month has higher precedence.\n\n`day` cannot be combined with other date.\n\nWe accept string for month and day names." } ] } }, "required": [ "field", "equal" ] }, "DateTime": { "type": "object", "properties": { "year": { "description": "Integer value representing the year.", "type": "number" }, "quarter": { "description": "Integer value representing the quarter of the year (from 1-4).", "type": "number" }, "month": { "description": "One of: (1) integer value representing the month from `1`-`12`. `1` represents January; (2) case-insensitive month name (e.g., `\"January\"`); (3) case-insensitive, 3-character short month name (e.g., `\"Jan\"`).", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "date": { "description": "Integer value representing the date from 1-31.", "type": "number" }, "day": { "description": "Value representing the day of week. This can be one of: (1) integer value -- `1` represents Monday; (2) case-insensitive day name (e.g., `\"Monday\"`); (3) case-insensitive, 3-character short day name (e.g., `\"Mon\"`). <br/> **Warning:** A DateTime definition object with `day`** should not be combined with `year`, `quarter`, `month`, or `date`.", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "hours": { "description": "Integer value representing the hour of day from 0-23.", "type": "number" }, "minutes": { "description": "Integer value representing minute segment of a time from 0-59.", "type": "number" }, "seconds": { "description": "Integer value representing second segment of a time from 0-59.", "type": "number" }, "milliseconds": { "description": "Integer value representing millisecond segment of a time.", "type": "number" } } }, "RangeFilter": { "type": "object", "properties": { "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "time unit for the field to be filtered." }, "field": { "description": "Field to be filtered", "type": "string" }, "range": { "description": "Array of inclusive minimum and maximum values\n\nfor a field value of a data item to be included in the filtered data.", "maxItems": 2, "minItems": 2, "type": "array", "items": { "oneOf": [ { "type": "number" }, { "$ref": "#/definitions/DateTime", "description": "Object for defining datetime in Vega-Lite Filter.\n\nIf both month and quarter are provided, month has higher precedence.\n\n`day` cannot be combined with other date.\n\nWe accept string for month and day names." } ] } } }, "required": [ "field", "range" ] }, "InFilter": { "type": "object", "properties": { "timeUnit": { "$ref": "#/definitions/TimeUnit", "description": "time unit for the field to be filtered." }, "field": { "description": "Field to be filtered", "type": "string" }, "in": { "description": "A set of values that the `field`'s value should be a member of,\n\nfor a data item included in the filtered data.", "type": "array", "items": { "oneOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "$ref": "#/definitions/DateTime", "description": "Object for defining datetime in Vega-Lite Filter.\n\nIf both month and quarter are provided, month has higher precedence.\n\n`day` cannot be combined with other date.\n\nWe accept string for month and day names." } ] } } }, "required": [ "field", "in" ] }, "Formula": { "type": "object", "properties": { "field": { "description": "The field in which to store the computed formula value.", "type": "string" }, "expr": { "description": "A string containing an expression for the formula. Use the variable `datum` to to refer to the current data object.", "type": "string" } }, "required": [ "field", "expr" ] }, "Config": { "type": "object", "properties": { "viewport": { "description": "The width and height of the on-screen viewport, in pixels. If necessary, clipping and scrolling will be applied.", "type": "number" }, "background": { "description": "CSS color property to use as background of visualization. Default is `\"transparent\"`.", "type": "string" }, "numberFormat": { "description": "D3 Number format for axis labels and text tables. For example \"s\" for SI units.", "type": "string" }, "timeFormat": { "description": "Default datetime format for axis and legend labels. The format can be set directly on each axis and legend.", "type": "string" }, "countTitle": { "description": "Default axis and legend title for count fields.", "type": "string" }, "cell": { "$ref": "#/definitions/CellConfig", "description": "Cell Config" }, "mark": { "$ref": "#/definitions/MarkConfig", "description": "Mark Config" }, "overlay": { "$ref": "#/definitions/OverlayConfig", "description": "Mark Overlay Config" }, "scale": { "$ref": "#/definitions/ScaleConfig", "description": "Scale Config" }, "axis": { "$ref": "#/definitions/AxisConfig", "description": "Axis Config" }, "legend": { "$ref": "#/definitions/LegendConfig", "description": "Legend Config" }, "facet": { "$ref": "#/definitions/FacetConfig", "description": "Facet Config" } } }, "CellConfig": { "type": "object", "properties": { "width": { "type": "number" }, "height": { "type": "number" }, "clip": { "type": "boolean" }, "fill": { "description": "The fill color.", "format": "color", "type": "string" }, "fillOpacity": { "description": "The fill opacity (value between [0,1]).", "type": "number" }, "stroke": { "description": "The stroke color.", "type": "string" }, "strokeOpacity": { "description": "The stroke opacity (value between [0,1]).", "type": "number" }, "strokeWidth": { "description": "The stroke width, in pixels.", "type": "number" }, "strokeDash": { "description": "An array of alternating stroke, space lengths for creating dashed or dotted lines.", "type": "array", "items": { "type": "number" } }, "strokeDashOffset": { "description": "The offset (in pixels) into which to begin drawing with the stroke dash array.", "type": "number" } } }, "MarkConfig": { "type": "object", "properties": { "filled": { "description": "Whether the shape\\'s color should be used as fill color instead of stroke color.\n\nThis is only applicable for \"bar\", \"point\", and \"area\".\n\nAll marks except \"point\" marks are filled by default.\n\nSee Mark Documentation (http://vega.github.io/vega-lite/docs/marks.html)\n\nfor usage example.", "type": "boolean" }, "color": { "description": "Default color.", "format": "color", "type": "string" }, "fill": { "description": "Default Fill Color. This has higher precedence than config.color", "format": "color", "type": "string" }, "stroke": { "description": "Default Stroke Color. This has higher precedence than config.color", "format": "color", "type": "string" }, "opacity": { "minimum": 0, "maximum": 1, "type": "number" }, "fillOpacity": { "minimum": 0, "maximum": 1, "type": "number" }, "strokeOpacity": { "minimum": 0, "maximum": 1, "type": "number" }, "strokeWidth": { "minimum": 0, "type": "number" }, "strokeDash": { "description": "An array of alternating stroke, space lengths for creating dashed or dotted lines.", "type": "array", "items": { "type": "number" } }, "strokeDashOffset": { "description": "The offset (in pixels) into which to begin drawing with the stroke dash array.", "type": "number" }, "stacked": { "$ref": "#/definitions/StackOffset" }, "orient": { "$ref": "#/definitions/Orient", "description": "The orientation of a non-stacked bar, tick, area, and line charts.\n\nThe value is either horizontal (default) or vertical.\n\n- For bar, rule and tick, this determines whether the size of the bar and tick\n\nshould be applied to x or y dimension.\n\n- For area, this property determines the orient property of the Vega output.\n\n- For line, this property determines the sort order of the points in the line\n\nif `config.sortLineBy` is not specified.\n\nFor stacked charts, this is always determined by the orientation of the stack;\n\ntherefore explicitly specified value will be ignored." }, "interpolate": { "$ref": "#/definitions/Interpolate", "description": "The line interpolation method to use. One of linear, step-before, step-after, basis, basis-open, cardinal, cardinal-open, monotone." }, "tension": { "description": "Depending on the interpolation type, sets the tension parameter.", "type": "number" }, "lineSize": { "description": "Size of line mark.", "type": "number" }, "ruleSize": { "description": "Size of rule mark.", "type": "number" }, "barSize": { "description": "The size of the bars. If unspecified, the default size is `bandSize-1`,\n\nwhich provides 1 pixel offset between bars.", "type": "number" }, "barThinSize": { "description": "The size of the bars on continuous scales.", "type": "number" }, "shape": { "$ref": "#/definitions/Shape", "description": "The symbol shape to use. One of circle (default), square, cross, diamond, triangle-up, or triangle-down." }, "size": { "description": "The pixel area each the point. For example: in the case of circles, the radius is determined in part by the square root of the size value.", "type": "number" }, "tickSize": { "description": "The width of the ticks.", "type": "number" }, "tickThickness": { "description": "Thickness of the tick mark.", "type": "number" }, "align": { "$ref": "#/definitions/HorizontalAlign", "description": "The horizontal alignment of the text. One of left, right, center." }, "angle": { "description": "The rotation angle of the text, in degrees.", "type": "number" }, "baseline": { "$ref": "#/definitions/VerticalAlign", "description": "The vertical alignment of the text. One of top, middle, bottom." }, "dx": { "description": "The horizontal offset, in pixels, between the text label and its anchor point. The offset is applied after rotation by the angle property.", "type": "number" }, "dy": { "description": "The vertical offset, in pixels, between the text label and its anchor point. The offset is applied after rotation by the angle property.", "type": "number" }, "radius": { "description": "Polar coordinate radial offset, in pixels, of the text label from the origin determined by the x and y properties.", "type": "number" }, "theta": { "description": "Polar coordinate angle, in radians, of the text label from the origin determined by the x and y properties. Values for theta follow the same convention of arc mark startAngle and endAngle properties: angles are measured in radians, with 0 indicating \"north\".", "type": "number" }, "font": { "description": "The typeface to set the text in (e.g., Helvetica Neue).", "type": "string" }, "fontSize": { "description": "The font size, in pixels.", "type": "number" }, "fontStyle": { "$ref": "#/definitions/FontStyle", "description": "The font style (e.g., italic)." }, "fontWeight": { "$ref": "#/definitions/FontWeight", "description": "The font weight (e.g., bold)." }, "format": { "description": "The formatting pattern for text value. If not defined, this will be determined automatically.", "type": "string" }, "shortTimeLabels": { "description": "Whether month names and weekday names should be abbreviated.", "type": "boolean" }, "text": { "description": "Placeholder Text", "type": "string" }, "applyColorToBackground": { "description": "Apply color field to background color instead of the text.", "type": "boolean" } } }, "StackOffset": { "type": "string", "enum": [ "zero", "center", "normalize", "none" ] }, "Orient": { "type": "string", "enum": [ "horizontal", "vertical" ] }, "Interpolate": { "type": "string", "enum": [ "linear", "linear-closed", "step", "step-before", "step-after", "basis", "basis-open", "basis-closed", "cardinal", "cardinal-open", "cardinal-closed", "bundle", "monotone" ] }, "Shape": { "type": "string", "enum": [ "circle", "square", "cross", "diamond", "triangle-up", "triangle-down" ] }, "HorizontalAlign": { "type": "string", "enum": [ "left", "right", "center" ] }, "VerticalAlign": { "type": "string", "enum": [ "top", "middle", "bottom" ] }, "FontStyle": { "type": "string", "enum": [ "normal", "italic" ] }, "FontWeight": { "type": "string", "enum": [ "normal", "bold" ] }, "OverlayConfig": { "type": "object", "properties": { "line": { "description": "Whether to overlay line with point.", "type": "boolean" }, "area": { "$ref": "#/definitions/AreaOverlay", "description": "Type of overlay for area mark (line or linepoint)" }, "pointStyle": { "$ref": "#/definitions/MarkConfig", "description": "Default style for the overlayed point." }, "lineStyle": { "$ref": "#/definitions/MarkConfig", "description": "Default style for the overlayed point." } } }, "AreaOverlay": { "type": "string", "enum": [ "line", "linepoint", "none" ] }, "ScaleConfig": { "type": "object", "properties": { "round": { "description": "If true, rounds numeric output values to integers.\n\nThis can be helpful for snapping to the pixel grid.\n\n(Only available for `x`, `y`, `size`, `row`, and `column` scales.)", "type": "boolean" }, "textBandWidth": { "description": "Default band width for `x` ordinal scale when is mark is `text`.", "minimum": 0, "type": "number" }, "bandSize": { "description": "Default band size for (1) `y` ordinal scale,\n\nand (2) `x` ordinal scale when the mark is not `text`.", "minimum": 0, "type": "number" }, "opacity": { "description": "Default range for opacity.", "type": "array", "items": { "type": "number" } }, "padding": { "description": "Default padding for `x` and `y` ordinal scales.", "type": "number" }, "useRawDomain": { "description": "Uses the source data range as scale domain instead of aggregated data for aggregate axis.\n\nThis property only works with aggregate functions that produce values within the raw data domain (`\"mean\"`, `\"average\"`, `\"stdev\"`, `\"stdevp\"`, `\"median\"`, `\"q1\"`, `\"q3\"`, `\"min\"`, `\"max\"`). For other aggregations that produce values outside of the raw data domain (e.g. `\"count\"`, `\"sum\"`), this property is ignored.", "type": "boolean" }, "nominalColorRange": { "description": "Default range for nominal color scale", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "sequentialColorRange": { "description": "Default range for ordinal / continuous color scale", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "shapeRange": { "description": "Default range for shape", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "barSizeRange": { "description": "Default range for bar size scale", "type": "array", "items": { "type": "number" } }, "fontSizeRange": { "description": "Default range for font size scale", "type": "array", "items": { "type": "number" } }, "ruleSizeRange": { "description": "Default range for rule stroke widths", "type": "array", "items": { "type": "number" } }, "tickSizeRange": { "description": "Default range for tick spans", "type": "array", "items": { "type": "number" } }, "pointSizeRange": { "description": "Default range for bar size scale", "type": "array", "items": { "type": "number" } } } }, "AxisConfig": { "type": "object", "properties": { "axisWidth": { "description": "Width of the axis line", "type": "number" }, "layer": { "description": "A string indicating if the axis (and any gridlines) should be placed above or below the data marks.", "type": "string" }, "offset": { "description": "The offset, in pixels, by which to displace the axis from the edge of the enclosing group or data rectangle.", "type": "number" }, "axisColor": { "description": "Color of axis line.", "type": "string" }, "grid": { "description": "A flag indicate if gridlines should be created in addition to ticks. If `grid` is unspecified, the default value is `true` for ROW and COL. For X and Y, the default value is `true` for quantitative and time fields and `false` otherwise.", "type": "boolean" }, "gridColor": { "description": "Color of gridlines.", "type": "string" }, "gridDash": { "description": "The offset (in pixels) into which to begin drawing with the grid dash array.", "type": "array", "items": { "type": "number" } }, "gridOpacity": { "description": "The stroke opacity of grid (value between [0,1])", "type": "number" }, "gridWidth": { "description": "The grid width, in pixels.", "type": "number" }, "labels": { "description": "Enable or disable labels.", "type": "boolean" }, "labelAngle": { "description": "The rotation angle of the axis labels.", "type": "number" }, "labelAlign": { "description": "Text alignment for the Label.", "type": "string" }, "labelBaseline": { "description": "Text baseline for the label.", "type": "string" }, "labelMaxLength": { "description": "Truncate labels that are too long.", "minimum": 1, "type": "number" }, "shortTimeLabels": { "description": "Whether month and day names should be abbreviated.", "type": "boolean" }, "subdivide": { "description": "If provided, sets the number of minor ticks between major ticks (the value 9 results in decimal subdivision). Only applicable for axes visualizing quantitative scales.", "type": "number" }, "ticks": { "description": "A desired number of ticks, for axes visualizing quantitative scales. The resulting number may be different so that values are \"nice\" (multiples of 2, 5, 10) and lie within the underlying scale's range.", "minimum": 0, "type": "number" }, "tickColor": { "description": "The color of the axis's tick.", "type": "string" }, "tickLabelColor": { "description": "The color of the tick label, can be in hex color code or regular color name.", "type": "string" }, "tickLabelFont": { "description": "The font of the tick label.", "type": "string" }, "tickLabelFontSize": { "description": "The font size of label, in pixels.", "type": "number" }, "tickPadding": { "description": "The padding, in pixels, between ticks and text labels.", "type": "number" }, "tickSize": { "description": "The size, in pixels, of major, minor and end ticks.", "minimum": 0, "type": "number" }, "tickSizeMajor": { "description": "The size, in pixels, of major ticks.", "minimum": 0, "type": "number" }, "tickSizeMinor": { "description": "The size, in pixels, of minor ticks.", "minimum": 0, "type": "number" }, "tickSizeEnd": { "description": "The size, in pixels, of end ticks.", "minimum": 0, "type": "number" }, "tickWidth": { "description": "The width, in pixels, of ticks.", "type": "number" }, "titleColor": { "description": "Color of the title, can be in hex color code or regular color name.", "type": "string" }, "titleFont": { "description": "Font of the title.", "type": "string" }, "titleFontSize": { "description": "Size of the title.", "type": "number" }, "titleFontWeight": { "description": "Weight of the title.", "type": "string" }, "titleOffset": { "description": "A title offset value for the axis.", "type": "number" }, "titleMaxLength": { "description": "Max length for axis title if the title is automatically generated from the field's description. By default, this is automatically based on cell size and characterWidth property.", "minimum": 0, "type": "number" }, "characterWidth": { "description": "Character width for automatically determining title max length.", "type": "number" }, "properties": { "description": "Optional mark property definitions for custom axis styling." } } }, "LegendConfig": { "type": "object", "properties": { "orient": { "description": "The orientation of the legend. One of \"left\" or \"right\". This determines how the legend is positioned within the scene. The default is \"right\".", "type": "string" }, "offset": { "description": "The offset, in pixels, by which to displace the legend from the edge of the enclosing group or data rectangle.", "type": "number" }, "padding": { "description": "The padding, in pixels, between the lengend and axis.", "type": "number" }, "margin": { "description": "The margin around the legend, in pixels", "type": "number" }, "gradientStrokeColor": { "description": "The color of the gradient stroke, can be in hex color code or regular color name.", "type": "string" }, "gradientStrokeWidth": { "description": "The width of the gradient stroke, in pixels.", "type": "number" }, "gradientHeight": { "description": "The height of the gradient, in pixels.", "type": "number" }, "gradientWidth": { "description": "The width of the gradient, in pixels.", "type": "number" }, "labelAlign": { "description": "The alignment of the legend label, can be left, middle or right.", "type": "string" }, "labelBaseline": { "description": "The position of the baseline of legend label, can be top, middle or bottom.", "type": "string" }, "labelColor": { "description": "The color of the legend label, can be in hex color code or regular color name.", "type": "string" }, "labelFont": { "description": "The font of the lengend label.", "type": "string" }, "labelFontSize": { "description": "The font size of lengend lable.", "type": "number" }, "labelOffset": { "description": "The offset of the legend label.", "type": "number" }, "shortTimeLabels": { "description": "Whether month names and weekday names should be abbreviated.", "type": "boolean" }, "symbolColor": { "description": "The color of the legend symbol,", "type": "string" }, "symbolShape": { "description": "The shape of the legend symbol, can be the 'circle', 'square', 'cross', 'diamond',\n\n'triangle-up', 'triangle-down'.", "type": "string" }, "symbolSize": { "description": "The size of the lengend symbol, in pixels.", "type": "number" }, "symbolStrokeWidth": { "description": "The width of the symbol's stroke.", "type": "number" }, "titleColor": { "description": "Optional mark property definitions for custom legend styling.\n\nThe color of the legend title, can be in hex color code or regular color name.", "type": "string" }, "titleFont": { "description": "The font of the legend title.", "type": "string" }, "titleFontSize": { "description": "The font size of the legend title.", "type": "number" }, "titleFontWeight": { "description": "The font weight of the legend title.", "type": "string" }, "properties": { "description": "Optional mark property definitions for custom legend styling." } } }, "FacetConfig": { "type": "object", "properties": { "scale": { "$ref": "#/definitions/FacetScaleConfig", "description": "Facet Scale Config" }, "axis": { "$ref": "#/definitions/AxisConfig", "description": "Facet Axis Config" }, "grid": { "$ref": "#/definitions/FacetGridConfig", "description": "Facet Grid Config" }, "cell": { "$ref": "#/definitions/CellConfig", "description": "Facet Cell Config" } } }, "FacetScaleConfig": { "type": "object", "properties": { "round": { "type": "boolean" }, "padding": { "type": "number" } } }, "FacetGridConfig": { "type": "object", "properties": { "color": { "format": "color", "type": "string" }, "opacity": { "type": "number" }, "offset": { "type": "number" } } }, "FacetSpec": { "type": "object", "properties": { "facet": { "$ref": "#/definitions/Facet" }, "spec": { "oneOf": [ { "$ref": "#/definitions/LayerSpec" }, { "$ref": "#/definitions/UnitSpec" } ] }, "name": { "description": "Name of the visualization for later reference.", "type": "string" }, "description": { "description": "An optional description of this mark for commenting purpose.\n\nThis property has no effect on the output visualization.", "type": "string" }, "data": { "$ref": "#/definitions/Data", "description": "An object describing the data source" }, "transform": { "$ref": "#/definitions/Transform", "description": "An object describing filter and new field calculation." }, "config": { "$ref": "#/definitions/Config", "description": "Configuration object" } }, "required": [ "facet", "spec" ] }, "Facet": { "type": "object", "properties": { "row": { "$ref": "#/definitions/PositionChannelDef" }, "column": { "$ref": "#/definitions/PositionChannelDef" } } }, "LayerSpec": { "type": "object", "properties": { "layers": { "description": "Unit specs that will be layered.", "type": "array", "items": { "$ref": "#/definitions/UnitSpec" } }, "name": { "description": "Name of the visualization for later reference.", "type": "string" }, "description": { "description": "An optional description of this mark for commenting purpose.\n\nThis property has no effect on the output visualization.", "type": "string" }, "data": { "$ref": "#/definitions/Data", "description": "An object describing the data source" }, "transform": { "$ref": "#/definitions/Transform", "description": "An object describing filter and new field calculation." }, "config": { "$ref": "#/definitions/Config", "description": "Configuration object" } }, "required": [ "layers" ] }, "UnitSpec": { "type": "object", "properties": { "mark": { "$ref": "#/definitions/Mark", "description": "The mark type.\n\nOne of `\"bar\"`, `\"circle\"`, `\"square\"`, `\"tick\"`, `\"line\"`,\n\n`\"area\"`, `\"point\"`, `\"rule\"`, and `\"text\"`." }, "encoding": { "$ref": "#/definitions/UnitEncoding", "description": "A key-value mapping between encoding channels and definition of fields." }, "name": { "description": "Name of the visualization for later reference.", "type": "string" }, "description": { "description": "An optional description of this mark for commenting purpose.\n\nThis property has no effect on the output visualization.", "type": "string" }, "data": { "$ref": "#/definitions/Data", "description": "An object describing the data source" }, "transform": { "$ref": "#/definitions/Transform", "description": "An object describing filter and new field calculation." }, "config": { "$ref": "#/definitions/Config", "description": "Configuration object" } }, "required": [ "mark" ] }, "UnitEncoding": { "type": "object", "properties": { "x": { "$ref": "#/definitions/PositionChannelDef", "description": "X coordinates for `point`, `circle`, `square`,\n\n`line`, `rule`, `text`, and `tick`\n\n(or to width and height for `bar` and `area` marks)." }, "y": { "$ref": "#/definitions/PositionChannelDef", "description": "Y coordinates for `point`, `circle`, `square`,\n\n`line`, `rule`, `text`, and `tick`\n\n(or to width and height for `bar` and `area` marks)." }, "x2": { "$ref": "#/definitions/PositionChannelDef", "description": "X2 coordinates for ranged `bar`, `rule`, `area`" }, "y2": { "$ref": "#/definitions/PositionChannelDef", "description": "Y2 coordinates for ranged `bar`, `rule`, `area`" }, "color": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Color of the marks \u2013 either fill or stroke color based on mark type.\n\n(By default, fill color for `area`, `bar`, `tick`, `text`, `circle`, and `square` /\n\nstroke color for `line` and `point`.)" }, "opacity": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Opacity of the marks \u2013 either can be a value or in a range." }, "size": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "Size of the mark.\n\n- For `point`, `square` and `circle`\n\n\u2013 the symbol size, or pixel area of the mark.\n\n- For `bar` and `tick` \u2013 the bar and tick's size.\n\n- For `text` \u2013 the text's font size.\n\n- Size is currently unsupported for `line` and `area`." }, "shape": { "$ref": "#/definitions/ChannelDefWithLegend", "description": "The symbol's shape (only for `point` marks). The supported values are\n\n`\"circle\"` (default), `\"square\"`, `\"cross\"`, `\"diamond\"`, `\"triangle-up\"`,\n\nor `\"triangle-down\"`." }, "detail": { "description": "Additional levels of detail for grouping data in aggregate views and\n\nin line and area marks without mapping data to a specific visual channel.", "oneOf": [ { "$ref": "#/definitions/FieldDef", "description": "Interface for any kind of FieldDef;\n\nFor simplicity, we do not declare multiple interfaces of FieldDef like\n\nwe do for JSON schema." }, { "type": "array", "items": { "$ref": "#/definitions/FieldDef", "description": "Interface for any kind of FieldDef;\n\nFor simplicity, we do not declare multiple interfaces of FieldDef like\n\nwe do for JSON schema." } } ] }, "text": { "$ref": "#/definitions/FieldDef", "description": "Text of the `text` mark." }, "label": { "$ref": "#/definitions/FieldDef" }, "path": { "description": "Order of data points in line marks.", "oneOf": [ { "$ref": "#/definitions/OrderChannelDef" }, { "type": "array", "items": { "$ref": "#/definitions/OrderChannelDef" } } ] }, "order": { "description": "Layer order for non-stacked marks, or stack order for stacked marks.", "oneOf": [ { "$ref": "#/definitions/OrderChannelDef" }, { "type": "array", "items": { "$ref": "#/definitions/OrderChannelDef" } } ] } } } }, "$schema": "http://json-schema.org/draft-04/schema#" }
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", "items": { "$ref": "#/definitions/contributor" }, "_uniqueItems": true }, "commits": { "type": "array", "items": { "$ref": "#/definitions/commit" }, "_uniqueItems": true }, "projects": { "type": "array", "items": { "$ref": "#/definitions/project" }, "_uniqueItems": true }, "projectComponents": { "type": "object", "patternProperties": { "^[a-fA-F0-9]+$": { "type": "array", "items": { "$ref": "#/definitions/component" }, "_uniqueItems": true } } }, "projectVersions": { "type": "object", "patternProperties": { "^[a-fA-F0-9]+$": { "type": "array", "items": { "$ref": "#/definitions/version" }, "_uniqueItems": true } } }, "projectIssues": { "type": "object", "patternProperties": { "^[a-fA-F0-9]+$": { "type": "array", "items": { "$ref": "#/definitions/issue" }, "_uniqueItems": true } } } }, "additionalProperties": false, "required": [ "collector", "contributors", "commits", "projects", "projectComponents", "projectVersions", "projectIssues" ], "definitions": { "collector": { "type": "object", "properties": { "version": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "version" ] }, "contributor": { "type": "object", "properties": { "id": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 }, "emails": { "type": "array", "items": { "type": "string", "format": "email" }, "minItems": 1, "_uniqueItems": true } }, "additionalProperties": false, "required": [ "id", "name", "emails" ] }, "commit": { "type": "object", "properties": { "id": { "type": "string", "minLength": 1 }, "repository": { "type": "string", "minLength": 1 }, "branch": { "type": "string", "minLength": 1 }, "hash": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "id", "repository", "branch", "hash" ] }, "project": { "type": "object", "properties": { "id": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 }, "versions": { "$ref": "#/definitions/stringArray" }, "components": { "$ref": "#/definitions/stringArray" }, "topIssues": { "$ref": "#/definitions/stringArray" }, "issues": { "$ref": "#/definitions/stringArray" } }, "additionalProperties": false, "required": [ "id", "name", "versions", "components", "topIssues", "issues" ] }, "component": { "type": "object", "properties": { "projectId": { "type": "string", "minLength": 1 }, "id": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "projectId", "id", "name" ] }, "version": { "type": "object", "properties": { "projectId": { "type": "string", "minLength": 1 }, "id": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "projectId", "id", "name" ] }, "issue": { "type": "object", "properties": { "projectId": { "type": "string", "minLength": 1 }, "id": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 }, "description": { "type": "string" }, "type": { "enum": [ "BUG", "IMPROVEMENT", "TASK" ] }, "status": { "enum": [ "OPEN", "IN_PROGRESS", "CLOSED" ] }, "severity": { "enum": [ "BLOCKER", "CRITICAL", "SEVERE", "LOW", "TRIVIAL" ] }, "priority": { "enum": [ "VERY_HIGH", "HIGH", "MEDIUM", "LOW" ] }, "creationDate": { "type": "string", "format": "date-time" }, "opened": { "type": "string", "format": "date-time" }, "closed": { "type": "string", "format": "date-time" }, "dueTo": { "type": "string", "format": "date-time" }, "estimatedTime": { "type": "string", "format": "duration" }, "reporter": { "type": "string", "minLength": 1 }, "assignee": { "type": "string", "minLength": 1 }, "versions": { "$ref": "#/definitions/stringArray" }, "components": { "$ref": "#/definitions/stringArray" }, "tags": { "$ref": "#/definitions/stringArray" }, "commits": { "$ref": "#/definitions/stringArray" }, "childIssues": { "$ref": "#/definitions/stringArray" }, "blockedIssues": { "$ref": "#/definitions/stringArray" }, "changes": { "$ref": "#/definitions/changeLog" } }, "additionalProperties": false, "required": [ "projectId", "status", "severity", "priority", "creationDate", "opened", "reporter", "assignee", "id", "name" ] }, "changeLog": { "type": "object", "properties": { "entries": { "type": "array", "items": { "$ref": "#/definitions/changeLogEntry" }, "_uniqueItems": true } }, "additionalProperties": false, "required": [ "entries" ] }, "changeLogEntry": { "type": "object", "properties": { "author": { "type": "string", "minLength": 1 }, "timeStamp": { "type": "string", "format": "date-time" }, "items": { "type": "array", "items": { "type": "object", "oneOf": [ { "$ref": "#/definitions/valueAdded" }, { "$ref": "#/definitions/valueDeleted" }, { "$ref": "#/definitions/valueModified" } ] }, "_uniqueItems": true } }, "additionalProperties": false, "required": [ "author", "timeStamp", "items" ] }, "valueAdded": { "type": "object", "properties": { "property": { "type": "string", "minLength": 1 }, "newValue": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "property", "newValue" ] }, "valueDeleted": { "type": "object", "properties": { "property": { "type": "string", "minLength": 1 }, "oldValue": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "property", "oldValue" ] }, "valueModified": { "type": "object", "properties": { "property": { "type": "string", "minLength": 1 }, "oldValue": { "type": "string", "minLength": 1 }, "newValue": { "type": "string", "minLength": 1 } }, "additionalProperties": false, "required": [ "property", "oldValue", "newValue" ] }, "stringArray": { "type": "array", "items": { "type": "string", "minLength": 1 }, "_uniqueItems": true } } }
o14390
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Frequency", "type": "object", "additionalProperties": false, "properties": { "label": { "type": "string" }, "recurring": { "type": "boolean" }, "type": { "type": "integer" } }, "required": [ "recurring" ] }
o46256
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "symbol": { "additionalProperties": false, "properties": { "children": { "items": { "$ref": "#/definitions/symbol" }, "type": "array" }, "deprecated": { "type": "boolean" }, "displayName": { "description": "Short name used for visualizing the symbol in a hierarchical structure. For example for symbol with a name 'sap.ui.core.Control' would be only 'Control'.", "minLength": 1, "type": "string" }, "extendedBy": { "items": { "type": "string" }, "type": "array" }, "extends": { "type": "string" }, "implementedBy": { "items": { "type": "string" }, "type": "array" }, "kind": { "enum": [ "namespace", "class", "interface", "enum", "typedef", "function" ], "type": "string" }, "lib": { "description": "Full library name", "minLength": 1, "type": "string" }, "name": { "minLength": 1, "type": "string" }, "visibility": { "defaultValue": "public", "enum": [ "public", "protected", "private", "restricted" ], "type": "string" } }, "required": [ "name", "kind", "lib", "visibility" ], "type": "object" }, "version": { "pattern": "^\\d+(\\.\\d+(\\.\\d+([.-][a-zA-Z0-9_-]+)?)?)?$", "type": "string" } }, "description": "Schema that describes the structure of the api-index.json files that the documentation build can create for the Demo Kit", "id": "http://schemas.sap.com/sapui5/designtime/api-index.json/1.0", "properties": { "$schema-ref": { "description": "A reference to this schema to make the structure of the file obvious.", "enum": [ "http://schemas.sap.com/sapui5/designtime/api-index.json/1.0" ], "type": "string" }, "name": { "description": "Name representing the scope of libraries from which symbols are listed in this file", "type": "string" }, "symbols": { "items": { "$ref": "#/definitions/symbol" }, "type": "array" }, "version": { "$ref": "#/definitions/version" } }, "required": [ "$schema-ref", "version", "name", "symbols" ], "title": "Schema for api-index.json files", "type": "object" }
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 blog posts were posted in", "items": { "type": "object", "description": "A month containing blog posts", "properties": { "month": { "type": "string", "description": "The string representation of this month" }, "posts": { "type": "array", "description": "A collection of the posts written in this month", "items": { "type": "object", "description": "An individual blog post", "properties": { "title": { "type": "string", "description": "The title of this blog post" }, "author": { "type": "string", "description": "The author of this blog post" }, "folder": { "type": "string", "description": "The name of the folder under the blog folder that contains this post" } }, "required": [ "title", "author", "folder" ] } } }, "required": [ "month", "posts" ] } } }, "required": [ "months" ] }
o10217
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "conceptSchema", "type": "object", "properties": { "conceptId": { "type": "string" }, "effectiveTime": { "type": "string" }, "active": { "type": "boolean" }, "moduleId": { "type": "string" }, "definitionStatus": { "type": "object", "properties": { "preferredTerm": { "type": "string" }, "conceptId": { "type": "string" } } }, "fsn": { "type": "string" }, "preferredTerm": { "type": "string" }, "descriptions": { "type": "array", "items": { "type": "object", "properties": { "descriptionId": { "type": "string" }, "effectiveTime": { "type": "string" }, "active": { "type": "boolean" }, "moduleId": { "type": "string" }, "languageCode": { "type": "string" }, "type": { "type": "object", "properties": { "preferredTerm": { "type": "string" }, "conceptId": { "type": "string" } } }, "term": { "type": "string" }, "caseSignificance": { "type": "object", "properties": { "preferredTerm": { "type": "string" }, "conceptId": { "type": "string" } } }, "acceptabilityMap": { "type": "array", "items": { "type": "object", "properties": { "languageReferenceSet": { "type": "object", "properties": { "preferredTerm": { "type": "string" }, "conceptId": { "type": "string" } } }, "acceptability": { "type": "object", "properties": { "preferredTerm": { "type": "string" }, "conceptId": { "type": "string" } } } }, "required": [ "languageReferenceSet", "acceptability" ] } } }, "required": [ "descriptionId", "effectiveTime", "active", "moduleId", "languageCode", "type", "term", "caseSignificance", "acceptabilityMap" ] } }, "relationships": { "type": "array", "items": { "type": "object", "properties": { "relationshipId": { "type": "string" }, "effectiveTime": { "type": "string" }, "active": { "type": "boolean" }, "moduleId": { "type": "string" }, "sourceId": { "type": "string" }, "destination": { "type": "object", "properties": { "conceptId": { "type": "string" }, "preferredTerm": { "type": "string" } } }, "relationshipGroup": { "type": "number" }, "type": { "type": "object", "properties": { "conceptId": { "type": "string" }, "preferredTerm": { "type": "string" } } }, "characteristicTypeId": { "type": "string" }, "modifierId": { "type": "string" } }, "required": [ "relationshipId", "effectiveTime", "active", "moduleId", "sourceId", "destination", "relationshipGroup", "type", "characteristicTypeId", "modifierId" ] } } } }
o7313
{ "additionalProperties": false, "definitions": { "backendType": { "additionalProperties": false, "properties": { "healthMonitors": { "items": { "$ref": "#/definitions/healthMonitorType" }, "type": "array" }, "serviceName": { "minLength": 1, "type": "string" }, "servicePort": { "$ref": "#/definitions/portType" } }, "required": [ "serviceName", "servicePort" ], "type": "object" }, "frontendIAppType": { "additionalProperties": false, "properties": { "iapp": { "minLength": 1, "type": "string" }, "iappOptions": { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_-]+$": { "minLength": 1, "type": "string" } }, "type": "object" }, "iappPoolMemberTable": { "additionalProperties": false, "properties": { "columns": { "items": { "oneOf": [ { "$ref": "#/definitions/iappAddressType" }, { "$ref": "#/definitions/iappPortType" }, { "$ref": "#/definitions/iappValueType" } ] }, "type": "array" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "name", "columns" ], "type": "object" }, "iappTables": { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_-]+$": { "$ref": "#/definitions/iappTableType" } }, "type": "object" }, "iappVariables": { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_-]+$": { "minLength": 1, "type": "string" } }, "type": "object" }, "partition": { "minLength": 1, "type": "string" } }, "required": [ "partition", "iapp", "iappOptions", "iappVariables", "iappPoolMemberTable" ], "type": "object" }, "frontendVSType": { "additionalProperties": false, "properties": { "balance": { "minLength": 1, "type": "string" }, "mode": { "enum": [ "http", "tcp", "udp" ], "type": "string" }, "partition": { "minLength": 1, "type": "string" }, "sslProfile": { "$ref": "#/definitions/sslProfileType" }, "virtualAddress": { "$ref": "#/definitions/virtualAddressType" } }, "required": [ "partition" ], "type": "object" }, "healthMonitorType": { "additionalProperties": false, "properties": { "interval": { "maximum": 86400, "minimum": 1, "type": "integer" }, "protocol": { "enum": [ "http", "tcp", "udp" ], "type": "string" }, "recv": { "minLength": 1, "type": "string" }, "send": { "minLength": 1, "type": "string" }, "timeout": { "maximum": 86400, "minimum": 1, "type": "integer" } }, "required": [ "protocol" ], "type": "object" }, "iappAddressType": { "additionalProperties": false, "properties": { "kind": { "enum": [ "IPAddress" ], "type": "string" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "name", "kind" ], "type": "object" }, "iappPortType": { "additionalProperties": false, "properties": { "kind": { "enum": [ "Port" ], "type": "string" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "name", "kind" ], "type": "object" }, "iappTableType": { "additionalProperties": false, "properties": { "columns": { "items": { "minLength": 1, "type": "string" }, "minItems": 1, "type": "array" }, "rows": { "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" } }, "required": [ "columns", "rows" ], "type": "object" }, "iappValueType": { "additionalProperties": false, "properties": { "name": { "minLength": 1, "type": "string" }, "value": { "minLength": 1, "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "portType": { "maximum": 65535, "minimum": 1, "type": "integer" }, "sslProfileType": { "oneOf": [ { "properties": { "f5ProfileNames": { "items": { "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "f5ProfileNames" ] }, { "additionalProperties": false, "properties": { "f5ProfileName": { "minLength": 1, "type": "string" } } } ], "type": "object" }, "virtualAddressType": { "additionalProperties": false, "properties": { "bindAddr": { "anyOf": [ { "format": "bigipv4" }, { "format": "bigipv6" } ] }, "port": { "$ref": "#/definitions/portType" } }, "required": [ "port" ], "type": "object" } }, "properties": { "virtualServer": { "additionalProperties": false, "properties": { "backend": { "$ref": "#/definitions/backendType" }, "frontend": { "oneOf": [ { "$ref": "#/definitions/frontendIAppType" }, { "$ref": "#/definitions/frontendVSType" } ] } }, "required": [ "backend", "frontend" ], "type": "object" } }, "required": [ "virtualServer" ], "type": "object" }
o76582
{ "properties": { "include_lowercase": { "description": "Include lowercase letters", "type": "boolean" }, "include_numbers": { "description": "Include numbers", "type": "boolean" }, "include_symbols": { "description": "Include symbols", "type": "boolean" }, "include_uppercase": { "description": "Include uppercase letters", "type": "boolean" }, "length": { "description": "Length of the password", "type": "integer" } }, "required": [ "length" ], "type": "object" }
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", "representation" ], "properties": { "schema": { "description": "Schema identifier for payload", "type": "string", "enum": [ "avalon-core:container-2.0" ], "example": "avalon-core:container-2.0" }, "id": { "description": "Identifier for finding object in host", "type": "string", "enum": [ "pyblish.avalon.container" ], "example": "pyblish.avalon.container" }, "objectName": { "description": "Name of internal object, such as the objectSet in Maya.", "type": "string", "example": "Bruce_:rigDefault_CON" }, "loader": { "description": "Name of loader plug-in used to produce this container", "type": "string", "example": "ModelLoader" }, "name": { "description": "Internal object name of container in application", "type": "string", "example": "modelDefault_01" }, "namespace": { "description": "Internal namespace of container in application", "type": "string", "example": "Bruce_" }, "representation": { "description": "Unique id of representation in database", "type": "string", "example": "59523f355f8c1b5f6c5e8348" } } }
o60866
{ "type": "object", "properties": { "value": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "type": "boolean" } ] }, "name": { "type": "string", "description": "Optional duplicate name of metadata property." }, "immutable": { "type": "boolean", "description": "If true, you are unable to alter this value" } }, "required": [ "value" ], "$schema": "http://json-schema.org/draft-04/schema#" }
o64018
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "components": { "type": "object", "required": [ "resource" ], "properties": { "url": { "type": "string", "default": "/components" }, "resource": { "type": "string", "format": "topic" } } }, "rewrite": { "type": "object", "properties": { "rules": { "type": "string", "default": "default" } } } } }
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.", "type": "string" }, "file": { "description": "The main translation unit source processed by this compilation step. This is used by tools as the key into the compilation database. There can be multiple command objects for the same file, for example if the same source file is compiled with different configurations.", "type": "string" }, "command": { "description": "The compile command executed. After JSON unescaping, this must be a valid command to rerun the exact compilation step for the translation unit in the environment the build system uses. Parameters use shell quoting and shell escaping of quotes, with '\"' and '\\' being the only special characters. Shell expansion is not supported.", "type": "string" }, "arguments": { "description": "The compile command executed as list of strings.", "type": "array", "items": { "type": "string" } }, "output": { "description": "The name of the output created by this compilation step. This field is optional. It can be used to distinguish different processing modes of the same input file.", "type": "string" } }, "anyOf": [ { "required": ["directory", "file", "command"] }, { "required": ["directory", "file", "arguments"] } ] } }, "description": "Describes a format for specifying how to replay single compilations independently of the build system", "id": "https://json.schemastore.org/compile-commands.json", "items": { "$ref": "#/definitions/commandObject" }, "title": "LLVM compilation database", "type": "array" }
compile-commands
{ "definitions": { "login": { "additionalProperties": false, "properties": { "pass": { "type": "string" }, "selfsigned": { "enum": [ "true", "false" ], "type": "string" }, "uri": { "format": "uri", "type": "string" }, "user": { "type": "string" } }, "required": [ "uri", "user", "pass" ], "type": "object" } }, "patternProperties": { "^fritzbox(\\..*)?$": { "$ref": "#/definitions/login" }, "^influx(\\..*)?$": { "$ref": "#/definitions/login" }, "^tr064(\\..*)?$": { "$ref": "#/definitions/login" } }, "type": "object" }
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", "items": { "type": "string" }, "_uniqueItems": true }, "fileName": { "type": [ "string", "null" ], "pattern": "^.+\\.(csv|tsv|xls|xlsx|ods)$" }, "experiment": { "type": [ "object", "null" ], "properties": { "filename": { "$ref": "#/definitions/fileName" }, "medium": { "type": [ "string", "null" ] }, "objective": { "type": [ "string", "null" ] }, "constraints": { "$ref": "#/definitions/stringSet" }, "label": { "type": [ "string", "null" ] } }, "additionalProperties": false }, "medium": { "type": [ "object", "null" ], "properties": { "filename": { "$ref": "#/definitions/fileName" }, "label": { "type": [ "string", "null" ] } }, "additionalProperties": false }, "experiments": { "type": "object", "properties": { "path": { "type": [ "string", "null" ] }, "experiments": { "type": "object", "additionalProperties": { "$ref": "#/definitions/experiment" } } }, "additionalProperties": false } }, "type": "object", "properties": { "version": { "type": "string", "enum": [ "0.1" ] }, "medium": { "type": "object", "properties": { "path": { "type": [ "string", "null" ] }, "definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/medium" } } }, "additionalProperties": false }, "essentiality": { "$ref": "#/definitions/experiments" }, "growth": { "$ref": "#/definitions/experiments" }, "minimal_growth_rate": { "type": [ "number", "null" ] } }, "required": [ "version" ], "additionalProperties": false }
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 applicable)", "type": "number" }, "radius": { "description": "The radius of the circle (if applicable)", "type": "number" }, "shape": { "description": "The shape for which to calculate the area", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" }, "width": { "description": "The width of the rectangle (if applicable)", "type": "number" } }, "required": [ "shape" ], "type": "object" }
calculate_area_06b6879e
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "oneOf": [ { "type": "null" }, { "properties": { "id": { "type": "number" }, "count": { "type": "number" }, "binding": { "type": "string" }, "bound_to": { "type": "string" }, "dyes": { "type": "array", "items": { "type": "number" } } }, "type": "object" } ] }, "properties": {}, "additionalProperties": false }
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", "properties": { "name": { "type": "string" }, "marker": { "enum": [ "standard", "custom", "flag", "plane", "bus" ] }, "color": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" }, "values": { "type": "array", "items": { "type": "object", "properties": { "x": { "type": "number" }, "y": { "type": "number" }, "id": { "type": "string" } }, "required": [ "x", "y" ] } } }, "required": [ "values" ] } } } }
o54550
{ "description": "A MWF button component's schema definition.", "properties": { "config": { "properties": { "element-type": { "enum": [ "button", "anchor" ], "type": "string" } }, "required": [ "element-type" ], "type": "object" }, "content": { "properties": { "href": { "type": "string" }, "text": { "type": "string" } }, "required": [ "text", "href" ], "type": "object" } }, "required": [ "config", "content" ], "title": "Button", "type": "object" }
o85179
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Meresco Harvester getRepositories Schema", "type": "object", "properties": { "request": { "type": "object", "properties": { "verb": { "type": "string", "minLength": 1 }, "domainId": { "type": "string", "minLength": 1 } }, "required": [ "verb", "domainId" ] }, "response": { "type": "object", "properties": { "getRepositories": { "type": "array", "_uniqueItems": true, "items": { "type": "object", "properties": { "use": { "type": "boolean" }, "set": { "type": [ "string", "null" ] }, "complete": { "type": "boolean" }, "identifier": { "type": "string", "minLength": 1 }, "mappingId": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "continuous": { "type": [ "integer", "null" ] }, "targetId": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "baseurl": { "type": [ "string", "null" ] }, "shopclosed": { "type": "array", "items": { "type": "string", "minItems": 0 } }, "maximumIgnore": { "type": "integer", "minimum": 0 }, "collection": { "type": [ "string", "null" ] }, "userAgent": { "type": [ "string", "null" ] }, "action": { "type": [ "string", "null" ] }, "repositoryGroupId": { "type": "string", "minLength": 1 }, "metadataPrefix": { "type": [ "string", "null" ] } }, "required": [ "use", "set", "complete", "identifier", "mappingId", "continuous", "targetId", "baseurl", "shopclosed", "maximumIgnore", "collection", "action", "repositoryGroupId", "metadataPrefix" ] } } }, "required": [ "getRepositories" ] } }, "required": [ "request", "response" ] }
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": { "type": "string" }, "type": { "enum": [ "page", "image" ] }, "added": { "type": "string" }, "public": { "enum": [ "y", "n" ] }, "referer": { "type": "string" }, "description": { "type": "string" }, "packs": { "type": "array", "items": { "type": "string" }, "_uniqueItems": true }, "tags": { "type": "array", "items": { "type": "string" }, "_uniqueItems": true } }, "required": [ "title", "url", "type", "added", "public" ] } }
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": "string" }, "from": { "description": "Original Module ID when transitioning from one module to another", "type": "string" }, "action": { "description": "Module action", "type": "string", "enum": [ "enable", "disable", "uptodate", "suggest", "conflict" ] }, "message": { "description": "Diagnostic Message", "type": "string" } }, "required": [ "id" ] }
o41733
{ "additionalProperties": false, "definitions": { "blkio_limit": { "additionalProperties": false, "properties": { "path": { "type": "string" }, "rate": { "type": [ "integer", "string" ] } }, "type": "object" }, "blkio_weight": { "additionalProperties": false, "properties": { "path": { "type": "string" }, "weight": { "type": "integer" } }, "type": "object" }, "constraints": { "service": { "anyOf": [ { "required": [ "build" ] }, { "required": [ "image" ] } ], "id": "#/definitions/constraints/service", "properties": { "build": { "required": [ "context" ] } } } }, "healthcheck": { "additionalProperties": false, "id": "#/definitions/healthcheck", "properties": { "disable": { "type": "boolean" }, "interval": { "type": "string" }, "retries": { "type": "number" }, "start_period": { "type": "string" }, "test": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "timeout": { "type": "string" } }, "type": "object" }, "ipam_config": { "additionalProperties": false, "id": "#/definitions/ipam_config", "properties": { "aux_addresses": { "additionalProperties": false, "patternProperties": { "^.+$": { "type": "string" } }, "type": "object" }, "gateway": { "type": "string" }, "ip_range": { "type": "string" }, "subnet": { "type": "string" } }, "type": "object" }, "labels": { "oneOf": [ { "additionalProperties": false, "patternProperties": { ".+": { "type": "string" } }, "type": "object" }, { "items": { "type": "string" }, "type": "array", "_uniqueItems": true } ] }, "list_of_strings": { "items": { "type": "string" }, "type": "array", "_uniqueItems": true }, "list_or_dict": { "oneOf": [ { "additionalProperties": false, "patternProperties": { ".+": { "type": [ "string", "number", "null" ] } }, "type": "object" }, { "items": { "type": "string" }, "type": "array", "_uniqueItems": true } ] }, "network": { "additionalProperties": false, "id": "#/definitions/network", "patternProperties": { "^x-": {} }, "properties": { "driver": { "type": "string" }, "driver_opts": { "patternProperties": { "^.+$": { "type": [ "string", "number" ] } }, "type": "object" }, "enable_ipv6": { "type": "boolean" }, "external": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": [ "boolean", "object" ] }, "internal": { "type": "boolean" }, "ipam": { "additionalProperties": false, "properties": { "config": { "items": { "$ref": "#/definitions/ipam_config" }, "type": "array" }, "driver": { "type": "string" }, "options": { "additionalProperties": false, "patternProperties": { "^.+$": { "type": "string" } }, "type": "object" } }, "type": "object" }, "labels": { "$ref": "#/definitions/labels" }, "name": { "type": "string" } }, "type": "object" }, "service": { "additionalProperties": false, "dependencies": { "memswap_limit": [ "mem_limit" ] }, "id": "#/definitions/service", "patternProperties": { "^x-": {} }, "properties": { "blkio_config": { "additionalProperties": false, "properties": { "device_read_bps": { "items": { "$ref": "#/definitions/blkio_limit" }, "type": "array" }, "device_read_iops": { "items": { "$ref": "#/definitions/blkio_limit" }, "type": "array" }, "device_write_bps": { "items": { "$ref": "#/definitions/blkio_limit" }, "type": "array" }, "device_write_iops": { "items": { "$ref": "#/definitions/blkio_limit" }, "type": "array" }, "weight": { "type": "integer" }, "weight_device": { "items": { "$ref": "#/definitions/blkio_weight" }, "type": "array" } }, "type": "object" }, "build": { "oneOf": [ { "type": "string" }, { "additionalProperties": false, "properties": { "args": { "$ref": "#/definitions/list_or_dict" }, "cache_from": { "$ref": "#/definitions/list_of_strings" }, "context": { "type": "string" }, "dockerfile": { "type": "string" }, "extra_hosts": { "$ref": "#/definitions/list_or_dict" }, "isolation": { "type": "string" }, "labels": { "$ref": "#/definitions/labels" }, "network": { "type": "string" }, "shm_size": { "type": [ "integer", "string" ] }, "target": { "type": "string" } }, "type": "object" } ] }, "cap_add": { "$ref": "#/definitions/list_of_strings" }, "cap_drop": { "$ref": "#/definitions/list_of_strings" }, "cgroup_parent": { "type": "string" }, "command": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "container_name": { "type": "string" }, "cpu_count": { "minimum": 0, "type": "integer" }, "cpu_percent": { "maximum": 100, "minimum": 0, "type": "integer" }, "cpu_period": { "type": [ "number", "string" ] }, "cpu_quota": { "type": [ "number", "string" ] }, "cpu_rt_period": { "type": [ "number", "string" ] }, "cpu_rt_runtime": { "type": [ "number", "string" ] }, "cpu_shares": { "type": [ "number", "string" ] }, "cpus": { "minimum": 0, "type": "number" }, "cpuset": { "type": "string" }, "depends_on": { "oneOf": [ { "$ref": "#/definitions/list_of_strings" }, { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9._-]+$": { "additionalProperties": false, "properties": { "condition": { "enum": [ "service_started", "service_healthy" ], "type": "string" } }, "required": [ "condition" ], "type": "object" } }, "type": "object" } ] }, "device_cgroup_rules": { "$ref": "#/definitions/list_of_strings" }, "devices": { "$ref": "#/definitions/list_of_strings" }, "dns": { "$ref": "#/definitions/string_or_list" }, "dns_opt": { "items": { "type": "string" }, "type": "array", "_uniqueItems": true }, "dns_search": { "$ref": "#/definitions/string_or_list" }, "domainname": { "type": "string" }, "entrypoint": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "env_file": { "$ref": "#/definitions/string_or_list" }, "environment": { "$ref": "#/definitions/list_or_dict" }, "expose": { "items": { "format": "expose", "type": [ "string", "number" ] }, "type": "array", "_uniqueItems": true }, "extends": { "oneOf": [ { "type": "string" }, { "additionalProperties": false, "properties": { "file": { "type": "string" }, "service": { "type": "string" } }, "required": [ "service" ], "type": "object" } ] }, "external_links": { "$ref": "#/definitions/list_of_strings" }, "extra_hosts": { "$ref": "#/definitions/list_or_dict" }, "group_add": { "items": { "type": [ "string", "number" ] }, "type": "array", "_uniqueItems": true }, "healthcheck": { "$ref": "#/definitions/healthcheck" }, "hostname": { "type": "string" }, "image": { "type": "string" }, "init": { "type": [ "boolean", "string" ] }, "ipc": { "type": "string" }, "isolation": { "type": "string" }, "labels": { "$ref": "#/definitions/labels" }, "links": { "$ref": "#/definitions/list_of_strings" }, "logging": { "additionalProperties": false, "properties": { "driver": { "type": "string" }, "options": { "type": "object" } }, "type": "object" }, "mac_address": { "type": "string" }, "mem_limit": { "type": [ "number", "string" ] }, "mem_reservation": { "type": [ "string", "integer" ] }, "mem_swappiness": { "type": "integer" }, "memswap_limit": { "type": [ "number", "string" ] }, "network_mode": { "type": "string" }, "networks": { "oneOf": [ { "$ref": "#/definitions/list_of_strings" }, { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9._-]+$": { "oneOf": [ { "additionalProperties": false, "properties": { "aliases": { "$ref": "#/definitions/list_of_strings" }, "ipv4_address": { "type": "string" }, "ipv6_address": { "type": "string" }, "link_local_ips": { "$ref": "#/definitions/list_of_strings" }, "priority": { "type": "number" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } ] }, "oom_kill_disable": { "type": "boolean" }, "oom_score_adj": { "maximum": 1000, "minimum": -1000, "type": "integer" }, "pid": { "type": [ "string", "null" ] }, "pids_limit": { "type": [ "number", "string" ] }, "platform": { "type": "string" }, "ports": { "items": { "format": "ports", "type": [ "string", "number" ] }, "type": "array", "_uniqueItems": true }, "privileged": { "type": "boolean" }, "read_only": { "type": "boolean" }, "restart": { "type": "string" }, "runtime": { "type": "string" }, "scale": { "type": "integer" }, "security_opt": { "$ref": "#/definitions/list_of_strings" }, "shm_size": { "type": [ "number", "string" ] }, "stdin_open": { "type": "boolean" }, "stop_grace_period": { "_format": "duration", "type": "string" }, "stop_signal": { "type": "string" }, "storage_opt": { "type": "object" }, "sysctls": { "$ref": "#/definitions/list_or_dict" }, "tmpfs": { "$ref": "#/definitions/string_or_list" }, "tty": { "type": "boolean" }, "ulimits": { "patternProperties": { "^[a-z]+$": { "oneOf": [ { "type": "integer" }, { "additionalProperties": false, "properties": { "hard": { "type": "integer" }, "soft": { "type": "integer" } }, "required": [ "soft", "hard" ], "type": "object" } ] } }, "type": "object" }, "user": { "type": "string" }, "userns_mode": { "type": "string" }, "volume_driver": { "type": "string" }, "volumes": { "items": { "oneOf": [ { "type": "string" }, { "additionalProperties": false, "properties": { "bind": { "properties": { "propagation": { "type": "string" } }, "type": "object" }, "consistency": { "type": "string" }, "read_only": { "type": "boolean" }, "source": { "type": "string" }, "target": { "type": "string" }, "tmpfs": { "properties": { "size": { "type": [ "integer", "string" ] } }, "type": "object" }, "type": { "type": "string" }, "volume": { "properties": { "nocopy": { "type": "boolean" } }, "type": "object" } }, "required": [ "type" ], "type": "object" } ], "_uniqueItems": true }, "type": "array" }, "volumes_from": { "$ref": "#/definitions/list_of_strings" }, "working_dir": { "type": "string" } }, "type": "object" }, "string_or_list": { "oneOf": [ { "type": "string" }, { "$ref": "#/definitions/list_of_strings" } ] }, "volume": { "additionalProperties": false, "id": "#/definitions/volume", "patternProperties": { "^x-": {} }, "properties": { "driver": { "type": "string" }, "driver_opts": { "patternProperties": { "^.+$": { "type": [ "string", "number" ] } }, "type": "object" }, "external": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": [ "boolean", "object" ] }, "labels": { "$ref": "#/definitions/labels" }, "name": { "type": "string" } }, "type": [ "object", "null" ] } }, "patternProperties": { "^x-": {} }, "properties": { "networks": { "id": "#/properties/networks", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/network" } }, "type": "object" }, "services": { "additionalProperties": false, "id": "#/properties/services", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/service" } }, "type": "object" }, "version": { "type": "string" }, "volumes": { "additionalProperties": false, "id": "#/properties/volumes", "patternProperties": { "^[a-zA-Z0-9._-]+$": { "$ref": "#/definitions/volume" } }, "type": "object" } }, "type": "object" }
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": { "description": "The name of the meeting", "type": "string" }, "start_time": { "description": "The start time of the meeting", "format": "date-time", "type": "string" } }, "required": [ "meeting_name", "start_time", "end_time", "attendees" ], "type": "object" }
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" }, "dist": { "description": "The output root path (relative to the pwd).", "type": "string" }, "langs": { "description": "Langs to exrtact. Field name will be used if lang not set.", "items": { "pattern": "^[a-z]{2}(-[A-Z]{2})?$", "type": "string" }, "minItems": 1, "type": "array" }, "pipePrefix": { "default": "", "description": "Prefix to pipe name, pipe name is used as file name.", "type": "string" }, "src": { "description": "Input go files(Glob), expand with env first.", "items": { "preproccess": "env", "type": "string" }, "minItems": 1, "type": "array" }, "tag": { "default": "tr", "description": "Field with this tag content will be parsed.", "type": "string" } }, "required": [ "$tool", "src", "dist", "tag", "langs", "pipePrefix" ], "title": "ts-trans Config", "type": "object" }
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 person in centimeters", "type": "number" }, "neck_circumference": { "description": "The neck circumference of the person in centimeters", "type": "number" }, "waist_circumference": { "description": "The waist circumference of the person in centimeters", "type": "number" }, "weight": { "description": "The weight of the person in kilograms", "type": "number" } }, "required": [ "weight", "height", "waist_circumference", "hip_circumference", "neck_circumference", "gender" ], "type": "object" }
calculate_body_fat_percentage_33dd2c27
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": { "url": { "type": "string", "allOf": [ { "format": "uri" }, { "pattern": "^https?://" } ] }, "hash": { "additionalProperties": false, "properties": { "algo": { "enum": [ "sha256" ], "type": "string" }, "value": { "type": "string" } }, "required": [ "algo", "value" ], "type": "object" }, "cliInfo": { "additionalProperties": false, "properties": { "contentHash": { "items": { "$ref": "#/definitions/hash" }, "minItems": 1, "type": "array" }, "kind": { "enum": [ "executable", "zip" ], "type": "string" }, "url": { "$ref": "#/definitions/url" } }, "required": [ "url", "kind", "contentHash" ], "type": "object" }, "cli": { "additionalProperties": false, "properties": { "binaries": { "additionalProperties": false, "minProperties": 1, "properties": { "darwin": { "additionalProperties": false, "properties": { "x86-64": { "$ref": "#/definitions/cliInfo" } }, "required": [ "x86-64" ], "type": "object" }, "linux": { "additionalProperties": false, "properties": { "x86-64": { "$ref": "#/definitions/cliInfo" } }, "required": [ "x86-64" ], "type": "object" }, "windows": { "additionalProperties": false, "properties": { "x86-64": { "$ref": "#/definitions/cliInfo" } }, "required": [ "x86-64" ], "type": "object" } }, "type": "object" } }, "required": [ "binaries" ], "type": "object" } }, "properties": { "packageName": { "type": "string" }, "packageVersion": { "type": "string" }, "appId": { "type": "string" }, "postInstallNotes": { "type": "string" }, "cli": { "$ref": "#/definitions/cli" } }, "required": [ "packageName", "packageVersion", "appId" ], "additionalProperties": false }
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" } ], "definitions": { "root-items": { "type": "object", "required": ["spec_dir", "spec_files"], "properties": { "spec_dir": { "description": "Spec directory path relative to the current working dir when jasmine is executed.", "type": "string", "default": "" }, "spec_files": { "description": "Array of filepaths (and globs) relative to spec_dir to include and exclude.", "type": "array", "items": { "type": "string" }, "default": [] }, "helpers": { "description": "Array of filepaths (and globs) relative to spec_dir to include before jasmine specs", "type": "array", "items": { "type": "string" }, "default": [] } } }, "env-items": { "description": "Configuration of the Jasmine environment", "type": "object", "properties": { "autoCleanClosure": { "description": "Clean closures when a suite is done running (done by clearing the stored function reference). This prevents memory leaks, but you won't be able to run jasmine multiple times.", "type": "boolean", "default": false }, "failSpecWithNoExpectations": { "description": "Whether to fail the spec if it ran no expectations. By default a spec that ran no expectations is reported as passed. Setting this to true will report such spec as a failure.", "type": "boolean", "default": false }, "hideDisbaled": { "description": "Whether or not reporters should hide disabled specs from their output. Currently only supported by Jasmine's HTMLReporter.", "type": "boolean", "default": false }, "random": { "description": "Whether to randomize spec execution order.", "type": "boolean", "default": true }, "seed": { "description": "Seed to use as the basis of randomization. Null causes the seed to be determined randomly at the start of execution.", "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "null" } ], "default": null }, "stopOnSpecFailure": { "description": "Whether to stop execution of the suite after the first spec failure.", "type": "boolean", "default": false }, "stopSpecOnExpectationFailure": { "description": "Whether to cause specs to only have one expectation failure.", "type": "boolean", "default": false }, "verboseDeprication": { "description": "Whether or not to issue warnings for certain deprecated functionality every time it's used. If not set or set to false, deprecation warnings for methods that tend to be called frequently will be issued only once or otherwise throttled to to prevent the suite output from being flooded with warnings.", "type": "boolean", "default": false } } } }, "id": "https://json.schemastore.org/jasmine.json", "title": "Schema for jasmine JSON config file" }
jasmine
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "The organization id" }, "name": { "type": [ "null", "string" ], "description": "The organization name", "minLength": 1 }, "code": { "type": "string", "description": "The organization code", "minLength": 1 }, "email": { "type": [ "null", "string" ], "description": "The organization email" } }, "claroline": { "ids": [ "id", "code", "email" ] } }
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" ] }, "properties": { "context": { "enum": [ "links-with-title-image", "links-with-image", "links-with-title", "links-only" ], "type": "string" }, "header-tag": { "enum": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "type": "string" }, "header-title": { "type": "string" } }, "required": [ "context" ], "type": "object" }, "links": { "items": { "dependencies": { "alternative-text": [ "image" ], "image": [ "alternative-text" ] }, "properties": { "alternative-text": { "type": "string" }, "href": { "type": "string" }, "image": { "type": "string" }, "text": { "type": "string" } }, "required": [ "href", "text" ] }, "type": "array" } }, "required": [ "config", "links" ], "title": "Link navigation", "type": "object" }
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._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$", "type": "string" }, "analytics_identifier": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations." }, "body_html_and_govspeak": { "anyOf": [ { "type": "string" } ], "description": "The main content provided as HTML with the govspeak markdown it's rendered from" }, "change_history": { "items": { "additionalProperties": false, "properties": { "note": { "description": "A summary of the change", "type": "string" }, "public_timestamp": { "_format": "date-time", "type": "string" } }, "required": [ "public_timestamp", "note" ], "type": "object" }, "type": "array" }, "description": { "type": "string" }, "description_optional": { "anyOf": [ { "$ref": "#/definitions/description" }, { "type": "null" } ] }, "details": { "additionalProperties": false, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "body": { "$ref": "#/definitions/body_html_and_govspeak" }, "change_history": { "$ref": "#/definitions/change_history" }, "full_name": { "description": "Name of the person, including titles and any letters, eg: 'Sir Lord Snoopy DOG'", "type": "string" }, "image": { "$ref": "#/definitions/image" }, "minister": { "type": "boolean" }, "privy_counsellor": { "type": "boolean" } }, "type": "object" }, "first_published_at": { "_format": "date-time", "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "frontend_links": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "frontend_links_with_base_path": { "items": { "additionalProperties": true, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "api_path": { "$ref": "#/definitions/absolute_path" }, "api_url": { "_format": "uri", "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "document_type": { "type": "string" }, "links": { "patternProperties": { "^[a-z_]+$": { "$ref": "#/definitions/frontend_links_with_base_path" } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "public_updated_at": { "oneOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "schema_name": { "type": "string" }, "title": { "type": "string" }, "web_url": { "_format": "uri", "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.", "type": "string" } }, "required": [ "base_path", "content_id", "locale", "title" ], "type": "object" }, "type": "array" }, "guid": { "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", "type": "string" }, "image": { "additionalProperties": false, "properties": { "alt_text": { "type": "string" }, "caption": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "credit": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "high_resolution_url": { "_format": "uri", "description": "URL to a high resolution version of the image, for use by third parties such as Twitter, Facebook or Slack. Used by the machine readable metadata component. Don't use this on user-facing web pages, as it might be very large.", "type": "string" }, "url": { "_format": "uri", "description": "URL to the image. The image should be in a suitable resolution for display on the page.", "type": "string" } }, "required": [ "url" ], "type": "object" }, "locale": { "enum": [ "ar", "az", "be", "bg", "bn", "cs", "cy", "da", "de", "dr", "el", "en", "es", "es-419", "et", "fa", "fi", "fr", "gd", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "ko", "lt", "lv", "ms", "mt", "nl", "no", "pl", "ps", "pt", "ro", "ru", "si", "sk", "sl", "so", "sq", "sr", "sv", "sw", "ta", "th", "tk", "tr", "uk", "ur", "uz", "vi", "zh", "zh-hk", "zh-tw" ], "type": "string" }, "public_updated_at": { "_format": "date-time", "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.", "type": "string" }, "publishing_app_name": { "description": "The application that published this item.", "enum": [ "calculators", "calendars", "collections-publisher", "contacts", "content-publisher", "content-tagger", "email-alert-frontend", "external-link-tracker", "feedback", "frontend", "government-frontend", "hmrc-manuals-api", "info-frontend", "licencefinder", "local-links-manager", "manuals-frontend", "manuals-publisher", "maslow", "performanceplatform-big-screen-view", "publisher", "rummager", "search-admin", "search-api", "service-manual-publisher", "share-sale-publisher", "short-url-manager", "smartanswers", "special-route-publisher", "specialist-publisher", "static", "tariff", "travel-advice-publisher", "whitehall" ], "type": "string" }, "publishing_request_id": { "description": "A unique identifier used to track publishing requests to rendered content", "oneOf": [ { "type": "string" }, { "type": "null" } ] }, "publishing_scheduled_at": { "_format": "date-time", "description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.", "type": "string" }, "rendering_app": { "description": "The application that renders this item.", "enum": [ "calculators", "calendars", "collections", "content-store", "email-alert-frontend", "email-campaign-frontend", "feedback", "finder-frontend", "frontend", "government-frontend", "info-frontend", "licencefinder", "manuals-frontend", "performanceplatform-big-screen-view", "rummager", "search-api", "service-manual-frontend", "smartanswers", "spotlight", "static", "tariff", "whitehall-admin", "whitehall-frontend" ], "type": "string" }, "scheduled_publishing_delay_seconds": { "description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.", "type": "integer" }, "title": { "type": "string" }, "withdrawn_notice": { "additionalProperties": false, "properties": { "explanation": { "type": "string" }, "withdrawn_at": { "format": "date-time" } }, "type": "object" } }, "properties": { "analytics_identifier": { "$ref": "#/definitions/analytics_identifier" }, "base_path": { "$ref": "#/definitions/absolute_path" }, "content_id": { "$ref": "#/definitions/guid" }, "description": { "$ref": "#/definitions/description_optional" }, "details": { "$ref": "#/definitions/details" }, "document_type": { "enum": [ "person" ], "type": "string" }, "first_published_at": { "anyOf": [ { "$ref": "#/definitions/first_published_at" }, { "type": "null" } ] }, "links": { "additionalProperties": false, "properties": { "available_translations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "child_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "children": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "document_collections": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "facet_groups": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links." }, "facet_values": { "$ref": "#/definitions/frontend_links", "description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups." }, "finder": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers links from content back to finders the content is surfaced on" }, "lead_organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array." }, "level_one_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "mainstream_browse_pages": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /browse section of the site. These are known as sections in some legacy apps." }, "meets_user_needs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The user needs this piece of content meets." }, "ministers": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger." }, "ordered_related_items_overrides": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation." }, "organisations": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "All organisations linked to this content item. This should include lead organisations." }, "original_primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications." }, "parent": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The parent content item.", "maxItems": 1 }, "part_of_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policies": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "policy_areas": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "A largely deprecated tag currently only used to power email alerts." }, "primary_publishing_organisation": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.", "maxItems": 1 }, "related_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "role_appointments": { "$ref": "#/definitions/frontend_links", "description": "Link type automatically added by Publishing API" }, "secondary_to_step_navs": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "suggested_ordered_related_items": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test." }, "taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Prototype-stage taxonomy label for this content item" }, "topic_taxonomy_taxons": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Link type automatically added by Publishing API" }, "topics": { "$ref": "#/definitions/frontend_links_with_base_path", "description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps." } }, "type": "object" }, "locale": { "$ref": "#/definitions/locale" }, "need_ids": { "items": { "type": "string" }, "type": "array" }, "phase": { "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases", "enum": [ "alpha", "beta", "live" ], "type": "string" }, "public_updated_at": { "anyOf": [ { "$ref": "#/definitions/public_updated_at" }, { "type": "null" } ] }, "publishing_app": { "$ref": "#/definitions/publishing_app_name" }, "publishing_request_id": { "$ref": "#/definitions/publishing_request_id" }, "publishing_scheduled_at": { "anyOf": [ { "$ref": "#/definitions/publishing_scheduled_at" }, { "type": "null" } ] }, "rendering_app": { "$ref": "#/definitions/rendering_app" }, "scheduled_publishing_delay_seconds": { "anyOf": [ { "$ref": "#/definitions/scheduled_publishing_delay_seconds" }, { "type": "null" } ] }, "schema_name": { "enum": [ "person" ], "type": "string" }, "title": { "$ref": "#/definitions/title" }, "updated_at": { "_format": "date-time", "type": "string" }, "withdrawn_notice": { "$ref": "#/definitions/withdrawn_notice" } }, "required": [ "base_path", "content_id", "description", "details", "document_type", "links", "locale", "public_updated_at", "schema_name", "title", "updated_at" ], "type": "object" }
o21315
{ "properties": { "dimensions": { "properties": { "base": { "description": "The base of the shape", "type": "number" }, "breadth": { "description": "The breadth of the shape", "type": "number" }, "height": { "description": "The height of the shape", "type": "number" }, "length": { "description": "The length of the shape", "type": "number" }, "radius": { "description": "The radius of the shape", "type": "number" } }, "type": "object" }, "shape": { "description": "The type of shape (square, rectangle, circle, triangle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
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, and issued by a government or have statutory standing", "type": "object", "properties": { "uid": { "type": "string", "description": "The unique identifier given by the identifier system \u2013 it should be unique in the context of the identifier_system", "minLength": 1 }, "identifier_system_code": { "type": "string", "description": "An identifier representing the identifier scheme. Some examples of this are us_fein (US Federal tax number), us_sec_cik (US Securities and Exchange Commission CIK), uk_ew_cc (Charity Commission of England & Wales), lei (Global Legal Entity Identifier System)" } }, "required": [ "uid", "identifier_system_code" ] }
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": { "results": { "items": { "required": [ "id", "type", "status", "title", "space", "history", "body", "metadata", "_links", "_expandable" ], "type": "object", "properties": { "space": { "required": [ "id", "key", "name", "type", "_links", "_expandable" ], "type": "object", "properties": { "_links": { "required": [ "webui", "self" ], "type": "object", "properties": { "webui": { "type": "string" }, "self": { "type": "string" } } }, "key": { "type": "string" }, "name": { "type": "string" }, "id": { "type": "integer" }, "type": { "type": "string" }, "_expandable": { "required": [ "metadata", "icon", "description", "homepage" ], "type": "object", "properties": { "homepage": { "type": "string" }, "icon": { "type": "string" }, "metadata": { "type": "string" }, "description": { "type": "string" } } } } }, "status": { "type": "string" }, "history": { "required": [ "latest", "createdBy", "createdDate", "_links", "_expandable" ], "type": "object", "properties": { "createdBy": { "required": [ "type", "username", "userKey", "profilePicture", "displayName", "_links" ], "type": "object", "properties": { "profilePicture": { "required": [ "path", "width", "height", "isDefault" ], "type": "object", "properties": { "height": { "type": "integer" }, "path": { "type": "string" }, "width": { "type": "integer" }, "isDefault": { "type": "boolean" } } }, "username": { "type": "string" }, "_links": { "required": [ "self" ], "type": "object", "properties": { "self": { "type": "string" } } }, "displayName": { "type": "string" }, "type": { "type": "string" }, "userKey": { "type": "string" } } }, "createdDate": { "type": "string" }, "_links": { "required": [ "self" ], "type": "object", "properties": { "self": { "type": "string" } } }, "latest": { "type": "boolean" }, "_expandable": { "required": [ "lastUpdated", "previousVersion", "contributors", "nextVersion" ], "type": "object", "properties": { "lastUpdated": { "type": "string" }, "nextVersion": { "type": "string" }, "contributors": { "type": "string" }, "previousVersion": { "type": "string" } } } } }, "body": { "required": [ "view", "export_view", "_expandable" ], "type": "object", "properties": { "view": { "required": [ "value", "representation", "_expandable" ], "type": "object", "properties": { "value": { "type": "string" }, "_expandable": { "required": [ "webresource", "content" ], "type": "object", "properties": { "webresource": { "type": "string" }, "content": { "type": "string" } } }, "representation": { "type": "string" } } }, "_expandable": { "required": [ "editor", "styled_view", "storage", "anonymous_export_view" ], "type": "object", "properties": { "storage": { "type": "string" }, "anonymous_export_view": { "type": "string" }, "editor": { "type": "string" }, "styled_view": { "type": "string" } } }, "export_view": { "required": [ "value", "representation", "_expandable" ], "type": "object", "properties": { "value": { "type": "string" }, "_expandable": { "required": [ "webresource", "content" ], "type": "object", "properties": { "webresource": { "type": "string" }, "content": { "type": "string" } } }, "representation": { "type": "string" } } } } }, "_links": { "required": [ "webui", "tinyui", "self" ], "type": "object", "properties": { "webui": { "type": "string" }, "tinyui": { "type": "string" }, "self": { "type": "string" } } }, "metadata": { "required": [ "labels", "_expandable" ], "type": "object", "properties": { "labels": { "required": [ "results", "start", "limit", "size", "_links" ], "type": "object", "properties": { "results": { "items": {}, "type": "array" }, "size": { "type": "integer" }, "start": { "type": "integer" }, "_links": { "required": [ "self" ], "type": "object", "properties": { "self": { "type": "string" } } }, "limit": { "type": "integer" } } }, "_expandable": { "required": [ "currentuser", "properties" ], "type": "object", "properties": { "currentuser": { "type": "string" }, "properties": { "type": "string" } } } } }, "id": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" }, "_expandable": { "required": [ "container", "operations", "children", "ancestors", "version", "descendants" ], "type": "object", "properties": { "children": { "type": "string" }, "descendants": { "type": "string" }, "container": { "type": "string" }, "version": { "type": "string" }, "ancestors": { "type": "string" }, "operations": { "type": "string" } } } } }, "type": "array" }, "size": { "type": "integer" }, "start": { "type": "integer" }, "_links": { "required": [ "self", "base", "context" ], "type": "object", "properties": { "context": { "type": "string" }, "base": { "type": "string" }, "self": { "type": "string" } } }, "limit": { "type": "integer" } } }
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": "Standard character sets.", "type": "string", "enum": [ "ISO-8859-1", "US-ASCII", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-8" ], "additionalItems": false }, "chronoUnit": { "description": "The chrono unit we want to use.", "type": "string", "enum": [ "NANOS", "MICROS", "MILLIS", "SECONDS", "MINUTES", "HOURS", "HALF_DAYS", "DAYS", "WEEKS", "MONTHS", "YEARS", "DECADES", "CENTURIES", "MILLENNIA", "ERAS", "FOREVER" ], "additionalItems": false }, "httpHeaders": { "type": "object", "description": "HTTP header map.", "additionalProperties": { "type": "string" }, "uniqueItems": true }, "httpMethod": { "description": "Supported HTTP methods.", "type": "string", "enum": [ "GET", "POST" ], "additionalItems": false }, "jsonPath": { "$comment": "https://github.com/json-path/JsonPath", "description": "A JSON Path selecting one or more nodes of the parsed JSON document.", "type": "string", "pattern": "^[$@](((\\.|\\.\\.)([$_a-zA-Z]+[$a-zA-Z0-9\\-_]*|\\*))|\\[\\*]|\\[[0-9]+((, [0-9]+)*|:[0-9]+)]|\\['[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*'(, '[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*')*]|\\[\\?\\(.+\\)])*$" }, "name": { "description": "A single JSON key name", "type": "string", "pattern": "^[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*$" } } }, "functionTypes": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions", "description": "Definition of known function types", "definitions": { "functionAbsoluteValue": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#absolute-value-function", "description": "Absolute value function", "type": "object", "properties": { "name": { "type": "string", "const": "absoluteValue", "description": "The name of the component." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "scale" ], "additionalProperties": false }, "functionAdd": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-add-function", "description": "Decimal add function", "type": "object", "properties": { "name": { "type": "string", "const": "add", "description": "The name of the component." }, "operand": { "type": "number", "description": "Second operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "functionChangeCase": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#change-case", "description": "Change case", "type": "object", "properties": { "name": { "type": "string", "const": "changeCase", "description": "The name of the component." }, "to": { "description": "Defines what is the desired case change operation we want to do.", "type": "string", "enum": [ "CAPITALIZED", "UNCAPITALIZED", "LOWER_CASE", "UPPER_CASE" ], "additionalItems": false } }, "required": [ "name", "to" ], "additionalProperties": false }, "functionCloneKey": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#clone-key-function", "description": "Clone key function", "type": "object", "properties": { "name": { "type": "string", "const": "cloneKey", "description": "The name of the component." }, "from": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/name" }, { "description": "The name of the key we need to duplicate." } ] }, "to": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/name" }, { "description": "The name of the destination key." } ] } }, "required": [ "from", "name", "to" ], "additionalProperties": false }, "functionDivide": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-divide-function", "description": "Decimal divide function", "type": "object", "properties": { "name": { "type": "string", "const": "divide", "description": "The name of the component." }, "operand": { "type": "number", "description": "Second operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "functionDividend": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-dividend-function", "description": "Decimal dividend function", "type": "object", "properties": { "name": { "type": "string", "const": "dividend", "description": "The name of the component." }, "operand": { "type": "number", "description": "First operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "functionEpochMillisDateAdd": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#epoch-millis-date-add-function", "description": "Epoch millis date add function", "type": "object", "properties": { "name": { "type": "string", "const": "epochMillisDateAdd", "description": "The name of the component." }, "amount": { "type": "integer", "description": "The amount of time units we need to add to the date time." }, "unit": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/chronoUnit" }, { "description": "The time unit we want to use to interpret the amount." } ] } }, "required": [ "amount", "name", "unit" ], "additionalProperties": false }, "functionHttpResource": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#http-resource-content-map-function", "description": "HTTP resource content map function", "type": "object", "properties": { "name": { "type": "string", "const": "httpResource", "description": "The name of the component." }, "uriFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringObjectMapToStringFunctionType" }, { "description": "The function that is calculating the request URI based on the input map." } ] }, "methodFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringObjectMapToStringFunctionType" }, { "description": "The function that is calculating the request method based on the input map." } ] }, "headerFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/anyFunctionType" }, { "description": "The function that is calculating the request headers based on the input map." } ] }, "uri": { "type": "string", "description": "The default request URI as a fallback." }, "httpMethod": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpMethod" }, { "description": "The default request method as a fallback. Defaults to GET." } ] }, "httpHeaders": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpHeaders" }, { "description": "The default request headers as a fallback." } ] }, "charset": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/charSet" }, { "description": "The charset used to read the response. Defaults to UTF-8." } ] } }, "required": [ "name" ], "minProperties": 2, "additionalProperties": false }, "functionHttpResourceByUri": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#http-resource-by-uri-function", "description": "HTTP resource by URI function", "type": "object", "properties": { "name": { "type": "string", "const": "httpResourceByUri", "description": "The name of the component." }, "uriFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringToStringFunctionType" }, { "description": "The function that is calculating the request URI based on the input map." } ] }, "uri": { "type": "string", "description": "The default request URI as a fallback." }, "httpMethod": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpMethod" }, { "description": "The default request method as a fallback. Defaults to GET." } ] }, "httpHeaders": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpHeaders" }, { "description": "The default request headers as a fallback." } ] }, "charset": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/charSet" }, { "description": "The charset used to read the response. Defaults to UTF-8." } ] } }, "required": [ "name" ], "minProperties": 2, "additionalProperties": false }, "functionJsonParse": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#json-parse-function", "description": "JSON parse function", "type": "object", "properties": { "name": { "type": "string", "const": "jsonParse", "description": "The name of the component." } }, "required": [ "name" ], "additionalProperties": false }, "functionMultiply": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-multiply-function", "description": "Decimal multiply function", "type": "object", "properties": { "name": { "type": "string", "const": "multiply", "description": "The name of the component." }, "operand": { "type": "number", "description": "Second operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "functionRegex": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#regex-replace-function", "description": "RegEx replace function", "type": "object", "properties": { "name": { "type": "string", "const": "regex", "description": "The name of the component." }, "pattern": { "type": "string", "description": "A regex pattern that will be matched against the input, capturing certain named groups for later use." }, "replacement": { "type": "string", "description": "Defines how the captured groups should be used to piece together the output value using EL-like syntax." } }, "required": [ "name", "pattern", "replacement" ], "additionalProperties": false }, "functionReplace": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#literal-replace-function", "description": "Literal replace function", "type": "object", "properties": { "name": { "type": "string", "const": "replace", "description": "The name of the component." }, "find": { "type": "string", "description": "A literal we need to find in the input String." }, "replace": { "type": "string", "description": "The replacement we need to use." } }, "required": [ "find", "name", "replace" ], "additionalProperties": false }, "functionRoundDecimal": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#round-decimal-function", "description": "Round decimal function", "type": "object", "properties": { "name": { "type": "string", "const": "roundDecimal", "description": "The name of the component." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "scale" ], "additionalProperties": false }, "functionStringDateAdd": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#string-date-add-function", "description": "String date add function", "type": "object", "properties": { "name": { "type": "string", "const": "stringDateAdd", "description": "The name of the component." }, "formatter": { "type": "string", "description": "The format String we need to use for date time parsing. [See](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/format/DateTimeFormatter.html)" }, "amount": { "type": "integer", "description": "The amount of time units we need to add to the date time." }, "unit": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/chronoUnit" }, { "description": "The time unit we want to use to interpret the amount." } ] } }, "required": [ "amount", "formatter", "name", "unit" ], "additionalProperties": false }, "functionSubtract": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-subtract-function", "description": "Decimal subtract function", "type": "object", "properties": { "name": { "type": "string", "const": "subtract", "description": "The name of the component." }, "operand": { "type": "number", "description": "Second operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "functionSubtractFrom": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-functions#decimal-subtract-from-function", "description": "Decimal subtract from function", "type": "object", "properties": { "name": { "type": "string", "const": "subtractFrom", "description": "The name of the component." }, "operand": { "type": "number", "description": "First operand of the calculation." }, "scale": { "type": "integer", "description": "The number of digits we want to keep right of the decimal point." } }, "required": [ "name", "operand", "scale" ], "additionalProperties": false }, "stringToObjectFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "changeCase", "httpResourceByUri", "jsonParse", "regex", "replace", "stringDateAdd" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "changeCase" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionChangeCase" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResourceByUri" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionHttpResourceByUri" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "jsonParse" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionJsonParse" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "regex" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionRegex" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "replace" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionReplace" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "stringDateAdd" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionStringDateAdd" } } ] }, "stringToStringFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "changeCase", "httpResourceByUri", "regex", "replace", "stringDateAdd" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "changeCase" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionChangeCase" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResourceByUri" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionHttpResourceByUri" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "regex" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionRegex" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "replace" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionReplace" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "stringDateAdd" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionStringDateAdd" } } ] }, "bigDecimalToBigDecimalFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "absoluteValue", "add", "divide", "dividend", "epochMillisDateAdd", "multiply", "roundDecimal", "subtract", "subtractFrom" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "absoluteValue" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionAbsoluteValue" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "add" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "divide" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionDivide" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "dividend" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionDividend" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "epochMillisDateAdd" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionEpochMillisDateAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "multiply" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionMultiply" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "roundDecimal" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionRoundDecimal" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "subtract" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionSubtract" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "subtractFrom" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionSubtractFrom" } } ] }, "stringObjectMapToStringObjectMapFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "cloneKey" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "cloneKey" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionCloneKey" } } ] }, "stringObjectMapToStringFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "httpResource" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResource" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionHttpResource" } } ] }, "anyFunctionType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "absoluteValue", "add", "changeCase", "cloneKey", "divide", "dividend", "epochMillisDateAdd", "httpResource", "httpResourceByUri", "jsonParse", "multiply", "regex", "replace", "roundDecimal", "stringDateAdd", "subtract", "subtractFrom" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "absoluteValue" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionAbsoluteValue" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "add" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "changeCase" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionChangeCase" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "cloneKey" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionCloneKey" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "divide" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionDivide" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "dividend" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionDividend" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "epochMillisDateAdd" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionEpochMillisDateAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResource" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionHttpResource" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResourceByUri" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionHttpResourceByUri" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "jsonParse" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionJsonParse" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "multiply" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionMultiply" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "regex" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionRegex" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "replace" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionReplace" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "roundDecimal" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionRoundDecimal" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "stringDateAdd" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionStringDateAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "subtract" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionSubtract" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "subtractFrom" } } }, "then": { "$ref": "#/definitions/functionTypes/definitions/functionSubtractFrom" } } ] } } }, "predicateTypes": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates", "description": "Definition of known predicate types", "definitions": { "predicateAllMatch": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#all-match-predicate", "description": "All Match predicate", "type": "object", "properties": { "name": { "type": "string", "const": "allMatch", "description": "The name of the component." }, "from": { "type": "array", "items": { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, "minItems": 1, "additionalItems": false } }, "required": [ "from", "name" ], "additionalProperties": false }, "predicateAnyMatch": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#any-match-predicate", "description": "Any Match predicate", "type": "object", "properties": { "name": { "type": "string", "const": "anyMatch", "description": "The name of the component." }, "from": { "type": "array", "items": { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, "minItems": 1, "additionalItems": false } }, "required": [ "from", "name" ], "additionalProperties": false }, "predicateAnyString": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#any-string-predicate", "description": "Any String predicate", "type": "object", "properties": { "name": { "type": "string", "const": "anyString", "description": "The name of the component." } }, "required": [ "name" ], "additionalProperties": false }, "predicateContainsKey": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#contains-key-predicate", "description": "Contains key predicate", "type": "object", "properties": { "name": { "type": "string", "const": "containsKey", "description": "The name of the component." }, "key": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/name" }, { "description": "The name of the key we want to check." } ] } }, "required": [ "key", "name" ], "additionalProperties": false }, "predicateEvalOn": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#eval-on-predicate", "description": "Eval on predicate", "type": "object", "properties": { "name": { "type": "string", "const": "evalOn", "description": "The name of the component." }, "childPath": { "description": "The desired navigation we want to perform relative to the Map/Object we operate on.", "type": "string", "pattern": "^([$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)(.[$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)*$" }, "predicate": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The Predicate we need to evaluate after the navigation is done." } ] } }, "required": [ "childPath", "name", "predicate" ], "additionalProperties": false }, "predicateIsNull": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#is-null-predicate", "description": "Is null predicate", "type": "object", "properties": { "name": { "type": "string", "const": "isNull", "description": "The name of the component." } }, "required": [ "name" ], "additionalProperties": false }, "predicateNoneMatch": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#none-match-predicate", "description": "None Match predicate", "type": "object", "properties": { "name": { "type": "string", "const": "noneMatch", "description": "The name of the component." }, "from": { "type": "array", "items": { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, "minItems": 1, "additionalItems": false } }, "required": [ "from", "name" ], "additionalProperties": false }, "predicateNotNull": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#not-null-predicate", "description": "Not null predicate", "type": "object", "properties": { "name": { "type": "string", "const": "notNull", "description": "The name of the component." } }, "required": [ "name" ], "additionalProperties": false }, "predicateRegex": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#regex-predicate", "description": "RegEx predicate", "type": "object", "properties": { "name": { "type": "string", "const": "regex", "description": "The name of the component." }, "pattern": { "type": "string", "description": "The regular expression we want to match." } }, "required": [ "name", "pattern" ], "additionalProperties": false }, "predicateSpEL": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-predicates#spel-predicate", "description": "SpEL predicate", "type": "object", "properties": { "name": { "type": "string", "const": "SpEL", "description": "The name of the component." }, "expression": { "type": "string", "description": "The SpEL expression we want to match." } }, "required": [ "expression", "name" ], "additionalProperties": false }, "stringPredicateType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "SpEL", "allMatch", "anyMatch", "anyString", "isNull", "noneMatch", "notNull", "regex" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "anyString" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAnyString" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "regex" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateRegex" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "allMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAllMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "anyMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAnyMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "isNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateIsNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "noneMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNoneMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "notNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNotNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "SpEL" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateSpEL" } } ] }, "stringObjectMapPredicateType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "SpEL", "allMatch", "anyMatch", "containsKey", "evalOn", "isNull", "noneMatch", "notNull" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "containsKey" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateContainsKey" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "evalOn" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateEvalOn" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "allMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAllMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "anyMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAnyMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "isNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateIsNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "noneMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNoneMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "notNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNotNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "SpEL" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateSpEL" } } ] }, "anyPredicateType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "SpEL", "allMatch", "anyMatch", "anyString", "containsKey", "evalOn", "isNull", "noneMatch", "notNull", "regex" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "allMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAllMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "anyMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAnyMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "anyString" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateAnyString" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "containsKey" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateContainsKey" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "evalOn" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateEvalOn" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "isNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateIsNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "noneMatch" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNoneMatch" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "notNull" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateNotNull" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "regex" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateRegex" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "SpEL" } } }, "then": { "$ref": "#/definitions/predicateTypes/definitions/predicateSpEL" } } ] } } }, "supplierTypes": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers", "description": "Definition of known supplier types", "definitions": { "supplierConverting": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#converting-supplier", "description": "Converting supplier", "type": "object", "properties": { "name": { "type": "string", "const": "converting", "description": "The name of the component." }, "stringSource": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier of the raw String data we will use as input." } ] }, "converter": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringToObjectFunctionType" }, { "description": "The function that will convert the string data." } ] } }, "required": [ "converter", "name", "stringSource" ], "additionalProperties": false }, "supplierEpochMillisRelativeDate": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#epoch-millis-relative-date-supplier", "description": "Epoch Millis Relative Date supplier", "type": "object", "properties": { "name": { "type": "string", "const": "epochMillisRelativeDate", "description": "The name of the component." }, "amount": { "type": "integer", "description": "The amount of time units we need to add to the current date time." }, "unit": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/chronoUnit" }, { "description": "The time unit we want to use to interpret the amount." } ] }, "relativeTo": { "type": "integer", "description": "The value we want to be relative to (in case it is not the current time)." } }, "required": [ "amount", "name", "unit" ], "additionalProperties": false }, "supplierFile": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#file-content-supplier", "description": "File content supplier", "type": "object", "properties": { "name": { "type": "string", "const": "file", "description": "The name of the component." }, "path": { "type": "string", "description": "The path of the file we want to use as input." }, "charset": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/charSet" }, { "description": "The charset used for reading the contents of the file. Defaults to UTF-8." } ] } }, "required": [ "name", "path" ], "additionalProperties": false }, "supplierHttpResource": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#http-resource-content-supplier", "description": "HTTP resource content supplier", "type": "object", "properties": { "name": { "type": "string", "const": "httpResource", "description": "The name of the component." }, "uri": { "type": "string", "description": "The URI we want to send the request to." }, "httpMethod": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpMethod" }, { "description": "The HTTP request method we want to use. Defaults to GET." } ] }, "httpHeaders": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/httpHeaders" }, { "description": "HTTP headers we want to send with our request." } ] }, "charset": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/charSet" }, { "description": "The charset used for reading the contents of the response. Defaults to UTF-8." } ] } }, "required": [ "name", "uri" ], "additionalProperties": false }, "supplierJsonSchema": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#json-schema-supplier", "description": "JSON schema supplier", "type": "object", "properties": { "name": { "type": "string", "const": "jsonSchema", "description": "The name of the component." }, "source": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier of the String of the JSON Schema which we will use as input." } ] } }, "required": [ "name", "source" ], "additionalProperties": false }, "supplierRelativeStringDate": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#relative-string-date-supplier", "description": "Relative String Date supplier", "type": "object", "properties": { "name": { "type": "string", "const": "relativeStringDate", "description": "The name of the component." }, "formatter": { "type": "string", "description": "The format String we need to use for date time parsing. [See](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/format/DateTimeFormatter.html)" }, "amount": { "type": "integer", "description": "The amount of time units we need to add to the current date time." }, "unit": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/chronoUnit" }, { "description": "The time unit we want to use to interpret the amount." } ] }, "relativeTo": { "type": "string", "description": "The value we want to be relative to (in case it is not the current time)." } }, "required": [ "amount", "formatter", "name", "unit" ], "additionalProperties": false }, "supplierSchemaStore": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#schemastore-schema-supplier", "description": "SchemaStore schema supplier", "type": "object", "properties": { "name": { "type": "string", "const": "schemaStore", "description": "The name of the component." }, "schemaName": { "type": "string", "description": "The name of the JSON schema as found in the SchemaStore.org catalog." } }, "required": [ "name", "schemaName" ], "additionalProperties": false }, "supplierStaticBoolean": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#static-boolean-supplier", "description": "Static Boolean supplier", "type": "object", "properties": { "name": { "type": "string", "const": "staticBoolean", "description": "The name of the component." }, "value": { "type": "boolean", "description": "The static value that must be returned each time the supplier is called." } }, "required": [ "name", "value" ], "additionalProperties": false }, "supplierStaticDecimal": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#static-bigdecimal-supplier", "description": "Static BigDecimal supplier", "type": "object", "properties": { "name": { "type": "string", "const": "staticDecimal", "description": "The name of the component." }, "value": { "type": "number", "description": "The static value that must be returned each time the supplier is called." } }, "required": [ "name", "value" ], "additionalProperties": false }, "supplierStaticInteger": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#static-biginteger-supplier", "description": "Static BigInteger supplier", "type": "object", "properties": { "name": { "type": "string", "const": "staticInteger", "description": "The name of the component." }, "value": { "type": "integer", "description": "The static value that must be returned each time the supplier is called." } }, "required": [ "name", "value" ], "additionalProperties": false }, "supplierStaticJson": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#static-json-supplier", "description": "Static JSON supplier", "type": "object", "properties": { "name": { "type": "string", "const": "staticJson", "description": "The name of the component." }, "value": { "type": "string", "description": "The static JSON value we want to supply every time our supplier is called." } }, "required": [ "name", "value" ], "additionalProperties": false }, "supplierStaticString": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-suppliers#static-string-supplier", "description": "Static String supplier", "type": "object", "properties": { "name": { "type": "string", "const": "staticString", "description": "The name of the component." }, "value": { "type": "string", "description": "The static value that must be returned each time the supplier is called." } }, "required": [ "name", "value" ], "additionalProperties": false }, "jsonSchemaSupplierType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "jsonSchema" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "jsonSchema" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierJsonSchema" } } ] }, "stringSupplierType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "file", "httpResource", "relativeStringDate", "schemaStore", "staticString" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "file" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierFile" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResource" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierHttpResource" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "relativeStringDate" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierRelativeStringDate" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "schemaStore" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierSchemaStore" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticString" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticString" } } ] }, "bigDecimalSupplierType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "staticDecimal" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticDecimal" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticDecimal" } } ] }, "anySupplierType": { "allOf": [ { "type": "object", "properties": { "name": { "type": "string", "enum": [ "converting", "epochMillisRelativeDate", "file", "httpResource", "jsonSchema", "relativeStringDate", "schemaStore", "staticBoolean", "staticDecimal", "staticInteger", "staticJson", "staticString" ], "additionalItems": false } }, "required": [ "name" ] }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "converting" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierConverting" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "epochMillisRelativeDate" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierEpochMillisRelativeDate" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "file" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierFile" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "httpResource" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierHttpResource" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "jsonSchema" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierJsonSchema" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "relativeStringDate" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierRelativeStringDate" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "schemaStore" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierSchemaStore" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticBoolean" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticBoolean" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticDecimal" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticDecimal" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticInteger" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticInteger" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticJson" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticJson" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "staticString" } } }, "then": { "$ref": "#/definitions/supplierTypes/definitions/supplierStaticString" } } ] } } }, "ruleTypes": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules", "description": "Definition of known rule types", "definitions": { "ruleAdd": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#add", "description": "Add", "type": "object", "properties": { "name": { "type": "string", "const": "add", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "key": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier that will define the key of the new node." } ] }, "value": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier that will define the value assigned to the new node identified by the key." } ] } }, "required": [ "key", "value" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleCalculate": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#calculate", "description": "Calculate", "type": "object", "properties": { "name": { "type": "string", "const": "calculate", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "predicate": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will determine whether we should apply the function." } ] }, "numberFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/bigDecimalToBigDecimalFunctionType" }, { "description": "The function that will tell the rule what kind of calculation needs to be done." } ] } }, "required": [ "numberFunction" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleCopy": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#copy", "description": "Copy", "type": "object", "properties": { "name": { "type": "string", "const": "copy", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "key": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier that will define the key we want to copy." } ] }, "to": { "type": "object", "properties": { "value": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, { "description": "The destination path where this rule will attempt to create the copied node." } ] } }, "required": [ "value" ], "additionalProperties": false } }, "required": [ "key", "to" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleDelete": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#delete", "description": "Delete", "type": "object", "properties": { "name": { "type": "string", "const": "delete", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" } }, "required": [ "name", "path" ], "additionalProperties": false }, "ruleDeleteFrom": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#delete-from", "description": "Delete from", "type": "object", "properties": { "name": { "type": "string", "const": "deleteFrom", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "predicate": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "Determines whether any deletion should be performed for the matching node" } ] }, "keepKey": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will be used to test whether a key should be kept, keeping only the matching keys." } ] }, "deleteKey": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will be used to test whether a key should be deleted, deleting all the matching keys." } ] }, "keepValue": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will be used to test whether a key should be kept, keeping only the matching keys." } ] }, "deleteValue": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will be used to test whether an entry should be deleted, deleting all of them with matching values." } ] } }, "minProperties": 1, "maxProperties": 5, "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleRename": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#rename", "description": "Rename", "type": "object", "properties": { "name": { "type": "string", "const": "rename", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "oldKey": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "Provides the name of the key we want to rename under the node matching the `path` parameter at the time of evaluation." } ] }, "newKey": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "Provides the new name we want to use after the child node was renamed." } ] } }, "required": [ "newKey", "oldKey" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleReplace": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#replace", "description": "Replace", "type": "object", "properties": { "name": { "type": "string", "const": "replace", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "predicate": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "Adds an opportunity to filter by value before we apply the replace `stringFunction`." } ] }, "stringFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringToStringFunctionType" }, { "description": "Defines how the existing value needs to change during the operation." } ] } }, "required": [ "stringFunction" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleReplaceMap": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#replace-map", "description": "Replace map", "type": "object", "properties": { "name": { "type": "string", "const": "replaceMap", "description": "The name of the component." }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "predicate": { "allOf": [ { "$ref": "#/definitions/predicateTypes/definitions/anyPredicateType" }, { "description": "The predicate that will determine whether we need to run the rule on the matching path." } ] }, "mapFunction": { "allOf": [ { "$ref": "#/definitions/functionTypes/definitions/stringObjectMapToStringObjectMapFunctionType" }, { "description": "The function that defines the transformation which needs to be done on the selected map/object." } ] } }, "required": [ "mapFunction" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "ruleValidate": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Built-in-rules#json-schema-validate", "description": "JSON Schema validate", "type": "object", "properties": { "name": { "type": "string", "const": "validate", "description": "The name of the component." }, "path": { "type": "string", "const": "$", "description": "Must be the root JSON Path as the validator cannot work on sub-schema." }, "params": { "description": "Additional parameters of the rule.", "type": "object", "properties": { "schema": { "allOf": [ { "$ref": "#/definitions/supplierTypes/definitions/anySupplierType" }, { "description": "The supplier providing the schema we will use for validation." } ] }, "onFailure": { "type": "object", "properties": { "transformation": { "description": "Defines how the transformation should handle a validation failure.", "type": "string", "enum": [ "ABORT", "SKIP_REST", "CONTINUE" ], "additionalItems": false }, "violation": { "description": "Defines how the rule should document/report the violations.", "type": "string", "enum": [ "LOG_ONLY", "COMMENT_JSON", "IGNORE" ], "additionalItems": false } }, "required": [ "transformation", "violation" ], "additionalProperties": false } }, "required": [ "onFailure", "schema" ], "additionalProperties": false } }, "required": [ "name", "params", "path" ], "additionalProperties": false }, "anyRuleType": { "allOf": [ { "type": "object", "properties": { "name": { "description": "The name of the rule.", "type": "string", "enum": [ "add", "calculate", "copy", "delete", "deleteFrom", "rename", "replace", "replaceMap", "validate" ], "additionalItems": false }, "path": { "$ref": "#/definitions/commonTypes/definitions/jsonPath" }, "params": { "type": "object", "description": "The optional parameter map to allow configuration of the selected rule." } }, "required": [ "name", "path" ], "additionalProperties": false }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "add" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleAdd" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "calculate" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleCalculate" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "copy" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleCopy" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "delete" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleDelete" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "deleteFrom" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleDeleteFrom" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "rename" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleRename" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "replace" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleReplace" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "replaceMap" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleReplaceMap" } }, { "if": { "type": "object", "properties": { "name": { "type": "string", "const": "validate" } } }, "then": { "$ref": "#/definitions/ruleTypes/definitions/ruleValidate" } } ] } } }, "actionTypes": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Configuring-your-actions", "definitions": { "actionName": { "allOf": [ { "$ref": "#/definitions/commonTypes/definitions/name" }, { "description": "The name of the action (rule list) to allow selecting it when we want to start transformation." } ] }, "action": { "type": "object", "properties": { "name": { "$ref": "#/definitions/actionTypes/definitions/actionName" }, "rules": { "description": "The array of rules representing the sequentially triggered steps of the transformation action.", "type": "array", "items": { "$ref": "#/definitions/ruleTypes/definitions/anyRuleType" }, "minItems": 1, "additionalItems": false } }, "required": [ "name", "rules" ], "additionalProperties": false }, "actions": { "$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Configuring-your-actions", "description": "The array of transformation action we will be able to select from at startup.", "type": "array", "items": { "$ref": "#/definitions/actionTypes/definitions/action" }, "minItems": 1, "additionalItems": false } } } }, "properties": { "actions": { "$ref": "#/definitions/actionTypes/definitions/actions" } }, "required": [ "actions" ], "additionalProperties": false }
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 determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "CSIDriver" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSIDriverSpec", "description": "Specification of the CSI Driver." } }, "required": [ "spec" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "CSIDriver", "version": "v1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSIDriverSpec": { "description": "CSIDriverSpec is the specification of a CSIDriver.", "properties": { "attachRequired": { "description": "attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.", "type": "boolean" }, "podInfoOnMount": { "description": "If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" iff the volume is an ephemeral inline volume\n defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the \"Persistent\" and \"Ephemeral\" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.", "type": "boolean" }, "volumeLifecycleModes": { "description": "volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is \"Persistent\", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is \"Ephemeral\". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set" } }, "type": "object" }, "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 always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "CSIDriverList is a collection of CSIDriver objects.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "enum": [ "storage.k8s.io/v1" ], "type": [ "string", "null" ] }, "items": { "description": "items is the list of CSIDriver", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSIDriver" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "CSIDriverList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "storage.k8s.io", "kind": "CSIDriverList", "version": "v1" } ] }
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.", "default": "faostatdb", "enum": [ "faostat", "faostatdb", "faostatglbl", "faostatprod", "faostatproddiss" ] }, "lang_faostat": { "type": "string", "title": "Language", "description": "Language of the output.", "default": "E", "enum": [ "E", "F", "S", "A", "C", "R" ] } }, "properties": { "groupsanddomains": { "type": "object", "title": "Groups and Domains", "description": "List of FAOSTAT groups and domains", "method": "GET", "properties": { "schema": { "type": "object", "title": "Input schema", "description": "Description of the input parameters.", "properties": { "method": { "default": "GET" }, "endpoint": { "default": "/groupsanddomains" }, "datasource": { "$ref": "#/definitions/datasource" }, "lang_faostat": { "$ref": "#/definitions/lang_faostat" } } } } }, "bulkdownloads": { "type": "object", "title": "Bulk Downloads", "description": "List of FAOSTAT bulk downloads.", "method": "GET", "properties": { "schema": { "type": "object", "title": "Input schema", "description": "Description of the input parameters.", "properties": { "method": { "default": "GET" }, "datasource": { "$ref": "#/definitions/datasource" }, "domain": { "type": "string", "title": "Domain Code", "description": "FAOSTAT Domain Code." }, "lang_faostat": { "$ref": "#/definitions/lang_faostat" } } } } }, "procedures/usp_GetListBox": { "type": "object", "title": "Bulk Downloads", "description": "List of FAOSTAT bulk downloads.", "method": "GET", "properties": { "datasource": { "$ref": "#/definitions/datasource" }, "domain": { "type": "string", "title": "Domain Code", "description": "FAOSTAT Domain Code." }, "tab_group": { "type": "integer", "title": "Tab Group", "description": "Tab group as displayed in FAOSTAT Download." }, "tab_index": { "type": "integer", "title": "Tab Index", "description": "Tab index within the group." }, "lang_faostat": { "$ref": "#/definitions/lang_faostat" } } } } }
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, Buyer UNI Identifier, Buyer ENNI Identifier.", "maxLength": 45, "type": "string" }, "objectType": { "description": "The type of the object, disconnectOrderItem.", "enum": [ "disconnectOrderItemDetail" ], "type": "string" }, "sellerNetworkIdentifier": { "description": "One of the following Seller-assigned values may be included: OVC Identifier, EVC Identifier, UNI Identifier, ENNI Identifier.", "maxLength": 45, "type": "string" } }, "required": [ "objectType", "sellerServiceOrEndpointId" ], "title": "disconnectOrderItemDetail", "type": "object" }
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 always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIService": { "description": "APIService represents a server for a particular GroupVersion. Name must be \"version.group\".", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "APIService" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceSpec", "description": "Spec contains information for locating and communicating with a server" }, "status": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceStatus", "description": "Status contains derived information about an API server" } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "apiregistration.k8s.io", "kind": "APIService", "version": "v1beta1" } ] }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceCondition": { "description": "APIServiceCondition describes the state of an APIService at a particular point", "properties": { "lastTransitionTime": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Last time the condition transitioned from one status to another." }, "message": { "description": "Human-readable message indicating details about last transition.", "type": "string" }, "reason": { "description": "Unique, one-word, CamelCase reason for the condition's last transition.", "type": "string" }, "status": { "description": "Status is the status of the condition. Can be True, False, Unknown.", "type": "string" }, "type": { "description": "Type is the type of the condition.", "type": "string" } }, "required": [ "type", "status" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceSpec": { "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", "properties": { "caBundle": { "_format": "byte", "description": "CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.", "type": "string" }, "group": { "description": "Group is the API group name this server hosts", "type": "string" }, "groupPriorityMinimum": { "_format": "int32", "description": "GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s", "type": "integer" }, "insecureSkipTLSVerify": { "description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.", "type": "boolean" }, "service": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_ServiceReference", "description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled." }, "version": { "description": "Version is the API version this server hosts. For example, \"v1\"", "type": "string" }, "versionPriority": { "_format": "int32", "description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", "type": "integer" } }, "required": [ "groupPriorityMinimum", "versionPriority" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceStatus": { "description": "APIServiceStatus contains derived information about an API server", "properties": { "conditions": { "description": "Current service state of apiService.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIServiceCondition" }, "type": "array", "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_ServiceReference": { "description": "ServiceReference holds a reference to Service.legacy.k8s.io", "properties": { "name": { "description": "Name is the name of the service", "type": "string" }, "namespace": { "description": "Namespace is the namespace of the service", "type": "string" }, "port": { "_format": "int32", "description": "If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).", "type": "integer" } }, "type": "object" } }, "description": "APIServiceList is a list of APIService objects.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_kube-aggregator_pkg_apis_apiregistration_v1beta1_APIService" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "APIServiceList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "apiregistration.k8s.io", "kind": "APIServiceList", "version": "v1beta1" } ] }
kb_32_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "required": [ "config", "inputs" ], "type": "object", "properties": { "inputs": { "required": [ "dat" ], "type": "object", "properties": { "dat": { "type": "object", "properties": { "type": { "enum": [ "Siemens MR Raw" ] } } }, "user_stylesheet": { "type": "object", "properties": { "name": { "pattern": "^.*.xsl$" } } }, "user_map": { "type": "object", "properties": { "name": { "pattern": "^.*.xml$" } } } } }, "config": { "required": [ "debug", "measNum" ], "type": "object", "properties": { "debug": { "default": false, "type": "boolean" }, "measNum": { "default": 1, "type": "integer" } } } }, "title": "Invocation manifest for Siemens to ISMRM-RD Converter (siemens_to_ismrmrd v1.0.1, ismrmrd v1.3.2)" }
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", "javaType": "com.ericsson.eiffel.semantics.events.EiffelServiceAllocatedEventMeta", "javaInterfaces": [ "com.ericsson.eiffel.semantics.events.Meta" ], "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" }, "type": { "type": "string", "enum": [ "EiffelServiceAllocatedEvent" ] }, "version": { "type": "string", "enum": [ "1.0.0" ], "default": "1.0.0" }, "time": { "type": "integer", "format": "utc-millisec" }, "tags": { "type": "array", "items": { "type": "string" } }, "source": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Source", "properties": { "domainId": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "serializer": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Serializer", "properties": { "groupId": { "type": "string" }, "artifactId": { "type": "string" }, "version": { "type": "string" } }, "required": [ "groupId", "artifactId", "version" ], "additionalProperties": false }, "uri": { "type": "string" } }, "additionalProperties": false }, "security": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Security", "properties": { "sdm": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Sdm", "properties": { "authorIdentity": { "type": "string" }, "encryptedDigest": { "type": "string" } }, "required": [ "authorIdentity", "encryptedDigest" ], "additionalProperties": false } }, "additionalProperties": false } }, "required": [ "id", "type", "version", "time", "source" ], "additionalProperties": false }, "data": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.EiffelServiceAllocatedEventData", "properties": { "serviceinstance": { "type": "string" }, "owner": { "type": "string" }, "uri": { "type": "string" }, "customData": { "type": "array", "items": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.CustomData", "properties": { "key": { "type": "string" }, "value": { "anyOf": [ { "type": "object" }, { "type": "string" }, { "type": "array" }, { "type": "number" } ] } }, "required": [ "key", "value" ], "additionalProperties": false } } }, "required": [ "serviceinstance", "owner" ], "additionalProperties": false }, "links": { "type": "array", "items": { "type": "object", "javaType": "com.ericsson.eiffel.semantics.events.Link", "properties": { "type": { "type": "string" }, "target": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" } }, "required": [ "type", "target" ], "additionalProperties": false } } }, "required": [ "meta", "data", "links" ], "additonalProperties": false }
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": { "type": "string" }, "type": "array" }, "start_time": { "description": "The start time of the meeting", "type": "string" } }, "required": [ "participants", "location", "start_time", "end_time" ], "type": "object" }
schedule_meeting_85e489bb
{ "additionalProperties": false, "description": "Schema for application context", "properties": { "logLevel": { "maxLength": 64, "type": "string" }, "name": { "maxLength": 64, "type": "string" }, "tags": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "version": { "maxLength": 64, "type": "string" } }, "required": [ "name", "version" ], "self": { "format": "jsonschema", "name": "application_context", "vendor": "com.snowplowanalytics.monitoring.batch", "version": "1-0-0" }, "type": "object" }
sp_227_Normalized
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "yesno": { "enum": [ "yes", "no" ], "type": "string" }, "dog": { "properties": { "animal": { "allOf": [ { "$ref": "#/definitions/yesno" } ], "enum": [ "yes" ] } }, "type": "object" } }, "properties": { "yesno": { "$ref": "#/definitions/yesno" }, "dog": { "$ref": "#/definitions/dog" } }, "required": [ "yesno", "dog" ] }
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_filters/items", "type": "object", "maxProperties": 2, "additionalProperties": false, "properties": { "op": { "enum": [ "regex", "startwith" ] }, "expr": { "type": "string" } }, "title": "filter object", "description": "filter object having op and expr fields", "default": {}, "examples": [ { "op": "regex", "expr": "^ge-" }, { "op": "regex", "expr": "^xe" } ] } } } }
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 zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "_format": "int32", "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "type": "integer" }, "readOnly": { "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Affinity": { "description": "Affinity is a group of affinity scheduling rules.", "properties": { "nodeAffinity": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAffinity", "description": "Describes node affinity scheduling rules for the pod." }, "podAffinity": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinity", "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." }, "podAntiAffinity": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAntiAffinity", "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AzureDiskVolumeSource": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "The Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "The URI the data disk in the blob storage", "type": "string" }, "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AzureFileVolumeSource": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "Share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CSIVolumeSource": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "Filesystem type to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed." }, "readOnly": { "description": "Specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CephFSVolumeSource": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it" }, "user": { "description": "Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CinderVolumeSource": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "Optional: points to a secret object containing parameters used to connect to OpenStack." }, "volumeID": { "description": "volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapEnvSource": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapKeySelector": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapProjection": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapVolumeSource": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "_format": "int32", "description": "Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "items": { "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Container": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvVar" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvFromSource" }, "type": "array" }, "image": { "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Lifecycle", "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated." }, "livenessProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerPort" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "resources": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceRequirements", "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" }, "securityContext": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecurityContext", "description": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" }, "startupProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. This is a beta feature enabled by the StartupProbe feature flag. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeDevice" }, "type": "array", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeMount" }, "type": "array", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerPort": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "_format": "int32", "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "_format": "int32", "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIProjection": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeFile" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeFile": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectFieldSelector", "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported." }, "mode": { "_format": "int32", "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." } }, "required": [ "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeSource": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "_format": "int32", "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeFile" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EmptyDirVolumeSource": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvFromSource": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapEnvSource", "description": "The ConfigMap to select from" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretEnvSource", "description": "The Secret to select from" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvVar": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvVarSource", "description": "Source for the environment variable's value. Cannot be used if value is not empty." } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvVarSource": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." }, "fieldRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectFieldSelector", "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs." }, "resourceFieldRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported." }, "secretKeyRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretKeySelector", "description": "Selects a key of a secret in the pod's namespace" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EphemeralContainer": { "description": "An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag.", "properties": { "args": { "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvVar" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EnvFromSource" }, "type": "array" }, "image": { "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Lifecycle", "description": "Lifecycle is not allowed for ephemeral containers." }, "livenessProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "Probes are not allowed for ephemeral containers." }, "name": { "description": "Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.", "type": "string" }, "ports": { "description": "Ports are not allowed for ephemeral containers.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerPort" }, "type": "array" }, "readinessProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "Probes are not allowed for ephemeral containers." }, "resources": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceRequirements", "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod." }, "securityContext": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecurityContext", "description": "SecurityContext is not allowed for ephemeral containers." }, "startupProbe": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe", "description": "Probes are not allowed for ephemeral containers." }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "targetContainerName": { "description": "If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container is run in whatever namespaces are shared for the pod. Note that the container runtime must support this feature.", "type": "string" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeDevice" }, "type": "array", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeMount" }, "type": "array", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "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 line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FCVolumeSource": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "_format": "int32", "description": "Optional: FC target lun number", "type": "integer" }, "readOnly": { "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array" }, "wwids": { "description": "Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FlexVolumeSource": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "Driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "Optional: Extra command options if any.", "type": "object" }, "readOnly": { "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." } }, "required": [ "driver" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FlockerVolumeSource": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GCEPersistentDiskVolumeSource": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "_format": "int32", "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "integer" }, "pdName": { "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GitRepoVolumeSource": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "Repository URL", "type": "string" }, "revision": { "description": "Commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GlusterfsVolumeSource": { "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://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPGetAction": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPHeader": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Handler": { "description": "Handler defines a specific action that should be taken", "properties": { "exec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction", "description": "One and only one of the following should be specified. Exec specifies the action to take." }, "httpGet": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "tcpSocket": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HostAlias": { "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.", "properties": { "hostnames": { "description": "Hostnames for the above IP address.", "items": { "type": "string" }, "type": "array" }, "ip": { "description": "IP address of the host file entry.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HostPathVolumeSource": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ISCSIVolumeSource": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "Target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "_format": "int32", "description": "iSCSI Target Lun number.", "type": "integer" }, "portals": { "description": "iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array" }, "readOnly": { "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "CHAP Secret for iSCSI target and initiator authentication" }, "targetPortal": { "description": "iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "The key to project.", "type": "string" }, "mode": { "_format": "int32", "description": "Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "path": { "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Handler", "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" }, "preStop": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Handler", "description": "PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NFSVolumeSource": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PreferredSchedulingTerm" }, "type": "array" }, "requiredDuringSchedulingIgnoredDuringExecution": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelector", "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelector": { "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm" }, "type": "array" } }, "required": [ "nodeSelectorTerms" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement" }, "type": "array" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorRequirement" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectFieldSelector": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeClaimVolumeSource": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PhotonPersistentDiskVolumeSource": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinity": { "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WeightedPodAffinityTerm" }, "type": "array" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector", "description": "A label query over a set of resources, in this case pods." }, "namespaces": { "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"", "items": { "type": "string" }, "type": "array" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAntiAffinity": { "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WeightedPodAffinityTerm" }, "type": "array" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodDNSConfig": { "description": "PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.", "properties": { "nameservers": { "description": "A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.", "items": { "type": "string" }, "type": "array" }, "options": { "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodDNSConfigOption" }, "type": "array" }, "searches": { "description": "A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodDNSConfigOption": { "description": "PodDNSConfigOption defines DNS resolver options of a pod.", "properties": { "name": { "description": "Required.", "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodReadinessGate": { "description": "PodReadinessGate contains the reference to a pod condition", "properties": { "conditionType": { "description": "ConditionType refers to a condition in the pod's condition list with matching type.", "type": "string" } }, "required": [ "conditionType" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodSecurityContext": { "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.", "properties": { "fsGroup": { "_format": "int64", "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----\n\nIf unset, the Kubelet will not modify the ownership and permissions of any volume.", "type": "integer" }, "fsGroupChangePolicy": { "description": "fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified defaults to \"Always\".", "type": "string" }, "runAsGroup": { "_format": "int64", "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "_format": "int64", "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", "type": "integer" }, "seLinuxOptions": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions", "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container." }, "supplementalGroups": { "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container.", "items": { "_format": "int64", "type": "integer" }, "type": "array" }, "sysctls": { "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Sysctl" }, "type": "array" }, "windowsOptions": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodSpec": { "description": "PodSpec is a description of a pod.", "properties": { "activeDeadlineSeconds": { "_format": "int64", "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.", "type": "integer" }, "affinity": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Affinity", "description": "If specified, the pod's scheduling constraints" }, "automountServiceAccountToken": { "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.", "type": "boolean" }, "containers": { "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Container" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "dnsConfig": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodDNSConfig", "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy." }, "dnsPolicy": { "description": "Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.", "type": "string" }, "enableServiceLinks": { "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.", "type": "boolean" }, "ephemeralContainers": { "description": "List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EphemeralContainer" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "hostAliases": { "description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HostAlias" }, "type": "array", "x-kubernetes-patch-merge-key": "ip", "x-kubernetes-patch-strategy": "merge" }, "hostIPC": { "description": "Use the host's ipc namespace. Optional: Default to false.", "type": "boolean" }, "hostNetwork": { "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.", "type": "boolean" }, "hostPID": { "description": "Use the host's pid namespace. Optional: Default to false.", "type": "boolean" }, "hostname": { "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.", "type": "string" }, "imagePullSecrets": { "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "initContainers": { "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Container" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "nodeName": { "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.", "type": "string" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/", "type": "object" }, "overhead": { "additionalProperties": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity" }, "description": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.16, and is only honored by servers that enable the PodOverhead feature.", "type": "object" }, "preemptionPolicy": { "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.", "type": "string" }, "priority": { "_format": "int32", "description": "The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.", "type": "integer" }, "priorityClassName": { "description": "If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.", "type": "string" }, "readinessGates": { "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodReadinessGate" }, "type": "array" }, "restartPolicy": { "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy", "type": "string" }, "runtimeClassName": { "description": "RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the \"legacy\" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14.", "type": "string" }, "schedulerName": { "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.", "type": "string" }, "securityContext": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodSecurityContext", "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field." }, "serviceAccount": { "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.", "type": "string" }, "serviceAccountName": { "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/", "type": "string" }, "shareProcessNamespace": { "description": "Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.", "type": "boolean" }, "subdomain": { "description": "If specified, the fully qualified Pod hostname will be \"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>\". If not specified, the pod will not have a domainname at all.", "type": "string" }, "terminationGracePeriodSeconds": { "_format": "int64", "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.", "type": "integer" }, "tolerations": { "description": "If specified, the pod's tolerations.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration" }, "type": "array" }, "topologySpreadConstraints": { "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. This field is only honored by clusters that enable the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySpreadConstraint" }, "type": "array", "x-kubernetes-list-map-keys": [ "topologyKey", "whenUnsatisfiable" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "topologyKey", "x-kubernetes-patch-strategy": "merge" }, "volumes": { "description": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Volume" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge,retainKeys" } }, "required": [ "containers" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PortworxVolumeSource": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "VolumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PreferredSchedulingTerm": { "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelectorTerm", "description": "A node selector term, associated with the corresponding weight." }, "weight": { "_format": "int32", "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "type": "integer" } }, "required": [ "weight", "preference" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Probe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ExecAction", "description": "One and only one of the following should be specified. Exec specifies the action to take." }, "failureThreshold": { "_format": "int32", "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "type": "integer" }, "httpGet": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "initialDelaySeconds": { "_format": "int32", "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "type": "integer" }, "periodSeconds": { "_format": "int32", "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "type": "integer" }, "successThreshold": { "_format": "int32", "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "type": "integer" }, "tcpSocket": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" }, "timeoutSeconds": { "_format": "int32", "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "type": "integer" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ProjectedVolumeSource": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "_format": "int32", "description": "Mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "sources": { "description": "list of volume projections", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeProjection" }, "type": "array" } }, "required": [ "sources" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_QuobyteVolumeSource": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "Group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "User to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "Volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_RBDVolumeSource": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array" }, "pool": { "description": "The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it" }, "user": { "description": "The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceFieldSelector": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity", "description": "Specifies the output format of the exposed resources, defaults to \"1\"" }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ResourceRequirements": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "limits": { "additionalProperties": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity" }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", "type": "object" }, "requests": { "additionalProperties": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity" }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScaleIOVolumeSource": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "The host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "The name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { "description": "Flag to enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "The ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "The name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretEnvSource": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretKeySelector": { "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" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretProjection": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretVolumeSource": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "_format": "int32", "description": "Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "type": "integer" }, "items": { "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_KeyToPath" }, "type": "array" }, "optional": { "description": "Specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN", "type": "boolean" }, "capabilities": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Capabilities", "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime." }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false.", "type": "boolean" }, "runAsGroup": { "_format": "int64", "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "_format": "int64", "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "integer" }, "seLinuxOptions": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions", "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "windowsOptions": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServiceAccountTokenProjection": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "_format": "int64", "description": "ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "type": "integer" }, "path": { "description": "Path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_StorageOSVolumeSource": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalObjectReference", "description": "SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." }, "volumeName": { "description": "VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Sysctl": { "description": "Sysctl defines a kernel parameter to be set", "properties": { "name": { "description": "Name of a property to set", "type": "string" }, "value": { "description": "Value of a property to set", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TCPSocketAction": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." } }, "required": [ "port" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Toleration": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "_format": "int64", "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_TopologySpreadConstraint": { "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.", "properties": { "labelSelector": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector", "description": "LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain." }, "maxSkew": { "_format": "int32", "description": "MaxSkew describes the degree to which pods may be unevenly distributed. It's the maximum permitted difference between the number of matching pods in any two topology domains of a given topology type. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0: | zone1 | zone2 | zone3 | | P | P | | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 1/1/1; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. It's a required field. Default value is 1 and 0 is not allowed.", "type": "integer" }, "topologyKey": { "description": "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a \"bucket\", and try to put balanced number of pods into each bucket. It's a required field.", "type": "string" }, "whenUnsatisfiable": { "description": "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it - ScheduleAnyway tells the scheduler to still schedule it It's considered as \"Unsatisfiable\" if and only if placing incoming pod on any topology violates \"MaxSkew\". For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.", "type": "string" } }, "required": [ "maxSkew", "topologyKey", "whenUnsatisfiable" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Volume": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource", "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "azureDisk": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AzureDiskVolumeSource", "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "azureFile": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AzureFileVolumeSource", "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "cephfs": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CephFSVolumeSource", "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "cinder": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CinderVolumeSource", "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" }, "configMap": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapVolumeSource", "description": "ConfigMap represents a configMap that should populate this volume" }, "csi": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CSIVolumeSource", "description": "CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature)." }, "downwardAPI": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIVolumeSource", "description": "DownwardAPI represents downward API about the pod that should populate this volume" }, "emptyDir": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_EmptyDirVolumeSource", "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" }, "fc": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FCVolumeSource", "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "flexVolume": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FlexVolumeSource", "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "flocker": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_FlockerVolumeSource", "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running" }, "gcePersistentDisk": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GCEPersistentDiskVolumeSource", "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "gitRepo": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GitRepoVolumeSource", "description": "GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container." }, "glusterfs": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GlusterfsVolumeSource", "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md" }, "hostPath": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_HostPathVolumeSource", "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "iscsi": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ISCSIVolumeSource", "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md" }, "name": { "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NFSVolumeSource", "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "persistentVolumeClaim": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeClaimVolumeSource", "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "photonPersistentDisk": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PhotonPersistentDiskVolumeSource", "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "portworxVolume": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PortworxVolumeSource", "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "projected": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ProjectedVolumeSource", "description": "Items for all in one resources secrets, configmaps, and downward API" }, "quobyte": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_QuobyteVolumeSource", "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "rbd": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_RBDVolumeSource", "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md" }, "scaleIO": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ScaleIOVolumeSource", "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "secret": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretVolumeSource", "description": "Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" }, "storageos": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_StorageOSVolumeSource", "description": "StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes." }, "vsphereVolume": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VsphereVirtualDiskVolumeSource", "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" } }, "required": [ "name" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeDevice": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeMount": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeProjection": { "description": "Projection that may be projected along with other supported volume types", "properties": { "configMap": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ConfigMapProjection", "description": "information about the configMap data to project" }, "downwardAPI": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DownwardAPIProjection", "description": "information about the downwardAPI data to project" }, "secret": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretProjection", "description": "information about the secret data to project" }, "serviceAccountToken": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServiceAccountTokenProjection", "description": "information about the serviceAccountToken data to project" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VsphereVirtualDiskVolumeSource": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "Storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "Path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WeightedPodAffinityTerm": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodAffinityTerm", "description": "Required. A pod affinity term, associated with the corresponding weight." }, "weight": { "_format": "int32", "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_WindowsSecurityContextOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "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 always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "description": "PodTemplateSpec describes the data a pod should have when created from a template", "properties": { "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, "type": "object" }
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 with each identity will not change, and only becomes something new when a new identity is created \u2013 for example at the start of a new academic cycle.", "href": "/api/v1/user_identities", "http_header": { "x-api-key": "0123456789abcdef0123456789abcdef" }, "method": "GET", "rel": "self", "title": "List" } ], "properties": { "href": { "description": "Hypertext reference to this resource.", "example": "/api/v1/user_identities", "pattern": "/api/v1/user_identities", "type": "string" }, "user_identities": { "items": { "properties": { "association": { "description": "Human-readable name of the association that this user identity belongs to, or `null` if not applicable.", "example": "SOPHAS", "type": [ "string", "null" ] }, "cycle": { "description": "Academic cycle that this user identity can access, or `null` if not applicable.", "example": "2014 - 2015", "pattern": "^\\d{4} - \\d{4}$", "type": [ "string", "null" ] }, "id": { "description": "Unique identifier for this user identity.", "type": "integer" }, "institution": { "description": "Human-readable name of the institution that this user identity belongs to, or `null` if not applicable.", "example": "Demo University", "type": [ "string", "null" ] }, "organization": { "description": "Human-readable name of the organization that this user identity belongs to, or `null` if not applicable.", "example": "Demo University School of Public Health", "type": [ "string", "null" ] }, "type": { "description": "Type of access granted by this user identity.", "enum": [ "Admissions User", "Association User", "Institution User" ], "example": "Admissions User", "type": "string" } }, "type": "object" }, "type": "array" } }, "strictProperties": true, "title": "User Identity", "type": "object" }
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][0-9a-f]{3}-[0-9a-f]{12}$" }, "type": { "type": "string", "enum": [ "EiffelCompositionDefinedEvent" ] }, "version": { "type": "string", "enum": [ "2.0.0" ], "default": "2.0.0" }, "time": { "type": "integer" }, "tags": { "type": "array", "items": { "type": "string" } }, "source": { "type": "object", "properties": { "domainId": { "type": "string" }, "host": { "type": "string" }, "name": { "type": "string" }, "serializer": { "type": "string", "pattern": "^pkg:" }, "uri": { "type": "string" } }, "additionalProperties": false }, "security": { "type": "object", "properties": { "sdm": { "type": "object", "properties": { "authorIdentity": { "type": "string" }, "encryptedDigest": { "type": "string" } }, "required": [ "authorIdentity", "encryptedDigest" ], "additionalProperties": false } }, "additionalProperties": false } }, "required": [ "id", "type", "version", "time" ], "additionalProperties": false }, "data": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "customData": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": {} }, "required": [ "key", "value" ], "additionalProperties": false } } }, "required": [ "name" ], "additionalProperties": false }, "links": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "target": { "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$" } }, "required": [ "type", "target" ], "additionalProperties": false } } }, "required": [ "meta", "data", "links" ], "additionalProperties": false }
o5360
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "object", "required": [ "name", "password", "uid", "gid", "comment", "home", "shell" ], "properties": { "name": { "type": "string", "minLength": 1 }, "password": { "type": "string" }, "uid": { "type": [ "integer", "null" ], "minimum": 0 }, "gid": { "type": [ "integer", "null" ], "minimum": 0 }, "comment": { "type": "string" }, "home": { "type": "string" }, "shell": { "type": "string" }, "encrypted_password": { "type": "string" }, "last_changed_date": { "type": "integer" }, "min_days": { "type": "integer", "minimum": 0 }, "max_days": { "type": "integer", "minimum": 0 }, "warn_days": { "type": "integer", "minimum": 0 }, "disable_days": { "type": "integer", "minimum": 0 }, "disabled_date": { "type": "integer" } } } }
o65949
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {}, "oneOf": [ { "properties": { "status": { "type": "string", "enum": [ "notFound" ] } }, "required": [ "status" ] } ] }
o42158
{ "definitions": { "file": { "properties": { "name": { "type": "string" }, "start": { "type": "integer" } }, "required": [ "start", "name" ], "type": "object" } }, "properties": { "duplicates": { "items": { "properties": { "firstFile": { "$ref": "#/definitions/file" }, "fragment": { "type": "string" }, "lines": { "type": "integer" }, "secondFile": { "$ref": "#/definitions/file" }, "tokens": { "type": "integer" } }, "required": [ "lines", "tokens", "firstFile", "secondFile", "fragment" ], "type": "object" }, "type": "array", "_uniqueItems": true }, "statistics": { "properties": { "clones": { "type": "integer" }, "duplications": { "type": "integer" }, "files": { "type": "integer" }, "lines": { "type": "integer" }, "percentage": { "type": "string" } }, "required": [ "clones", "duplications", "files", "percentage", "lines" ], "type": "object" } }, "required": [ "duplicates", "statistics" ], "type": "object" }
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 }, "lockableRows": { "type": "boolean", "default": false }, "autoSort": { "type": "boolean", "default": false }, "elementsInPage": { "type": "number", "default": 8 }, "stickedColumns": { "type": "number", "default": 2 }, "columns": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "label": { "type": "string" }, "iconName": { "type": "string" }, "prefix": { "type": "string" }, "className": { "type": "string" }, "isSortable": { "type": "boolean" }, "isSticked": { "type": "boolean" }, "sortDesc": { "type": "boolean" }, "footerLabel": { "type": "string" }, "linkLabel": { "type": "string" }, "hasCustomClass": { "type": "boolean" }, "hasShadow": { "type": "boolean" }, "beDisabled": { "type": "boolean" }, "hasSubTotal": { "type": "boolean" }, "actions": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "tooltip": { "type": "string" }, "tooltipKey": { "type": "string" }, "className": { "type": "string" }, "label": { "type": "string" }, "hideable": { "type": "boolean" }, "beDisabled": { "type": "boolean" } } } }, "params": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "type": { "type": "string" } } } } }, "default": [] } } }
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": { "description": "The width of the shape", "type": "number" } }, "required": [ "width", "height" ], "type": "object" }, "shape": { "description": "The shape type (e.g. rectangle, triangle, circle)", "type": "string" } }, "required": [ "shape", "dimensions" ], "type": "object" }
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": "Include special characters in the password", "type": "boolean" }, "include_uppercase": { "description": "Include uppercase alphabets in the password", "type": "boolean" }, "length": { "description": "The length of the password", "type": "integer" } }, "required": [ "length" ], "type": "object" }
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": { ".*": { "type": "string" } }, "properties": { "basic": { "type": "string" } }, "required": [ "basic" ] } }, "description": "The sub-headline(s) for the content.", "title": "Sub-Headlines", "type": "object" }
wp_91_Normalized
{ "additionalProperties": false, "properties": { "data": { "additionalProperties": true, "properties": { "schema": { "_format": "url", "type": "string" } }, "required": [ "schema" ], "type": "object" }, "eventId": { "_format": "", "type": "string" }, "followsFrom": { "type": "string" }, "origin": { "type": "string" }, "schema": { "type": "string" }, "timeIngest": { "_format": "date-time", "type": "string" }, "timeOrigin": { "_format": "date-time", "type": "string" }, "timeProcess": { "_format": "date-time", "type": "string" } }, "required": [ "schema", "origin", "timeOrigin", "data", "eventId", "timeIngest", "timeProcess" ], "self": { "format": "jsonschema", "name": "retail-stream-egress", "vendor": "com.nordstrom", "version": "1-0-0" }, "type": "object" }
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" }, "product": { "description": "The name of the product", "type": "string" }, "quantity": { "description": "The quantity of the product", "type": "integer" } }, "required": [ "product", "quantity", "price" ], "type": "object" }, "type": "array" }, "tax_rate": { "description": "The tax rate in percentage", "type": "number" } }, "required": [ "customer_name", "items" ], "type": "object" }
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": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": "string" }, "data": { "additionalProperties": { "_format": "byte", "type": "string" }, "description": "Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "type": "object" }, "immutable": { "description": "Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. This is an alpha field enabled by ImmutableEphemeralVolumes feature gate.", "type": "boolean" }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "Secret" ], "type": "string" }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "stringData": { "additionalProperties": { "type": "string" }, "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.", "type": "object" }, "type": { "description": "Used to facilitate programmatic handling of secret data.", "type": "string" } }, "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "Secret", "version": "v1" } ] }, "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 always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": { "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "continue": { "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.", "type": "string" }, "remainingItemCount": { "_format": "int64", "description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.", "type": "integer" }, "resourceVersion": { "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", "type": "object" }, "clusterName": { "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", "type": "string" }, "creationTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "_format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "type": "integer" }, "deletionTimestamp": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "_format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object" }, "https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": { "_format": "date-time", "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string" } }, "description": "SecretList is a list of Secret.", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", "type": [ "string", "null" ] }, "items": { "description": "Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_Secret" }, "type": [ "array", "null" ] }, "kind": { "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "enum": [ "SecretList" ], "type": [ "string", "null" ] }, "metadata": { "$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, "required": [ "items" ], "type": "object", "x-kubernetes-group-version-kind": [ { "group": "", "kind": "SecretList", "version": "v1" } ] }
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, "properties": { "facet_values": { "description": "Possible facet_values to show for non-dynamic select facets. All values are shown regardless of the search.", "$ref": "#/definitions/guid_list" }, "parent": { "description": "The facet_group this facet belongs to.", "$ref": "#/definitions/guid_list", "maxItems": 1 } } }, "previous_version": { "type": "string" } }, "definitions": { "guid": { "type": "string", "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$" }, "guid_list": { "type": "array", "items": { "$ref": "#/definitions/guid" }, "_uniqueItems": true } } }
o21205
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "generator": { "type": "object", "additionalProperties": false, "required": ["name"], "properties": { "name": { "enum": ["CSharp", "TsInterfaceFromDto"] }, "options": { "description": "Generators are loosely coupled. Options are passed as a string dictionary. Only strings here sorry.", "type": "object", "additionalProperties": { "type": "string" } } } } }, "description": "A configuration file for Queryfirst (https://queryfirst.net), named qfconfig.json", "id": "https://json.schemastore.org/qfconfig.json", "properties": { "defaultConnection": { "type": "string" }, "provider": { "enum": [ "Microsoft.Data.SqlClient", "MySql.Data.MySqlClient", "Npgsql", "System.Data.SqlClient" ] }, "generators": { "type": "array", "items": { "$ref": "#/definitions/generator" } }, "connectEditor2DB": { "type": "boolean" }, "helperAssemblies": { "type": "array", "items": { "type": "string" } }, "makeSelfTest": { "type": "boolean", "description": "Should QueryFirst add a selfTest method to the generated code? You will need add xunit and QueryFirst.CoreLib nugets to your project." }, "repoSuffix": { "type": "string", "description": "Suffix to append to the query base name to get the generated repository class name" }, "dtoSuffix": { "type": "string", "description": "Suffix to append to the query base name to get the result class name" } }, "type": "object" }
qfconfig
{ "additionalProperties": false, "description": "Schema for Vero email sent", "properties": { "campaign": { "properties": { "id": { "maxLength": 255, "type": [ "string", "null" ] }, "name": { "maxLength": 255, "type": [ "string", "null" ] }, "permalink": { "maxLength": 255, "type": [ "string", "null" ] }, "subject": { "maxLength": 255, "type": [ "string", "null" ] }, "tags": { "maxLength": 255, "type": [ "string", "null" ] }, "trigger-event": { "maxLength": 255, "type": [ "string", "null" ] }, "type": { "maxLength": 255, "type": [ "string", "null" ] }, "variation": { "maxLength": 255, "type": [ "string", "null" ] } }, "type": "object" }, "event": { "properties": { "data": { "additionalProperties": true, "type": [ "object", "null" ] }, "name": { "maxLength": 255, "type": [ "string", "null" ] }, "triggered_at": { "_format": "date-time", "type": [ "string", "null" ] } }, "type": "object" }, "sent_at": { "_format": "date-time", "type": "string" }, "type": { "maxLength": 255, "type": "string" }, "user": { "properties": { "email": { "_format": "email", "type": [ "string", "null" ] }, "id": { "maxLength": 255, "type": [ "string", "null" ] } }, "type": "object" } }, "self": { "format": "jsonschema", "name": "sent", "vendor": "com.getvero", "version": "1-0-0" }, "type": "object" }
sp_25_Normalized
{ "additionalProperties": true, "properties": { "body": { "additionalProperties": true, "properties": { "group_id": { "_format": "uuid", "type": "string" }, "payload": { "pattern": "^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)$", "type": "string" }, "push_id": { "_format": "uuid", "type": "string" }, "trimmed": { "type": "boolean" } }, "type": "object" }, "id": { "_format": "uuid", "type": "string" }, "occurred": { "_format": "date-time", "type": "string" }, "offset": { "type": "string" }, "processed": { "_format": "date-time", "type": "string" }, "type": { "type": "string" } }, "self": { "format": "jsonschema", "name": "PUSH_BODY", "vendor": "com.urbanairship.connect", "version": "1-0-0" }, "type": "object" }
sp_392_Normalized
{ "anyOf": [ { "properties": { "radius": { "type": "number" }, "shape": { "const": "circle" } }, "required": [ "radius" ] }, { "properties": { "length": { "type": "number" }, "shape": { "const": "rectangle" }, "width": { "type": "number" } }, "required": [ "length", "width" ] }, { "properties": { "base": { "type": "number" }, "height": { "type": "number" }, "shape": { "const": "triangle" } }, "required": [ "base", "height" ] } ], "properties": { "base": { "description": "The base of the triangle (if shape is triangle)", "type": "number" }, "height": { "description": "The height of the triangle (if shape is triangle)", "type": "number" }, "length": { "description": "The length of the rectangle (if shape is rectangle)", "type": "number" }, "radius": { "description": "The radius of the circle (if shape is circle)", "type": "number" }, "shape": { "description": "The shape for which the area should be calculated", "enum": [ "circle", "rectangle", "triangle" ], "type": "string" }, "width": { "description": "The width of the rectangle (if shape is rectangle)", "type": "number" } }, "required": [ "shape" ], "type": "object" }
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", "items": { "type": "string" }, "type": "array" }, "time": { "description": "The time of the meeting", "format": "time", "type": "string" } }, "required": [ "participants", "location", "date", "time" ], "type": "object" }
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": { "description": "Required if App type. The bundle identifier of the app.", "type": "string" }, "DisplayName": { "description": "Human-readable string to be shown to the user.", "type": "string" }, "Pages": { "description": "Optional. An array of dictionaries, each of which must conform to the icon dictionary format.", "type": "array" }, "Type": { "description": "Type of the item to add", "enum": [ "Application", "Folder" ], "type": "string" } }, "type": "object" }, "type": "array" }, "Pages": { "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": { "description": "Required if App type. The bundle identifier of the app.", "type": "string" }, "DisplayName": { "description": "Human-readable string to be shown to the user.", "type": "string" }, "Pages": { "description": "Optional. An array of dictionaries, each of which must conform to the icon dictionary format.", "type": "array" }, "Type": { "description": "Type of the item to add", "enum": [ "Application", "Folder" ], "type": "string" } }, "type": "object" }, "type": "array" }, "PayloadDescription": { "default": "Home Screen Layout", "description": "Description of the payload", "type": "string" }, "PayloadDisplayName": { "default": "Home Screen Layout", "description": "Name of the payload", "type": "string" }, "PayloadIdentifier": { "default": "com.apple.homescreenlayout", "description": "A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier", "type": "string" }, "PayloadOrganization": { "description": "This value describes the issuing organization of the profile, as displayed to the user", "type": "string" }, "PayloadType": { "default": "com.apple.homescreenlayout", "description": "The type of the payload, a reverse dns string", "type": "string" }, "PayloadUUID": { "default": "", "description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)", "pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$", "type": "string" }, "PayloadVersion": { "default": 1, "description": "The version of the whole configuration profile.", "type": "number" } }, "title": "com.apple.homescreenlayout", "type": "object" }
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": [ "a_poseAlignerDebugDraw", "a_poseAlignerEnable", "a_poseAlignerForceLock", "a_poseAlignerForceNoIntersections", "a_poseAlignerForceNoRootOffset", "a_poseAlignerForceTargetSmoothing", "a_poseAlignerForceWeightOne", "ac_ColliderModeAI", "ac_ColliderModePlayer", "ac_debugAnimEffects", "ac_debugAnimTarget", "ac_debugColliderMode", "ac_debugEntityParams", "ac_DebugFilter", "ac_debugLocations", "ac_debugLocationsGraphs", "ac_debugMotionParams", "ac_debugMovementControlMethods", "ac_debugText", "ac_debugXXXValues", "ac_disableSlidingContactEvents", "ac_enableExtraSolidCollider", "ac_entityAnimClamp", "ac_forceSimpleMovement", "ac_frametime", "ac_movementControlMethodFilter", "ac_movementControlMethodHor", "ac_movementControlMethodVer", "ac_templateMCMs", "ac_useMovementPrediction", "ac_useQueuedRotation", "ag_debugExactPos", "ag_defaultAIStance", "ag_travelSpeedSmoothing", "ag_turnAngleSmoothing", "ag_turnSpeedParamScale", "ag_turnSpeedSmoothing", "ai_AdjustPathsAroundDynamicObstacles", "ai_AgentStatsDist", "ai_AllowedToHit", "ai_AllowedToHitPlayer", "ai_AllTime", "ai_AmbientFireEnable", "ai_AmbientFireQuota", "ai_AmbientFireUpdateInterval", "ai_AttemptStraightPath", "ai_BannedNavSoTime", "ai_BeautifyPath", "ai_BubblesSystem", "ai_BubblesSystemAlertnessFilter", "ai_BubblesSystemAllowPrototypeDialogBubbles", "ai_BubblesSystemDecayTime", "ai_BubblesSystemFontSize", "ai_BubblesSystemNameFilter", "ai_BubblesSystemUseDepthTest", "ai_BurstWhileMovingDestinationRange", "ai_CheckWalkabilityOptimalSectionLength", "ai_CodeCoverageMode", "ai_CollisionAvoidanceAgentExtraFat", "ai_CollisionAvoidanceAgentTimeHorizon", "ai_CollisionAvoidanceClampVelocitiesWithNavigationMesh", "ai_CollisionAvoidanceEnableRadiusIncrement", "ai_CollisionAvoidanceMinSpeed", "ai_CollisionAvoidanceObstacleTimeHorizon", "ai_CollisionAvoidancePathEndCutoffRange", "ai_CollisionAvoidanceRadiusIncrementDecreaseRate", "ai_CollisionAvoidanceRadiusIncrementIncreaseRate", "ai_CollisionAvoidanceRange", "ai_CollisionAvoidanceSmartObjectCutoffRange", "ai_CollisionAvoidanceTargetCutoffRange", "ai_CollisionAvoidanceTimestep", "ai_CollisionAvoidanceUpdateVelocities", "ai_CommunicationForceTestVoicePack", "ai_CommunicationManagerHeighThresholdForTargetPosition", "ai_CompatibilityMode", "ai_CoolMissesBoxHeight", "ai_CoolMissesBoxSize", "ai_CoolMissesCooldown", "ai_CoolMissesMaxLightweightEntityMass", "ai_CoolMissesMinMissDistance", "ai_CoolMissesProbability", "ai_CoverExactPositioning", "ai_CoverMaxEyeCount", "ai_CoverPredictTarget", "ai_CoverSpacing", "ai_CoverSystem", "ai_CrouchVisibleRange", "ai_CrowdControlInPathfind", "ai_DebugCheckWalkability", "ai_DebugCheckWalkabilityRadius", "ai_DebugCollisionAvoidanceForceSpeed", "ai_DebugDraw", "ai_DebugDrawAdaptiveUrgency", "ai_DebugDrawAmbientFire", "ai_DebugDrawArrowLabelsVisibilityDistance", "ai_DebugDrawAStarOpenList", "ai_DebugDrawAStarOpenListTime", "ai_DebugDrawBannedNavsos", "ai_DebugDrawCollisionAvoidance", "ai_DebugDrawCollisionAvoidanceAgentName", "ai_DebugDrawCommunication", "ai_DebugDrawCommunicationHistoryDepth", "ai_DebugDrawCoolMisses", "ai_DebugDrawCover", "ai_DebugDrawCoverLocations", "ai_DebugDrawCoverOccupancy", "ai_DebugDrawCoverPlanes", "ai_DebugDrawCoverSampler", "ai_DebugDrawCrowdControl", "ai_DebugDrawDamageControl", "ai_DebugDrawDamageParts", "ai_DebugDrawDynamicCoverSampler", "ai_DebugDrawDynamicHideObjectsRange", "ai_DebugDrawEnabledActors", "ai_DebugDrawEnabledPlayers", "ai_DebugDrawExpensiveAccessoryQuota", "ai_DebugDrawFireCommand", "ai_DebugDrawFlight2", "ai_DebugDrawGroups", "ai_DebugDrawHidespotRange", "ai_DebugDrawHideSpotSearchRays", "ai_DebugDrawLightLevel", "ai_DebugDrawNavigation", "ai_DebugDrawNavigationWorldMonitor", "ai_DebugDrawPhysicsAccess", "ai_DebugDrawPlayerActions", "ai_DebugDrawReinforcements", "ai_DebugDrawStanceSize", "ai_DebugDrawVegetationCollisionDist", "ai_DebugDrawVisionMap", "ai_DebugDrawVisionMapObservables", "ai_DebugDrawVisionMapObservers", "ai_DebugDrawVisionMapObserversFOV", "ai_DebugDrawVisionMapStats", "ai_DebugDrawVisionMapVisibilityChecks", "ai_DebugDrawVolumeVoxels", "ai_DebugGlobalPerceptionScale", "ai_DebugHideSpotName", "ai_DebugInterestSystem", "ai_DebugMovementSystem", "ai_DebugMovementSystemActorRequests", "ai_DebugPathfinding", "ai_DebugPerceptionManager", "ai_DebugRangeSignaling", "ai_DebugSignalTimers", "ai_DebugTacticalPoints", "ai_DebugTacticalPointsBlocked", "ai_DebugTargetSilhouette", "ai_DebugTargetTracksAgent", "ai_DebugTargetTracksConfig", "ai_DebugTargetTracksConfig_Filter", "ai_DebugTargetTracksTarget", "ai_DebugTimestamps", "ai_DebugWalkabilityCache", "ai_DrawAgentFOV", "ai_DrawAgentStats", "ai_DrawAgentStatsGroupFilter", "ai_DrawAreas", "ai_DrawAttentionTargetPositions", "ai_DrawBadAnchors", "ai_DrawBulletEvents", "ai_DrawCollisionEvents", "ai_DrawDistanceLUT", "ai_DrawExplosions", "ai_DrawFakeDamageInd", "ai_DrawFakeHitEffects", "ai_DrawFakeTracers", "ai_DrawFireEffectDecayRange", "ai_DrawFireEffectEnabled", "ai_DrawFireEffectMaxAngle", "ai_DrawFireEffectMinDistance", "ai_DrawFireEffectMinTargetFOV", "ai_DrawFireEffectTimeScale", "ai_DrawFormations", "ai_DrawGetEnclosingFailures", "ai_DrawGoals", "ai_DrawGrenadeEvents", "ai_DrawGroupTactic", "ai_DrawHidespots", "ai_DrawModifiers", "ai_DrawModularBehaviorTreeStatistics", "ai_DrawNode", "ai_DrawNodeLinkCutoff", "ai_DrawNodeLinkType", "ai_DrawOffset", "ai_DrawPath", "ai_DrawPathAdjustment", "ai_DrawPathFollower", "ai_DrawPerceptionDebugging", "ai_DrawPerceptionHandlerModifiers", "ai_DrawPerceptionIndicators", "ai_DrawPerceptionModifiers", "ai_DrawPlayerRanges", "ai_DrawProbableTarget", "ai_DrawRadar", "ai_DrawRadarDist", "ai_DrawReadibilities", "ai_DrawRefPoints", "ai_DrawSelectedTargets", "ai_DrawShooting", "ai_DrawSmartObjects", "ai_DrawSoundEvents", "ai_DrawStats", "ai_DrawTargets", "ai_DrawTrajectory", "ai_DrawType", "ai_DrawUpdate", "ai_DynamicHidespotsEnabled", "ai_EnableCoolMisses", "ai_EnableORCA", "ai_EnablePerceptionStanceVisibleRange", "ai_EnableWarningsErrors", "ai_EnableWaterOcclusion", "ai_ExtraForbiddenRadiusDuringBeautification", "ai_ExtraRadiusDuringBeautification", "ai_ExtraVehicleAvoidanceRadiusBig", "ai_ExtraVehicleAvoidanceRadiusSmall", "ai_FilterAgentName", "ai_FlowNodeAlertnessCheck", "ai_ForceAGAction", "ai_ForceAGSignal", "ai_ForceAllowStrafing", "ai_ForceLookAimTarget", "ai_ForcePosture", "ai_ForceSerializeAllObjects", "ai_ForceStance", "ai_IgnoreBulletRainStimulus", "ai_IgnorePlayer", "ai_IgnoreSoundStimulus", "ai_IgnoreVisibilityChecks", "ai_IgnoreVisualStimulus", "ai_InterestSystem", "ai_InterestSystemCastRays", "ai_IntersectionTesterQuota", "ai_IslandConnectionsSystemProfileMemory", "ai_LobThrowMinAllowedDistanceFromFriends", "ai_LobThrowPercentageOfDistanceToTargetUsedForInaccuracySimulation", "ai_LobThrowTimePredictionForFriendPositions", "ai_LobThrowUseRandomForInaccuracySimulation", "ai_Locate", "ai_LogConsoleVerbosity", "ai_LogFileVerbosity", "ai_LogModularBehaviorTreeExecutionStacks", "ai_LogSignals", "ai_MinActorDynamicObstacleAvoidanceRadius", "ai_MNMAllowDynamicRegenInEditor", "ai_MNMDebugAccessibility", "ai_MNMEditorBackgroundUpdate", "ai_MNMPathfinderConcurrentRequests", "ai_MNMPathFinderDebug", "ai_MNMPathfinderMT", "ai_MNMPathfinderPositionInTrianglePredictionType", "ai_MNMPathFinderQuota", "ai_MNMProfileMemory", "ai_MNMRaycastImplementation", "ai_ModularBehaviorTree", "ai_MovementSystemPathReplanningEnabled", "ai_NavGenThreadJobs", "ai_NavigationSystemMT", "ai_NavmeshStabilizationTimeToUpdate", "ai_NavmeshTileDistanceDraw", "ai_NetworkDebug", "ai_NoUpdate", "ai_ObstacleSizeThreshold", "ai_OutputPersonalLogToConsole", "ai_OverlayMessageDuration", "ai_PathfinderAvoidanceCostForGroupMates", "ai_PathfinderDangerCostForAttentionTarget", "ai_PathfinderDangerCostForExplosives", "ai_PathfinderExplosiveDangerMaxThreatDistance", "ai_PathfinderExplosiveDangerRadius", "ai_PathfinderGroupMatesAvoidanceRadius", "ai_PathfinderUpdateTime", "ai_PathfindTimeLimit", "ai_PathStringPullingIterations", "ai_PlayerAffectedByLight", "ai_PredictivePathFollowing", "ai_ProfileGoals", "ai_ProneVisibleRange", "ai_RayCasterQuota", "ai_RecordCommunicationStats", "ai_Recorder", "ai_Recorder_Auto", "ai_Recorder_Buffer", "ai_RecordLog", "ai_RODAliveTime", "ai_RODAmbientFireInc", "ai_RODCombatRangeMod", "ai_RODCoverFireTimeMod", "ai_RODDirInc", "ai_RODFakeHitChance", "ai_RODKillRangeMod", "ai_RODKillZoneInc", "ai_RODLowHealthMercyTime", "ai_RODMoveInc", "ai_RODReactionDarkIllumInc", "ai_RODReactionDirInc", "ai_RODReactionDistInc", "ai_RODReactionLeanInc", "ai_RODReactionMediumIllumInc", "ai_RODReactionSuperDarkIllumInc", "ai_RODReactionTime", "ai_RODStanceInc", "ai_ShowBehaviorCalls", "ai_SightRangeDarkIllumMod", "ai_SightRangeMediumIllumMod", "ai_SightRangeSuperDarkIllumMod", "ai_SimpleWayptPassability", "ai_SmartPathFollower_decelerationHuman", "ai_SmartPathFollower_decelerationVehicle", "ai_SmartPathFollower_LookAheadPredictionTimeForMovingAlongPathRunAndSprint", "ai_SmartPathFollower_LookAheadPredictionTimeForMovingAlongPathWalk", "ai_SmartPathFollower_useAdvancedPathShortcutting", "ai_SmartPathFollower_useAdvancedPathShortcutting_debug", "ai_SOMSpeedCombat", "ai_SOMSpeedRelaxed", "ai_SoundPerception", "ai_StatsDisplayMode", "ai_StatsTarget", "ai_SteepSlopeAcrossValue", "ai_SteepSlopeUpValue", "ai_SystemUpdate", "ai_TacticalPointsDebugDrawMode", "ai_TacticalPointsDebugFadeMode", "ai_TacticalPointsDebugScaling", "ai_TacticalPointsDebugTime", "ai_TacticalPointsWarnings", "ai_TacticalPointUpdateTime", "ai_TargetTracking", "ai_TargetTracks_GlobalTargetLimit", "ai_UpdateAllAlways", "ai_UpdateInterval", "ai_UpdateProxy", "ai_UseCalculationStopperCounter", "ai_UseSimplePathfindingHeuristic", "ai_UseSmartPathFollower", "ai_UseSmartPathFollower_AABB_based", "ai_UseSmartPathFollower_LookAheadDistance", "ai_VisionMapNumberOfPVSUpdatesPerFrame", "ai_VisionMapNumberOfVisibilityUpdatesPerFrame", "ai_WaterOcclusion", "ban_timeout", "br_breakmaxworldsize", "br_breakworldoffsetx", "br_breakworldoffsety", "c_shakeMult", "ca_AllowMultipleEffectsOfSameName", "ca_AnimWarningLevel", "ca_ApplyJointVelocitiesMode", "ca_AttachmentCullingRation", "ca_AttachmentCullingRationMP", "ca_AttachmentMergingMemoryBudget", "ca_AttachmentTextureMemoryBudget", "ca_CharEditModel", "ca_cloth_air_resistance", "ca_cloth_damping", "ca_cloth_friction", "ca_cloth_max_safe_step", "ca_cloth_max_timestep", "ca_cloth_stiffness", "ca_cloth_stiffness_norm", "ca_cloth_stiffness_tang", "ca_cloth_thickness", "ca_cloth_vars_reset", "ca_ClothBlending", "ca_ClothBypassSimulation", "ca_ClothMaxChars", "ca_DBAUnloadRemoveTime", "ca_DBAUnloadUnregisterTime", "ca_DeathBlendTime", "ca_DebugADIKTargets", "ca_DebugAnimationStreaming", "ca_DebugAnimMemTracking", "ca_DebugAnimUpdates", "ca_DebugAnimUsage", "ca_DebugAnimUsageOnFileAccess", "ca_DebugCommandBuffer", "ca_DebugCriticalErrors", "ca_DebugFacial", "ca_DebugFacialEyes", "ca_DebugModelCache", "ca_DebugSegmentation", "ca_DebugSkeletonEffects", "ca_DebugSWSkinning", "ca_DecalSizeMultiplier", "ca_disable_thread", "ca_DisableAnimationUnloading", "ca_DisableAuxPhysics", "ca_DrawAimIKVEGrid", "ca_DrawAimPoses", "ca_DrawAllSimulatedSockets", "ca_DrawAttachmentOBB", "ca_DrawAttachmentProjection", "ca_DrawAttachments", "ca_DrawAttachmentsMergedForShadows", "ca_DrawBaseMesh", "ca_DrawBBox", "ca_DrawBinormals", "ca_DrawCC", "ca_DrawCGA", "ca_DrawCHR", "ca_DrawCloth", "ca_DrawDecalsBBoxes", "ca_DrawEmptyAttachments", "ca_DrawLocator", "ca_DrawLookIK", "ca_DrawNormals", "ca_DrawPose", "ca_DrawPositionPost", "ca_DrawSkeleton", "ca_DrawTangents", "ca_DrawVEGInfo", "ca_DrawWireframe", "ca_DumpUsedAnims", "ca_eyes_procedural", "ca_FacialAnimationRadius", "ca_FilterJoints", "ca_ForceUpdateSkeletons", "ca_KeepModels", "ca_lipsync_debug", "ca_lipsync_phoneme_crossfade", "ca_lipsync_phoneme_offset", "ca_lipsync_phoneme_strength", "ca_lipsync_vertex_drag", "ca_LoadUncompressedChunks", "ca_LockFeetWithIK", "ca_MemoryDefragEnabled", "ca_MemoryDefragPoolSize", "ca_MemoryUsageLog", "ca_MinInPlaceCAFStreamSize", "ca_MotionBlurMovementThreshold", "ca_NoAnim", "ca_ParametricPoolSize", "ca_physicsProcessImpact", "ca_PrecacheAnimationSets", "ca_PreloadAllCAFs", "ca_ReloadAllCHRPARAMS", "ca_SampleQuatHemisphereFromCurrentPose", "ca_SaveAABB", "ca_SerializeSkeletonAnim", "ca_SnapToVGrid", "ca_StoreAnimNamesOnLoad", "ca_StreamCHR", "ca_StreamDBAInPlace", "ca_thread", "ca_thread0Affinity", "ca_thread1Affinity", "ca_UnloadAnimationCAF", "ca_UnloadAnimationDBA", "ca_useADIKTargets", "ca_UseAimIK", "ca_UseAssetDefinedLod", "ca_UseDecals", "ca_UseFacialAnimation", "ca_UseIMG_AIM", "ca_UseIMG_CAF", "ca_UseJointMasking", "ca_UseLookIK", "ca_UseMorph", "ca_UsePhysics", "ca_UseRecoil", "ca_UseScaling", "ca_vaBlendCullingDebug", "ca_vaBlendCullingThreshold", "ca_vaBlendEnable", "ca_vaBlendPostSkinning", "ca_vaEnable", "ca_Validate", "ca_vaProfile", "ca_vaScaleFactor", "ca_vaSkipVertexAnimationLOD", "ca_vaUpdateTangents", "capture_file_format", "capture_file_name", "capture_file_prefix", "capture_folder", "capture_frame_once", "capture_frames", "cl_AISystem", "cl_bandwidth", "cl_camera_noise", "cl_camera_noise_freq", "cl_comment", "cl_DefaultNearPlane", "cl_DisableHUDText", "cl_ETColorOverrideB", "cl_ETColorOverrideEnable", "cl_ETColorOverrideG", "cl_ETColorOverrideR", "cl_ETFontSizeMultiplier", "cl_ETHideAIDebug", "cl_ETHideAll", "cl_ETHideBehaviour", "cl_ETHideFlowgraph", "cl_ETHideReadability", "cl_ETHideScriptBind", "cl_ETLog", "cl_ETMaxDisplayDistance", "cl_nickname", "cl_packetRate", "cl_serveraddr", "cl_serverpassword", "cl_serverport", "cl_tokenid", "cl_useCurrentUserNameAsDefault", "cl_ViewApplyHmdOffset", "cl_ViewSystemDebug", "cl_voice_recording", "cl_voice_volume", "co_coopAnimDebug", "co_slideWhileStreaming", "co_usenewcoopanimsystem", "con_debug", "con_display_last_messages", "con_line_buffer_size", "con_restricted", "con_showonload", "connect_repeatedly_num_attempts", "connect_repeatedly_time_between_attempts", "cvDoVerboseWindowTitle", "d3d11_CBUpdateStats", "d3d11_debugBreakOnce", "d3d11_debugBreakOnMsgID", "d3d11_debugMuteMsgID", "d3d11_debugMuteSeverity", "d3d11_forcedFeatureLevel", "d3d11_preventDriverThreading", "demo_ai", "demo_file", "demo_finish_cmd", "demo_finish_memreplay_sizer", "demo_finish_memreplay_stop", "demo_fixed_timestep", "demo_game_state", "demo_max_frames", "demo_noinfo", "demo_num_orientations", "demo_num_runs", "demo_panoramic", "demo_profile", "demo_quit", "demo_restart_level", "demo_save_every_frame", "demo_savestats", "demo_screenshot_frame", "demo_scroll_pause", "demo_time_of_day", "demo_use_hmd_rotation", "demo_vtune", "dlc_directory", "doc_use_subfolder_for_crash_backup", "doc_validate_surface_types", "drs_dataPath", "drs_dialogAudio", "drs_dialogBinaryFileFormat", "drs_dialogEntityRtpcName", "drs_dialogGlobalRtpcName", "drs_dialogsDefaultMaxQueueTime", "drs_dialogsDefaultPauseAfterLines", "drs_dialogsDefaultTalkAnimation", "drs_dialogsLipsyncAnimationLayer", "drs_dialogsLipsyncTransitionTime", "drs_dialogsSamePriorityCancels", "drs_dialogSubtitles", "drs_fileFormat", "drs_loggingOptions", "ds_AutoReloadScripts", "ds_LevelNameOverride", "ds_LoadExcelScripts", "ds_LoadSoundsSync", "ds_LogLevel", "ds_PrecacheSounds", "ds_WarnOnMissingLoc", "e_3dEngineLogAlways", "e_3dEngineTempPoolSize", "e_AutoPrecacheCameraJumpDist", "e_AutoPrecacheCgf", "e_AutoPrecacheTerrainAndProcVeget", "e_AutoPrecacheTexturesAndShaders", "e_BBoxes", "e_Brushes", "e_BrushUseTerrainColor", "e_CacheNearestCubePicking", "e_CameraFreeze", "e_CameraGoto", "e_CameraRotationSpeed", "e_CGFMaxFileSize", "e_CharLodMin", "e_CheckOcclusion", "e_CheckOcclusionOutputQueueSize", "e_CheckOcclusionQueueSize", "e_CheckOctreeObjectsBoxSize", "e_Clouds", "e_CoverageBuffer", "e_CoverageBufferAABBExpand", "e_CoverageBufferBias", "e_CoverageBufferCullIndividualBrushesMaxNodeSize", "e_CoverageBufferDebug", "e_CoverageBufferDebugFreeze", "e_CoverageBufferDrawOccluders", "e_CoverageBufferEarlyOut", "e_CoverageBufferEarlyOutDelay", "e_CoverageBufferOccludersViewDistRatio", "e_CoverageBufferRastPolyLimit", "e_CoverageBufferReproj", "e_CoverageBufferShowOccluder", "e_CoverageBufferTerrain", "e_CoverageBufferTerrainExpand", "e_CoverCgfDebug", "e_CullVegActivation", "e_DebugDraw", "e_DebugDrawFilter", "e_DebugDrawListBBoxIndex", "e_DebugDrawListFilter", "e_DebugDrawListSize", "e_DebugDrawShowOnlyCompound", "e_DebugDrawShowOnlyLod", "e_DebugGeomPrep", "e_DebugLights", "e_Decals", "e_DecalsAllowGameDecals", "e_DecalsClip", "e_DecalsDeferredDynamic", "e_DecalsDeferredDynamicDepthScale", "e_DecalsDeferredDynamicMinSize", "e_DecalsDeferredStatic", "e_DecalsForceDeferred", "e_DecalsHitCache", "e_DecalsLifeTimeScale", "e_DecalsMaxTrisInObject", "e_DecalsMaxUpdatesPerFrame", "e_DecalsMaxValidFrames", "e_DecalsMerge", "e_DecalsNeighborMaxLifeTime", "e_DecalsOverlapping", "e_DecalsPlacementTestAreaSize", "e_DecalsPlacementTestMinDepth", "e_DecalsPreCreate", "e_DecalsRange", "e_DecalsScissor", "e_DefaultMaterial", "e_DeferredPhysicsEvents", "e_DeformableObjects", "e_DisplayMemoryUsageIcon", "e_DynamicDistanceShadows", "e_DynamicLights", "e_DynamicLightsConsistentSortOrder", "e_DynamicLightsForceDeferred", "e_DynamicLightsFrameIdVisTest", "e_DynamicLightsMaxCount", "e_DynamicLightsMaxEntityLights", "e_Entities", "e_EntitySuppressionLevel", "e_Fog", "e_FogVolumes", "e_FoliageBranchesDamping", "e_FoliageBranchesStiffness", "e_FoliageBranchesTimeout", "e_FoliageBrokenBranchesDamping", "e_FoliageStiffness", "e_FoliageWindActivationDist", "e_ForceDetailLevelForScreenRes", "e_GeomCacheBufferSize", "e_GeomCacheDebug", "e_GeomCacheDebugDrawMode", "e_GeomCacheDebugFilter", "e_GeomCacheDecodeAheadTime", "e_GeomCacheLerpBetweenFrames", "e_GeomCacheMaxBufferAheadTime", "e_GeomCacheMaxPlaybackFromMemorySize", "e_GeomCacheMinBufferAheadTime", "e_GeomCachePreferredDiskRequestSize", "e_GeomCaches", "e_GI", "e_GsmCastFromTerrain", "e_GsmDepthBoundsDebug", "e_GsmLodsNum", "e_GsmRange", "e_GsmRangeStep", "e_GsmStats", "e_HwOcclusionCullingWater", "e_JointStrengthScale", "e_levelStartupFrameDelay", "e_levelStartupFrameNum", "e_LightVolumes", "e_LightVolumesDebug", "e_LodCompMaxSize", "e_LodFaceArea", "e_LodFaceAreaTargetSize", "e_LodMax", "e_LodMin", "e_LodMinTtris", "e_LodRatio", "e_Lods", "e_LodsForceUse", "e_LodTransitionSpriteDistRatio", "e_LodTransitionSpriteMinDist", "e_LodTransitionTime", "e_MaxDrawCalls", "e_MaxViewDistance", "e_MaxViewDistFullDistCamHeight", "e_MaxViewDistSpecLerp", "e_MergedMeshes", "e_MergedMeshesActiveDist", "e_MergedMeshesBulletLifetime", "e_MergedMeshesBulletScale", "e_MergedMeshesBulletSpeedFactor", "e_MergedMeshesClusterVisualization", "e_MergedMeshesClusterVisualizationDimension", "e_MergedMeshesDebug", "e_MergedMeshesDeformViewDistMod", "e_MergedMeshesInstanceDist", "e_MergedMeshesLodRatio", "e_MergedMeshesMaxTriangles", "e_MergedMeshesOutdoorOnly", "e_MergedMeshesPool", "e_MergedMeshesPoolSpines", "e_MergedMeshesTesselationSupport", "e_MergedMeshesUseSpines", "e_MergedMeshesViewDistRatio", "e_ObjectLayersActivation", "e_ObjectLayersActivationPhysics", "e_Objects", "e_ObjectsTreeBBoxes", "e_ObjectsTreeNodeMinSize", "e_ObjectsTreeNodeSizeRatio", "e_ObjFastRegister", "e_ObjQuality", "e_ObjShadowCastSpec", "e_ObjStats", "e_OcclusionCullingViewDistRatio", "e_OcclusionLazyHideFrames", "e_OcclusionVolumes", "e_OcclusionVolumesViewDistRatio", "e_OnDemandMaxSize", "e_OnDemandPhysics", "e_Particles", "e_ParticlesAllowRuntimeLoad", "e_ParticlesAnimBlend", "e_ParticlesAudio", "e_ParticlesConvertPfx1", "e_ParticlesCullAgainstOcclusionBuffer", "e_ParticlesCullAgainstViewFrustum", "e_ParticlesDebug", "e_ParticlesDumpMemoryAfterMapLoad", "e_ParticlesForceSeed", "e_ParticlesGI", "e_ParticleShadowsNumGSMs", "e_ParticlesIndexPoolSize", "e_ParticlesLightMinColorThreshold", "e_ParticlesLightMinRadiusThreshold", "e_ParticlesLights", "e_ParticlesLightsViewDistRatio", "e_ParticlesLod", "e_ParticlesMaxDrawScreen", "e_ParticlesMaxScreenFill", "e_ParticlesMinDrawAlpha", "e_ParticlesMinDrawPixels", "e_ParticlesMinPhysicsDynamicBounds", "e_ParticlesMotionBlur", "e_ParticlesObjectCollisions", "e_ParticlesPoolSize", "e_ParticlesPreload", "e_ParticlesProfile", "e_ParticlesProfiler", "e_ParticlesProfilerCountBudget", "e_ParticlesProfilerOutputFolder", "e_ParticlesProfilerOutputName", "e_ParticlesProfilerTimingBudget", "e_ParticlesQuality", "e_ParticlesSerializeNamedFields", "e_ParticlesShadows", "e_ParticlesSoftIntersect", "e_ParticlesSortQuality", "e_ParticlesThread", "e_ParticlesUseLevelSpecificLibs", "e_ParticlesVertexPoolSize", "e_PermanentRenderObjects", "e_PhysFoliage", "e_PhysMinCellSize", "e_PhysOceanCell", "e_PhysProxyTriLimit", "e_Portals", "e_PortalsBigEntitiesFix", "e_PortalsBlend", "e_PortalsMaxRecursion", "e_PrecacheLevel", "e_PreloadDecals", "e_PreloadMaterials", "e_PrepareDeformableObjectsAtLoadTime", "e_ProcVegetation", "e_ProcVegetationMaxCacheLevels", "e_ProcVegetationMaxChunksInCache", "e_ProcVegetationMaxObjectsInChunk", "e_ProcVegetationMaxSectorsInCache", "e_ProcVegetationMaxViewDistance", "e_Recursion", "e_RecursionViewDistRatio", "e_Render", "e_RenderMeshCollisionTolerance", "e_RenderMeshUpdateAsync", "e_RNTmpDataPoolMaxFrames", "e_Roads", "e_Ropes", "e_ScissorDebug", "e_ScreenShot", "e_ScreenShotDebug", "e_ScreenShotFileFormat", "e_ScreenShotHeight", "e_ScreenShotMapCamHeight", "e_ScreenShotMapCenterX", "e_ScreenShotMapCenterY", "e_ScreenShotMapOrientation", "e_ScreenShotMapSizeX", "e_ScreenShotMapSizeY", "e_ScreenShotMinSlices", "e_ScreenShotQuality", "e_ScreenShotWidth", "e_Shadows", "e_ShadowsAdaptScale", "e_ShadowsBlendCascades", "e_ShadowsBlendCascadesVal", "e_ShadowsCacheObjectLod", "e_ShadowsCacheRenderCharacters", "e_ShadowsCacheUpdate", "e_ShadowsCascadesCentered", "e_ShadowsCascadesDebug", "e_ShadowsCastViewDistRatio", "e_ShadowsCastViewDistRatioLights", "e_ShadowsClouds", "e_ShadowsConstBias", "e_ShadowsConstBiasHQ", "e_ShadowsDebug", "e_ShadowsFrustums", "e_ShadowsLodBiasFixed", "e_ShadowsLodBiasInvis", "e_ShadowsMasksLimit", "e_ShadowsMaxTexRes", "e_ShadowsPerObject", "e_ShadowsPerObjectResolutionScale", "e_ShadowsPoolSize", "e_ShadowsResScale", "e_ShadowsSlopeBias", "e_ShadowsSlopeBiasHQ", "e_ShadowsTessellateCascades", "e_ShadowsTessellateDLights", "e_ShadowsUpdateViewDistRatio", "e_SkyBox", "e_SkyQuality", "e_SkyType", "e_SkyUpdateRate", "e_Sleep", "e_SQTestBegin", "e_SQTestCount", "e_SQTestDelay", "e_SQTestDistance", "e_SQTestExitOnFinish", "e_SQTestMip", "e_SQTestMoveSpeed", "e_SQTestTextureName", "e_StaticInstancing", "e_StaticInstancingMinInstNum", "e_StatObjBufferRenderTasks", "e_StatObjMerge", "e_StatObjMergeMaxTrisPerDrawCall", "e_StatObjPreload", "e_StatObjRenderFilter", "e_StatObjRenderFilterMode", "e_StatObjStoreMesh", "e_StatObjTessellationMode", "e_StatObjValidate", "e_StatoscopeAllowFpsOverride", "e_StatoscopeConnectTimeout", "e_StatoscopeCreateLogFilePerLevel", "e_StatoscopeDataGroups", "e_StatoscopeDumpAll", "e_StatoscopeEnabled", "e_StatoscopeFilenameUseBuildInfo", "e_StatoscopeFilenameUseDatagroups", "e_StatoscopeFilenameUseMap", "e_StatoscopeFilenameUseTag", "e_StatoscopeFilenameUseTime", "e_StatoscopeIvDataGroups", "e_StatoscopeLogDestination", "e_StatoscopeMaxNumFuncsPerFrame", "e_StatoscopeMinFuncLengthMs", "e_StatoscopeScreenCapWhenGPULimited", "e_StatoscopeScreenshotCapturePeriod", "e_StatoscopeWriteTimeout", "e_StreamAutoMipFactorMax", "e_StreamAutoMipFactorMaxDVD", "e_StreamAutoMipFactorMin", "e_StreamAutoMipFactorSpeedThreshold", "e_StreamCgf", "e_StreamCgfDebug", "e_StreamCgfDebugFilter", "e_StreamCgfDebugHeatMap", "e_StreamCgfDebugMinObjSize", "e_StreamCgfFastUpdateMaxDistance", "e_StreamCgfGridUpdateDistance", "e_StreamCgfMaxNewTasksPerUpdate", "e_StreamCgfMaxTasksInProgress", "e_StreamCgfPoolSize", "e_StreamCgfUpdatePerNodeDistance", "e_StreamCgfVisObjPriority", "e_StreamInstances", "e_StreamInstancesDistRatio", "e_StreamInstancesMaxTasks", "e_StreamPredictionAhead", "e_StreamPredictionAheadDebug", "e_StreamPredictionAlwaysIncludeOutside", "e_StreamPredictionBoxRadius", "e_StreamPredictionDistanceFar", "e_StreamPredictionDistanceNear", "e_StreamPredictionMaxVisAreaRecursion", "e_StreamPredictionMinFarZoneDistance", "e_StreamPredictionMinReportDistance", "e_StreamPredictionTexelDensity", "e_StreamPredictionUpdateTimeSlice", "e_StreamSaveStartupResultsIntoXML", "e_Sun", "e_SunAngleSnapDot", "e_SunAngleSnapSec", "e_svoDebug", "e_svoDispatchX", "e_svoDispatchY", "e_svoDVR", "e_svoDVR_DistRatio", "e_svoEnabled", "e_svoLoadTree", "e_svoMaxAreaMeshSizeKB", "e_svoMaxAreaSize", "e_svoMaxBricksOnCPU", "e_svoMaxBrickUpdates", "e_svoMaxNodeSize", "e_svoMaxStreamRequests", "e_svoMinNodeSize", "e_svoRender", "e_svoRootSize", "e_svoTI_Active", "e_svoTI_AnalyticalGI", "e_svoTI_AnalyticalOccluders", "e_svoTI_AnalyticalOccludersRange", "e_svoTI_AnalyticalOccludersSoftness", "e_svoTI_Apply", "e_svoTI_AsyncCompute", "e_svoTI_ConeMaxLength", "e_svoTI_ConstantAmbientDebug", "e_svoTI_Diffuse_Cache", "e_svoTI_Diffuse_Spr", "e_svoTI_DiffuseAmplifier", "e_svoTI_DiffuseBias", "e_svoTI_DiffuseConeWidth", "e_svoTI_DualTracing", "e_svoTI_DynLights", "e_svoTI_EmissiveMultiplier", "e_svoTI_ForceGIForAllLights", "e_svoTI_GsmCascadeLod", "e_svoTI_HalfresKernelPrimary", "e_svoTI_HalfresKernelSecondary", "e_svoTI_HighGlossOcclusion", "e_svoTI_InjectionMultiplier", "e_svoTI_IntegrationMode", "e_svoTI_LowSpecMode", "e_svoTI_MinReflectance", "e_svoTI_MinVoxelOpacity", "e_svoTI_NumberOfBounces", "e_svoTI_ObjectsLod", "e_svoTI_ObjectsMaxViewDistance", "e_svoTI_PointLightsMultiplier", "e_svoTI_PortalsDeform", "e_svoTI_PortalsInject", "e_svoTI_PropagationBooster", "e_svoTI_Reflect_Vox_Max", "e_svoTI_Reflect_Vox_Max_Overhead", "e_svoTI_Reflect_Vox_MaxEdit", "e_svoTI_ResScaleAir", "e_svoTI_ResScaleBase", "e_svoTI_RsmConeMaxLength", "e_svoTI_RsmUseColors", "e_svoTI_RT_MaxDist", "e_svoTI_Saturation", "e_svoTI_Shadow_Sev", "e_svoTI_SkipNonGILights", "e_svoTI_SkyColorMultiplier", "e_svoTI_SkyLightBottomMultiplier", "e_svoTI_Specular_FromDiff", "e_svoTI_Specular_Reproj", "e_svoTI_Specular_Sev", "e_svoTI_SpecularAmplifier", "e_svoTI_SSAOAmount", "e_svoTI_SSDepthTrace", "e_svoTI_SunRSMInject", "e_svoTI_TemporalFilteringBase", "e_svoTI_ThreadAffinity0", "e_svoTI_ThreadAffinity1", "e_svoTI_TraceVoxels", "e_svoTI_TranslucentBrightness", "e_svoTI_Troposphere_Active", "e_svoTI_Troposphere_Brightness", "e_svoTI_Troposphere_CloudGen_Freq", "e_svoTI_Troposphere_CloudGen_FreqStep", "e_svoTI_Troposphere_CloudGen_Height", "e_svoTI_Troposphere_CloudGen_Scale", "e_svoTI_Troposphere_CloudGenTurb_Freq", "e_svoTI_Troposphere_CloudGenTurb_Scale", "e_svoTI_Troposphere_Density", "e_svoTI_Troposphere_Ground_Height", "e_svoTI_Troposphere_Layer0_Dens", "e_svoTI_Troposphere_Layer0_Height", "e_svoTI_Troposphere_Layer0_Rand", "e_svoTI_Troposphere_Layer1_Dens", "e_svoTI_Troposphere_Layer1_Height", "e_svoTI_Troposphere_Layer1_Rand", "e_svoTI_Troposphere_Snow_Height", "e_svoTI_Troposphere_Subdivide", "e_svoTI_UpdateGeometry", "e_svoTI_UpdateLighting", "e_svoTI_UseLightProbes", "e_svoTI_UseTODSkyColor", "e_svoTI_VegetationMaxOpacity", "e_svoTI_VoxelizaionLODRatio", "e_svoTI_VoxelizaionPostpone", "e_svoTI_VoxelizeHiddenObjects", "e_svoTI_VoxelizeUnderTerrain", "e_svoTI_VoxelOpacityMultiplier", "e_svoVoxDistRatio", "e_svoVoxelPoolResolution", "e_svoVoxGenRes", "e_svoVoxNodeRatio", "e_Terrain", "e_TerrainBBoxes", "e_TerrainDeformations", "e_TerrainDetailMaterials", "e_TerrainDetailMaterialsDebug", "e_TerrainDetailMaterialsViewDistXY", "e_TerrainDetailMaterialsViewDistZ", "e_TerrainDrawThisSectorOnly", "e_TerrainIntegrateObjectsMaxHeight", "e_TerrainIntegrateObjectsMaxVertices", "e_TerrainLodDistRatio", "e_TerrainLodRatio", "e_TerrainLodRatioHolesMin", "e_TerrainMeshInstancingMinLod", "e_TerrainMeshInstancingShadowBias", "e_TerrainMeshInstancingShadowLodRatio", "e_TerrainOcclusionCulling", "e_TerrainOcclusionCullingDebug", "e_TerrainOcclusionCullingMaxDist", "e_TerrainOcclusionCullingMaxSteps", "e_TerrainOcclusionCullingPrecision", "e_TerrainOcclusionCullingPrecisionDistRatio", "e_TerrainOcclusionCullingStepSize", "e_TerrainOcclusionCullingStepSizeDelta", "e_TerrainTextureLodRatio", "e_TerrainTextureStreamingDebug", "e_TerrainTextureStreamingPoolItemsNum", "e_Tessellation", "e_TessellationMaxDistance", "e_TimeOfDay", "e_TimeOfDayDebug", "e_TimeOfDaySpeed", "e_UseConsoleMtl", "e_Vegetation", "e_VegetationBending", "e_VegetationBillboards", "e_VegetationBoneInfo", "e_VegetationMinSize", "e_VegetationSprites", "e_VegetationSpritesBatching", "e_VegetationSpritesDistanceCustomRatioMin", "e_VegetationSpritesDistanceRatio", "e_VegetationSpritesMinDistance", "e_VegetationSpritesScaleFactor", "e_VegetationUseTerrainColor", "e_VegetationUseTerrainColorDistance", "e_ViewDistCompMaxSize", "e_ViewDistMin", "e_ViewDistRatio", "e_ViewDistRatioCustom", "e_ViewDistRatioDetail", "e_ViewDistRatioLights", "e_ViewDistRatioPortals", "e_ViewDistRatioVegetation", "e_VolObjShadowStrength", "e_VolumetricFog", "e_WaterOcean", "e_WaterOceanBottom", "e_WaterOceanFFT", "e_WaterRipplesDebug", "e_WaterTessellationAmount", "e_WaterTessellationAmountX", "e_WaterTessellationAmountY", "e_WaterTessellationSwathWidth", "e_WaterVolumes", "e_WaterWaves", "e_WaterWavesTessellationAmount", "e_Wind", "e_WindAreas", "e_WindBendingAreaStrength", "e_WindBendingDistRatio", "e_WindBendingStrength", "ed_enableAssetPickers", "ed_indexfiles", "ed_keepEditorActive", "ed_killmemory_size", "ed_logFileChanges", "ed_PhysToolHitExplPress0", "ed_PhysToolHitExplPress1", "ed_PhysToolHitExplR", "ed_PhysToolHitProjMass", "ed_PhysToolHitProjVel0", "ed_PhysToolHitProjVel1", "ed_PhysToolHitVelMax", "ed_PhysToolHitVelMin", "ed_useDevManager", "es_bboxes", "es_CharZOffsetSpeed", "es_DebrisLifetimeScale", "es_debug", "es_debug_not_seen_timeout", "es_debugContainers", "es_debugDrawEntityIDs", "es_debugEntityLifetime", "es_DebugEntityUsage", "es_DebugEntityUsageFilter", "es_DebugEntityUsageSortMode", "es_DebugEvents", "es_DebugFindEntity", "es_DebugTimers", "es_DisableTriggers", "es_DrawAreaDebug", "es_DrawAreaGrid", "es_DrawAreaGridCells", "es_DrawAreas", "es_DrawAudioProxyZRay", "es_DrawProximityTriggers", "es_enable_full_script_save", "es_EntityUpdatePosDelta", "es_FarPhysTimeout", "es_helpers", "es_HitCharacters", "es_HitDeadBodies", "es_ImpulseScale", "es_LayerDebugInfo", "es_LayerSaveLoadSerialization", "es_log_collisions", "es_MaxImpulseAdjMass", "es_MaxJointFx", "es_MaxPhysDist", "es_MaxPhysDistCloth", "es_MaxPhysDistInvisible", "es_MinImpulseVel", "es_not_seen_timeout", "es_profileentities", "es_removeEntity", "es_SaveLoadUseLUANoSaveFlag", "es_SortUpdatesByClass", "es_SplashThreshold", "es_SplashTimeout", "es_UpdateAI", "es_UpdateCollision", "es_UpdateCollisionScript", "es_UpdateContainer", "es_UpdateEntities", "es_UpdatePhysics", "es_UpdateScript", "es_UpdateTimer", "es_UsePhysVisibilityChecks", "es_VisCheckForUpdate", "ExitOnQuit", "ffs_debug", "fg_abortOnLoadError", "fg_debugmodules", "fg_debugmodules_filter", "fg_iDebugNextStep", "fg_iEnableFlowgraphNodeDebugging", "fg_inspectorLog", "fg_noDebugText", "fg_profile", "fg_SystemEnable", "g_aimdebug", "g_allowDisconnectIfUpdateFails", "g_allowSaveLoadInEditor", "g_asynclevelload", "g_breakage_debug", "g_breakage_mem_limit", "g_breakage_particles_limit", "g_breakageFadeDelay", "g_breakageFadeTime", "g_breakagelog", "g_breakageMinAxisInertia", "g_breakageNoDebrisCollisions", "g_breakageTreeDec", "g_breakageTreeInc", "g_breakageTreeIncGlass", "g_breakageTreeMax", "g_breakImpulseScale", "g_breaktimeoutframes", "g_debug_stats", "g_debugAspectChanges", "g_debugAspectFilterClass", "g_debugAspectFilterEntity", "g_debugAspectTrap", "g_debugAspectTrapCount", "g_debugDialogBuffers", "g_debugHardwareMouse", "g_debugRMI", "g_debugSaveLoadMemory", "g_disableInputKeyFlowNodeInDevMode", "g_disableSequencePlayback", "g_disableWinKeys", "g_displayCheckpointName", "g_distanceForceNoIk", "g_distanceForceNoLegRaycasts", "g_enableitems", "g_enableloadingscreen", "g_EnableLoadSave", "g_enableMergedMeshRuntimeAreas", "g_forceFastUpdate", "g_gameplayAnalyst", "g_glassAutoShatter", "g_glassAutoShatterMinArea", "g_glassAutoShatterOnExplosions", "g_glassForceTimeout", "g_glassForceTimeoutSpread", "g_glassMaxPanesToBreakPerFrame", "g_glassNoDecals", "g_glassSystemEnable", "g_groundAlignAll", "g_groundeffectsdebug", "g_handleEvents", "g_hostMigrationServerDelay", "g_immersive", "g_joint_breaking", "g_landingBobLandTimeFactor", "g_landingBobTimeFactor", "g_language", "g_languageAudio", "g_localPacketRate", "g_manualFrameStepFrequency", "g_multiplayerEnableVehicles", "g_no_breaking_by_objects", "g_no_secondary_breaking", "g_playerInteractorRadius", "g_procedural_breaking", "g_saveLoadBasicEntityOptimization", "g_saveLoadExtendedLog", "g_saveLoadUseExportedEntityList", "g_showUpdateState", "g_spectatorCollisions", "g_statisticsMode", "g_syncClassRegistry", "g_tree_cut_reuse_dist", "g_userNeverAutoSignsIn", "g_useSinglePosition", "g_useXMLCPBinForSaveLoad", "g_visibilityTimeout", "g_visibilityTimeoutTime", "g_waterHitOnly", "g_XMLCPBAddExtraDebugInfoToXmlDebugFiles", "g_XMLCPBBlockQueueLimit", "g_XMLCPBGenerateXmlDebugFiles", "g_XMLCPBSizeReportThreshold", "g_XMLCPBUseExtraZLibCompression", "gfx_ampserver", "gfx_debugdraw", "gfx_draw", "gfx_enabled", "gfx_FlashReloadEnabled", "gfx_FlashReloadTime", "gfx_inputevents_triggerrepeat", "gfx_inputevents_triggerstart", "gfx_loadtimethread", "gfx_reloadonlanguagechange", "gfx_uiaction_enable", "gfx_uiaction_folder", "gfx_uiaction_log", "gfx_uiaction_log_filter", "gfx_uievents_editorenabled", "gpu_particle_physics", "gt_show", "gt_showFilter", "gt_showLines", "gt_showPosX", "gt_showPosY", "hmd_device", "hmd_info", "hmd_resolution_scale", "hmd_social_screen", "hmd_social_screen_keep_aspect", "hmd_tracking_origin", "http_password", "i_bufferedkeys", "i_debug", "i_debugDigitalButtons", "i_forcefeedback", "i_inventory_capacity", "i_itemSystemDebugMemStats", "i_kinectDebug", "i_kinectXboxConnect", "i_kinectXboxConnectIP", "i_kinectXboxConnectPort", "i_kinGlobalExpCorrectionFactor", "i_kinGlobalExpDeviationRadius", "i_kinGlobalExpJitterRadius", "i_kinGlobalExpPredictionFactor", "i_kinGlobalExpSmoothFactor", "i_kinSkeletonMovedDistance", "i_kinSkeletonSmoothType", "i_listActionMaps", "i_lying_item_limit_mp", "i_lying_item_limit_sp", "i_mouse_accel", "i_mouse_accel_max", "i_mouse_buffered", "i_mouse_inertia", "i_mouse_sensitivity", "i_mouse_smooth", "i_precache", "i_seatedTracking", "i_useKinect", "i_xinput", "i_xinput_deadzone_handling", "i_xinput_poll_time", "log_EnableRemoteConsole", "log_IncludeTime", "log_Module", "log_SpamDelay", "log_tick", "log_Verbosity", "log_VerbosityOverridesWriteToFile", "log_WriteToFile", "log_WriteToFileVerbosity", "lua_CodeCoverage", "lua_debugger", "lua_stackonmalloc", "lua_StopOnError", "MemInfo", "MemStats", "MemStatsMaxDepth", "MemStatsThreshold", "mfx_Debug", "mfx_DebugFlowGraphFX", "mfx_DebugVisual", "mfx_DebugVisualFilter", "mfx_Enable", "mfx_EnableAttachedEffects", "mfx_EnableFGEffects", "mfx_ParticleImpactThresh", "mfx_pfx_maxDist", "mfx_pfx_maxScale", "mfx_pfx_minScale", "mfx_RaisedSoundImpactThresh", "mfx_SerializeFGEffects", "mfx_SoundImpactThresh", "mfx_Timeout", "mi_defaultMaterial", "mi_jointSize", "mi_lazyLodGeneration", "mn_allowEditableDatabasesInPureGame", "mn_LogToFile", "mn_override_preview_file", "mn_sequence_path", "mov_cameraPrecacheTime", "mov_debugSequences", "mov_NoCutscenes", "mov_overrideCam", "movie_physicalentity_animation_lerp", "movie_timeJumpTransitionTime", "net_availableBandwidthClient", "net_availableBandwidthServer", "net_backofftimeout", "net_breakage_sync_entities", "net_bw_aggressiveness", "net_channelstats", "net_connectivity_detection_interval", "net_debug_draw_scale", "net_debugChannelIndex", "net_debugEntityInfo", "net_debugEntityInfoClassName", "net_debugInfo", "net_debugVerboseLevel", "net_dedi_scheduler_client_base_port", "net_dedi_scheduler_server_port", "net_defaultBandwidthShares", "net_defaultPacketRate", "net_defaultPacketRateIdle", "net_disconnect_on_rmi_error", "net_enable_tfrc", "net_enable_voice_chat", "net_enable_watchdog_timer", "net_fragment_expiration_time", "net_highlatencythreshold", "net_highlatencytimelimit", "net_inactivitytimeout", "net_inactivitytimeoutDevmode", "net_keepalive_time", "net_lan_scanport_first", "net_lan_scanport_num", "net_lanbrowser", "net_lobbyUpdateFrequency", "net_log", "net_log_remote_methods", "net_max_fragmented_packets_per_source", "net_maxpacketsize", "net_meminfo", "net_minTCPFriendlyBitRate", "net_netMsgDispatcherDebug", "net_netMsgDispatcherLogging", "net_netMsgDispatcherWarnThreshold", "net_new_queue_behaviour", "net_numNetIDHighBitBits", "net_numNetIDLowBitBits", "net_numNetIDMediumBitBits", "net_packet_read_debug_output", "net_packetfragmentlossrate", "net_PacketLagMax", "net_PacketLagMin", "net_PacketLossRate", "net_phys_debug", "net_phys_lagsmooth", "net_phys_pingsmooth", "net_ping_time", "net_profile_budget_logging", "net_profile_budget_logname", "net_profile_deep_bandwidth_logging", "net_profile_deep_bandwidth_logname", "net_profile_enable", "net_profile_logging", "net_profile_logname", "net_profile_show_socket_measurements", "net_profile_untouched_delay", "net_profile_worst_num_channels", "net_receiveQueueSize", "net_remotetimeestimationwarning", "net_safetysleeps", "net_scheduler_debug", "net_scheduler_debug_mode", "net_scheduler_expiration_period", "net_sendQueueSize", "net_sim_loadprofiles", "net_SimUseProfile", "net_socketBoostTimeout", "net_socketMaxTimeout", "net_socketMaxTimeoutMultiplayer", "net_stats_login", "net_stats_pass", "osm_debug", "osm_enabled", "osm_fbMinScale", "osm_fbScaleDeltaDown", "osm_fbScaleDeltaUp", "osm_historyLength", "osm_stress", "osm_targetFPS", "osm_targetFPSTolerance", "p_accuracy_LCPCG", "p_accuracy_LCPCG_no_improvement", "p_accuracy_MC", "p_approx_caps_len", "p_break_on_validation", "p_CharacterIK", "p_check_out_of_bounds", "p_collision_mode", "p_cull_distance", "p_damping_group_size", "p_debug_explosions", "p_debug_joints", "p_do_step", "p_draw_helpers", "p_draw_helpers_num", "p_draw_helpers_opacity", "p_enforce_contacts", "p_ent_grid_use_obb", "p_fixed_timestep", "p_fly_mode", "p_force_sync", "p_GEB_max_cells", "p_gravity_z", "p_group_damping", "p_joint_damage_accum", "p_joint_damage_accum_threshold", "p_joint_gravity_step", "p_jump_to_profile_ent", "p_lattice_max_iters", "p_limit_simple_solver_energy", "p_list_active_objects", "p_log_lattice_tension", "p_max_approx_caps", "p_max_bone_velocity", "p_max_contact_gap", "p_max_contact_gap_player", "p_max_contact_gap_simple", "p_max_contacts", "p_max_debris_mass", "p_max_entity_cells", "p_max_LCPCG_contacts", "p_max_LCPCG_fruitless_iters", "p_max_LCPCG_iters", "p_max_LCPCG_microiters", "p_max_LCPCG_microiters_final", "p_max_LCPCG_subiters", "p_max_LCPCG_subiters_final", "p_max_MC_iters", "p_max_MC_mass_ratio", "p_max_MC_vel", "p_max_object_splashes", "p_max_plane_contacts", "p_max_plane_contacts_distress", "p_max_player_velocity", "p_max_substeps", "p_max_substeps_large_group", "p_max_unproj_vel", "p_max_velocity", "p_max_world_step", "p_min_LCPCG_improvement", "p_min_MC_iters", "p_min_separation_speed", "p_net_debugDraw", "p_net_extrapmax", "p_net_interp", "p_net_sequencefrequency", "p_num_bodies_large_group", "p_num_startup_overload_checks", "p_num_threads", "p_penalty_scale", "p_physics_library", "p_players_can_break", "p_profile", "p_profile_entities", "p_profile_functions", "p_prohibit_unprojection", "p_proxy_highlight_range", "p_proxy_highlight_threshold", "p_ray_fadeout", "p_ray_peak_time", "p_rope_collider_size_limit", "p_single_step_mode", "p_skip_redundant_colldet", "p_splash_dist0", "p_splash_dist1", "p_splash_force0", "p_splash_force1", "p_splash_vel0", "p_splash_vel1", "p_tick_breakable", "p_time_granularity", "p_unproj_vel_scale", "p_use_distance_contacts", "p_use_unproj_vel", "p_wireframe_distance", "pp_LoadOnlineAttributes", "pp_RichSaveGames", "pp_RSFDebugWrite", "pp_RSFDebugWriteOnLoad", "profile", "profile_additionalsub", "profile_allthreads", "profile_callstack", "profile_deep", "profile_disk", "profile_disk_budget", "profile_disk_max_draw_items", "profile_disk_max_items", "profile_disk_timeframe", "profile_disk_type_filter", "profile_filter", "profile_filter_thread", "profile_graph", "profile_graphScale", "profile_log", "profile_network", "profile_pagefaults", "profile_peak", "profile_peak_display", "profile_sampler", "profile_sampler_max_samples", "profile_smooth", "profile_weighting", "profileStreaming", "q_Renderer", "q_ShaderFX", "q_ShaderGeneral", "q_ShaderGlass", "q_ShaderHDR", "q_ShaderIce", "q_ShaderMetal", "q_ShaderPostProcess", "q_ShaderShadow", "q_ShaderSky", "q_ShaderTerrain", "q_ShaderVegetation", "q_ShaderWater", "r_3MonHack", "r_3MonHackHUDFOVX", "r_3MonHackHUDFOVY", "r_3MonHackLeftCGFOffsetX", "r_3MonHackRightCGFOffsetX", "r_AllowLiveMoCap", "r_AntialiasingMode", "r_AntialiasingModeDebug", "r_AntialiasingModeEditor", "r_AntialiasingModeSCull", "r_AntialiasingTAAFalloffHiFreq", "r_AntialiasingTAAFalloffLowFreq", "r_AntialiasingTAAPattern", "r_AntialiasingTAASharpening", "r_AntialiasingTSAAMipBias", "r_AntialiasingTSAASmoothness", "r_AntialiasingTSAASubpixelDetection", "r_ArmourPulseSpeedMultiplier", "r_auxGeom", "r_Batching", "r_BatchType", "r_BreakOnError", "r_Brightness", "r_buffer_banksize", "r_buffer_enable_lockless_updates", "r_buffer_pool_defrag_dynamic", "r_buffer_pool_defrag_max_moves", "r_buffer_pool_defrag_static", "r_buffer_pool_max_allocs", "r_buffer_sli_workaround", "r_CBufferUseNativeDepth", "r_Character_NoDeform", "r_ChromaticAberration", "r_CloakFadeByDist", "r_CloakFadeLightScale", "r_CloakFadeMaxDistSq", "r_CloakFadeMinDistSq", "r_CloakFadeMinValue", "r_CloakHeatScale", "r_cloakHighlightStrength", "r_CloakInterferenceSparksAlpha", "r_CloakLightScale", "r_CloakMinAmbientIndoors", "r_CloakMinAmbientOutdoors", "r_CloakMinLightValue", "r_CloakRefractionFadeByDist", "r_CloakRefractionFadeMaxDistSq", "r_CloakRefractionFadeMinDistSq", "r_CloakRefractionFadeMinValue", "r_CloakRenderInThermalVision", "r_CloakSparksAlpha", "r_CloakTransitionLightScale", "r_ColorBits", "r_ColorGrading", "r_ColorGradingCharts", "r_ColorGradingChartsCache", "r_ColorGradingFilters", "r_ColorGradingLevels", "r_ColorGradingSelectiveColor", "r_ColorRangeCompression", "r_ComputeSkinning", "r_ComputeSkinningDebugDraw", "r_ComputeSkinningMorphs", "r_ComputeSkinningTangents", "r_ConditionalRendering", "r_constantbuffer_banksize", "r_constantbuffer_watermarm", "r_Contrast", "r_CustomResHeight", "r_CustomResMaxSize", "r_CustomResPreview", "r_CustomResWidth", "r_CustomVisions", "r_D3D12AsynchronousCompute", "r_D3D12BatchResourceBarriers", "r_D3D12EarlyResourceBarriers", "r_D3D12HardwareComputeQueue", "r_D3D12HardwareCopyQueue", "r_D3D12SubmissionThread", "r_D3D12WaitableSwapChain", "r_DebugFontRendering", "r_DebugGBuffer", "r_DebugLayerEffect", "r_DebugLights", "r_DebugLightVolumes", "r_DebugRefraction", "r_DebugRenderMode", "r_DeferredDecals", "r_deferredDecalsDebug", "r_DeferredShadingAmbient", "r_DeferredShadingAmbientLights", "r_DeferredShadingAmbientSClear", "r_DeferredShadingAreaLights", "r_DeferredShadingDBTstencil", "r_DeferredShadingDebug", "r_DeferredShadingDepthBoundsTest", "r_DeferredShadingEnvProbes", "r_DeferredShadingFilterGBuffer", "r_DeferredShadingLBuffersFmt", "r_DeferredShadingLightLodRatio", "r_DeferredShadingLights", "r_DeferredShadingLightStencilRatio", "r_DeferredShadingLightVolumes", "r_DeferredShadingScissor", "r_DeferredShadingSortLights", "r_DeferredShadingSSS", "r_DeferredShadingStencilPrepass", "r_DeferredShadingTiled", "r_DeferredShadingTiledDebug", "r_DeferredShadingTiledHairQuality", "r_DepthBits", "r_DepthOfField", "r_DepthOfFieldBokehQuality", "r_DepthOfFieldDilation", "r_DepthOfFieldMode", "r_DetailDistance", "r_DetailTextures", "r_DisplayInfo", "r_displayinfoTargetFPS", "r_dofMinZ", "r_dofMinZBlendMult", "r_dofMinZScale", "r_DrawNearFarPlane", "r_DrawNearFoV", "r_DrawNearShadows", "r_DrawNearZRange", "r_Driver", "r_durango_async_dips", "r_durango_async_dips_sync", "r_DynTexAtlasCloudsMaxSize", "r_DynTexAtlasDynTexSrcSize", "r_DynTexAtlasSpritesMaxSize", "r_DynTexAtlasVoxTerrainMaxSize", "r_DynTexMaxSize", "r_DynTexSourceSharedRTHeight", "r_DynTexSourceSharedRTWidth", "r_DynTexSourceUseSharedRT", "r_enable_full_gpu_sync", "r_enableAltTab", "r_enableAuxGeom", "r_EnableDebugLayer", "r_EnvCMResolution", "r_EnvTexResolution", "r_EnvTexUpdateInterval", "r_ExcludeMesh", "r_ExcludeShader", "r_FlareHqShafts", "r_Flares", "r_FlaresChromaShift", "r_FlaresIrisShaftMaxPolyNum", "r_FlaresTessellationRatio", "r_FlashMatTexResQuality", "r_FogDepthTest", "r_FogShadows", "r_FogShadowsMode", "r_FogShadowsWater", "r_Fullscreen", "r_FullscreenNativeRes", "r_FullscreenPreemption", "r_FullscreenWindow", "r_Gamma", "r_GeomCacheInstanceThreshold", "r_GeomInstancing", "r_GeomInstancingDebug", "r_GeomInstancingThreshold", "r_GetScreenShot", "r_GpuParticles", "r_GpuParticlesConstantRadiusBoundingBoxes", "r_GpuPhysicsFluidDynamicsDebug", "r_GraphicsPipeline", "r_GraphicsPipelineMobile", "r_GraphicsPipelinePassScheduler", "r_GraphStyle", "r_HDRBloom", "r_HDRBloomQuality", "r_HDRDebug", "r_HDREyeAdaptationMode", "r_HDREyeAdaptationSpeed", "r_HDRGrainAmount", "r_HDRRangeAdapt", "r_HDRRangeAdaptationSpeed", "r_HDRRangeAdaptLBufferMax", "r_HDRRangeAdaptLBufferMaxRange", "r_HDRRangeAdaptMax", "r_HDRRangeAdaptMaxRange", "r_HDRRendering", "r_HDRTexFormat", "r_HDRVignetting", "r_Height", "r_HeightMapAO", "r_HeightMapAOAmount", "r_HeightMapAORange", "r_HeightMapAOResolution", "r_HideSunInCubemaps", "r_LightsSinglePass", "r_Log", "r_LogShaders", "r_LogTexStreaming", "r_LogVBuffers", "r_LogVidMem", "r_MaterialsBatching", "r_MaxSuitPulseSpeedMultiplier", "r_MeasureOverdrawScale", "r_MergeShadowDrawcalls", "r_MeshInstancePoolSize", "r_MeshPoolSize", "r_MeshPrecache", "r_minimizeLatency", "r_MotionBlur", "r_MotionBlurCameraMotionScale", "r_MotionBlurGBufferVelocity", "r_MotionBlurMaxViewDist", "r_MotionBlurQuality", "r_MotionBlurShutterSpeed", "r_MotionBlurThreshold", "r_MotionVectors", "r_MouseCursorTexture", "r_MSAA", "r_MSAA_debug", "r_MSAA_quality", "r_MSAA_samples", "r_MSAA_threshold_depth", "r_MSAA_threshold_normal", "r_MultiGPU", "r_MultiThreaded", "r_MultiThreadedDrawing", "r_MultiThreadedDrawingMinJobSize", "r_NightVision", "r_NightVisionBrightLevel", "r_NightVisionCamMovNoiseAmount", "r_NightVisionCamMovNoiseBlendSpeed", "r_NightVisionFinalMul", "r_NightVisionSonarLifetime", "r_NightVisionSonarMultiplier", "r_NightVisionSonarRadius", "r_NoDraw", "r_NoDrawNear", "r_NoDrawShaders", "r_NoHWGamma", "r_NormalsLength", "r_overrideDXGIAdapter", "r_overrideDXGIOutput", "r_overrideDXGIOutputFS", "r_overrideRefreshRate", "r_overrideScanlineOrder", "r_OverscanBorderScaleX", "r_OverscanBorderScaleY", "r_OverscanBordersDrawDebugView", "r_ParticlesAmountGI", "r_ParticlesDebug", "r_ParticlesHalfRes", "r_ParticlesHalfResAmount", "r_ParticlesHalfResBlendMode", "r_ParticlesInstanceVertices", "r_ParticlesRefraction", "r_ParticlesSoftIsec", "r_ParticlesTessellation", "r_ParticlesTessellationTriSize", "r_ParticleVerticePoolSize", "r_PostProcessEffects", "r_PostProcessFilters", "r_PostProcessGameFx", "r_PostProcessHUD3D", "r_PostProcessHUD3DCache", "r_PostProcessHUD3DDebugView", "r_PostProcessHUD3DGlowAmount", "r_PostProcessHUD3DShadowAmount", "r_PostProcessHUD3DStencilClear", "r_PostProcessNanoGlassDebugView", "r_PostProcessParamsBlending", "r_PostprocessParamsBlendingTimeScale", "r_PostProcessReset", "r_PredicatedTiling", "r_PrintMemoryLeaks", "r_profiler", "r_profilerTargetFPS", "r_Rain", "r_RainAmount", "r_RainDistMultiplier", "r_RainDropsEffect", "r_RainIgnoreNearest", "r_RainMaxViewDist", "r_RainMaxViewDist_Deferred", "r_RainOccluderSizeTreshold", "r_RC_AutoInvoke", "r_ReadZBufferDirectlyFromVMEM", "r_Reflections", "r_ReflectionsOffset", "r_ReflectionsQuality", "r_ReflectTextureSlots", "r_Refraction", "r_RefractionPartialResolves", "r_RefractionPartialResolvesDebug", "r_ReleaseAllResourcesOnExit", "r_ReloadShaders", "r_RenderMeshHashGridUnitSize", "r_RenderTargetPoolSize", "r_ReprojectOnlyStaticObjects", "r_ReverseDepth", "r_Scissor", "r_ShaderCompilerDontCache", "r_ShaderCompilerFolderName", "r_ShaderCompilerFolderSuffix", "r_ShaderCompilerPort", "r_ShaderCompilerServer", "r_ShaderEmailCCs", "r_ShaderEmailTags", "r_ShadersAllowCompilation", "r_ShadersAsyncActivation", "r_ShadersAsyncCompiling", "r_ShadersAsyncMaxThreads", "r_ShadersCacheDeterministic", "r_ShadersCompileAutoActivate", "r_ShadersCompileCompatible", "r_ShadersCompileStrict", "r_ShadersDebug", "r_ShadersDurango", "r_ShadersDX11", "r_ShadersEditing", "r_ShadersExport", "r_ShadersGL4", "r_ShadersGLES3", "r_ShadersIgnoreIncludesChanging", "r_ShadersImport", "r_ShadersLazyUnload", "r_ShadersLogCacheMisses", "r_ShadersOrbis", "r_ShadersPrecacheAllLights", "r_ShadersRemoteCompiler", "r_ShadersSubmitRequestline", "r_ShadowBluriness", "r_ShadowCastingLightsMaxCount", "r_ShadowGen", "r_ShadowGenDepthClip", "r_ShadowGenMode", "r_ShadowJittering", "r_ShadowMaskStencilPrepass", "r_ShadowPass", "r_ShadowPoolMaxFrames", "r_ShadowPoolMaxTimeslicedUpdatesPerFrame", "r_ShadowsAdaptionMin", "r_ShadowsAdaptionRangeClamp", "r_ShadowsAdaptionSize", "r_ShadowsBias", "r_ShadowsCache", "r_ShadowsCacheFormat", "r_ShadowsCacheResolutions", "r_ShadowsDepthBoundNV", "r_ShadowsGridAligned", "r_ShadowsMaskDownScale", "r_ShadowsMaskResolution", "r_ShadowsNearestMapResolution", "r_ShadowsParticleAnimJitterAmount", "r_ShadowsParticleJitterAmount", "r_ShadowsParticleKernelSize", "r_ShadowsParticleNormalEffect", "r_ShadowsPCFiltering", "r_ShadowsScreenSpace", "r_ShadowsStencilPrePass", "r_ShadowsUseClipVolume", "r_ShadowTexFormat", "r_Sharpening", "r_ShowBufferUsage", "r_ShowDynTextures", "r_ShowDynTexturesFilter", "r_ShowDynTexturesMaxCount", "r_ShowLightBounds", "r_ShowLines", "r_ShowNormals", "r_ShowTangents", "r_ShowTexture", "r_ShowTimeGraph", "r_ShowVideoMemoryStats", "r_SilhouettePOM", "r_SkipAlphaTested", "r_Snow", "r_SnowDisplacement", "r_SnowFlakeClusters", "r_SnowHalfRes", "r_SoftAlphaTest", "r_SonarVision", "r_ssdo", "r_ssdoAmountAmbient", "r_ssdoAmountDirect", "r_ssdoAmountReflection", "r_ssdoColorBleeding", "r_ssdoHalfRes", "r_ssdoRadius", "r_ssdoRadiusMax", "r_ssdoRadiusMin", "r_SSReflections", "r_SSReflHalfRes", "r_Stats", "r_statsMinDrawCalls", "r_StencilBits", "r_StereoDevice", "r_StereoEnableMgpu", "r_StereoEyeDist", "r_StereoFlipEyes", "r_StereoGammaAdjustment", "r_StereoHudScreenDist", "r_stereoMirrorProjection", "r_StereoMode", "r_StereoNearGeoScale", "r_StereoOutput", "r_stereoScaleCoefficient", "r_StereoScreenDist", "r_StereoStrength", "r_sunshafts", "r_Supersampling", "r_SupersamplingFilter", "r_SyncToFrameFence", "r_TessellationDebug", "r_TessellationTriangleSize", "r_TexAtlasSize", "r_TexBindMode", "r_TexelsPerMeter", "r_TexLog", "r_TexMaxAnisotropy", "r_TexMinAnisotropy", "r_TexNoAnisoAlphaTest", "r_TexNoLoad", "r_TexPostponeLoading", "r_TexPreallocateAtlases", "r_TextureCompiling", "r_TextureCompilingIndicator", "r_TextureCompressor", "r_TextureLodDistanceRatio", "r_texturesskiplowermips", "r_TexturesStreaming", "r_TexturesStreamingDebug", "r_TexturesStreamingDebugDumpIntoLog", "r_TexturesStreamingDebugFilter", "r_TexturesStreamingDebugMinMip", "r_TexturesStreamingDebugMinSize", "r_texturesstreamingDeferred", "r_TexturesStreamingDisableNoStreamDuringLoad", "r_texturesstreamingJobUpdate", "r_TexturesStreamingMaxRequestedJobs", "r_TexturesStreamingMaxRequestedMB", "r_TexturesStreamingMinReadSizeKB", "r_texturesstreamingMinUsableMips", "r_TexturesStreamingMipBias", "r_TexturesStreamingMipClampDVD", "r_TexturesStreamingMipFading", "r_TexturesStreamingNoUpload", "r_TexturesStreamingOnlyVideo", "r_TexturesStreamingPostponeMips", "r_TexturesStreamingPostponeThresholdKB", "r_texturesstreamingPostponeThresholdMip", "r_TexturesStreamingPrecacheRounds", "r_texturesstreamingSkipMips", "r_TexturesStreamingSuppress", "r_TexturesStreamingSync", "r_TexturesStreamingUpdateType", "r_texturesstreampooldefragmentation", "r_texturesstreampooldefragmentationmaxamount", "r_texturesstreampooldefragmentationmaxmoves", "r_TexturesStreamPoolSecondarySize", "r_TexturesStreamPoolSize", "r_ThermalVision", "r_ThermalVisionViewCloakFlickerMaxIntensity", "r_ThermalVisionViewCloakFlickerMinIntensity", "r_ThermalVisionViewCloakFrequencyPrimary", "r_ThermalVisionViewCloakFrequencySecondary", "r_ThermalVisionViewDistance", "r_transient_pool_size", "r_TransparentPasses", "r_TranspDepthFixup", "r_Unlit", "r_UpdateInstances", "r_UseDisplacementFactor", "r_UseESRAM", "r_UseHWSkinning", "r_UseMaterialLayers", "r_UseMergedPosts", "r_UsePersistentRTForModelHUD", "r_UseShadowsPool", "r_UseZPass", "r_ValidateDraw", "r_VegetationSpritesDebug", "r_VegetationSpritesGenAlways", "r_VegetationSpritesMaxLightingUpdates", "r_VegetationSpritesNoGen", "r_VegetationSpritesTexRes", "r_VisAreaClipLightsPerPixel", "r_VolumetricClouds", "r_VolumetricCloudsPipeline", "r_VolumetricCloudsRaymarchStepNum", "r_VolumetricCloudsShadowResolution", "r_VolumetricCloudsStereoReprojection", "r_VolumetricCloudsTemporalReprojection", "r_VolumetricFogDownscaledSunShadow", "r_VolumetricFogDownscaledSunShadowRatio", "r_VolumetricFogMinimumLightBulbSize", "r_VolumetricFogReprojectionBlendFactor", "r_VolumetricFogReprojectionMode", "r_VolumetricFogSample", "r_VolumetricFogShadow", "r_VolumetricFogSunLightCorrection", "r_VolumetricFogTexDepth", "r_VolumetricFogTexScale", "r_VrProjectionPreset", "r_VrProjectionType", "r_VSync", "r_WaterCaustics", "r_WaterCausticsDeferred", "r_WaterCausticsDistance", "r_WaterGodRays", "r_WaterGodRaysDistortion", "r_WaterReflections", "r_WaterReflectionsMGPU", "r_WaterReflectionsMinVisiblePixelsUpdate", "r_WaterReflectionsMinVisUpdateDistanceMul", "r_WaterReflectionsMinVisUpdateFactorMul", "r_WaterReflectionsQuality", "r_WaterReflectionsUseMinOffset", "r_WaterTessellationHW", "r_WaterUpdateDistance", "r_WaterUpdateFactor", "r_WaterUpdateThread", "r_WaterVolumeCaustics", "r_WaterVolumeCausticsDensity", "r_WaterVolumeCausticsMaxDist", "r_WaterVolumeCausticsRes", "r_WaterVolumeCausticsSnapFactor", "r_Width", "r_WindowIconTexture", "r_wireframe", "r_ZFightingDepthScale", "r_ZFightingExtrude", "r_ZPassDepthSorting", "r_ZPassOnly", "r_ZPrepassMaxDist", "rc_debugVerboseLevel", "rcon_password", "s_AudioEventPoolSize", "s_AudioImplName", "s_AudioLoggingOptions", "s_AudioObjectPoolSize", "s_AudioObjectsDebugFilter", "s_AudioObjectsRayType", "s_AudioProxiesInitType", "s_AudioStandaloneFilePoolSize", "s_AudioTriggersDebugFilter", "s_DefaultStandaloneFilesAudioTrigger", "s_DrawAudioDebug", "s_FileCacheManagerDebugFilter", "s_FileCacheManagerSize", "s_FullObstructionMaxDistance", "s_IgnoreWindowFocus", "s_OcclusionHighDistance", "s_OcclusionMaxDistance", "s_OcclusionMaxSyncDistance", "s_OcclusionMediumDistance", "s_OcclusionMinDistance", "s_OcclusionRayLengthOffset", "s_PositionUpdateThresholdMultiplier", "s_SDLMixerStandaloneFileExtension", "s_ShowActiveAudioObjectsOnly", "s_TickWithMainThread", "s_VelocityTrackingThreshold", "sc_allowFlowGraphNodes", "sc_DisplayCriticalErrors", "sc_EnableScriptPartitioning", "sc_EntityDebugConfig", "sc_EntityDebugFilter", "sc_EntityDebugTextPos", "sc_ExperimentalFeatures", "sc_IgnorePAKFiles", "sc_IgnoreUnderscoredFolders", "sc_LogFileMessageTypes", "sc_LogFileStreams", "sc_LogToFile", "sc_RootFolder", "sc_RunUnitTests", "sensor_Debug", "sensor_DebugRange", "STAP_DEBUG", "STAP_DISABLE", "STAP_LOCK_EFFECTOR", "STAP_OVERRIDE_TRACK_FACTOR", "STAP_TRANSLATION_FEATHER", "STAP_TRANSLATION_FUDGE", "stats_FpsBuckets", "stats_PakFile", "stats_Particles", "stats_RenderBatchStats", "stats_RenderSummary", "stats_Warnings", "sv_AISystem", "sv_autoconfigurl", "sv_bandwidth", "sv_bind", "sv_DedicatedCPUPercent", "sv_DedicatedCPUVariance", "sv_DedicatedMaxRate", "sv_dumpstats", "sv_dumpstatsperiod", "sv_gamerules", "sv_gamerulesdefault", "sv_lanonly", "sv_levelrotation", "sv_LoadAllLayersForResList", "sv_map", "sv_maxmemoryusage", "sv_maxplayers", "sv_maxspectators", "sv_packetRate", "sv_password", "sv_port", "sv_ranked", "sv_requireinputdevice", "sv_servername", "sv_timeofdayenable", "sv_timeofdaylength", "sv_timeofdaystart", "sv_timeout_disconnect", "sw_debugInfo", "sw_draw_bbox", "sw_gridSize", "sys_AI", "sys_archive_host_xml_version", "sys_asserts", "sys_audio_disable", "sys_bp_frames", "sys_bp_frames_threshold", "sys_bp_frames_worker_thread", "sys_bp_time_threshold", "sys_budget_frametime", "sys_budget_numdrawcalls", "sys_budget_numpolys", "sys_budget_soundchannels", "sys_budget_soundCPU", "sys_budget_soundmem", "sys_budget_streamingthroughput", "sys_budget_sysmem", "sys_budget_videomem", "sys_build_folder", "sys_crashrpt", "sys_crashrpt_appname", "sys_crashrpt_appversion", "sys_crashrpt_email", "sys_crashrpt_privacypolicy", "sys_crashrpt_server", "sys_DeactivateConsole", "sys_debugger_adjustments", "sys_deferAudioUpdateOptim", "sys_display_threads", "sys_dll_ai", "sys_dll_game", "sys_dll_response_system", "sys_dump_aux_threads", "sys_dump_type", "sys_enable_budgetmonitoring", "sys_enable_crash_handler", "sys_entities", "sys_error_debugbreak", "sys_filesystemCaseSensitivity", "sys_firstlaunch", "sys_flash", "sys_flash_address_space", "sys_flash_allow_reset_mesh_cache", "sys_flash_check_filemodtime", "sys_flash_curve_tess_error", "sys_flash_debugdraw", "sys_flash_debugdraw_depth", "sys_flash_debuglog", "sys_flash_edgeaa", "sys_flash_info", "sys_flash_info_histo_scale", "sys_flash_info_peak_exclude", "sys_flash_info_peak_tolerance", "sys_flash_log_options", "sys_flash_reset_mesh_cache", "sys_flash_static_pool_size", "sys_flash_stereo_maxparallax", "sys_flash_use_arenas", "sys_flash_video_soundvolume", "sys_flash_video_subaudiovolume", "sys_flash_warning_level", "sys_float_exceptions", "sys_force_installtohdd_mode", "sys_game_folder", "sys_game_name", "sys_highrestimer", "sys_ime", "sys_initpreloadpacks", "sys_intromoviesduringinit", "sys_job_system_enable", "sys_job_system_filter", "sys_job_system_max_worker", "sys_job_system_profiler", "sys_keyboard", "sys_keyboard_break", "sys_limit_phys_thread_count", "sys_livecreate", "sys_LoadFrontendShaderCache", "sys_localization_debug", "sys_localization_encode", "sys_localization_folder", "sys_LocalMemoryDiagramAlpha", "sys_LocalMemoryDiagramDistance", "sys_LocalMemoryDiagramRadius", "sys_LocalMemoryDiagramStreamingSpeedDistance", "sys_LocalMemoryDiagramStreamingSpeedRadius", "sys_LocalMemoryDiagramWidth", "sys_LocalMemoryDrawText", "sys_LocalMemoryGeometryLimit", "sys_LocalMemoryGeometryStreamingSpeedLimit", "sys_LocalMemoryInnerViewDistance", "sys_LocalMemoryLogText", "sys_LocalMemoryMaxMSecBetweenCalls", "sys_LocalMemoryObjectAlpha", "sys_LocalMemoryObjectHeight", "sys_LocalMemoryObjectWidth", "sys_LocalMemoryOptimalMSecPerSec", "sys_LocalMemoryOuterViewDistance", "sys_LocalMemoryStreamingSpeedObjectLength", "sys_LocalMemoryStreamingSpeedObjectWidth", "sys_LocalMemoryTextureLimit", "sys_LocalMemoryTextureStreamingSpeedLimit", "sys_LocalMemoryWarningRatio", "sys_log_asserts", "sys_logallocations", "sys_max_step", "sys_MaxFPS", "sys_maxTimeStepForMovieSystem", "sys_memory_debug", "sys_MemoryDeadListSize", "sys_menupreloadpacks", "sys_min_step", "sys_no_crash_dialog", "sys_noupdate", "sys_PakDisableNonLevelRelatedPaks", "sys_PakInMemorySizeLimit", "sys_PakLoadCache", "sys_PakLoadModePaks", "sys_PakLogAllFileAccess", "sys_PakLogInvalidFileAccess", "sys_PakLogMissingFiles", "sys_PakMessageInvalidFileAccess", "sys_PakPriority", "sys_PakReadSlice", "sys_PakSaveFastLoadResourceList", "sys_PakSaveLevelResourceList", "sys_PakSaveMenuCommonResourceList", "sys_PakSaveTotalResourceList", "sys_PakStreamCache", "sys_PakTotalInMemorySizeLimit", "sys_PakValidateFileHash", "sys_perfhud", "sys_perfhud_fpsBucketsExclusive", "sys_perfhud_pause", "sys_physics", "sys_physics_enable_MT", "sys_preload", "sys_ProfileLevelLoading", "sys_ProfileLevelLoadingDump", "sys_project", "sys_rendersplashscreen", "sys_resource_cache_folder", "sys_root", "sys_scale3DMouseTranslation", "sys_Scale3DMouseYPR", "sys_screensaver_allowed", "sys_simple_http_base_port", "sys_SimulateTask", "sys_spec", "sys_spec_full", "sys_spec_gameeffects", "sys_spec_light", "sys_spec_objectdetail", "sys_spec_particles", "sys_spec_physics", "sys_spec_postprocessing", "sys_spec_quality", "sys_spec_shading", "sys_spec_shadows", "sys_spec_sound", "sys_spec_texture", "sys_spec_textureresolution", "sys_spec_volumetriceffects", "sys_spec_water", "sys_SSInfo", "sys_streaming_debug", "sys_streaming_debug_filter", "sys_streaming_debug_filter_file_name", "sys_streaming_debug_filter_min_time", "sys_streaming_in_blocks", "sys_streaming_max_bandwidth", "sys_streaming_max_finalize_per_frame", "sys_streaming_memory_budget", "sys_streaming_requests_grouping_time_period", "sys_streaming_resetstats", "sys_streaming_use_optical_drive_thread", "sys_target_platforms", "sys_trackview", "sys_UncachedStreamReads", "sys_update_profile_time", "sys_use_mono", "sys_usePlatformSavingAPI", "sys_usePlatformSavingAPIEncryption", "sys_user_folder", "sys_UserAnalyticsCollect", "sys_UserAnalyticsLogging", "sys_UserAnalyticsServerAddress", "sys_version", "sys_vr_support", "sys_vtune", "sys_warnings", "sys_WER", "t_Debug", "t_FixedStep", "t_MaxStep", "t_Scale", "t_Smoothing", "ui_to_show", "v_autoDisable", "v_clientPredict", "v_clientPredictAdditionalTime", "v_clientPredictMaxTime", "v_clientPredictSmoothing", "v_clientPredictSmoothingConst", "v_debug_flip_over", "v_debug_mem", "v_debug_reorient", "v_debugCollisionDamage", "v_debugdraw", "v_debugSuspensionIK", "v_debugVehicle", "v_debugViewAbove", "v_debugViewAboveH", "v_debugViewDetach", "v_disable_hull", "v_disableEntry", "v_draw_components", "v_draw_helpers", "v_draw_passengers", "v_draw_seats", "v_draw_tm", "v_driverControlledMountedGuns", "v_enableMannequin", "v_FlippedExplosionPlayerMinDistance", "v_FlippedExplosionRetryTimeMS", "v_FlippedExplosionTimeToExplode", "v_goliathMode", "v_independentMountedGuns", "v_lights", "v_lights_enable_always", "v_playerTransitions", "v_ragdollPassengers", "v_serverControlled", "v_set_passenger_tm", "v_show_all", "v_slipFrictionModFront", "v_slipFrictionModRear", "v_slipSlopeFront", "v_slipSlopeRear", "v_staticTreadDeform", "v_testClientPredict", "v_transitionAnimations", "v_vehicle_quality" ] }, "commands": { "$id": "/definitions/commands", "type": "string", "title": "Command name", "description": "Console command name", "default": "", "enum": [ "_TestFormatMessage", "ai_CheckGoalpipes", "ai_commTest", "ai_commTestStop", "ai_DebugAgent", "ai_debugMNMAgentType", "ai_dumpCheckpoints", "ai_MNMCalculateAccessibility", "ai_MNMComputeConnectedIslands", "ai_NavigationReloadConfig", "ai_Recorder_Start", "ai_Recorder_Stop", "ai_reload", "ai_resetCommStats", "ai_writeCommStats", "audit_cvars", "ban", "ban_remove", "ban_status", "Bind", "ca_DebugText", "ca_DefaultTransitionInterpolationType", "connect", "connect_repeatedly", "ConsoleHide", "ConsoleShow", "demo", "demo_StartDemoChain", "demo_StartDemoLevel", "disconnect", "disconnectchannel", "drs_sendSignal", "ds_Dump", "ds_DumpSessions", "ds_Reload", "dump_action_maps", "dump_maps", "dump_stats", "DumpCommandsVars", "DumpVars", "e_DebugDrawListCMD", "e_ParticleListEffects", "e_ParticleListEmitters", "e_ParticleMemory", "e_ReloadSurfaces", "e_StatoscopeAddUserMarker", "ed_disable_game_mode", "ed_GenerateBillboardTextures", "ed_goto", "ed_killmemory", "ed_randomize_variations", "eqp_DumpPacks", "es_compile_area_grid", "es_debugAnim", "es_dump_entities", "es_dump_entity_classes_in_use", "es_togglelayer", "exec", "ffs_PlayEffect", "ffs_Reload", "ffs_StopAllEffects", "fg_InspectAction", "fg_InspectEntity", "fg_Inspector", "fg_reloadClasses", "fg_writeDocumentation", "g_dump_stats", "g_dumpClassRegistry", "g_saveLoadDumpEntity", "gamedata_playback", "gamedata_record", "gamedata_stop_record_or_playback", "gfx_reload_all", "gt_AddToDebugList", "gt_RemoveFromDebugList", "hmd_recenter_pose", "http_startserver", "http_stopserver", "i_dropitem", "i_giveallitems", "i_giveammo", "i_givedebugitems", "i_giveitem", "i_listitems", "i_reloadActionMaps", "i_saveweaponposition", "kick", "kickid", "load", "LoadConfig", "LocalizationDumpLoadedInfo", "lua_debugger_show", "lua_dump_coverage", "lua_dump_state", "lua_garbagecollect", "lua_reload_script", "map", "memDumpAllocs", "memReplayAddSizerTree", "memReplayDumpSymbols", "memReplayInfo", "memReplayLabel", "memReplayPause", "memReplayResume", "memReplayStop", "memResetAllocs", "mfx_Reload", "mfx_ReloadFGEffects", "mn_DebugAI", "mn_listAssets", "mn_reload", "mono_reload", "mov_goToFrameEditor", "net_dump_object_state", "net_DumpMessageApproximations", "net_getChannelPerformanceMetrics", "net_netMsgDispatcherClearStats", "net_pb_cl_enable", "net_pb_sv_enable", "net_set_cdkey", "net_setChannelPerformanceMetrics", "open_url", "osm_setFBScale", "play", "py", "q_Quality", "r_ColorGradingChartImage", "r_DumpFontNames", "r_DumpFontTexture", "r_getposteffectparamf", "r_OptimiseShaders", "r_OverscanBorders", "r_PrecacheShaderList", "r_setposteffectparamf", "r_ShowRenderTarget", "r_StatsShaderList", "rcon_command", "rcon_connect", "rcon_disconnect", "rcon_startserver", "rcon_stopserver", "readabilityReload", "record", "RecordClip", "ReloadDialogData", "RunUnitTests", "s_ExecuteTrigger", "s_SetRtpc", "s_SetSwitchState", "s_StopTrigger", "save", "save_genstrings", "SaveLevelStats", "sc_CriticalError", "sc_FatalError", "sc_rpcShow", "sc_SaveAllScriptFiles", "Screenshot", "sensor_SetOctreeBounds", "sensor_SetOctreeDepth", "status", "stopdemo", "stoprecording", "sys_crashrpt_generate", "sys_crashtest", "sys_crashtest_thread", "sys_job_system_dump_job_list", "sys_LvlRes_finalstep", "sys_LvlRes_findunused", "sys_RestoreSpec", "sys_StroboscopeDumpResults", "sys_StroboscopeStart", "sys_StroboscopeStop", "sys_threads_dump_thread_config_list", "test_delegate", "test_playersBounds", "test_profile", "test_reset", "unload", "v_dump_classes", "v_exit_player", "v_reload_system", "version", "VisRegTest", "voice_mute", "wait_frames", "wait_seconds" ] } }, "id": "https://json.schemastore.org/cryproj.54.schema", "properties": { "console_variables": { "$id": "/properties/console_variables", "type": "array", "uniqueItems": true, "items": { "$id": "/properties/console_variables/items", "type": "object", "properties": { "name": { "$id": "/properties/console_variables/items/properties/name", "$ref": "#/definitions/cvars" }, "value": { "$id": "/properties/console_variables/items/properties/value", "type": "string", "title": "Value of the CVar", "description": "The default value of the CVar", "default": "pc,ps4,xboxone,linux" } }, "required": ["name", "value"] } }, "content": { "$id": "/properties/content", "type": "object", "properties": { "assets": { "$id": "/properties/content/properties/assets", "type": "array", "items": { "$id": "/properties/content/properties/assets/items", "type": "string", "title": "Assets folder", "description": "This indicates where the assets are stored", "default": "Assets", "examples": ["Assets"] } }, "code": { "$id": "/properties/content/properties/code", "type": "array", "items": { "$id": "/properties/content/properties/code/items", "type": "string", "title": "Code folder", "description": "This indicates where the code is stored", "default": "Code", "examples": ["Code"] } }, "libs": { "$id": "/properties/content/properties/libs", "type": "array", "items": { "$id": "/properties/content/properties/libs/items", "type": "object", "properties": { "name": { "$id": "/properties/content/properties/libs/items/properties/name", "type": "string", "title": "Lib's name", "default": "", "examples": ["Blank"] }, "shared": { "$id": "/properties/content/properties/libs/items/properties/shared", "type": "object", "properties": { "any": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/any", "type": "string", "title": "Lib's name to import for all the supported platforms", "default": "", "examples": ["CryGameSDK"] }, "win_x64": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/win_x64", "type": "string", "title": "Lib's name to import for the win_x64 platform", "default": "", "examples": ["bin/win_x64/Game.dll"] }, "win_x86": { "$id": "/properties/content/properties/libs/items/properties/shared/properties/win_x86", "type": "string", "title": "Lib's name to import for the win_x86 platform", "default": "", "examples": ["bin/win_x86/Game.dll"] } } } } } } }, "required": ["code"] }, "info": { "$id": "/properties/info", "type": "object", "properties": { "name": { "$id": "/properties/info/properties/name", "type": "string", "title": "Project name", "description": "This indicates the project name", "default": "", "examples": ["MyFancyProject"] }, "guid": { "$id": "/properties/info/properties/guid", "type": "string", "title": "Project GUID", "default": "", "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" } }, "required": ["name"] }, "require": { "$id": "/properties/require", "type": "object", "properties": { "engine": { "$id": "/properties/require/properties/engine", "type": "string", "title": "Engine version", "description": "This indicates which engine version will be used", "default": "", "examples": ["engine-5.4"], "enum": ["engine-5.4"] }, "plugins": { "$id": "/properties/require/properties/plugins", "type": "array", "items": { "$id": "/properties/require/properties/plugins/items", "type": "object", "properties": { "path": { "$id": "/properties/require/properties/plugins/items/properties/path", "type": "string", "title": "Plugin name", "description": "Required plugin's name", "examples": [ "CryDefaultEntities", "CrySensorSystem", "CryPerceptionSystem", "CryUserAnalytics", "CryOSVR", "CryOculusVR", "CryOpenVR", "CryLobby" ] }, "type": { "$id": "/properties/require/properties/plugins/items/properties/type", "type": "string", "title": "Plugin type", "description": "EPluginType::Native if it's a C++ plugin, EPluginType::Managed if it's a C# one", "default": "", "examples": ["EPluginType::Native", "EPluginType::Managed"], "enum": ["EPluginType::Native", "EPluginType::Managed"] }, "platforms": { "$id": "/properties/plugins/items/properties/platforms", "type": "array", "items": { "$id": "/properties/plugins/items/properties/platforms/items", "type": "string", "title": "This plugin will be used only by these platforms", "default": "", "examples": ["PS4"], "enum": ["pc", "ps4", "xboxone", "linux"] } } }, "required": ["path", "type"] } } }, "required": ["engine"] }, "type": { "$id": "/properties/type", "type": "string", "title": "", "default": "", "examples": [""] }, "version": { "$id": "/properties/version", "type": "integer", "title": "Project version", "default": 1, "examples": [1] }, "console_commands": { "$id": "/properties/console_commands", "type": "array", "uniqueItems": true, "items": { "$id": "/properties/console_commands/items", "type": "object", "properties": { "name": { "$id": "/properties/console_commands/items/properties/name", "$ref": "#/definitions/commands" }, "value": { "$id": "/properties/console_commands/items/properties/value", "type": "string", "title": "Value of the command", "description": "Arguments that has to be passed to the command. Leave empty if it has not parameters", "default": "" } }, "required": ["name", "value"] } } }, "required": ["content", "info", "require", "version"], "title": "CryProj schema", "type": "object" }
cryproj
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "location", "country", "city", "parameter", "unit", "value", "date", "sourceName", "sourceType", "mobile" ], "properties": { "location": { "type": "string", "minLength": 1 }, "parameter": { "type": "string", "enum": [ "pm25", "pm10", "no2", "so2", "o3", "co", "bc" ] }, "unit": { "type": "string", "enum": [ "\u00b5g/m\u00b3", "ppm" ] }, "averagingPeriod": { "type": "object", "required": [ "value", "unit" ], "additionalProperties": false, "properties": { "value": { "type": "number" }, "unit": { "type": "string", "enum": [ "hours" ] } } }, "attribution": { "type": "array", "items": { "type": "object", "required": [ "name" ], "additionalProperties": false, "properties": { "name": { "type": "string", "minLength": 1 }, "url": { "type": "string", "pattern": "^(https?://)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([/\\w \\.-]*)*/?" } } } }, "coordinates": { "type": "object", "required": [ "latitude", "longitude" ], "additionalProperties": false, "properties": { "latitude": { "type": "number", "minimum": -90, "maximum": 90 }, "longitude": { "type": "number", "minimum": -180, "maximum": 180 } } }, "value": { "type": "number" }, "date": { "type": "object", "additionalProperties": false, "required": [ "utc", "local" ], "properties": { "utc": { "type": "string", "pattern": "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z" }, "local": { "type": "string", "pattern": "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\+|-)\\d{2}:\\d{2}" } } }, "sourceName": { "type": "string", "minLength": 1 }, "sourceType": { "type": "string", "enum": [ "government", "research", "other" ] }, "mobile": { "type": "boolean" }, "city": { "type": "string", "minLength": 1 }, "country": { "type": "string", "maxLength": 2, "minLength": 2 } } }
o65372
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "layoutName": { "pattern": "^[a-z]+(?:-+[a-z]+)*-v\\d+$", "type": "string" }, "page": { "properties": { "children": { "items": { "$ref": "#/definitions/page" }, "type": "array" }, "layout": { "$ref": "#/definitions/layoutName" }, "slug": { "$ref": "#/definitions/slug" }, "title": { "type": "string" } }, "required": [ "slug", "title", "layout" ], "type": "object" }, "slug": { "pattern": "^[a-z0-9A-Z-]*$", "type": "string" } }, "properties": { "availableLayouts": { "items": { "$ref": "#/definitions/layoutName" }, "type": "array" }, "defaultPages": { "$ref": "#/definitions/page" }, "label": { "type": "string" }, "name": { "type": "string" }, "version": { "default": 1, "type": "integer" } }, "required": [ "name", "label", "version", "defaultPages" ], "type": "object" }
o83394