json_schema
stringlengths 43
1.28M
| unique_id
stringlengths 2
41
|
---|---|
{
"properties": {
"measurements": {
"additionalProperties": false,
"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",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The type of shape",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
}
},
"required": [
"shape",
"measurements"
],
"type": "object"
} | calculate_area_46ccad71 |
{
"properties": {
"check_in": {
"description": "The check-in date",
"format": "date",
"type": "string"
},
"check_out": {
"description": "The check-out date",
"format": "date",
"type": "string"
},
"location": {
"description": "The location for hotel search",
"type": "string"
},
"preferences": {
"description": "The preferences for hotel amenities",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"location",
"check_in",
"check_out"
],
"type": "object"
} | search_hotels_37ba3f1e |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/tumblr-post-block/1-0-0.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"
}
},
"href": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
"pbj": {
"type": "text",
"rule": "single",
"format": "url"
}
},
"canonical_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
"pbj": {
"type": "text",
"rule": "single",
"format": "url"
}
}
},
"required": [
"href"
],
"additionalProperties": true
} | o82704 |
{
"additionalProperties": false,
"description": "Represents a deep-link received in the app.",
"properties": {
"referrer": {
"_format": "uri",
"description": "Referrer URL, source of this deep-link",
"maxLength": 4096,
"type": "string"
},
"url": {
"_format": "uri",
"description": "URL in the received deep-link",
"maxLength": 4096,
"type": "string"
}
},
"required": [
"url"
],
"self": {
"format": "jsonschema",
"name": "deep_link_received",
"vendor": "com.snowplowanalytics.mobile",
"version": "1-0-0"
},
"type": "object"
} | sp_221_Normalized |
{
"definitions": {
"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": "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",
"null"
]
},
"key": {
"description": "Required. The taint key to be applied to a node.",
"type": [
"string",
"null"
]
},
"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",
"null"
]
}
},
"required": [
"key",
"effect"
],
"type": "object"
} | kb_1058_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://smapi.io/schemas/i18n.json",
"title": "SMAPI i18n file",
"description": "A translation file for a SMAPI mod or content pack.",
"@documentationUrl": "https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Translation",
"type": "object",
"properties": {
"$schema": {
"title": "Schema",
"description": "A reference to this JSON schema. Not part of the actual format, but useful for validation tools.",
"type": "string",
"const": "https://smapi.io/schemas/manifest.json"
}
},
"additionalProperties": {
"type": "string",
"@errorMessages": {
"type": "Invalid property. Translation files can only contain text property values."
}
}
} | o12629 |
{
"properties": {
"grades": {
"items": {
"properties": {
"course_name": {
"description": "The name of the course",
"type": "string"
},
"credit_hours": {
"description": "The credit hours of the course",
"type": "number"
},
"grade": {
"description": "The grade achieved in the course",
"enum": [
"A",
"B",
"C",
"D",
"F"
],
"type": "string"
}
},
"required": [
"course_name",
"credit_hours",
"grade"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"grades"
],
"type": "object"
} | calculate_gpa_4efe441d |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (applicable for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape (applicable for triangle)",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape (applicable for circle)",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape for which to calculate the area",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_d541f69a |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_networking_v1_IPBlock": {
"description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.",
"properties": {
"cidr": {
"description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\"",
"type": "string"
},
"except": {
"description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\" Except values will be rejected if they are outside the CIDR range",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"cidr"
],
"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"
}
},
"description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
"properties": {
"ipBlock": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_networking_v1_IPBlock",
"description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be."
},
"namespaceSelector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector."
},
"podSelector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace."
}
},
"type": "object"
} | kb_597_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"acceptTerms": {
"enum": [
"on"
]
},
"companyName": {
"maxLength": 1024,
"type": "string"
},
"email": {
"_format": "email",
"maxLength": 1024,
"type": "string"
},
"firstName": {
"maxLength": 1024,
"minLength": 1,
"type": "string"
},
"lastName": {
"maxLength": 1024,
"minLength": 1,
"type": "string"
},
"location": {
"maxLength": 1024,
"type": "string"
},
"password": {
"maxLength": 2048,
"minLength": 8,
"type": "string"
},
"phoneNumber": {
"maxLength": 1024,
"type": "string"
},
"url": {
"maxLength": 1024,
"type": "string"
}
},
"required": [
"email",
"firstName",
"lastName",
"password",
"acceptTerms"
],
"type": "object"
} | o6266 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"properties": {
"bar": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
}
} | o25182 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"enum": {
"anyOf": [
{
"type": "number",
"enum": [
1,
2,
3,
4
]
},
{
"type": "string",
"enum": [
"something",
"anything"
]
}
]
}
}
} | o69509 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "LineChartStreamUpdate",
"description": "The data contained in a LineChart Stream update object",
"type": "object",
"properties": {
"stream": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"label",
"data"
]
}
}
}
} | o54549 |
{
"additionalProperties": false,
"properties": {
"_id": {
"description": "unique url-friendly base64 encoded, utf8 endoded concatenation identifier",
"type": "string"
},
"_timestamp": {
"_format": "date-time",
"description": "ISO8601 combined date and time in UTC e.g. '2014-12-01T00:00:00+00:00'",
"type": "string"
},
"channel": {
"description": "user contact channel",
"type": "string"
},
"consulate": {
"description": "The name or identity of the consulate providing the appointment",
"type": "string"
},
"count": {
"description": "the number of completed transactions over the specific channel",
"minimum": 0,
"type": "integer"
},
"period": {
"description": "The period covered by each data point from the _timestamp",
"enum": [
"hour",
"day",
"week",
"month",
"quarter"
]
},
"service_type": {
"description": "The name of the service needed by the user e.g. emergency documentation, register birth etc",
"type": "string"
},
"transaction": {
"description": "The user transaction e.g. book-appointment, cancel-appointment etc.",
"type": "string"
}
},
"required": [
"_id",
"_timestamp",
"period",
"consulate",
"service_type",
"transaction",
"channel",
"count"
],
"title": "consulate-appointments-transactions-by-channel",
"type": "object"
} | o21469 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"start_path": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Path(s) of the source file to begin the checking. The path is relative to the workspace directory. Multiple paths are allowed and individually checked."
},
"package_path": {
"type": "string",
"description": "A value of `package.path`. The paths are relative to the workspace directory. `package.path` can be dynamically set in the program, but such assignments will be ignored if the explicit value is given here."
},
"package_cpath": {
"type": "string",
"description": "A value of `package.cpath`. The paths are relative to the workspace directory. `package.cpath` can be dynamically set in the program, but such assignments will be ignored if the explicit value is given here."
},
"preload": {
"type": "object",
"properties": {
"open": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of built-in libraries loaded as like `--# open`. Takes precedence over `require`."
},
"require": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of libraries loaded via `require()`."
}
},
"description": "A list of default libraries that will be preloaded into the environment before checking."
}
},
"required": [
"start_path"
]
} | o57168 |
{
"definitions": {
"FlexibleStat": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"contentId": {
"type": "string"
}
},
"required": [
"name",
"type",
"id",
"contentId"
]
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"$ref": "#/definitions/FlexibleStat"
}
} | o43202 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"sensorId": {
"type": "string"
},
"temperature": {
"type": "object",
"properties": {
"old": {
"type": "number"
},
"new": {
"type": "number"
}
}
}
}
}
| o14452 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"side": {
"description": "The length of a side of the square",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The name of the shape (e.g. circle, triangle, square)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_c04d2e21 |
{
"$id": "https://json.schemastore.org/petstore-v1.0.json",
"$ref": "#/definitions/Welcome9",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Welcome9": {
"type": "object",
"additionalProperties": true,
"properties": {
"config": {
"$ref": "#/definitions/Config"
},
"scenarios": {
"type": "array",
"items": {
"$ref": "#/definitions/Scenario"
}
}
},
"title": "Welcome9"
},
"Config": {
"type": "object",
"additionalProperties": false,
"properties": {
"http": {
"$ref": "#/definitions/HTTP"
},
"tls": {
"$ref": "#/definitions/TLS"
},
"plugins": {
"$ref": "#/definitions/Plugins"
},
"target": {
"type": "string"
},
"phases": {
"type": "array",
"items": {
"$ref": "#/definitions/ConfigPhase"
}
},
"environments": {
"$ref": "#/definitions/Environments"
},
"processor": {
"type": "string"
}
},
"required": [
"environments",
"http",
"phases",
"plugins",
"processor",
"target",
"tls"
],
"title": "Config"
},
"Environments": {
"type": "object",
"additionalProperties": false,
"properties": {
"dev": {
"$ref": "#/definitions/Dev"
},
"qa": {
"$ref": "#/definitions/Dev"
}
},
"required": ["dev", "qa"],
"title": "Environments"
},
"Dev": {
"type": "object",
"additionalProperties": false,
"properties": {
"target": {
"type": "string"
},
"phases": {
"type": "array",
"items": {
"$ref": "#/definitions/DevPhase"
}
}
},
"required": ["phases", "target"],
"title": "Dev"
},
"DevPhase": {
"type": "object",
"additionalProperties": false,
"properties": {
"duration": {
"type": "integer"
},
"arrivalRate": {
"type": "integer"
}
},
"required": ["arrivalRate", "duration"],
"title": "DevPhase"
},
"HTTP": {
"type": "object",
"additionalProperties": false,
"properties": {
"timeout": {
"type": "integer"
}
},
"required": ["timeout"],
"title": "HTTP"
},
"ConfigPhase": {
"type": "object",
"additionalProperties": false,
"properties": {
"duration": {
"type": "integer"
},
"arrivalRate": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"required": ["arrivalRate", "duration", "name"],
"title": "ConfigPhase"
},
"Plugins": {
"type": "object",
"additionalProperties": false,
"properties": {
"expect": {
"$ref": "#/definitions/PluginsExpect"
},
"publish-metrics": {
"type": "array",
"items": {
"$ref": "#/definitions/PublishMetric"
}
},
"metrics-by-endpoint": {
"$ref": "#/definitions/MetricsByEndpoint"
}
},
"required": ["expect", "metrics-by-endpoint", "publish-metrics"],
"title": "Plugins"
},
"PluginsExpect": {
"type": "object",
"additionalProperties": false,
"properties": {
"outputFormat": {
"type": "string"
}
},
"required": ["outputFormat"],
"title": "PluginsExpect"
},
"MetricsByEndpoint": {
"type": "object",
"additionalProperties": false,
"properties": {
"useOnlyRequestNames": {
"type": "boolean"
}
},
"required": ["useOnlyRequestNames"],
"title": "MetricsByEndpoint"
},
"PublishMetric": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"host": {
"type": "string"
},
"port": {
"type": "string"
},
"prefix": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"event": {
"$ref": "#/definitions/Event"
}
},
"required": ["event", "host", "port", "prefix", "tags", "type"],
"title": "PublishMetric"
},
"Event": {
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
},
"send": {
"type": "boolean"
},
"status": {
"type": "string"
},
"priority": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": ["priority", "send", "status", "tags", "title"],
"title": "Event"
},
"TLS": {
"type": "object",
"additionalProperties": false,
"properties": {
"rejectUnauthorized": {
"type": "boolean"
}
},
"required": ["rejectUnauthorized"],
"title": "TLS"
},
"Scenario": {
"type": "object",
"additionalProperties": false,
"properties": {
"flow": {
"type": "array",
"items": {
"$ref": "#/definitions/Flow"
}
}
},
"required": ["flow"],
"title": "Scenario"
},
"Flow": {
"type": "object",
"additionalProperties": false,
"properties": {
"post": {
"$ref": "#/definitions/Post"
},
"get": {
"$ref": "#/definitions/Get"
},
"delete": {
"$ref": "#/definitions/Delete"
},
"function": {
"type": "string"
}
},
"required": [],
"title": "Flow"
},
"Delete": {
"type": "object",
"additionalProperties": false,
"properties": {
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"headers": {
"$ref": "#/definitions/DeleteHeaders"
},
"expect": {
"type": "array",
"items": {
"$ref": "#/definitions/ExpectElement"
}
}
},
"required": ["expect", "headers", "name", "url"],
"title": "Delete"
},
"ExpectElement": {
"type": "object",
"additionalProperties": false,
"properties": {
"statusCode": {
"type": "integer"
}
},
"required": ["statusCode"],
"title": "ExpectElement"
},
"DeleteHeaders": {
"type": "object",
"additionalProperties": false,
"properties": {
"contentType": {
"type": "string"
},
"accept": {
"type": "string"
},
"api_key": {
"type": "string"
}
},
"required": ["accept", "api_key", "contentType"],
"title": "DeleteHeaders"
},
"Get": {
"type": "object",
"additionalProperties": false,
"properties": {
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"headers": {
"$ref": "#/definitions/GetHeaders"
},
"expect": {
"type": "array",
"items": {
"$ref": "#/definitions/ExpectElement"
}
},
"qs": {
"$ref": "#/definitions/Qs"
}
},
"required": ["expect", "headers", "name", "url"],
"title": "Get"
},
"GetHeaders": {
"type": "object",
"additionalProperties": false,
"properties": {
"contentType": {
"type": "string"
},
"accept": {
"type": "string"
}
},
"required": ["accept"],
"title": "GetHeaders"
},
"Qs": {
"type": "object",
"additionalProperties": false,
"properties": {
"username": {
"type": "string"
},
"password": {
"type": "string"
}
},
"required": ["password", "username"],
"title": "Qs"
},
"Post": {
"type": "object",
"additionalProperties": false,
"properties": {
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"headers": {
"$ref": "#/definitions/PostHeaders"
},
"json": {
"$ref": "#/definitions/JSON"
},
"expect": {
"type": "array",
"items": {
"$ref": "#/definitions/ExpectElement"
}
},
"capture": {
"type": "array",
"items": {
"$ref": "#/definitions/Capture"
}
}
},
"required": ["expect", "headers", "json", "name", "url"],
"title": "Post"
},
"Capture": {
"type": "object",
"additionalProperties": false,
"properties": {
"as": {
"type": "string"
},
"json": {
"type": "string"
}
},
"required": ["as", "json"],
"title": "Capture"
},
"PostHeaders": {
"type": "object",
"additionalProperties": false,
"properties": {
"accept": {
"type": "string"
},
"Content-Type": {
"type": "string"
}
},
"required": ["Content-Type", "accept"],
"title": "PostHeaders"
},
"JSON": {
"type": "object",
"additionalProperties": false,
"properties": {
"photoUrls": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"id": {
"type": "integer"
},
"category": {
"$ref": "#/definitions/Category"
},
"tags": {
"type": "array",
"items": {
"$ref": "#/definitions/Category"
}
},
"status": {
"type": "string"
},
"username": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"email": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"type": "integer"
}
},
"required": ["id"],
"title": "JSON"
},
"Category": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer"
}
},
"required": ["id", "name"],
"title": "Category"
}
}
}
| petstore-v1 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius"
],
"type": "object"
},
"shape": {
"description": "The shape for which the area needs to be calculated",
"type": "string"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_835c31ab |
{
"properties": {
"customer_name": {
"description": "The customer name",
"type": "string"
},
"items": {
"items": {
"properties": {
"description": {
"description": "The item description",
"type": "string"
},
"price": {
"description": "The item price",
"type": "number"
},
"quantity": {
"description": "The item quantity",
"type": "integer"
}
},
"required": [
"description",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | generate_invoice_4c6c4eae |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"bar": {
"type": "integer",
"minimum": 10
},
"baz": {
"type": "number",
"minimum": 10.5
},
"qux": {
"type": "string",
"minimum": 10
}
}
} | o25194 |
{
"additionalProperties": false,
"description": "Schema for storage loader errors with unknown data, e.g. invalid enriched event",
"properties": {
"failure": {
"description": "Errors that happened when not recognizing the event as an enriched event, provided by Analytics SDK",
"oneOf": [
{
"properties": {
"type": {
"enum": [
"NotTSV"
]
}
},
"required": [
"type"
]
},
{
"properties": {
"fieldCount": {
"maximum": 1024,
"minimum": 0,
"type": "integer"
},
"type": {
"enum": [
"FieldNumberMismatch"
]
}
},
"required": [
"type",
"fieldCount"
]
},
{
"properties": {
"errors": {
"items": {
"oneOf": [
{
"additionalProperties": false,
"properties": {
"key": {
"maxLength": 32,
"type": "string"
},
"message": {
"type": "string"
},
"type": {
"enum": [
"InvalidValue"
]
},
"value": {
"type": "string"
}
},
"required": [
"type",
"key",
"value",
"message"
]
},
{
"additionalProperties": false,
"properties": {
"message": {
"type": "string"
},
"type": {
"enum": [
"UnhandledRowDecodingError"
]
}
},
"required": [
"type",
"message"
]
}
]
},
"minItems": 1,
"type": "array"
},
"type": {
"enum": [
"RowDecodingError"
]
}
},
"required": [
"type",
"errors"
]
}
],
"type": "object"
},
"payload": {
"description": "Data blob which was not recognized as an enriched event by the storage loader",
"type": "string"
},
"processor": {
"additionalProperties": false,
"description": "Information about the piece of software responsible for the creation of enrichment failures",
"properties": {
"artifact": {
"description": "Artifact responsible for the creation of enrichment failures",
"maxLength": 512,
"type": "string"
},
"version": {
"description": "Version of the artifact responsible for the creation of enrichment failures",
"maxLength": 32,
"pattern": "^(\\d+\\.\\d+\\.\\d+.*)$",
"type": "string"
}
},
"required": [
"artifact",
"version"
],
"type": "object"
}
},
"required": [
"payload",
"failure",
"processor"
],
"self": {
"format": "jsonschema",
"name": "loader_parsing_error",
"vendor": "com.snowplowanalytics.snowplow.badrows",
"version": "2-0-0"
},
"type": "object"
} | sp_336_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"packageName": {
"type": "string"
},
"appId": {
"type": "string"
},
"packageVersion": {
"type": "string"
},
"postUninstallNotes": {
"type": "string"
}
},
"required": [
"packageName",
"appId"
],
"additionalProperties": false
}
}
},
"required": [
"results"
],
"additionalProperties": false
} | o79456 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://dcc.icgc.org/donor-centric",
"type": "object",
"properties": {
"_donor_id": {
"id": "https://dcc.icgc.org/donor-centric/_donor_id",
"type": "string"
},
"_project_id": {
"id": "https://dcc.icgc.org/donor-centric/_project_id",
"type": "string"
},
"_summary": {
"id": "https://dcc.icgc.org/donor-centric/_summary",
"type": "object",
"properties": {
"_affected_gene_count": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_affected_gene_count",
"type": "integer"
},
"_age_at_diagnosis_group": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_age_at_diagnosis_group",
"type": "string"
},
"_available_data_type": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_available_data_type",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_available_data_type/0",
"type": "string"
},
"additionalItems": false
},
"_cngv_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_cngv_exists",
"type": "boolean"
},
"_cnsm_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_cnsm_exists",
"type": "boolean"
},
"_exp_array_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_exp_array_exists",
"type": "boolean"
},
"_exp_seq_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_exp_seq_exists",
"type": "boolean"
},
"_jcn_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_jcn_exists",
"type": "boolean"
},
"_meth_array_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_meth_array_exists",
"type": "boolean"
},
"_meth_seq_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_meth_seq_exists",
"type": "boolean"
},
"_mirna_seq_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_mirna_seq_exists",
"type": "boolean"
},
"_pexp_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_pexp_exists",
"type": "boolean"
},
"_sgv_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_sgv_exists",
"type": "boolean"
},
"_ssm_count": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_ssm_count",
"type": "integer"
},
"_state": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_state",
"type": "string"
},
"_stgv_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_stgv_exists",
"type": "boolean"
},
"_stsm_exists": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_stsm_exists",
"type": "boolean"
},
"_studies": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_studies",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/_summary/_studies/0",
"type": "string"
},
"additionalItems": false
},
"experimental_analysis_performed": {
"id": "https://dcc.icgc.org/donor-centric/_summary/experimental_analysis_performed",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/_summary/experimental_analysis_performed/0",
"type": "string"
},
"additionalItems": false
},
"experimental_analysis_performed_sample_count": {
"id": "https://dcc.icgc.org/donor-centric/_summary/experimental_analysis_performed_sample_count",
"type": "object",
"description": "Each field of the object has name of experimental analysis performed and it's count. E.g. WGA:10",
"patternProperties": {
"^\\w+(-\\w+)+$": {
"type": "integer"
}
},
"additionalProperties": false
},
"repository": {
"id": "https://dcc.icgc.org/donor-centric/_summary/repository",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/_summary/repository/0",
"type": "string"
},
"additionalItems": false
}
},
"additionalProperties": false
},
"disease_status_last_followup": {
"id": "https://dcc.icgc.org/donor-centric/disease_status_last_followup",
"type": "string"
},
"donor_age_at_diagnosis": {
"id": "https://dcc.icgc.org/donor-centric/donor_age_at_diagnosis",
"type": "integer"
},
"donor_relapse_type": {
"id": "https://dcc.icgc.org/donor-centric/donor_relapse_type",
"type": "string"
},
"donor_sex": {
"id": "https://dcc.icgc.org/donor-centric/donor_sex",
"type": "string"
},
"donor_survival_time": {
"id": "https://dcc.icgc.org/donor-centric/donor_survival_time",
"type": "integer"
},
"donor_tumour_stage_at_diagnosis": {
"id": "https://dcc.icgc.org/donor-centric/donor_tumour_stage_at_diagnosis",
"type": "string"
},
"donor_vital_status": {
"id": "https://dcc.icgc.org/donor-centric/donor_vital_status",
"type": "string"
},
"gene": {
"id": "https://dcc.icgc.org/donor-centric/gene",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/1",
"type": "object",
"properties": {
"_gene_id": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/_gene_id",
"type": "string"
},
"biotype": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/biotype",
"type": "string"
},
"chromosome": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/chromosome",
"type": "string"
},
"curated_set": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/curated_set",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/curated_set/0",
"type": "string"
},
"additionalItems": false
},
"drug": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/drug",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/drug/0",
"type": "string"
},
"additionalItems": false
},
"end": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/end",
"type": "integer"
},
"fake": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/fake",
"description": "This is present only when the value is 'true'",
"type": "boolean"
},
"go_term": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term",
"type": "object",
"properties": {
"biological_process": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/biological_process",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/biological_process/52",
"type": "string"
},
"additionalItems": false
},
"cellular_component": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/cellular_component",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/cellular_component/39",
"type": "string"
},
"additionalItems": false
},
"molecular_function": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/molecular_function",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/go_term/molecular_function/10",
"type": "string"
},
"additionalItems": false
}
},
"additionalProperties": false
},
"pathway": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/pathway",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/0/pathway/4",
"type": "string"
},
"additionalItems": false
},
"ssm": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0",
"type": "object",
"properties": {
"_mutation_id": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/_mutation_id",
"type": "string"
},
"_type": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/_type",
"type": "string"
},
"chromosome": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/chromosome",
"type": "string"
},
"chromosome_end": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/chromosome_end",
"type": "integer"
},
"chromosome_start": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/chromosome_start",
"type": "integer"
},
"consequence": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/consequence",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/consequence/0",
"type": "object",
"properties": {
"consequence_type": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/consequence/0/consequence_type",
"type": "string"
},
"functional_impact_prediction_summary": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/consequence/0/functional_impact_prediction_summary",
"type": "string"
}
},
"additionalProperties": false
},
"additionalItems": false
},
"mutation_type": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/mutation_type",
"type": "string"
},
"observation": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/observation",
"type": "array",
"items": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/observation/0",
"type": "object",
"properties": {
"verification_status": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/observation/0/verification_status",
"type": "string"
},
"platform": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/observation/0/platform",
"type": "string"
},
"sequencing_strategy": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/ssm/0/observation/0/sequencing_strategy",
"type": "string"
}
},
"additionalProperties": false
},
"additionalItems": false
}
},
"additionalProperties": false
},
"additionalItems": false
},
"start": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/start",
"type": "integer"
},
"symbol": {
"id": "https://dcc.icgc.org/donor-centric/gene/1/symbol",
"type": "string"
}
},
"additionalProperties": false
},
"additionalItems": false
},
"project": {
"id": "https://dcc.icgc.org/donor-centric/project",
"type": "object",
"properties": {
"_project_id": {
"id": "https://dcc.icgc.org/donor-centric/project/_project_id",
"type": "string"
},
"primary_site": {
"id": "https://dcc.icgc.org/donor-centric/project/primary_site",
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false,
"required": [
"_donor_id"
]
} | o47090 |
{
"properties": {
"portworx": {
"additionalProperties": false,
"description": "PX configuration properties",
"properties": {
"api_port": {
"default": 9001,
"description": "API access port",
"type": "integer"
},
"clusterid": {
"default": "my-cluster",
"description": "PX Cluster ID",
"type": "string"
},
"cpus": {
"default": 1.0,
"description": "CPU shares to allocate to each Marathon instance.",
"minimum": 0.0,
"type": "number"
},
"dataif": {
"default": "enp0s3",
"description": "Network interface to use for Data traffic. Specify using the -d option.",
"type": "string"
},
"framework-name": {
"default": "portworx",
"description": "The name of the framework. Until this is configurable, please do not change this from it's default value.",
"type": "string"
},
"headers_dir": {
"default": "/usr/src",
"description": "Directory location for system headers",
"type": "string"
},
"instances": {
"default": 3,
"description": "Number of PX instances to run.",
"minimum": 3,
"type": "integer"
},
"kvdb": {
"default": "etcd://etcd.mycompany.com:4001",
"description": "Key Value database to use for PX to store configuration parameters.",
"type": "string"
},
"mem": {
"default": 2048.0,
"description": "Memory (MB) to allocate to each Marathon task.",
"minimum": 2048.0,
"type": "number"
},
"mgmtif": {
"default": "enp0s3",
"description": "Network interface to use for Mgmt traffic. Specify using the -m option.",
"type": "string"
},
"storage": {
"default": "/dev/sdb",
"description": "Local storage devices to use. Specify devices using the -s option. Multiple devices can be specified using multiple -s options. To use all available devices, just use -a",
"type": "string"
}
},
"required": [
"kvdb",
"clusterid",
"storage",
"mgmtif",
"dataif",
"headers_dir",
"api_port",
"instances"
]
},
"service": {
"description": "DC/OS service configuration properties",
"properties": {
"name": {
"default": "portworx",
"description": "Name of this service instance.",
"type": "string"
}
},
"type": "object"
}
}
} | o90814 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"length": {
"description": "The length of a rectangle or triangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "number"
},
"width": {
"description": "The width of a rectangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape (e.g., circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_a1c30545 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "10/EPMP delete metadata keys request",
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9_]+$",
"description": "Endpoint metadata key name"
},
"minItems": 1,
"_uniqueItems": true
} | o53905 |
{
"properties": {
"exercise": {
"items": {
"properties": {
"activity": {
"description": "The name of the activity",
"type": "string"
},
"calories_burned": {
"description": "The number of calories burned",
"type": "integer"
}
},
"required": [
"activity",
"calories_burned"
],
"type": "object"
},
"type": "array"
},
"food_intake": {
"items": {
"properties": {
"calories": {
"description": "The number of calories consumed",
"type": "integer"
},
"food": {
"description": "The name of the food",
"type": "string"
}
},
"required": [
"food",
"calories"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"food_intake",
"exercise"
],
"type": "object"
} | track_calories_82bd0ec9 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base 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"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"base",
"height",
"radius"
],
"type": "object"
},
"shape": {
"description": "The type of shape (circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_31de8216 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/0.10.5/utils/named_entity.json",
"title": "Named Entity",
"description": "Models a named entity (i.e. name of a person, place, or organization) used in a piece of content.",
"type": "object",
"required": [
"_id",
"name",
"type"
],
"additionalProperties": false,
"properties": {
"_id": {
"type": "string",
"description": "A unique identifier for the concept of the named entity."
},
"name": {
"type": "string",
"description": "The actual string of text that was identified as a named entity."
},
"type": {
"type": "string",
"description": "A description of what the named entity is. E.g. 'organization', 'person', or 'location'."
},
"score": {
"type": "number",
"decription": "An optional relevancy for this named entitiy."
}
}
} | o85973 |
{
"definitions": {
"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": "current status of a horizontal pod autoscaler",
"properties": {
"currentCPUUtilizationPercentage": {
"description": "current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"currentReplicas": {
"description": "current number of replicas of pods managed by this autoscaler.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"desiredReplicas": {
"description": "desired number of replicas of pods managed by this autoscaler.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"lastScaleTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed."
},
"observedGeneration": {
"description": "most recent generation observed by this autoscaler.",
"format": "int64",
"type": [
"integer",
"null"
]
}
},
"required": [
"currentReplicas",
"desiredReplicas"
],
"type": "object"
} | kb_406_Normalized |
{
"description": "A user's first and last name.",
"properties": {
"_id": {
"id": "_id",
"type": "string"
},
"categories": {
"id": "categories",
"properties": {
"audience": {
"id": "audience",
"items": {},
"type": "array"
},
"database": {
"id": "database",
"items": {},
"type": "array"
},
"developmentstatus": {
"id": "developmentstatus",
"items": {},
"type": "array"
},
"environment": {
"id": "environment",
"items": {},
"type": "array"
},
"language": {
"id": "language",
"items": {},
"type": "array"
},
"license": {
"id": "license",
"items": {},
"type": "array"
},
"os": {
"id": "os",
"items": {},
"type": "array"
},
"topic": {
"id": "topic",
"items": {},
"type": "array"
},
"translation": {
"id": "translation",
"items": {},
"type": "array"
}
},
"type": "object"
},
"creation_date": {
"id": "creation_date",
"type": "string"
},
"developers": {
"id": "developers",
"items": {
"id": "0",
"properties": {
"name": {
"id": "name",
"type": "string"
},
"url": {
"id": "url",
"type": "string"
},
"username": {
"id": "username",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"external_homepage": {
"id": "external_homepage",
"type": "string"
},
"icon_url": {
"id": "icon_url",
"type": "null"
},
"labels": {
"id": "labels",
"items": {},
"type": "array"
},
"moved_to_url": {
"id": "moved_to_url",
"type": "string"
},
"name": {
"id": "name",
"type": "string"
},
"preferred_support_tool": {
"id": "preferred_support_tool",
"type": "string"
},
"preferred_support_url": {
"id": "preferred_support_url",
"type": "string"
},
"private": {
"id": "private",
"type": "boolean"
},
"profile_api_url": {
"id": "profile_api_url",
"type": "string"
},
"screenshots": {
"id": "screenshots",
"items": {},
"type": "array"
},
"short_description": {
"id": "short_description",
"type": "null"
},
"shortname": {
"id": "shortname",
"type": "string"
},
"socialnetworks": {
"id": "socialnetworks",
"items": {
"id": "1",
"properties": {
"accounturl": {
"id": "accounturl",
"type": "string"
},
"socialnetwork": {
"id": "socialnetwork",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"status": {
"id": "status",
"type": "string"
},
"summary": {
"id": "summary",
"type": "string"
},
"tools": {
"id": "tools",
"items": {
"id": "5",
"properties": {
"label": {
"id": "label",
"type": "string"
},
"mount_point": {
"id": "mount_point",
"type": "string"
},
"name": {
"id": "name",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"url": {
"id": "url",
"type": "string"
},
"video_url": {
"id": "video_url",
"type": "string"
}
},
"title": "User.",
"type": "object"
} | o57816 |
{
"$id": "https://json.schemastore.org/sponge-mixins.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"mixin_class": {
"type": "string",
"description": "The dot-separated path to the mixin class relative to the specified package. The class must be annotated with @Mixin"
},
"injector_options": {
"type": "object",
"description": "Injection options",
"properties": {
"defaultRequire": {
"type": "integer",
"minimum": 0,
"description": "Sets the default minimum of injections that must be successfully applied per injector",
"default": 0
},
"defaultGroup": {
"type": "string",
"description": "Sets the default injector group",
"default": "default"
},
"injectionPoints": {
"type": "array",
"description": "Registers injection points for this configuration",
"items": {
"type": "string"
}
},
"maxShiftBy": {
"type": "integer",
"minimum": 0,
"maximum": 5,
"default": 5,
"description": "Sets the maximum allowed number of opcodes that can be shifted in @At annotations. This is hard capped at 5"
}
}
},
"overwrite_options": {
"type": "object",
"description": "Overwrite options",
"properties": {
"conformVisibility": {
"type": "boolean",
"description": "Sets whether the visibility of overwritten methods should be conformed to the target class"
},
"requireAnnotations": {
"type": "boolean",
"default": true,
"description": "Sets whether overwriting methods must explicitly be declared through @Overwrite annotations"
}
}
}
},
"properties": {
"parent": {
"type": "string",
"description": "The name of a parent configuration that options get inherited from"
},
"target": {
"type": "string",
"description": "Target selector. Either the specifies the phase directly or use \"@env(PHASE)\" separated by '&', '\\', or ' '"
},
"minVersion": {
"type": "string",
"pattern": "^(\\d{1,5})(?:\\.(\\d{1,5})(?:\\.(\\d{1,5})(?:\\.(\\d{1,5}))?)?)?(-[a-zA-Z0-9_\\-]+)?$",
"description": "Minimum version of the mixin subsystem required for this configuration"
},
"compatibilityLevel": {
"type": "string",
"description": "Minimum compatibility level required for mixins in this set"
},
"required": {
"type": "boolean",
"description": "Determines whether mixin failures in this configuration are considered terminal and stop the game"
},
"priority": {
"type": "integer",
"description": "The priority of this configuration. Will be inherited if smaller than 0",
"default": -1
},
"mixinPriority": {
"type": "integer",
"description": "Default mixin priority for this configuration. Will be inherited if smaller than 0",
"default": -1
},
"package": {
"type": "string",
"description": "The target package where the mixin classes reside"
},
"mixins": {
"type": "array",
"description": "Mixin classes to load in all environments. Class names get prepended with the specified package",
"items": {
"$ref": "#/definitions/mixin_class"
}
},
"client": {
"type": "array",
"description": "Mixin classes to load ONLY on client. Class names get prepended with the specified package",
"items": {
"$ref": "#/definitions/mixin_class"
}
},
"server": {
"type": "array",
"description": "Mixin classes to load ONLY on server. Class names get prepended with the specified package",
"items": {
"$ref": "#/definitions/mixin_class"
}
},
"setSourceFile": {
"type": "boolean",
"description": "Sets whether targets' source files will be updated to the mixin source file"
},
"refmap": {
"type": "string",
"description": "The path to the reference map resource to use for this configuration"
},
"verbose": {
"type": "boolean",
"description": "Increases log detail level from DEBUG to INFO",
"default": false
},
"plugin": {
"type": "string",
"description": "Name of the mixin config plugin to use for this config"
},
"injectors": {
"$ref": "#/definitions/injector_options"
},
"overwrites": {
"$ref": "#/definitions/overwrite_options"
}
},
"required": ["package"],
"type": "object"
}
| sponge-mixins |
{
"$id": "http://github.com/kubeflow/metadata/schema/alpha/entity.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Schema for any entity. (namespace, kind, apiversion) uniquely identifies the entity type.",
"examples": [
{
"annotations": {
"mylabel": "l1",
"tag": "tag-abc"
},
"apiversion": "v1",
"category": "artifact",
"create_time": "2018-11-13T20:20:39+00:00",
"description": "a example model",
"id": "123",
"kind": "model",
"name": "model-1",
"namespace": "my-company.org",
"owner": "[email protected]",
"uri": "file://path/to/artifact",
"version": "v1.0.0"
}
],
"properties": {
"annotations": {
"description": "arbitrary string key/value pairs",
"patternProperties": {
"^.*$": {
"type": "string"
}
},
"type": "object"
},
"apiversion": {
"description": "version of the entity type",
"type": "string"
},
"category": {
"description": "three categories of entities",
"enum": [
"artifact",
"execution",
"container"
],
"type": "string"
},
"create_time": {
"description": "time when entity is created in the format of RFC3339",
"examples": [
"2018-11-13T20:20:39+00:00"
],
"format": "date-time",
"type": "string"
},
"description": {
"description": "description of this entity",
"type": "string"
},
"id": {
"description": "unique identifier for this entity",
"type": "string"
},
"kind": {
"description": "type of this entity",
"type": "string"
},
"name": {
"description": "name of this entity",
"type": "string"
},
"namespace": {
"description": "namepace of the entity type",
"type": "string"
},
"owner": {
"description": "owner of this entity",
"type": "string"
}
},
"required": [
"id",
"kind",
"namespace",
"apiversion",
"name",
"category"
],
"type": "object"
} | o56041 |
{
"description": "ScaleSpec describes the attributes of a scale subresource.",
"properties": {
"replicas": {
"description": "desired number of instances for the scaled object.",
"format": "int32",
"type": [
"integer",
"null"
]
}
},
"type": "object"
} | kb_920_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://judkins.house/apis/k2/v1/etcdConfig.json",
"$$target": "etcdConfig.json",
"title": "etcd Configuration",
"description": "Describes the configuration of etcd.",
"properties": {
"name": {
"description": "Name of etcd configuration",
"type": "string"
},
"type": {
"description": "Type of kvStore",
"enum": [
"etcd"
],
"type": "string"
},
"kind": {
"description": "Type of etcdConfig",
"enum": [
"kvStore"
],
"type": "string"
},
"clientPorts": {
"description": "Ports used to listen for client requests.",
"items": {
"type": "number"
},
"minItems": 1,
"type": "array",
"default": [
2379,
4001
]
},
"clusterToken": {
"description": "Token used during etcd cluster formation. This may be unsafe if an etcd cluster formation has to be restarted, or multiple clusters are created within the same VPC. It is highly recommended that the uuidToken option be used instead.",
"type": "string",
"default": "espouse-monger-rarely"
},
"uuidToken": {
"description": "If true, uuidgen will be used to generate a unique token for each etcd cluster. uuidToken takes precedence over clusterToken, and if neither are specified then the etcd defaults are used.",
"type": "boolean",
"default": true
},
"peerPorts": {
"description": "Ports used for peer to peer communication",
"items": {
"type": "number"
},
"minItems": 1,
"type": "array",
"default": [
2380
]
},
"ssl": {
"description": "Whether or not SSL is used for etcd traffic",
"type": "boolean"
},
"version": {
"description": "Version of etcd container which will be run",
"type": "string"
}
},
"required": [
"type",
"clientPorts",
"peerPorts",
"ssl",
"version"
],
"additionalProperties": false,
"type": "object"
} | o90384 |
{
"additionalProperties": false,
"description": "Schema for mobile contexts",
"properties": {
"androidIdfa": {
"type": "string"
},
"appleIdfa": {
"type": "string"
},
"appleIdfv": {
"type": "string"
},
"carrier": {
"type": [
"string",
"null"
]
},
"deviceManufacturer": {
"type": "string"
},
"deviceModel": {
"type": "string"
},
"openIdfa": {
"type": "string"
},
"osType": {
"type": "string"
},
"osVersion": {
"type": "string"
}
},
"required": [
"osType",
"osVersion",
"deviceManufacturer",
"deviceModel"
],
"self": {
"format": "jsonschema",
"name": "mobile_context",
"vendor": "com.snowplowanalytics.snowplow",
"version": "1-0-0"
},
"type": "object"
} | sp_298_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"minItems": 1,
"_uniqueItems": true,
"items": {
"type": "object",
"properties": {
"headers": {
"type": "object",
"properties": {
"user-agent": {
"type": "string"
}
}
},
"device": {
"type": "object",
"properties": {
"deviceName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"marketingName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"manufacturer": {
"type": "string"
},
"brand": {
"type": "string"
},
"display": {
"type": "object",
"properties": {
"width": {
"anyOf": [
{
"type": "integer",
"minimum": 0
},
{
"type": "null"
}
]
},
"height": {
"anyOf": [
{
"type": "integer",
"minimum": 0
},
{
"type": "null"
}
]
},
"touch": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"size": {
"anyOf": [
{
"type": "number",
"minimum": 0
},
{
"type": "null"
}
]
}
},
"required": [
"width",
"height",
"touch",
"size"
]
},
"type": {
"type": "string"
}
},
"required": [
"deviceName",
"marketingName",
"manufacturer",
"brand",
"display",
"type"
]
},
"browser": {
"type": "object",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"modus": {
"anyOf": [
{
"type": "null"
},
{
"type": "integer"
}
]
},
"version": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"manufacturer": {
"type": "string"
},
"bits": {
"anyOf": [
{
"type": "null"
},
{
"type": "integer"
}
]
},
"type": {
"type": "string"
}
},
"required": [
"name",
"modus",
"version",
"manufacturer",
"bits",
"type"
]
},
"os": {
"type": "object",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"marketingName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"version": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"manufacturer": {
"type": "string"
},
"bits": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
}
},
"required": [
"name",
"marketingName",
"version",
"manufacturer",
"bits"
]
},
"engine": {
"type": "object",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"version": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"manufacturer": {
"type": "string"
}
},
"required": [
"name",
"version",
"manufacturer"
]
}
},
"required": [
"headers",
"device",
"browser",
"os",
"engine"
]
}
} | o60842 |
{
"additionalProperties": false,
"description": "Schema for the Parrable encrypted payload",
"properties": {
"encryptedId": {
"maxLength": 256,
"type": "string"
},
"optout": {
"enum": [
"true",
"false"
]
}
},
"required": [
"encryptedId",
"optout"
],
"self": {
"format": "jsonschema",
"name": "encrypted_payload",
"vendor": "com.parrable",
"version": "1-0-0"
},
"type": "object"
} | sp_165_Normalized |
{
"properties": {
"check_in_date": {
"description": "The check-in date",
"format": "date",
"type": "string"
},
"check_out_date": {
"description": "The check-out date",
"format": "date",
"type": "string"
},
"destination": {
"description": "The destination to search for hotels",
"type": "string"
},
"number_of_guests": {
"description": "The number of guests",
"type": "integer"
}
},
"required": [
"destination",
"check_in_date",
"check_out_date",
"number_of_guests"
],
"type": "object"
} | search_hotels_22fdf13c |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"bulk_publishing": {
"type": "boolean"
},
"links": {
"type": "object",
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/guid_list"
},
"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": {
"description": "A largely deprecated tag currently only used to power email alerts.",
"$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
},
"sections": {
"$ref": "#/definitions/guid_list"
},
"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
}
}
} | o21289 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AttachedVolume": {
"description": "AttachedVolume describes a volume attached to a node",
"properties": {
"devicePath": {
"description": "DevicePath represents the device path where the volume should be available",
"type": "string"
},
"name": {
"description": "Name of the attached volume",
"type": "string"
}
},
"required": [
"name",
"devicePath"
],
"type": "object"
},
"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_ContainerImage": {
"description": "Describe a container image",
"properties": {
"names": {
"description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"items": {
"type": "string"
},
"type": "array"
},
"sizeBytes": {
"_format": "int64",
"description": "The size of the image in bytes.",
"type": "integer"
}
},
"required": [
"names"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint": {
"description": "DaemonEndpoint contains information about a single Daemon endpoint.",
"properties": {
"Port": {
"_format": "int32",
"description": "Port number of the given endpoint.",
"type": "integer"
}
},
"required": [
"Port"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAddress": {
"description": "NodeAddress contains information for the node's address.",
"properties": {
"address": {
"description": "The node address.",
"type": "string"
},
"type": {
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": "string"
}
},
"required": [
"type",
"address"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeCondition": {
"description": "NodeCondition contains condition information for a node.",
"properties": {
"lastHeartbeatTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Last time we got an update on a given condition."
},
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Last time the condition transit from one status to another."
},
"message": {
"description": "Human readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "(brief) reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "Type of node condition.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"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_NodeConfigStatus": {
"description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.",
"properties": {
"active": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error."
},
"assigned": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned."
},
"error": {
"description": "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.",
"type": "string"
},
"lastKnownGood": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigSource",
"description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeDaemonEndpoints": {
"description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
"properties": {
"kubeletEndpoint": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_DaemonEndpoint",
"description": "Endpoint on which Kubelet is listening."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSpec": {
"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"
},
"podCIDR": {
"description": "PodCIDR represents the pod IP range assigned to the node.",
"type": "string"
},
"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"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"providerID": {
"description": "ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>",
"type": "string"
},
"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"
},
"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"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeStatus": {
"description": "NodeStatus is information about the current status of a node.",
"properties": {
"addresses": {
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeAddress"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"allocatable": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
"type": "object"
},
"capacity": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
"type": "object"
},
"conditions": {
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeCondition"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"config": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeConfigStatus",
"description": "Status of the config assigned to the node via the dynamic Kubelet config feature."
},
"daemonEndpoints": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeDaemonEndpoints",
"description": "Endpoints of daemons running on the Node."
},
"images": {
"description": "List of container images on this node",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ContainerImage"
},
"type": "array"
},
"nodeInfo": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSystemInfo",
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
},
"phase": {
"description": "NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.",
"type": "string"
},
"volumesAttached": {
"description": "List of volumes that are attached to the node.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AttachedVolume"
},
"type": "array"
},
"volumesInUse": {
"description": "List of attachable volumes in use (mounted) by the node.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSystemInfo": {
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
"properties": {
"architecture": {
"description": "The Architecture reported by the node",
"type": "string"
},
"bootID": {
"description": "Boot ID reported by the node.",
"type": "string"
},
"containerRuntimeVersion": {
"description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).",
"type": "string"
},
"kernelVersion": {
"description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).",
"type": "string"
},
"kubeProxyVersion": {
"description": "KubeProxy Version reported by the node.",
"type": "string"
},
"kubeletVersion": {
"description": "Kubelet Version reported by the node.",
"type": "string"
},
"machineID": {
"description": "MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html",
"type": "string"
},
"operatingSystem": {
"description": "The Operating System reported by the node",
"type": "string"
},
"osImage": {
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
"type": "string"
},
"systemUUID": {
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
"type": "string"
}
},
"required": [
"machineID",
"systemUUID",
"bootID",
"kernelVersion",
"osImage",
"containerRuntimeVersion",
"kubeletVersion",
"kubeProxyVersion",
"operatingSystem",
"architecture"
],
"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_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_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": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
"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"
]
},
"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": [
"Node"
],
"type": [
"string",
"null"
]
},
"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_NodeSpec",
"description": "Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeStatus",
"description": "Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "",
"kind": "Node",
"version": "v1"
}
]
} | kb_607_Normalized |
{
"definitions": {
"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_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_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_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
"properties": {
"defaultMode": {
"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.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"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",
"null"
]
}
},
"type": "object"
} | kb_288_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gitlab.com/.gitlab-ci.yml",
"title": "Gitlab CI configuration",
"description": "Gitlab has a built-in solution for doing CI called Gitlab CI. It is configured by supplying a file called `.gitlab-ci.yml`, which will list all the jobs that are going to run for the project. A full list of all options can be found at https://docs.gitlab.com/ee/ci/yaml/. You can read more about Gitlab CI at https://docs.gitlab.com/ee/ci/README.html.",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"format": "uri"
},
"image": {
"$ref": "#/definitions/image"
},
"services": {
"$ref": "#/definitions/services"
},
"before_script": {
"$ref": "#/definitions/before_script"
},
"after_script": {
"$ref": "#/definitions/after_script"
},
"variables": {
"$ref": "#/definitions/variables"
},
"cache": {
"$ref": "#/definitions/cache"
},
"stages": {
"type": "array",
"description": "Groups jobs into stages. All jobs in one stage must complete before next stage is executed. Defaults to ['build', 'test', 'deploy'].",
"default": [
"build",
"test",
"deploy"
],
"items": {
"type": "string"
},
"_uniqueItems": true,
"minItems": 1
},
"include": {
"description": "Can be string or array of strings which should be an URL or local file reference (e.g. '/templates/ci-template.yml'). The external content will be fetched, included and evaluated along the `.gitlab-ci.yml`.",
"default": [],
"oneOf": [
{
"type": "string",
"format": "uri-reference",
"pattern": "^(https?://|/).+"
},
{
"type": "array",
"items": {
"type": "string",
"format": "uri-reference",
"pattern": "^(https?://|/).+"
}
}
]
},
"pages": {
"$ref": "#/definitions/job",
"description": "A special job used to upload static sites to Gitlab pages. Requires a `public/` directory with `artifacts.path` pointing to it."
}
},
"patternProperties": {
"^[.]": {
"$ref": "#/definitions/job_template"
}
},
"additionalProperties": {
"$ref": "#/definitions/job"
},
"definitions": {
"string_file_list": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"image": {
"oneOf": [
{
"type": "string",
"minLength": 1,
"description": "Full name of the image that should be used. It should contain the Registry part if needed."
},
{
"type": "object",
"description": "Specifies the docker image to use for the job or globally for all jobs. Job configuration takes precedence over global setting. Requires a certain kind of Gitlab runner executor.",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Full name of the image that should be used. It should contain the Registry part if needed."
},
"entrypoint": {
"type": "array",
"description": "Command or script that should be executed as the container's entrypoint. It will be translated to Docker's --entrypoint option while creating the container. The syntax is similar to Dockerfile's ENTRYPOINT directive, where each shell token is a separate string in the array.",
"minItems": 1
}
},
"required": [
"name"
]
}
],
"description": "Specifies the docker image to use for the job or globally for all jobs. Job configuration takes precedence over global setting. Requires a certain kind of Gitlab runner executor."
},
"services": {
"type": "array",
"description": "Similar to `image` property, but will link the specified services to the `image` container.",
"items": {
"oneOf": [
{
"type": "string",
"minLength": 1,
"description": "Full name of the image that should be used. It should contain the Registry part if needed."
},
{
"type": "object",
"description": "",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "Full name of the image that should be used. It should contain the Registry part if needed.",
"minLength": 1
},
"entrypoint": {
"type": "array",
"description": "Command or script that should be executed as the container's entrypoint. It will be translated to Docker's --entrypoint option while creating the container. The syntax is similar to Dockerfile's ENTRYPOINT directive, where each shell token is a separate string in the array.",
"minItems": 1,
"items": {
"type": "string"
}
},
"command": {
"type": "array",
"description": "Command or script that should be used as the container's command. It will be translated to arguments passed to Docker after the image's name. The syntax is similar to Dockerfile's CMD directive, where each shell token is a separate string in the array.",
"minItems": 1,
"items": {
"type": "string"
}
},
"alias": {
"type": "string",
"description": "Additional alias that can be used to access the service from the job's container. Read Accessing the services for more information.",
"minLength": 1
}
},
"required": [
"name"
]
}
]
}
},
"before_script": {
"type": "array",
"description": "Defines scripts that should run *before* the job. Can be set globally or per job.",
"items": {
"type": "string"
}
},
"after_script": {
"type": "array",
"description": "Defines scripts that should run *after* the job. Can be set globally or per job.",
"items": {
"type": "string"
}
},
"variables": {
"type": "object",
"description": "Defines environment variables for specific jobs or globally. Job level property overrides global variables. If a job sets `variables: {}`, all global variables are turned off.",
"additionalProperties": {
"type": "string"
}
},
"cache": {
"type": "object",
"description": "Specify files or directories to cache between jobs. Can be set globally or per job.",
"additionalProperties": false,
"properties": {
"paths": {
"type": "array",
"description": "List of files or paths to cache.",
"items": {
"type": "string"
}
},
"key": {
"type": "string",
"description": "Unique cache ID, to allow e.g. specific branch or job cache. Environment variables can be used to set up unique keys (e.g. \"$CI_COMMIT_REF_SLUG\" for per branch cache)."
},
"untracked": {
"type": "boolean",
"description": "Set to `true` to cache untracked files.",
"default": false
},
"policy": {
"type": "string",
"description": "Determines the strategy for downloading and updating the cache.",
"default": "pull-push",
"oneOf": [
{
"enum": [
"pull"
],
"description": "Pull will download cache but skip uploading after job completes."
},
{
"enum": [
"push"
],
"description": "Push will skip downloading cache and always recreate cache after job completes."
},
{
"enum": [
"pull-push"
],
"description": "Pull-push will both download cache at job start and upload cache on job success."
}
]
}
}
},
"filter_refs": {
"type": "array",
"description": "Filter job by different keywords that determine origin or state, or by supplying string/regex to check against branch/tag names.",
"items": {
"anyOf": [
{
"oneOf": [
{
"enum": [
"branches"
],
"description": "When a branch is pushed."
},
{
"enum": [
"tags"
],
"description": "When a tag is pushed."
},
{
"enum": [
"api"
],
"description": "When a pipeline has been triggered by a second pipelines API (not triggers API)."
},
{
"enum": [
"external"
],
"description": "When using CI services other than Gitlab"
},
{
"enum": [
"pipelines"
],
"description": "For multi-project triggers, created using the API with 'CI_JOB_TOKEN'."
},
{
"enum": [
"pushes"
],
"description": "Pipeline is triggered by a `git push` by the user"
},
{
"enum": [
"schedules"
],
"description": "For scheduled pipelines."
},
{
"enum": [
"triggers"
],
"description": "For pipelines created using a trigger token."
},
{
"enum": [
"web"
],
"description": "For pipelines created using *Run pipeline* button in Gitlab UI (under your project's *Pipelines*)."
}
]
},
{
"type": "string",
"description": "String or regular expression to match against tag or branch names."
}
]
}
},
"filter": {
"oneOf": [
{
"$ref": "#/definitions/filter_refs"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"refs": {
"$ref": "#/definitions/filter_refs"
},
"kubernetes": {
"enum": [
"active"
],
"description": "Filter job based on if Kubernetes integration is active."
},
"variables": {
"type": "array",
"description": "Filter job by checking comparing values of environment variables. Read more about variable expressions: https://docs.gitlab.com/ee/ci/variables/README.html#variables-expressions",
"items": {
"type": "string"
}
},
"changes": {
"type": "array",
"description": "Filter job creation based on files that were modified in a git push.",
"items": {
"type": "string"
}
}
}
}
]
},
"retry_max": {
"type": "integer",
"description": "The number of times the job will be retried if it fails. Defaults to 0 and can max be retried 2 times (3 times total).",
"default": 0,
"minimum": 0,
"maximum": 2
},
"retry_errors": {
"oneOf": [
{
"enum": [
"always"
],
"description": "Retry on any failure (default)."
},
{
"enum": [
"unknown_failure"
],
"description": "Retry when the failure reason is unknown."
},
{
"enum": [
"script_failure"
],
"description": "Retry when the script failed."
},
{
"enum": [
"api_failure"
],
"description": "Retry on API failure."
},
{
"enum": [
"stuck_or_timeout_failure"
],
"description": "Retry when the job got stuck or timed out."
},
{
"enum": [
"runner_system_failure"
],
"description": "Retry if there was a runner system failure (e.g. setting up the job failed)."
},
{
"enum": [
"missing_dependency_failure"
],
"description": "Retry if a dependency was missing."
},
{
"enum": [
"runner_unsupported"
],
"description": "Retry if the runner was unsupported."
}
]
},
"job": {
"allOf": [
{
"$ref": "#/definitions/job_template"
},
{
"anyOf": [
{
"required": [
"script"
]
},
{
"required": [
"extends"
]
}
]
}
]
},
"job_template": {
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"$ref": "#/definitions/image"
},
"services": {
"$ref": "#/definitions/services"
},
"before_script": {
"$ref": "#/definitions/before_script"
},
"after_script": {
"$ref": "#/definitions/after_script"
},
"variables": {
"$ref": "#/definitions/variables"
},
"cache": {
"$ref": "#/definitions/cache"
},
"script": {
"description": "Shell scripts executed by the Runner. The only required property of jobs. Be careful with special characters (e.g. `:`, `{`, `}`, `&`) and use single or double quotes to avoid issues.",
"oneOf": [
{
"type": "string",
"minLength": 1
},
{
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
]
},
"stage": {
"type": "string",
"description": "Define what stage the job will run in.",
"default": "test"
},
"only": {
"$ref": "#/definitions/filter",
"description": "Job will run *only* when these filtering options match."
},
"extends": {
"type": "string",
"description": "The name of a job to inherit configuration from."
},
"except": {
"$ref": "#/definitions/filter",
"description": "Job will run *except* for when these filtering options match."
},
"tags": {
"type": "array",
"description": "Used to select runners from the list of available runners. A runner must have all tags listed here to run the job.",
"items": {
"type": "string"
}
},
"allow_failure": {
"type": "boolean",
"description": "Setting this option to true will allow the job to fail while still letting the pipeline pass.",
"default": false
},
"when": {
"description": "Describes the conditions for when to run the job. Defaults to 'on_success'.",
"default": "on_success",
"oneOf": [
{
"enum": [
"on_success"
],
"description": "Execute job only when all jobs from prior stages succeed."
},
{
"enum": [
"on_failure"
],
"description": "Execute job when at least one job from prior stages fails."
},
{
"enum": [
"always"
],
"description": "Execute job regardless of the status from prior stages."
},
{
"enum": [
"manual"
],
"description": "Execute the job manually from Gitlab UI or API. Read more: https://docs.gitlab.com/ee/ci/yaml/#when-manual"
},
{
"enum": [
"delayed"
],
"description": "Execute a job after the time limit in 'start_in' expires. Read more: https://docs.gitlab.com/ee/ci/yaml/#when-delayed"
}
]
},
"start_in": {
"type": "string",
"description": "Used in conjunction with 'when: delayed' to set how long to delay before starting a job.",
"minLength": 1
},
"dependencies": {
"type": "array",
"description": "Specify a list of job names from earlier stages from which artifacts should be loaded. By default, all previous artifacts are passed. Use an empty array to skip downloading artifacts.",
"items": {
"type": "string"
}
},
"artifacts": {
"type": "object",
"description": "Used to specify a list of files and directories that should be attached to the job if it succeeds. Artifacts are sent to Gitlab where they can be downloaded.",
"additionalProperties": false,
"properties": {
"paths": {
"type": "array",
"description": "A list of paths to files/folders that should be included in the artifact.",
"items": {
"type": "string"
},
"minLength": 1
},
"name": {
"type": "string",
"description": "Name for the archive created on job success. Can use variables in the name, e.g. '$CI_JOB_NAME'"
},
"untracked": {
"type": "boolean",
"description": "Whether to add all untracked files (along with 'artifacts.paths') to the artifact.",
"default": false
},
"when": {
"description": "Configure when artifacts are uploaded depended on job status.",
"default": "on_success",
"oneOf": [
{
"enum": [
"on_success"
],
"description": "Upload artifacts only when the job succeeds (this is the default)."
},
{
"enum": [
"on_failure"
],
"description": "Upload artifacts only when the job fails."
},
{
"enum": [
"always"
],
"description": "Upload artifacts regardless of job status."
}
]
},
"expire_in": {
"type": "string",
"description": "How long artifacts should be kept. They are saved 30 days by default. Artifacts that have expired are removed periodically via cron job. Supports a wide variety of formats, e.g. '1 week', '3 mins 4 sec', '2 hrs 20 min', '2h20min', '6 mos 1 day', '47 yrs 6 mos and 4d', '3 weeks and 2 days'.",
"default": "30 days"
},
"reports": {
"type": "object",
"description": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in Merge Requests.",
"additionalProperties": false,
"properties": {
"junit": {
"description": "Path for file(s) that should be parsed as JUnit XML result",
"oneOf": [
{
"type": "string",
"description": "Path to a single XML file"
},
{
"type": "array",
"description": "A list of paths to XML files that will automatically be concatenated into a single file",
"items": {
"type": "string"
},
"minLength": 1
}
]
},
"codequality": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with code quality report(s) (such as Code Climate)."
},
"sast": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with SAST vulnerabilities report(s)."
},
"dependency_scanning": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with Dependency scanning vulnerabilities report(s)."
},
"container_scanning": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with Container scanning vulnerabilities report(s)."
},
"dast": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with DAST vulnerabilities report(s)."
},
"license_management": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with license report(s)."
},
"performance": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with performance metrics report(s)."
}
}
}
}
},
"environment": {
"type": "object",
"description": "Used to associate environment metadata with a deploy. Environment can have a name and URL attached to it, and will be displayed under /environments under the project.",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "The name of the environment, e.g. 'qa', 'staging', 'production'.",
"minLength": 1
},
"url": {
"type": "string",
"description": "When set, this will expose buttons in various places for the current environment in Gitlab, that will take you to the defined URL.",
"format": "uri",
"pattern": "^https?://.+"
},
"on_stop": {
"type": "string",
"description": "The name of a job to execute when the environment is about to be stopped."
},
"action": {
"enum": [
"stop"
],
"description": "Stops this environment so that it is inactive."
}
},
"required": [
"name"
]
},
"coverage": {
"type": "string",
"description": "Must be a regular expression, optionally but recommended to be quoted, and must be surrounded with '/'. Example: '/Code coverage: \\d+\\.\\d+/'",
"format": "regex",
"pattern": "^/.+/$"
},
"retry": {
"description": "Retry a job if it fails. Can be a simple integer or object definition.",
"oneOf": [
{
"$ref": "#/definitions/retry_max"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"max": {
"$ref": "#/definitions/retry_max"
},
"when": {
"description": "Either a single or array of error types to trigger job retry.",
"oneOf": [
{
"$ref": "#/definitions/retry_errors"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/retry_errors"
}
}
]
}
}
}
]
},
"parallel": {
"type": "integer",
"description": "Parallel will split up a single job into several, and provide `CI_NODE_INDEX` and `CI_NODE_TOTAL` environment variables for the running jobs.",
"default": 0,
"minimum": 2,
"maximum": 50
}
},
"oneOf": [
{
"properties": {
"when": {
"enum": [
"delayed"
]
}
},
"required": [
"when",
"start_in"
]
},
{
"properties": {
"when": {
"not": {
"enum": [
"delayed"
]
}
}
}
}
]
}
}
} | o90970 |
{
"additionalProperties": false,
"properties": {
"clouds": {
"additionalProperties": false,
"properties": {
"all": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
}
},
"required": [
"all"
],
"type": "object"
},
"dt": {
"_format": "date-time",
"type": "string"
},
"main": {
"additionalProperties": false,
"properties": {
"grnd_level": {
"minimum": 0,
"type": "number"
},
"humidity": {
"minimum": 0,
"type": "number"
},
"pressure": {
"minimum": 0,
"type": "number"
},
"sea_level": {
"minimum": 0,
"type": "number"
},
"temp": {
"minimum": 0,
"type": "number"
},
"temp_max": {
"minimum": 0,
"type": "number"
},
"temp_min": {
"minimum": 0,
"type": "number"
}
},
"required": [
"temp",
"temp_min",
"temp_max",
"pressure",
"humidity"
],
"type": "object"
},
"rain": {
"additionalProperties": false,
"properties": {
"1h": {
"minimum": 0,
"type": "number"
},
"3h": {
"minimum": 0,
"type": "number"
}
},
"type": "object"
},
"snow": {
"additionalProperties": false,
"properties": {
"1h": {
"minimum": 0,
"type": "number"
},
"3h": {
"minimum": 0,
"type": "number"
}
},
"type": "object"
},
"weather": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"maxLength": 128,
"type": "string"
},
"icon": {
"maxLength": 3,
"minLength": 3,
"type": "string"
},
"id": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
},
"main": {
"maxLength": 32,
"type": "string"
}
},
"required": [
"main",
"description"
],
"type": "object"
},
"type": "array"
},
"wind": {
"additionalProperties": false,
"properties": {
"deg": {
"minimum": 0,
"type": "number"
},
"gust": {
"minimum": 0,
"type": "number"
},
"speed": {
"minimum": 0,
"type": "number"
},
"var_beg": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
},
"var_end": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
}
},
"required": [
"speed",
"deg"
],
"type": "object"
}
},
"required": [
"dt",
"main",
"clouds"
],
"self": {
"format": "jsonschema",
"name": "weather",
"vendor": "org.openweathermap",
"version": "1-0-0"
},
"type": "object"
} | sp_415_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"side_length": {
"description": "The side length of the square",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape for which the area needs to be calculated (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_d82d93ba |
{
"properties": {
"aaa": {
"readonly": true,
"type": "boolean"
},
"adaptivetcp": {
"readonly": true,
"type": "boolean"
},
"appflow": {
"readonly": true,
"type": "boolean"
},
"appfw": {
"readonly": true,
"type": "boolean"
},
"appqoe": {
"readonly": true,
"type": "boolean"
},
"bgp": {
"readonly": true,
"type": "boolean"
},
"bot": {
"readonly": true,
"type": "boolean"
},
"cf": {
"readonly": true,
"type": "boolean"
},
"ch": {
"readonly": true,
"type": "boolean"
},
"ci": {
"readonly": true,
"type": "boolean"
},
"cloudbridge": {
"readonly": true,
"type": "boolean"
},
"cmp": {
"readonly": true,
"type": "boolean"
},
"contentaccelerator": {
"readonly": true,
"type": "boolean"
},
"cqa": {
"readonly": true,
"type": "boolean"
},
"cr": {
"readonly": true,
"type": "boolean"
},
"cs": {
"readonly": true,
"type": "boolean"
},
"feature": {
"enum": [
"WL",
"WebLogging",
"SP",
"SurgeProtection",
"LB",
"LoadBalancing",
"CS",
"ContentSwitching",
"CR",
"CacheRedirection",
"SC",
"SureConnect",
"CMP",
"CMPcntl",
"CompressionControl",
"PQ",
"PriorityQueuing",
"HDOSP",
"HttpDoSProtection",
"SSLVPN",
"AAA",
"GSLB",
"GlobalServerLoadBalancing",
"SSL",
"SSLOffload",
"SSLOffloading",
"CF",
"ContentFiltering",
"IC",
"IntegratedCaching",
"OSPF",
"OSPFRouting",
"RIP",
"RIPRouting",
"BGP",
"BGPRouting",
"REWRITE",
"IPv6PT",
"IPv6protocoltranslation",
"AppFw",
"ApplicationFirewall",
"RESPONDER",
"HTMLInjection",
"push",
"NSPush",
"NetScalerPush",
"AppFlow",
"CloudBridge",
"ISIS",
"ISISRouting",
"CH",
"CallHome",
"AppQoE",
"ContentAccelerator",
"SYSTEM",
"RISE",
"FEO",
"LSN",
"LargeScaleNAT",
"RDPProxy",
"Rep",
"Reputation",
"URLFiltering",
"VideoOptimization",
"ForwardProxy",
"SSLInterception",
"AdaptiveTCP",
"CQA",
"CI",
"ContentInspection",
"Bot"
],
"type": "object"
},
"feo": {
"readonly": true,
"type": "boolean"
},
"forwardproxy": {
"readonly": true,
"type": "boolean"
},
"gslb": {
"readonly": true,
"type": "boolean"
},
"hdosp": {
"readonly": true,
"type": "boolean"
},
"htmlinjection": {
"readonly": true,
"type": "boolean"
},
"ic": {
"readonly": true,
"type": "boolean"
},
"ipv6pt": {
"readonly": true,
"type": "boolean"
},
"isis": {
"readonly": true,
"type": "boolean"
},
"lb": {
"readonly": true,
"type": "boolean"
},
"lsn": {
"readonly": true,
"type": "boolean"
},
"ospf": {
"readonly": true,
"type": "boolean"
},
"pq": {
"readonly": true,
"type": "boolean"
},
"push": {
"readonly": true,
"type": "boolean"
},
"rdpproxy": {
"readonly": true,
"type": "boolean"
},
"rep": {
"readonly": true,
"type": "boolean"
},
"responder": {
"readonly": true,
"type": "boolean"
},
"rewrite": {
"readonly": true,
"type": "boolean"
},
"rip": {
"readonly": true,
"type": "boolean"
},
"rise": {
"readonly": true,
"type": "boolean"
},
"sc": {
"readonly": true,
"type": "boolean"
},
"sp": {
"readonly": true,
"type": "boolean"
},
"ssl": {
"readonly": true,
"type": "boolean"
},
"sslinterception": {
"readonly": true,
"type": "boolean"
},
"sslvpn": {
"readonly": true,
"type": "boolean"
},
"urlfiltering": {
"readonly": true,
"type": "boolean"
},
"videooptimization": {
"readonly": true,
"type": "boolean"
},
"wl": {
"readonly": true,
"type": "boolean"
}
},
"title": "nsfeature",
"type": "object"
} | o30757 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema-location": "Entity-Schema.json",
"name": "AWS-Provider-Schema",
"version": "1",
"author": "denis",
"description": "Represent the AWS-EC2 as the deployment Environment",
"associated-tool": "Juju-CLI",
"type": "object",
"properties": {
"$schema-location": {
"enum": [
"AWS-Provider-Schema.json"
]
},
"id": {
"type": "string"
},
"type": {
"type": "string",
"default-value": "",
"description": ""
},
"region": {
"type": "string",
"default-value": "us-east-1",
"description": ""
},
"access-key": {
"type": "string",
"default-value": "",
"description": ""
},
"secret-key": {
"type": "string",
"default-value": "",
"description": ""
}
},
"required": [
"id",
"type",
"access-key",
"secret-key"
]
}
| o35772 |
{
"id": "http://schemas.triniti.io/json-schema/triniti/canvas/mixin/youtube-video-block/1-0-0.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"
}
},
"id": {
"type": "string",
"pattern": "^[\\w-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"autoplay": {
"type": "boolean",
"pbj": {
"type": "boolean",
"rule": "single"
}
},
"start_at": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 65535,
"pbj": {
"type": "small-int",
"rule": "single"
}
},
"poster_image_ref": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"description": "A reference to an image asset to use as the poster that will override what is provided by youtube.",
"pbj": {
"type": "identifier",
"rule": "single"
}
}
},
"required": [
"id"
],
"additionalProperties": true
} | o82714 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"rulePriority": {
"title": "The priority of the rule",
"description": "0 has the highest priority. Only if a rule determines two paths equal, the rule with the next lower priority will be considered.",
"id": "#rulePriority",
"type": "integer",
"minimum": 0
},
"transitCountParam": {
"title": "The transit count rule considers the amount of solar systems",
"description": "Paths with fewer transit systems are preferred.",
"id": "#transitCountParam",
"type": "object",
"properties": {
"priority": {
"$ref": "#rulePriority"
}
}
},
"minSecurityParam": {
"title": "The minimum security rule avoids systems with lower security",
"description": "Paths with the least amount of systems with lower security are preferred.",
"id": "#minSecurityParam",
"type": "object",
"properties": {
"priority": {
"$ref": "#rulePriority"
},
"limit": {
"title": "The lowest acceptable security value a solar system should have",
"type": "number",
"enum": [
0.1,
0.2,
0.3,
0.4,
0.5
]
}
}
},
"maxSecurityParam": {
"title": "The maximum security rule avoids systems with equal or higher security",
"description": "Paths with the least amount of systems with equal or higher security are preferred.",
"id": "#maxSecurityParam",
"type": "object",
"properties": {
"priority": {
"$ref": "#rulePriority"
},
"limit": {
"title": "The first security value to avoid",
"type": "number",
"enum": [
0.5,
0.6,
0.7,
0.8,
0.9,
1.0
]
}
}
},
"jumpDistanceParam": {
"title": "The jump distance rule helps minimize jump fuel cost",
"description": "Paths with the least usage of jump drives are preferred.",
"id": "#jumpDistanceParam",
"type": "object",
"properties": {
"priority": {
"$ref": "#rulePriority"
}
}
}
},
"title": "A generic travel rule",
"description": "The type field determines how to interpret the parameter.",
"type": "object",
"properties": {
"transitCount": {
"$ref": "#transitCountParam"
},
"minSecurity": {
"$ref": "#minSecurityParam"
},
"maxSecurity": {
"$ref": "#maxSecurityParam"
},
"jumpDistance": {
"$ref": "#jumpDistanceParam"
}
}
} | o35905 |
{
"properties": {
"dimensions": {
"description": "The dimensions of the shape",
"oneOf": [
{
"properties": {
"dimensions": {
"properties": {
"base": {
"not": {}
},
"height": {
"not": {}
},
"length": {
"not": {}
},
"width": {
"not": {}
}
},
"required": [
"radius"
]
},
"shape": {
"const": "circle"
}
}
},
{
"properties": {
"dimensions": {
"properties": {
"base": {
"not": {}
},
"height": {
"not": {}
},
"radius": {
"not": {}
}
},
"required": [
"length",
"width"
]
},
"shape": {
"const": "rectangle"
}
}
},
{
"properties": {
"dimensions": {
"properties": {
"length": {
"not": {}
},
"radius": {
"not": {}
},
"width": {
"not": {}
}
},
"required": [
"base",
"height"
]
},
"shape": {
"const": "triangle"
}
}
}
],
"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",
"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 geometric shape (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_4c8e9fd1 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CSP Emulator Visibility Sender Config",
"description": "Schema for the Configuration of the visibility sender",
"version": "0.1",
"type": "object",
"required": [
"destination_host",
"destination_port_start",
"heap",
"num_streams",
"num_workers",
"start_channel",
"stream_config"
],
"properties": {
"destination_host": {
"description": "hostname or IP of the send target ",
"type": "string"
},
"destination_port_start": {
"description": "Port of the send target",
"type": "integer"
},
"heap": {
"description": "TODO",
"$ref": "#/definitions/heap"
},
"num_streams": {
"description": "TODO",
"type": "integer"
},
"num_workers": {
"description": "TODO",
"type": "integer"
},
"start_channel": {
"description": "TODO",
"type": "integer"
},
"stream_config": {
"description": "TODO",
"$ref": "#/definitions/stream_config"
}
},
"definitions": {
"heap": {
"type": "object",
"required": [
"num_stations",
"num_pols"
],
"properties": {
"num_stations": {
"description": "TODO",
"type": "integer"
},
"num_pols": {
"description": "TODO",
"type": "integer"
}
}
},
"stream_config": {
"type": "object",
"required": [
"max_packet_size",
"rate",
"burst_size",
"max_heaps"
],
"properties": {
"max_packet_size": {
"description": "TODO",
"type": "integer"
},
"rate": {
"description": "TODO",
"type": "number",
"minimum": 0.0
},
"burst_size": {
"description": "TODO",
"type": "integer"
},
"max_heaps": {
"description": "TODO",
"type": "integer"
}
}
}
}
} | o13695 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PriorityLevelConfigurationCondition": {
"description": "PriorityLevelConfigurationCondition defines the condition of priority level.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "`lastTransitionTime` is the last time the condition transitioned from one status to another."
},
"message": {
"description": "`message` is a human-readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "`reason` is a 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. Required.",
"type": "string"
},
"type": {
"description": "`type` is the type of the condition. Required.",
"type": "string"
}
},
"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": "PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".",
"properties": {
"conditions": {
"description": "`conditions` is the current state of \"request-priority\".",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_PriorityLevelConfigurationCondition"
},
"type": [
"array",
"null"
],
"x-kubernetes-list-map-keys": [
"type"
],
"x-kubernetes-list-type": "map"
}
},
"type": "object"
} | kb_777_Normalized |
{
"additionalProperties": false,
"properties": {
"port": {
"max": 65535,
"min": 0,
"type": "integer"
},
"priority": {
"max": 65535,
"min": 0,
"type": "integer"
},
"target": {
"format": "hostname",
"type": "string"
},
"weight": {
"max": 65535,
"min": 0,
"type": "integer"
}
},
"required": [
"priority",
"weight",
"port",
"target"
]
} | o70330 |
{
"properties": {
"client_name": {
"description": "The name of the client",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price per unit of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"client_name",
"items"
],
"type": "object"
} | create_invoice_c9c5c3e1 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Internet Media (MIME) Type",
"id": "https://api.npolar.no/_schema/ref/mimetype/1.0",
"pattern": "^(application|audio|example|image|message|model|multipart|text|video)\\/(?:(prs|vnd|x)\\.)?((?:[a-z\\d][\\w!#$&^.-]+)+)(?:\\s*\\+(ber|cbor|der|fastinfoset|json|wbxml|xml|zip))?(?:\\s*;\\s*([a-zA-Z\\d][\\w!#$&^-]+=[a-zA-Z\\d][\\w!#$&^-]+))*$",
"title": "Referenced MIME Type Schema",
"type": "string"
} | o64546 |
{
"additionalProperties": false,
"description": "Schema for an push registration event",
"properties": {
"attributes": {},
"name": {
"type": "string"
},
"registrationToken": {
"type": "string"
}
},
"required": [
"name"
],
"self": {
"format": "jsonschema",
"name": "pushregistration_event",
"vendor": "com.mparticle.snowplow",
"version": "1-0-0"
},
"type": "object"
} | sp_146_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://luciozambon.altervista.org/egiga2m/schemas/tree_key.json",
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"key": {
"type": "string"
},
"lazy": {
"type": "boolean"
},
"folder": {
"type": "boolean"
},
"isArray": {
"type": "boolean"
},
"icon": {
"type": "string"
},
"tooltip": {
"type": "string"
}
},
"required": [
"title",
"key",
"lazy",
"folder"
],
"additionalProperties": false
}
} | o57709 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_batch_v1_JobSpec": {
"description": "JobSpec describes how the job execution will look like.",
"properties": {
"activeDeadlineSeconds": {
"_format": "int64",
"description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer",
"type": "integer"
},
"backoffLimit": {
"_format": "int32",
"description": "Specifies the number of retries before marking this job failed. Defaults to 6",
"type": "integer"
},
"completions": {
"_format": "int32",
"description": "Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"type": "integer"
},
"manualSelector": {
"description": "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector",
"type": "boolean"
},
"parallelism": {
"_format": "int32",
"description": "Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"type": "integer"
},
"selector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors"
},
"template": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodTemplateSpec",
"description": "Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/"
},
"ttlSecondsAfterFinished": {
"_format": "int32",
"description": "ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature.",
"type": "integer"
}
},
"required": [
"template"
],
"type": "object"
},
"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_PodTemplateSpec": {
"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"
},
"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": "JobTemplateSpec describes the data a Job 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 of the jobs created from this template. 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_batch_v1_JobSpec",
"description": "Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
}
},
"type": "object"
} | kb_488_Normalized |
{
"$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 headline(s) or title for this content. The 'basic' key is required.",
"title": "Headlines",
"type": "object"
} | wp_65_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"targetType": "document",
"schemaType": "document",
"type": "object",
"required": [
"schemaType",
"_documentID",
"_corpusID"
],
"properties": {
"schemaType": {
"type": "string",
"description": "Schema type",
"searchable": true,
"searchModes": [
"noop"
],
"locked": true
},
"_documentID": {
"type": "string",
"description": "Internal document GUID",
"searchable": true,
"searchModes": [
"noop"
],
"locked": true
},
"_corpusID": {
"type": "string",
"description": "Internal Corpus GUID",
"searchable": true,
"searchModes": [
"noop"
],
"locked": true
}
}
} | o33707 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ComponentCondition": {
"description": "Information about the condition of a component.",
"properties": {
"error": {
"description": "Condition error code for a component. For example, a health check error code.",
"type": "string"
},
"message": {
"description": "Message about the condition for a component. For example, information about a health check.",
"type": "string"
},
"status": {
"description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".",
"type": "string"
},
"type": {
"description": "Type of condition for a component. Valid value: \"Healthy\"",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ComponentStatus": {
"description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.",
"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"
},
"conditions": {
"description": "List of component conditions observed",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ComponentCondition"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"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": [
"ComponentStatus"
],
"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"
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "",
"kind": "ComponentStatus",
"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": "Status of all the conditions for the component as a list of ComponentStatus 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": {
"description": "List of ComponentStatus objects.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ComponentStatus"
},
"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": [
"ComponentStatusList"
],
"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": "ComponentStatusList",
"version": "v1"
}
]
} | kb_104_Normalized |
{
"properties": {
"attendees": {
"description": "The list of attendees for the event",
"items": {
"type": "string"
},
"type": "array"
},
"end_time": {
"description": "The end time of the event",
"type": "string"
},
"location": {
"description": "The location of the event",
"type": "string"
},
"start_time": {
"description": "The start time of the event",
"type": "string"
},
"title": {
"description": "The title of the event",
"type": "string"
}
},
"required": [
"title",
"start_time",
"end_time",
"location",
"attendees"
],
"type": "object"
} | create_calendar_event_c7e2b4d3 |
{
"id": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.ManagementPartner.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.ManagementPartner",
"description": "Microsoft ManagementPartner Resource Types",
"resourceDefinitions": {},
"tenant_resourceDefinitions": {
"partners": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2018-02-01"
]
},
"name": {
"type": "string",
"description": "Id of the Partner"
},
"type": {
"type": "string",
"enum": [
"Microsoft.ManagementPartner/partners"
]
}
},
"required": [
"apiVersion",
"name",
"type"
],
"description": "Microsoft.ManagementPartner/partners"
}
},
"definitions": {},
"properties": {
"tenant_resourceDefinitions.partners": {
"$ref": "#/tenant_resourceDefinitions/partners"
}
},
"required": [
"tenant_resourceDefinitions.partners"
]
} | o1741 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Guild Ad",
"description": "A WoWFinder Guild Ad",
"type": "object",
"properties": {
"updated": {
"type": "integer"
},
"lfg": {
"type": "boolean",
"default": false
},
"language": {
"type": "string"
},
"description": {
"type": "string"
},
"website": {
"type": "string"
},
"recruitment": {
"type": "object",
"properties": {
"tank": {
"type": "object",
"properties": {
"warrior": {
"type": "boolean",
"default": false
},
"druid": {
"type": "boolean",
"default": false
},
"paladin": {
"type": "boolean",
"default": false
},
"monk": {
"type": "boolean",
"default": false
},
"deathknight": {
"type": "boolean",
"default": false
},
"demonhunter": {
"type": "boolean",
"default": false
}
}
},
"heal": {
"type": "object",
"properties": {
"druid": {
"type": "boolean",
"default": false
},
"priest": {
"type": "boolean",
"default": false
},
"paladin": {
"type": "boolean",
"default": false
},
"shaman": {
"type": "boolean",
"default": false
},
"monk": {
"type": "boolean",
"default": false
}
}
},
"melee_dps": {
"type": "object",
"properties": {
"druid": {
"type": "boolean",
"default": false
},
"deathknight": {
"type": "boolean",
"default": false
},
"paladin": {
"type": "boolean",
"default": false
},
"monk": {
"type": "boolean",
"default": false
},
"shaman": {
"type": "boolean",
"default": false
},
"warrior": {
"type": "boolean",
"default": false
},
"rogue": {
"type": "boolean",
"default": false
},
"demonhunter": {
"type": "boolean",
"default": false
}
}
},
"ranged_dps": {
"type": "object",
"properties": {
"druid": {
"type": "boolean",
"default": false
},
"priest": {
"type": "boolean",
"default": false
},
"shaman": {
"type": "boolean",
"default": false
},
"hunter": {
"type": "boolean",
"default": false
},
"warlock": {
"type": "boolean",
"default": false
},
"mage": {
"type": "boolean",
"default": false
}
}
}
}
},
"raids_per_week": {
"type": "object",
"properties": {
"min": {
"type": "integer",
"default": 1,
"min": 1,
"max": 7
},
"max": {
"type": "integer",
"default": 7,
"min": 1,
"max": 7
}
}
},
"timezone": {
"type": "string",
"default": "Europe/London",
"enum": [
"America/Chicago",
"America/Los_Angeles",
"America/New_York",
"America/Denver",
"America/Sao_Paulo",
"Australia/Melbourne",
"Asia/Seoul",
"Asia/Taipei",
"Europe/London",
"Europe/Paris",
"Africa/Johannesburg",
"Europe/Berlin",
"Europe/Madrid",
"Europe/Lisbon",
"Europe/Moscow",
"US/Hawaii"
]
},
"play_time": {
"type": "object",
"properties": {
"monday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"tuesday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"wednesday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"thursday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"friday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"saturday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
},
"sunday": {
"type": "object",
"properties": {
"play": {
"type": "boolean",
"default": false
},
"start": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
},
"end": {
"type": "object",
"properties": {
"hour": {
"type": "integer",
"default": 0
},
"hourUTC": {
"type": "integer"
},
"min": {
"type": "integer",
"default": 0
}
}
}
}
}
}
}
}
} | o85251 |
{
"additionalProperties": false,
"description": "Schema for configuration of user-agent-utils enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"maxProperties": 0,
"type": "object"
},
"vendor": {
"type": "string"
}
},
"required": [
"name",
"vendor",
"enabled"
],
"self": {
"format": "jsonschema",
"name": "user_agent_utils_config",
"vendor": "com.snowplowanalytics.snowplow",
"version": "1-0-0"
},
"type": "object"
} | sp_326_Normalized |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/contexts/cloud/1-0-0.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_schema": {
"type": "string",
"pattern": "^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+):([0-9]+-[0-9]+-[0-9]+)$",
"default": "pbj:gdbots:contexts::cloud:1-0-0"
},
"provider": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 20
},
"region": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 20
},
"zone": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
"minLength": 0,
"maxLength": 20
},
"instance_id": {
"type": "string",
"pattern": "^[\\w\\.-]+$"
},
"instance_type": {
"type": "string",
"pattern": "^[\\w\\.-]+$"
}
},
"required": [
"_schema"
],
"additionalProperties": false
} | o42527 |
{
"properties": {
"dimensions": {
"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"
},
"width": {
"description": "The width of the rectangle (if applicable)",
"type": "number"
}
},
"required": [
"radius",
"base",
"height",
"length",
"width"
],
"type": "object"
},
"shape": {
"description": "The type of geometric shape (e.g. circle, triangle, rectangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_d36b4351 |
{
"description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.",
"properties": {
"operator": {
"description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.",
"type": [
"string",
"null"
]
},
"scopeName": {
"description": "The name of the scope that the selector applies to.",
"type": [
"string",
"null"
]
},
"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. This array is replaced during a strategic merge patch.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"required": [
"scopeName",
"operator"
],
"type": "object"
} | kb_929_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"length": {
"description": "The length of a rectangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "number"
},
"width": {
"description": "The width of a rectangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_391fce1a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"packageName": {
"type": "string"
},
"appId": {
"type": "string"
}
},
"additionalProperties": false
} | o79439 |
{
"properties": {
"appDir": {
"default": "app",
"description": "The name of the application directory.",
"format": "path",
"type": "string"
},
"appId": {
"default": "serverApp",
"description": "The appId to use withServerTransition.",
"format": "html-selector",
"type": "string"
},
"clientApp": {
"default": "0",
"description": "Name or index of related client app.",
"type": "string"
},
"index": {
"default": "index.html",
"description": "Name of the index file",
"format": "path",
"type": "string"
},
"main": {
"default": "main.server.ts",
"description": "The name of the main entry-point file.",
"format": "path",
"type": "string"
},
"name": {
"description": "Name of the universal app.",
"type": "string"
},
"outDir": {
"default": "dist-server",
"description": "The output directory for build results.",
"format": "path",
"type": "string"
},
"root": {
"default": "src",
"description": "The root directory of the app.",
"format": "path",
"type": "string"
},
"rootModuleClassName": {
"default": "AppServerModule",
"description": "The name of the root module class.",
"type": "string"
},
"rootModuleFileName": {
"default": "app.server.module.ts",
"description": "The name of the root module file",
"format": "path",
"type": "string"
},
"sourceDir": {
"alias": "sd",
"default": "src",
"description": "The path of the source directory.",
"format": "path",
"type": "string"
},
"test": {
"description": "The name of the test entry-point file.",
"format": "path",
"type": "string"
},
"testTsconfigFileName": {
"default": "tsconfig.spec",
"description": "The name of the TypeScript configuration file for tests.",
"format": "path",
"type": "string"
},
"tsconfigFileName": {
"default": "tsconfig.server",
"description": "The name of the TypeScript configuration file.",
"type": "string"
}
},
"required": [],
"title": "Angular Universal App Options Schema",
"type": "object"
} | o32672 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base 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"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape for which to calculate the area",
"enum": [
"square",
"rectangle",
"circle",
"triangle"
],
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_9e1a706a |
{
"description": "Selects a key from a ConfigMap.",
"properties": {
"key": {
"description": "The key to select.",
"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 ConfigMap or its key must be defined",
"type": [
"boolean",
"null"
]
}
},
"required": [
"key"
],
"type": "object"
} | kb_110_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"data": {
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"properties": {
"finalTimestamp": {
"_format": "date-time",
"type": "string"
},
"initTimestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"initTimestamp",
"finalTimestamp"
],
"type": "object"
},
"counters": {
"$ref": "#/definitions/metricsList"
},
"gauges": {
"$ref": "#/definitions/metricsList"
},
"timers": {
"$ref": "#/definitions/metricsList"
},
"version": {
"pattern": "^2e$",
"type": "string"
}
},
"required": [
"annotations",
"version"
],
"type": "object"
},
"dataElement": {
"properties": {
"values": {
"items": {
"$ref": "#/definitions/sampleObject"
},
"type": "array"
}
},
"required": [
"values"
],
"type": "object"
},
"metricsList": {
"additionalProperties": {
"$ref": "#/definitions/dataElement"
},
"type": "object"
},
"sampleObject": {
"properties": {
"unit": {
"enum": [
"nanosecond",
"microsecond",
"millisecond",
"second",
"minute",
"hour",
"day",
"week",
"bit",
"byte",
"kilobit",
"kilobyte",
"megabit",
"megabyte",
"gigabit",
"gigabyte",
"terabyte",
"petabyte"
],
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"value"
],
"type": "object"
}
},
"description": "log file entry for ingestion by tsd aggregator",
"properties": {
"context": {
"properties": {},
"type": "object"
},
"data": {
"$ref": "#/definitions/data"
},
"id": {
"type": "string"
},
"level": {
"pattern": "^info$",
"type": "string"
},
"name": {
"pattern": "^aint.metrics$",
"type": "string"
},
"time": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"time",
"name",
"level",
"data"
],
"title": "Query Log",
"type": "object"
} | o44911 |
{
"additionalProperties": false,
"description": "A video_start GA4 enhanced-measurement event.",
"properties": {
"video_current_time": {
"description": "The current time of the video in seconds.",
"minimum": 0,
"type": [
"integer",
"null"
]
},
"video_duration": {
"description": "The video duration in seconds.",
"minimum": 0,
"type": [
"integer",
"null"
]
},
"video_percent": {
"description": "The percentage of video watched.",
"maximum": 100,
"minimum": 0,
"type": [
"number",
"null"
]
},
"video_provider": {
"description": "The video provider.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"video_title": {
"description": "The video title.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"video_url": {
"_format": "uri",
"description": "The video url.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"visible": {
"description": "Whether the video is visible or not.",
"type": [
"boolean",
"null"
]
}
},
"self": {
"format": "jsonschema",
"name": "video_start",
"vendor": "com.google.ga4.enhanced-measurement",
"version": "1-0-0"
},
"type": "object"
} | sp_77_Normalized |
{
"properties": {
"dimensions": {
"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"
},
"width": {
"description": "The width of the rectangle (if shape is rectangle)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_6f965474 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Fibaro Home Center Scene JSON Schema",
"name": "scene",
"type": "object",
"properties": {
"id": {
"description": "Identifier for the scene",
"type": "integer",
"minimum": 0
},
"name": {
"description": "Name for the scene",
"type": "string",
"maxLength": 20
},
"roomID": {
"description": "Identifier for room belongs to",
"type": "integer",
"minimum": 0
},
"iconID": {
"description": "Icon name defined",
"type": "integer",
"minimum": 0
},
"enabled": {
"description": "Scene enabled flag",
"type": "boolean"
},
"autostart": {
"description": "Autostart flag",
"type": "boolean"
},
"protectedByPIN": {
"description": "Scene protected by PIN flag",
"type": "boolean"
},
"killable": {
"description": "Is scene killable flag",
"type": "boolean"
},
"runningInstances": {
"description": "Number of running instances of the scene",
"type": "integer",
"minimum": 0
},
"visible": {
"description": "Is scene visible flag",
"type": "boolean"
},
"isLua": {
"description": "Is scene written in LUA",
"type": "boolean"
},
"lua": {
"description": "LUA code",
"type": "string"
},
"html": {
"description": "Html code",
"type": "string"
},
"liliStartCommand": {
"description": "Lili start command",
"type": "string"
},
"liliStopCommand": {
"description": "Lili stop command",
"type": "string"
},
"triggers": {
"description": "Scene triggers",
"type": "object",
"properties": {
"properties": {
"description": "List of properities triggering the scene",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"description": "Identifier for the device",
"type": "integer",
"minimum": 0
},
"name": {
"description": "Identifier for the device's property",
"type": "string"
}
}
}
},
"globals": {
"description": "List of variables triggering the scene",
"type": "array",
"items": {
"description": "Variable name",
"type": "string"
}
}
}
},
"sortOrder": {
"description": "Sort order when displayed in GUI",
"type": "integer",
"minimum": 0
}
},
"required": [
"name"
],
"additionalProperties": false
} | o56014 |
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.pucomex.serpro.gov.br/lpco/justificativa.schema.json",
"properties": {
"justificativa": {
"type": [
"string",
"null"
]
}
}
} | o73042 |
{
"title": "Invocation manifest for CNI-DCM-CONVERT - DICOM conversion tool",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"convert_montage": {
"default": true,
"type": "boolean"
},
"convert_nifti": {
"default": true,
"type": "boolean"
},
"convert_png": {
"default": false,
"type": "boolean"
},
"convert_mux": {
"default": false,
"type": "boolean"
},
"output_name": {
"type": "string"
}
},
"required": [
"convert_montage",
"convert_nifti",
"convert_png",
"convert_mux"
]
},
"inputs": {
"type": "object",
"properties": {
"dicom": {
"type": "object",
"properties": {
"type": {
"enum": [
"dicom"
]
}
}
}
},
"required": [
"dicom"
]
}
},
"required": [
"config",
"inputs"
]
} | o41515 |
{
"properties": {
"measurements": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"length": {
"description": "The length of a rectangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "number"
},
"width": {
"description": "The width of a rectangle",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape for which area needs to be calculated",
"type": "string"
}
},
"required": [
"shape",
"measurements"
],
"type": "object"
} | calculate_area_801fc673 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Validator for misp events",
"id": "https://github.com/MISP/MISP/blob/2.4/format/2.4/schema.json",
"definitions": {
"org": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"uuid": {
"type": "string"
}
},
"required": [
"uuid"
]
},
"orgc": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"uuid": {
"type": "string"
}
},
"required": [
"uuid"
]
},
"sharing_group": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"releasability": {
"type": "string"
},
"description": {
"type": "string"
},
"uuid": {
"type": "string"
},
"organisation_uuid": {
"type": "string"
},
"org_id": {
"type": "string"
},
"sync_user_id": {
"type": "string"
},
"active": {
"type": "boolean"
},
"created": {
"type": "string"
},
"modified": {
"type": "string"
},
"local": {
"type": "boolean"
},
"roaming": {
"type": "boolean"
},
"Organisation": {
"$ref": "#/definitions/org"
},
"SharingGroupOrg": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/sharing_group_org"
}
},
"SharingGroupServer": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/sharing_group_server"
}
}
},
"required": [
"uuid"
]
},
"sharing_group_org": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"sharing_group_id": {
"type": "string"
},
"org_id": {
"type": "string"
},
"extend": {
"type": "boolean"
},
"Organisation": {
"$ref": "#/definitions/org"
}
}
},
"sharing_group_server": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"sharing_group_id": {
"type": "string"
},
"server_id": {
"type": "string"
},
"all_orgs": {
"type": "boolean"
},
"Server": {
"$ref": "#/definitions/server"
}
}
},
"server": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"attribute": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"category": {
"type": "string"
},
"to_ids": {
"type": "boolean"
},
"uuid": {
"type": "string"
},
"event_id": {
"type": "string"
},
"distribution": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"comment": {
"type": "string"
},
"sharing_group_id": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"disable_correlation": {
"type": "boolean"
},
"value": {
"type": "string"
},
"data": {
"type": "string"
},
"SharingGroup": {
"$ref": "#/definitions/sharing_group"
},
"ShadowAttribute": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/attribute"
}
},
"Tag": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/tag"
}
}
}
},
"event": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"orgc_id": {
"type": "string"
},
"org_id": {
"type": "string"
},
"date": {
"type": "string"
},
"threat_level_id": {
"type": "string"
},
"info": {
"type": "string"
},
"published": {
"type": "boolean"
},
"uuid": {
"type": "string"
},
"attribute_count": {
"type": "string"
},
"analysis": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"distribution": {
"type": "string"
},
"proposal_email_lock": {
"type": "boolean"
},
"locked": {
"type": "boolean"
},
"publish_timestamp": {
"type": "string"
},
"sharing_group_id": {
"type": "string"
},
"disable_correlation": {
"type": "boolean"
},
"event_creator_email": {
"type": "string"
},
"Org": {
"$ref": "#/definitions/org"
},
"Orgc": {
"$ref": "#/definitions/org"
},
"SharingGroup": {
"$ref": "#/definitions/sharing_group"
},
"Attribute": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/attribute"
}
},
"ShadowAttribute": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/attribute"
}
},
"RelatedEvent": {
"type": "array",
"_uniqueItems": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"Event": {
"$ref": "#/definitions/event"
}
}
}
},
"Galaxy": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/galaxy"
}
},
"Tag": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/tag"
}
}
}
},
"tag": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"colour": {
"type": "string"
},
"exportable": {
"type": "boolean"
},
"hide_tag": {
"type": "boolean"
}
}
},
"galaxy": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"uuid": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"description": {
"type": "string"
},
"version": {
"type": "string"
},
"GalaxyCluster": {
"type": "array",
"_uniqueItems": true,
"items": {
"$ref": "#/definitions/galaxy_cluster"
}
}
}
},
"galaxy_cluster": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"uuid": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
},
"tag_name": {
"type": "string"
},
"description": {
"type": "string"
},
"galaxy_id": {
"type": "string"
},
"source": {
"type": "string"
},
"authors": {
"type": "array",
"_uniqueItems": true,
"items": {
"type": "string"
}
},
"tag_id": {
"type": "string"
},
"meta": {
"type": "object"
}
}
}
},
"type": "object",
"properties": {
"Event": {
"$ref": "#/definitions/event"
}
},
"required": [
"Event"
]
}
| o36011 |
{
"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",
"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, e.g. circle, rectangle, triangle",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_f742e010 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
"maxLength": 1024
},
"type": {
"type": "string",
"maxLength": 1024
}
},
"additionalProperties": false
},
"maxItems": 100
} | o9910 |
{
"properties": {
"dimensions": {
"description": "The dimensions required for the shape calculation",
"properties": {
"base": {
"description": "The base of the shape (for triangle)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangle)",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "number"
},
"radius": {
"description": "The radius of the shape",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"radius",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The geometric shape (rectangle, circle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_c684aa2a |
{
"properties": {
"mariadb": {
"additionalProperties": false,
"description": "MariaDB service configuration properties",
"properties": {
"bridge": {
"default": false,
"description": "Whether to use bridge networking mode for Docker container. By default, this is false and host mode networking is used.",
"type": "boolean"
},
"cpus": {
"default": 1,
"description": "CPU shares to allocate to each MariaDB node.",
"minimum": 1,
"type": "number"
},
"database": {
"description": "Optionally create a MariaDB database.",
"properties": {
"name": {
"description": "The name of a database to be created on image startup, optional.",
"type": "string"
},
"password": {
"description": "The password for a user to be created with superuser access to this database only., optional.",
"type": "string"
},
"username": {
"description": "The username of a user to be created with superuser access to this database only, optional.",
"type": "string"
}
},
"type": "object"
},
"host_volume": {
"default": "/tmp",
"description": "The location of a volume on the host to be used for persisting MariaDB data. The final location will be derived from this value plus the name set in `name` (e.g. `/mnt/host_volume/mariadb`). Note that this path must be the same on all DCOS agents.",
"type": "string"
},
"mem": {
"default": 1024.0,
"description": "Memory to allocate to each MariaDB node.",
"minimum": 1024.0,
"type": "number"
},
"root_password": {
"description": "Specifies the password that will be set for the MariaDB root superuser account, required.",
"type": "string"
}
},
"required": [
"cpus",
"mem",
"bridge",
"host_volume"
],
"type": "object"
},
"service": {
"description": "DC/OS service configuration properties",
"properties": {
"name": {
"default": "mariadb",
"description": "The name of the MariaDB service instance",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
} | o90766 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A schema which validates params accepted by the Openx adapter",
"properties": {
"customFloor": {
"description": "The minimum CPM price in USD.",
"minimum": 0,
"type": "number"
},
"customParams": {
"description": "User-defined targeting key-value pairs.",
"type": "object"
},
"delDomain": {
"_format": "hostname",
"description": "The delivery domain for the customer.",
"pattern": "\\.[a-zA-Z]{2,3}$",
"type": "string"
},
"unit": {
"description": "The ad unit id.",
"pattern": "^[0-9]+$",
"type": "string"
}
},
"required": [
"unit",
"delDomain"
],
"title": "Openx Adapter Params",
"type": "object"
} | o68324 |
{
"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",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"radius",
"length",
"width",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The type of shape, e.g. circle, rectangle, triangle",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_3902f17e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://tm.org.mx/edca/extensions/base.json",
"title": "Base TM Extension",
"description": "Basic extension to implement OCDS in Mexico",
"type": "object",
"additionalProperties": false,
"definitions": {
"audit": {
"type": "object",
"additionalProperties": false,
"title": "Audit",
"description": "Defines an audit process",
"required": [
"type",
"auditor",
"observations",
"actions"
],
"properties": {
"type": {
"type": "string",
"title": "Type",
"description": "Type of audit process",
"default": "external",
"enum": [
"internal",
"external"
]
},
"auditor": {
"type": "object"
},
"observations": {
"type": "array",
"minItems": 0,
"_uniqueItems": true,
"items": {
"type": "string"
},
"title": "Observation(s)",
"description": "Observations presented during the audit process",
"default": []
},
"actions": {
"type": "array",
"minItems": 0,
"_uniqueItems": true,
"items": {
"type": "string"
},
"title": "Action(s)",
"description": "Actions taken during the audit process",
"default": []
}
}
},
"planning": {
"type": "object",
"description": "Additional details applicable to the planning phase",
"additionalProperties": false,
"properties": {
"budget": {
"type": "object",
"additionalProperties": false,
"properties": {
"multipleYears": {
"type": "boolean",
"default": false,
"description": "Specify if the budget applies for more than 1 administrative year"
},
"exchangeRate": {
"type": "number",
"description": "Exchange rate applicable if the contract use any currency different from MXN"
}
}
}
}
},
"tender": {
"type": "object",
"description": "Additional details applicable to the tender phase",
"additionalProperties": false,
"properties": {
"scope": {
"type": "string",
"description": "Specify the scope of the tender process",
"default": "national",
"enum": [
"national",
"international",
"internationalTreaty"
]
},
"procurementStyle": {
"type": "string",
"description": "Specify the procurement style of the tender process",
"default": "multiple",
"enum": [
"presence",
"electronic",
"multiple"
]
},
"hasSocialWitness": {
"type": "boolean",
"description": "Specify whether a social witness participate during the tender process or not",
"default": "false"
},
"socialWitness": {
"type": "object",
"description": "Social witness entity (Organization object)"
},
"socialWitnessDesignationDate": {
"type": "string",
"format": "date-time"
},
"requiringEntity": {
"type": "object",
"description": "Entity requiring the contract process (Organization object)"
},
"technicalEntity": {
"type": "object",
"description": "Entity involved in the technical aspects of the contract process (Organization object)"
}
}
},
"award": {
"type": "object",
"description": "Additional details applicable to the award phase",
"additionalProperties": false,
"properties": {
"complains": {
"type": "object",
"description": "Details about complains received during the award phase of the contracting process",
"additionalProperties": false,
"properties": {
"accepted": {
"type": "integer",
"default": 0
},
"notAccepted": {
"type": "integer",
"default": 0
}
}
}
}
},
"contract": {
"type": "object",
"description": "Additional details applicable to the contract phase",
"additionalProperties": false,
"properties": {
"administratorEntity": {
"type": "object",
"description": "Entity with administrative lead during the contract process (Organization object)"
},
"hasModifications": {
"type": "boolean",
"default": false,
"description": "Specify if the contracting process have been modified/adjusted"
}
}
},
"implementation": {
"type": "object",
"description": "Additional details applicable to the implementation phase",
"additionalProperties": false,
"properties": {
"hasAudits": {
"type": "boolean",
"description": "Specify if audits were performed during the contracting process"
},
"audits": {
"type": "array",
"minItems": 0,
"default": [],
"items": {
"$ref": "#/definitions/audit"
}
}
}
}
},
"required": [
"version"
],
"properties": {
"version": {
"type": "string",
"title": "Version",
"description": "Semantic version of the extension",
"default": "0.1.0"
},
"planning": {
"$ref": "#/definitions/planning"
},
"tender": {
"$ref": "#/definitions/tender"
},
"award": {
"$ref": "#/definitions/award"
},
"contract": {
"$ref": "#/definitions/contract"
},
"implementation": {
"$ref": "#/definitions/implementation"
}
}
} | o82251 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Automation Rule Definitions",
"description": "This schema is used for verification of JSON objects used for creation of Automation Rule Objects.",
"oneOf": [
{
"type": "object",
"title": "Rule",
"description": "Rule Definition",
"additionalProperties": false,
"required": [
"triggers",
"actions"
],
"properties": {
"name": {
"type": "string",
"title": "Rule name",
"description": "Short (one word) user friendly name of the Rule."
},
"uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule UID",
"description": "An unique identifier of the Rule in scope of the Rule Engine."
},
"tags": {
"type": "array",
"title": "Rule Tags",
"description": "Non-hierarchical keywords or terms describing the Rule. They help to classify the rules and allow them to be found.",
"minItems": 1,
"items": {
"type": "string",
"title": "Tag",
"description": "Keyword or term describing the Rule."
}
},
"description": {
"type": "string",
"title": "Rule Description",
"description": "A brief description of what the rule is and for what it is used."
},
"visibility": {
"enum": [
"VISIBLE",
"HIDDEN",
"EXPERT"
],
"default": "VISIBLE",
"title": "Visibility",
"description": "Defines visibility of the Rule."
},
"configDescriptions": {
"type": "array",
"title": "Rule Configuration Descriptor",
"description": "Used to describe the configuration parameters of the Rule.",
"minItems": 1,
"items": {
"type": "object",
"title": "Configuration Property Description",
"description": "Description of property for configuring the Rule.",
"additionalProperties": false,
"required": [
"name",
"type"
],
"properties": {
"name": {
"pattern": "[A-Za-z0-9_-]*",
"type": "string",
"title": "Configuration Parameter Name",
"description": "Identifies uniquely the configuration parameter in scope of the Rule."
},
"type": {
"enum": [
"TEXT",
"INTEGER",
"DECIMAL",
"BOOLEAN"
],
"title": "Configuration Parameter Type",
"description": "Property declaring the data type of the configuration parameter."
},
"label": {
"type": "string",
"title": "Configuration Parameter Label",
"description": "A human understandable label of the Configuration Parameter."
},
"description": {
"type": "string",
"title": "Configuration Parameter Description",
"description": "A human understandable description of the Configuration Parameter."
},
"required": {
"type": "boolean",
"default": false,
"title": "Required Configuration Parameter",
"description": "Specifies whether the value is required."
},
"min": {
"type": "number",
"title": "Configuration Parameter Minimum Allowed Value",
"description": "The minimal value for numeric types, or the minimal length of strings, or the minimal number of selected options."
},
"max": {
"type": "number",
"title": "Configuration Parameter Maximum Allowed Value",
"description": "The maximal value for numeric types, or the maximal length of strings, or the maximal number of selected options."
},
"step": {
"type": "number",
"title": "Configuration Parameter Step",
"description": "The value granularity for a numeric value"
},
"pattern": {
"type": "string",
"title": "Configuration Parameter Pattern",
"description": "The regular expression for a text type."
},
"readOnly": {
"type": "boolean",
"default": false,
"title": "Readable Configuration Parameter",
"description": "Specifies whether the value is read-only."
},
"multiple": {
"type": "boolean",
"default": false,
"title": "Multiple Configuration Parameter",
"description": "Specifies whether multiple selections of options are allowed."
},
"multipleLimit": {
"type": "number",
"title": "Multiple Configuration Parameter Limit",
"description": "Specifies the maximum number of options that can be selected when multiple is true."
},
"context": {
"type": "string",
"title": "Configuration Parameter Context",
"description": "Serves to determine how to treat the value of the Configuration Parameter."
},
"defaultValue": {
"type": "string",
"title": "Configuration Parameter Default Value",
"description": "Declaring a default value for the Configuration Parameter if missing."
},
"unit": {
"type": "string",
"title": "Configuration Parameter Unit",
"description": "Specifies the unit of measurements for the configuration parameter."
},
"unitLabel": {
"type": "string",
"title": "Configuration Parameter Unit Label",
"description": "Specifies the unit label for the configuration parameter. This attribute can also be used to provide natural language units as iterations, runs, etc."
},
"filterCriteria": {
"type": "array",
"title": "Configuration Parameter Filter",
"description": "Criteria for dynamic selection of values.",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"options": {
"type": "array",
"title": "Configuration Parameter Options",
"description": "List of definitions of the parameter for static selection.",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"label",
"value"
],
"properties": {
"label": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"limitToOptions": {
"type": "boolean",
"default": false,
"title": "limit To Options",
"description": "Specifies that the users input is limited to the options list. When set to true without options, this should have no affect. When set to true with options, the user can only select the options from the list When set to false with options, the user can enter values other than those in the list."
},
"groupName": {
"type": "string",
"title": "Configuration Parameter Group Name",
"description": "A string used to group parameters together into logical blocks so that the UI can display them together."
},
"advanced": {
"type": "boolean",
"default": false,
"title": "An Advanced Configuration Parameter",
"description": "Specifies if this is an advanced parameter. An advanced parameter can be hidden in the UI to focus the user on important configuration."
}
}
}
},
"configuration": {
"type": "object",
"title": "Rule Configuration",
"description": "Used to define values of the configuration parameters of the Rule."
},
"triggers": {
"type": "array",
"minItems": 1,
"title": "Trigger Modules",
"description": "Contains definitions of the Trigger Modules of the Rule.",
"items": {
"type": "object",
"title": "Trigger Module",
"description": "Defines the fact which triggers the Rule execution.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Trigger ID",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Trigger Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Trigger Description",
"description": "A brief description of what the Trigger is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Trigger Module Type UID",
"description": "Identifies the Module Type used for creation of the Trigger Module."
},
"configuration": {
"type": "object",
"title": "Trigger Configuration",
"description": "Used to define values of the configuration parameters of the Trigger Module."
}
}
}
},
"conditions": {
"type": "array",
"minItems": 1,
"title": "Condition Modules",
"description": "Contains definitions of Condition Modules of the Rule.",
"items": {
"type": "object",
"title": "Condition Module",
"description": "Defines the condition which permit to proceed with the Rule execution.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Condition uid",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Condition Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Condition Description",
"description": "A brief description of what the Condition is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Condition Module Type UID",
"description": "Identifies the Module Type used for creation of the Condition."
},
"configuration": {
"type": "object",
"title": "Condition Configuration",
"description": "Used to define values of the configuration parameters of the Condition."
},
"inputs": {
"type": "object",
"title": "Condition Input",
"description": "Contains pairs of Input Name and Output reference in format - Module ID : Output Name."
}
}
}
},
"actions": {
"type": "array",
"minItems": 1,
"title": "Action Modules",
"description": "Contains definitions of Action Modules of the Rule.",
"items": {
"type": "object",
"title": "Action Module",
"description": "Defines an Action which has to be executed by the Rule.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Action ID",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Action Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Action Description",
"description": "A brief description of what the Action is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Action Module Type UID",
"description": "Identifies the Module Type used for creation of the Action."
},
"configuration": {
"type": "object",
"title": "Action Configuration",
"description": "Used to define values of the configuration parameters of the Action."
},
"inputs": {
"type": "object",
"title": "Action Input",
"description": "Contains pairs of Input Name and Output reference in format - Module ID : Output Name."
},
"outputs": {
"type": "object",
"title": "Action Output",
"description": "Contains pairs of Output Name and Output reference. The reference defines what part of a complex data has to be used as value of this output."
}
}
}
}
}
},
{
"type": "object",
"title": "Rule",
"description": "Rule Definition",
"additionalProperties": false,
"required": [
"template.uid"
],
"properties": {
"name": {
"type": "string",
"title": "Rule name",
"description": "Short (one word) user friendly name of the Rule."
},
"uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule uid",
"description": "An unique identifier of the Rule in scope of the Rule Engine."
},
"template.uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule Template UID",
"description": "Used for description of the Rule. It must be unique in scope of Template Registry."
},
"tags": {
"type": "array",
"title": "Rule Tags",
"description": "Non-hierarchical keywords or terms describing the Rule. They help to classify the rules and allow them to be found.",
"minItems": 1,
"items": {
"type": "string",
"title": "Tag",
"description": "Keyword or term describing the Rule."
}
},
"description": {
"type": "string",
"title": "Rule Description",
"description": "A brief description of what the rule is and for what it is used."
},
"configuration": {
"type": "object",
"title": "Rule Configuration",
"description": "Used to define values of the configuration parameters of the Rule."
},
"visibility": {
"enum": [
"VISIBLE",
"HIDDEN",
"EXPERT"
],
"default": "VISIBLE",
"title": "Visibility",
"description": "Defines visibility of the Rule."
}
}
},
{
"type": "array",
"minItems": 1,
"items": {
"oneOf": [
{
"type": "object",
"title": "Rule",
"description": "Rule Definition",
"additionalProperties": false,
"required": [
"triggers",
"actions"
],
"properties": {
"name": {
"type": "string",
"title": "Rule name",
"description": "Short (one word) user friendly name of the Rule."
},
"uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule UID",
"description": "An unique identifier of the Rule in scope of the Rule Engine."
},
"tags": {
"type": "array",
"title": "Rule Tags",
"description": "Non-hierarchical keywords or terms describing the Rule. They help to classify the rules and allow them to be found.",
"minItems": 1,
"items": {
"type": "string",
"title": "Tag",
"description": "Keyword or term describing the Rule."
}
},
"description": {
"type": "string",
"title": "Rule Description",
"description": "A brief description of what the rule is and for what it is used."
},
"visibility": {
"enum": [
"VISIBLE",
"HIDDEN",
"EXPERT"
],
"default": "VISIBLE",
"title": "Visibility",
"description": "Defines visibility of the Rule."
},
"configDescriptions": {
"type": "array",
"title": "Rule Configuration Descriptor",
"description": "Used to describe the configuration parameters of the Rule.",
"minItems": 1,
"items": {
"type": "object",
"title": "Configuration Property Description",
"description": "Description of property for configuring the Rule.",
"additionalProperties": false,
"required": [
"name",
"type"
],
"properties": {
"name": {
"pattern": "[A-Za-z0-9_-]*",
"type": "string",
"title": "Configuration Parameter Name",
"description": "Identifies uniquely the configuration parameter in scope of the Rule."
},
"type": {
"enum": [
"TEXT",
"INTEGER",
"DECIMAL",
"BOOLEAN"
],
"title": "Configuration Parameter Type",
"description": "Property declaring the data type of the configuration parameter."
},
"label": {
"type": "string",
"title": "Configuration Parameter Label",
"description": "A human understandable label of the Configuration Parameter."
},
"description": {
"type": "string",
"title": "Configuration Parameter Description",
"description": "A human understandable description of the Configuration Parameter."
},
"required": {
"type": "boolean",
"default": false,
"title": "Required Configuration Parameter",
"description": "Specifies whether the value is required."
},
"min": {
"type": "number",
"title": "Configuration Parameter Minimum Allowed Value",
"description": "The minimal value for numeric types, or the minimal length of strings, or the minimal number of selected options."
},
"max": {
"type": "number",
"title": "Configuration Parameter Maximum Allowed Value",
"description": "The maximal value for numeric types, or the maximal length of strings, or the maximal number of selected options."
},
"step": {
"type": "number",
"title": "Configuration Parameter Step",
"description": "The value granularity for a numeric value"
},
"pattern": {
"type": "string",
"title": "Configuration Parameter Pattern",
"description": "The regular expression for a text type."
},
"readOnly": {
"type": "boolean",
"default": false,
"title": "Readable Configuration Parameter",
"description": "Specifies whether the value is read-only."
},
"multiple": {
"type": "boolean",
"default": false,
"title": "Multiple Configuration Parameter",
"description": "Specifies whether multiple selections of options are allowed."
},
"multipleLimit": {
"type": "number",
"title": "Multiple Configuration Parameter Limit",
"description": "Specifies the maximum number of options that can be selected when multiple is true."
},
"context": {
"type": "string",
"title": "Configuration Parameter Context",
"description": "Serves to determine how to treat the value of the Configuration Parameter."
},
"defaultValue": {
"type": "string",
"title": "Configuration Parameter Default Value",
"description": "Declaring a default value for the Configuration Parameter if missing."
},
"unit": {
"type": "string",
"title": "Configuration Parameter Unit",
"description": "Specifies the unit of measurements for the configuration parameter."
},
"unitLabel": {
"type": "string",
"title": "Configuration Parameter Unit Label",
"description": "Specifies the unit label for the configuration parameter. This attribute can also be used to provide natural language units as iterations, runs, etc."
},
"filterCriteria": {
"type": "array",
"title": "Configuration Parameter Filter",
"description": "Criteria for dynamic selection of values.",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"options": {
"type": "array",
"title": "Configuration Parameter Options",
"description": "List of definitions of the parameter for static selection.",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"label",
"value"
],
"properties": {
"label": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"limitToOptions": {
"type": "boolean",
"default": false,
"title": "limit To Options",
"description": "Specifies that the users input is limited to the options list. When set to true without options, this should have no affect. When set to true with options, the user can only select the options from the list When set to false with options, the user can enter values other than those in the list."
},
"groupName": {
"type": "string",
"title": "Configuration Parameter Group Name",
"description": "A string used to group parameters together into logical blocks so that the UI can display them together."
},
"advanced": {
"type": "boolean",
"default": false,
"title": "An Advanced Configuration Parameter",
"description": "Specifies if this is an advanced parameter. An advanced parameter can be hidden in the UI to focus the user on important configuration."
}
}
}
},
"configuration": {
"type": "object",
"title": "Rule Configuration",
"description": "Used to define values of the configuration parameters of the Rule."
},
"triggers": {
"type": "array",
"minItems": 1,
"title": "Trigger Modules",
"description": "Contains definitions of the Trigger Modules of the Rule.",
"items": {
"type": "object",
"title": "Trigger Module",
"description": "Defines the fact which triggers the Rule execution.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Trigger ID",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Trigger Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Trigger Description",
"description": "A brief description of what the Trigger is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Trigger Module Type UID",
"description": "Identifies the Module Type used for creation of the Trigger Composition."
},
"configuration": {
"type": "object",
"title": "Trigger Configuration",
"description": "Used to define values of the configuration parameters of the Trigger."
}
}
}
},
"conditions": {
"type": "array",
"minItems": 1,
"title": "Condition Modules",
"description": "Contains definitions of Condition Modules of the Rule.",
"items": {
"type": "object",
"title": "Condition Module",
"description": "Defines the condition which permit to proceed with the Rule execution.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Condition uid",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Condition Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Condition Description",
"description": "A brief description of what the Condition is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Condition Module Type UID",
"description": "Identifies the Module Type used for creation of the Condition."
},
"configuration": {
"type": "object",
"title": "Condition Configuration",
"description": "Used to define values of the configuration parameters of the Condition."
},
"inputs": {
"type": "object",
"title": "Condition Inputs",
"description": "Contains pairs of Input Name and Output reference in format - Module ID : Output Name."
}
}
}
},
"actions": {
"type": "array",
"minItems": 1,
"title": "Action Modules",
"description": "Contains definitions of Action Modules of the Rule.",
"items": {
"type": "object",
"title": "Action Module",
"description": "Defines an Action which has to be executed by the Rule.",
"additionalProperties": false,
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Action ID",
"description": "Identifies uniquely the Module in scope of the Rule."
},
"label": {
"type": "string",
"title": "Action Label",
"description": "Short (one word) user friendly name of the Module."
},
"description": {
"type": "string",
"title": "Action Description",
"description": "A brief description of what the Action is and for what it is used."
},
"type": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Action Module Type UID",
"description": "Identifies the Module Type used for creation of the Action."
},
"configuration": {
"type": "object",
"title": "Action Configuration",
"description": "Used to define values of the configuration parameters of the Action."
},
"inputs": {
"type": "object",
"title": "Action Inputs",
"description": "Contains pairs of Input Name and Output reference in format - Module ID : Output Name."
},
"outputs": {
"type": "object",
"title": "Action Outputs",
"description": "Contains pairs of Output Name and Output reference. The reference defines what part of a complex data has to be used as value of this output."
}
}
}
}
}
},
{
"type": "object",
"title": "Rule",
"description": "Rule Definition",
"additionalProperties": false,
"required": [
"template.uid"
],
"properties": {
"name": {
"type": "string",
"title": "Rule name",
"description": "Short (one word) user friendly name of the Rule."
},
"uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule uid",
"description": "An unique identifier of the Rule in scope of the Rule Engine."
},
"template.uid": {
"type": "string",
"pattern": "[A-Za-z0-9_-]*",
"title": "Rule Template UID",
"description": "Used for description of the Rule. It must be unique in scope of Template Registry."
},
"tags": {
"type": "array",
"title": "Rule Tags",
"description": "Non-hierarchical keywords or terms describing the Rule. They help to classify the rules and allow them to be found.",
"minItems": 1,
"items": {
"type": "string",
"title": "Tag",
"description": "Keyword or term describing the Rule."
}
},
"description": {
"type": "string",
"title": "Rule Description",
"description": "A brief description of what the rule is and for what it is used."
},
"configuration": {
"type": "object",
"title": "Rule Configuration",
"description": "Used to define values of the configuration parameters of the Rule."
},
"visibility": {
"enum": [
"VISIBLE",
"HIDDEN",
"EXPERT"
],
"default": "VISIBLE",
"title": "Visibility",
"description": "Defines visibility of the Rule."
}
}
}
]
}
}
]
} | o84270 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "members",
"description": "Base members definitions",
"definitions": {
"member": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 191,
"pattern": "^([^,]|$)"
},
"email": {
"type": "string",
"minLength": 1,
"maxLength": 191,
"pattern": "^([^,]|$)"
},
"avatar_image": {
"strip": true
},
"note": {
"type": "string",
"minLength": 0,
"maxLength": 2000
},
"subscribed": {
"type": "boolean"
},
"comped": {
"strip": "true"
},
"id": {
"strip": true
},
"labels": {
"$ref": "#/definitions/member-labels"
},
"created_at": {
"strip": true
},
"created_by": {
"strip": true
},
"updated_at": {
"strip": true
},
"updated_by": {
"strip": true
}
}
},
"member-labels": {
"description": "Labels of the member",
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 24
},
"name": {
"type": "string",
"maxLength": 191
},
"slug": {
"type": [
"string",
"null"
],
"maxLength": 191
},
"members": {
"strip": true
}
},
"anyOf": [
{
"required": [
"id"
]
},
{
"required": [
"name"
]
},
{
"required": [
"slug"
]
}
]
},
{
"type": "string",
"maxLength": 191
}
]
}
}
},
"properties": {
"member": {
"$ref": "#/definitions/member"
},
"member-labels": {
"$ref": "#/definitions/member-labels"
}
},
"required": [
"member",
"member-labels"
]
} | o55162 |
{
"properties": {
"dimensions": {
"properties": {
"length": {
"description": "The length of the shape (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the shape (if applicable)",
"type": "number"
},
"width": {
"description": "The width of the shape (if applicable)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The shape for which the area will be calculated",
"type": "string"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_fc714355 |
{
"$id": "http://example.com/root.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "turbosite.json schema",
"required": [
"$schema",
"errorSetup",
"homeView",
"baseURL",
"singleParameterView",
"locales",
"translationLocations",
"globalCDNS",
"globalJs",
"globalCss",
"globalComponents",
"globalHtml",
"viewComponents",
"webServices"
],
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"description": "Url to the json schema definition to validate this file",
"enum": [
"https://raw.githubusercontent.com/edertone/TurboBuilder/master/TurboBuilder-Node/src/main/resources/json-schema/turbosite.schema.json"
]
},
"errorSetup": {
"type": "object",
"description": "Defines how errors and warnings are handled by the application",
"required": [
"exceptionsToBrowser",
"exceptionsToLog",
"exceptionsToMail",
"warningsToBrowser",
"warningsToLog",
"warningsToMail",
"tooMuchTimeWarning",
"tooMuchMemoryWarning"
],
"additionalProperties": false,
"properties": {
"exceptionsToBrowser": {
"type": "boolean",
"description": "If set to true, all application exceptions information will be written directly to the browser output."
},
"exceptionsToLog": {
"type": "string",
"description": "A log filename or relative path where the exceptions must be written. If not specified, no log will be output. The filename or relative path must be based on the depot logs setup"
},
"exceptionsToMail": {
"type": "string",
"description": "The Exceptionstomail Schema"
},
"warningsToBrowser": {
"type": "boolean",
"description": "The Warningstobrowser Schema"
},
"warningsToLog": {
"type": "string",
"description": "A log filename or relative path where the warnings must be written. If not specified, no log will be output. The filename or relative path must be based on the depot logs setup"
},
"warningsToMail": {
"type": "string",
"description": "The Warningstomail Schema"
},
"tooMuchTimeWarning": {
"type": "integer",
"description": "When running time on any of the site urls exceeds the number of miliseconds defined here, a warning will be launched. If set to zero, this feature will be disabled"
},
"tooMuchMemoryWarning": {
"type": "integer",
"description": "When allocated memory on any of the site urls exceeds the number of bytes defined here, a warning will be launched. If set to zero, this feature will be disabled"
}
}
},
"homeView": {
"type": "string",
"description": "Contains the name of the view that is used by the root url. Leave it empty if there's no home view",
"examples": [
"home",
"some-other-view"
]
},
"baseURL": {
"type": "string",
"description": "If the project is not deployed at the root of its host, we must place here the relative path where it is located. For example, if we deploy our site into http://somehost.com/somefolder, we must define the baseURL as \"somefolder\""
},
"singleParameterView": {
"type": "string",
"description": "This is the view that will be called by default when the current url contains only a single parameter like: http://host/this-is-a-parameter. Leave it empty if there's no single parameter view"
},
"locales": {
"type": "array",
"description": "The list of locales that will be available on the site. Sorted by preference",
"items": {
"type": "string"
}
},
"translationLocations": {
"type": "array",
"description": "List of locations where the resource bundles containing the site translation are located. Each array item must be an object with three properties: label, path and bundles.",
"items": {
"type": "object",
"required": [
"label",
"path",
"bundles"
],
"additionalProperties": false,
"properties": {
"label": {
"type": "string",
"description": "The name that is used to define the translations location, so it can be referenced when requesting a translation",
"examples": [
"resources-locales"
]
},
"path": {
"type": "string",
"description": "A path relative to src/main that defines the file structure to reach the translation files inside a folder. Wilcards must be used for $bundle and $locale",
"examples": [
"resources/locales/$bundle/$bundle_$locale.properties"
]
},
"bundles": {
"type": "array",
"description": "The list of bundles that will be initially loaded from the provided path. This list can be empty here and bundles added later as required.",
"examples": [
"home",
"footer"
]
}
}
}
},
"globalCDNS": {
"type": "array",
"description": "List of js files that will be loaded from CDN urls. These files are loaded first on the view documents, before any other global js files. They will be loaded in the same order as provided here. Each array item must be an object with 3 properties: url (direct url to the CDN file), fallbackVerify (a sentence that must evaluate to true to check that CDN is correctly loaded) and fallbackResource (A path inside src/main to load the local CDN file if remote not possible)",
"items": {
"type": "object",
"description": "The Items Schema",
"required": [
"url",
"fallbackVerify",
"fallbackResource"
],
"additionalProperties": false,
"properties": {
"url": {
"type": "string",
"description": "The Url Schema",
"examples": [
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
]
},
"fallbackVerify": {
"type": "string",
"description": "A javascript sentence that must evaluate to true. If it evaluates to false it means that the CDN was not reachable and the fallback resource will be loaded",
"examples": [
"window.jQuery"
]
},
"fallbackResource": {
"type": "string",
"description": "The project path inside src/main from where the library fallback resource will be loaded if CDN is not available",
"examples": [
"libs/jquery/jquery.js"
]
}
}
},
"examples": [
"TODO"
]
},
"globalJs": {
"type": "array",
"description": "List of js file paths (relative to src/main) that will be included globally on all the project views. All the specified files will be merged into a single global js file to optimize performance. The merge order will be exactly the same as the one defined here",
"items": {
"type": "string",
"examples": [
"libs/turbocommons-es5/turbocommons-es5.js"
]
}
},
"globalCss": {
"type": "array",
"description": "List of css file paths that will be included globally on all the project views. All the specified files will be merged into a single global css file to optimize performance. The merge order will be exactly the same as the one defined here",
"items": {
"type": "string",
"description": "The Items Schema"
},
"examples": [
"libs/normalize/normalize.css",
"view/css/global-styles.scss",
"view/components/main-menu/main-menu.scss",
"view/components/footer/footer.scss"
]
},
"globalComponents": {
"type": "array",
"description": "A list of components that will be globally loaded right after the globalJs and globalCss. Each array element is a string with the path to a component (based on src/main) without a file extension",
"items": {
"type": "string",
"description": "A path to the component (based on src/main) without the file extension"
},
"examples": [
"view/components/main-menu/main-menu",
"view/components/footer/footer"
]
},
"globalHtml": {
"type": "object",
"description": "Defines extra fragments of html that will be added globally to all the project views",
"required": [
"afterBodyOpen",
"beforeBodyClose"
],
"additionalProperties": false,
"properties": {
"afterBodyOpen": {
"type": "array",
"description": "List of paths to files containing html code that will be added just after the <body> tag on all the project views, sorted in the same order as here",
"items": {
"type": "string",
"description": "Path to a file containing some html code"
},
"examples": [
"view/components/google-analytics/google-analytics.html"
]
},
"beforeBodyClose": {
"type": "array",
"description": "List of paths to files containing html code that will be added just before the </body> tag on all the project views, sorted in the same order as here",
"items": {
"type": "string",
"description": "Path to a file containing some html code"
},
"examples": [
"view/components/google-analytics/google-analytics.html"
]
}
}
},
"viewComponents": {
"type": "array",
"description": "A list of components that will be loaded with specific views. They will be loaded after the global css, js and global elements. Each array item is an object with two properties: view (the name of the view that will load the component) and components (a list of paths based on src/main to the components to load with the view, without file extension)",
"items": {
"type": "object",
"required": [
"view",
"components"
],
"additionalProperties": false,
"properties": {
"view": {
"type": "string",
"description": "A view name",
"examples": [
"home"
]
},
"components": {
"type": "array",
"description": "A list of paths to the components based on src/main, without file extension",
"examples": [
"view/components/main-menu/main-menu"
]
}
}
}
},
"webServices": {
"type": "object",
"description": "Defines the setup related to the web services exposed by the site at sitedomain.com/api",
"required": [
"crossOriginCORS",
"api"
],
"additionalProperties": false,
"properties": {
"crossOriginCORS": {
"type": "string",
"description": "Defines the Cross Origin Resource Sharing policy that applies to all the web services. restrict means only same domain is allowed, and allow means access is granted from anywhere",
"enum": [
"restrict",
"allow"
]
},
"api": {
"type": "array",
"description": "List of API definitions. Each element links a URL services path to the code namespace where the respective webservice classes can be found",
"items": {
"type": "object",
"required": [
"uri",
"namespace"
],
"additionalProperties": false,
"properties": {
"uri": {
"type": "string",
"description": "A fragment of the URL that calls the services which defines the services API path. Must start with api/ and no ending slash must exist",
"examples": [
"api/site"
]
},
"namespace": {
"type": "string",
"description": "The namespace where the webservice classes that relate to the specified URI can be found. Namespace must point to the root of the service classes folder that matches the specified URI fragment. No ending slash must exist",
"examples": [
"project/src/main/api/site"
]
}
}
}
}
}
}
}
} | o38405 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "A description of the location, useful if a full address or lat/long specification is overkill.",
"title": "Location related trait",
"type": "string"
} | wp_71_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.52north.org/schema/json/ExceptionReport#",
"type": "object",
"required": [
"version",
"exceptions"
],
"properties": {
"version": {
"type": "string"
},
"exceptions": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/definitions/exception"
}
}
},
"definitions": {
"exception": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"enum": [
"InvalidParameterValue",
"InvalidUpdateSequence",
"MissingParameterValue",
"NoApplicableCode",
"OperationNotSupported",
"OptionNotSupported",
"VersionNegotiationFailed",
"InvalidRequest",
"RequestExtensionNotSupported",
"ResponseExceedsSizeLimit",
"InvalidPropertyOfferingCombination"
]
},
"locator": {
"type": "string"
},
"text": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
}
]
}
}
}
}
} | o75094 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "MatchmakerExchange API",
"definitions": {
"ageOfOnset": {
"type": "string",
"pattern": "^HP:\\d{7}$"
},
"feature": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^HP:\\d{7}$"
},
"observed": {
"enum": [
"yes",
"no"
]
},
"ageOfOnset": {
"$ref": "#/definitions/ageOfOnset"
}
},
"required": [
"id"
]
},
"patient": {
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 255
},
"label": {
"type": "string",
"maxLength": 255
},
"contact": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"institution": {
"type": "string"
},
"href": {
"type": "string",
"format": "uri"
}
},
"required": [
"name",
"href"
]
},
"species": {
"type": "string",
"pattern": "^NCBITaxon:\\d+$"
},
"gender": {
"enum": [
"MALE",
"FEMALE",
"OTHER",
"MIXED_SAMPLE",
"NOT_APPLICABLE"
]
},
"ageOfOnset": {
"$ref": "#/definitions/ageOfOnset"
},
"inheritanceMode": {
"type": "string",
"pattern": "^HP:\\d{7}$"
},
"disorders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^(MIM:|Orphanet:)\\d{1,6}$"
}
},
"required": [
"id"
]
}
},
"features": {
"type": "array",
"items": {
"$ref": "#/definitions/feature"
}
},
"genomicFeatures": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gene": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"variant": {
"type": "object",
"properties": {
"assembly": {
"pattern": "^(NCBI36|GRCh37|GRCh38)(\\.p\\d+)?$"
},
"referenceName": {
"pattern": "^(\\d+|[XYM])$"
},
"start": {
"type": "integer"
},
"end": {
"type": "integer"
},
"referenceBase": {
"pattern": "^([ATCG]+)$"
},
"alternativeBase": {
"pattern": "^([ATCG]+)$"
}
},
"required": [
"assembly",
"referenceName",
"start"
]
},
"zygosity": {
"type": "integer",
"minimum": 0
},
"type": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^SO:\\d{7}"
},
"label": {
"type": "string"
}
},
"required": [
"id"
]
}
},
"required": [
"gene"
]
}
},
"test": {
"type": "boolean"
}
},
"required": [
"id",
"contact"
],
"not": {
"properties": {
"features": {
"maxItems": 0
},
"genomicFeatures": {
"maxItems": 0
}
}
}
},
"request": {
"type": "object",
"properties": {
"patient": {
"$ref": "#/definitions/patient"
}
},
"required": [
"patient"
]
},
"response": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"score": {
"type": "object",
"properties": {
"patient": {
"type": "number"
}
},
"required": [
"patient"
]
},
"patient": {
"$ref": "#/definitions/patient"
}
},
"required": [
"score",
"patient"
]
}
}
}
}
},
"links": [
{
"description": "Return similar patients",
"href": "/match",
"method": "POST",
"rel": "full",
"schema": {
"$ref": "#/definitions/request"
},
"targetSchema": {
"$ref": "#/definitions/response"
}
}
],
"properties": {
"ageOfOnset": {
"$ref": "#/definitions/ageOfOnset"
},
"feature": {
"$ref": "#/definitions/feature"
},
"patient": {
"$ref": "#/definitions/patient"
},
"request": {
"$ref": "#/definitions/request"
},
"response": {
"$ref": "#/definitions/response"
}
},
"required": [
"ageOfOnset",
"feature",
"patient",
"request",
"response"
]
} | o10347 |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"length",
"width"
]
},
{
"required": [
"base",
"height"
]
}
],
"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, e.g. circle, rectangle, triangle",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_f97d510a |
{
"copyright": [
"Copyright 2013 Red Hat, Inc. and/or its affiliates.",
"This file is part of lightblue.",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
"the Free Software Foundation, either version 3 of the License, or",
"(at your option) any later version.",
"This program is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
"GNU General Public License for more details.",
"You should have received a copy of the GNU General Public License",
"along with this program. If not, see <http://www.gnu.org/licenses/>."
],
"id": "#field",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"field": {
"type": "string"
},
"include": {
"type": "boolean"
},
"recursive": {
"type": "boolean",
"default": false
}
},
"required": [
"field"
],
"additionalProperties": false
} | o66299 |
{
"title": "Image upgrade strategy input",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"fabric_uuid": {
"type": "string",
"description": "Fabric UUID"
},
"upgrade_mode": {
"enum": [
"test_run",
"dry_run",
"upgrade"
],
"description": "Mode in which to run workflow"
},
"device_list": {
"type": "array",
"description": "List of device UUIDs to be upgraded",
"items": {
"title": "device uuid",
"type": "string",
"format": "uuid"
}
},
"image_devices": {
"type": "array",
"items": {
"title": "Image Devices",
"type": "object",
"description": "List of images and corresponding devices to upgrade",
"additionalProperties": false,
"properties": {
"image_uuid": {
"type": "string"
},
"device_list": {
"type": "array",
"description": "List of device UUIDs to be upgraded with this image",
"items": {
"title": "device uuid",
"type": "string",
"format": "uuid"
}
}
},
"required": [
"image_uuid",
"device_list"
]
}
},
"advanced_parameters": {
"title": "Advanced parameters",
"description": "Optional parameters used to override defaults",
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"bulk_device_upgrade_count": {
"type": "integer",
"description": "Maximum number of devices to upgrade simultaneously",
"default": 4
},
"health_check_abort": {
"type": "boolean",
"description": "Enable/disable abort upon health check failures",
"default": true
},
"Juniper": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"bgp": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"bgp_flap_count": {
"type": "integer",
"description": "Number of flaps allowed for BGP neighbors",
"default": 4
},
"bgp_flap_count_check": {
"type": "boolean",
"description": "Enable/disable bgp_flap_count check",
"default": true
},
"bgp_down_peer_count": {
"type": "integer",
"description": "Number of down peers allowed",
"default": 0
},
"bgp_down_peer_count_check": {
"type": "boolean",
"description": "Enable/disable bgp_down_peer_count check",
"default": true
},
"bgp_peer_state_check": {
"type": "boolean",
"description": "Enable/disable bgp peer state check",
"default": true
}
}
},
"alarm": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"system_alarm_check": {
"type": "boolean",
"description": "Enable/disable system alarm check",
"default": true
},
"chassis_alarm_check": {
"type": "boolean",
"description": "Enable/disable chassis alarm check",
"default": true
}
}
},
"interface": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"interface_error_check": {
"type": "boolean",
"description": "Enable/disable interface error check",
"default": true
},
"interface_drop_count_check": {
"type": "boolean",
"description": "Enable/disable interface drop check",
"default": true
},
"interface_carrier_transition_count_check": {
"type": "boolean",
"description": "Enable/disable interface carrier transition check",
"default": true
}
}
},
"routing_engine": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"routing_engine_cpu_idle": {
"type": "integer",
"description": "Routing engine CPU idle time",
"default": 60
},
"routing_engine_cpu_idle_check": {
"type": "boolean",
"description": "Enable/disable routing engine CLU idle time check",
"default": true
}
}
},
"fpc": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"fpc_cpu_5min_avg": {
"type": "integer",
"description": "FPC CPU 5 minute average utilization",
"default": 50
},
"fpc_cpu_5min_avg_check": {
"type": "boolean",
"description": "Enable/disable FPC CPU 5 minute average utilizationcheck",
"default": true
},
"fpc_memory_heap_util": {
"type": "integer",
"description": "FPC memory heap utilization",
"default": 45
},
"fpc_memory_heap_util_check": {
"type": "boolean",
"description": "Enable/disable FPC memory heap utilization check",
"default": true
}
}
},
"active_route_count_check": {
"type": "boolean",
"description": "Enable/disable active route count check",
"default": true
},
"l2_total_mac_count_check": {
"type": "boolean",
"description": "Enable/disable l2 total mac count check",
"default": true
},
"storm_control_flag_check": {
"type": "boolean",
"description": "Enable/disable storm control flag check",
"default": true
},
"lacp": {
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"lacp_down_local_check": {
"type": "boolean",
"description": "Enable/disable local interface down check",
"default": true
},
"lacp_down_peer_check": {
"type": "boolean",
"description": "Enable/disable peer interface down check",
"default": true
}
}
}
}
}
}
}
}
} | o8463 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.