json_schema
stringlengths 43
1.28M
| unique_id
stringlengths 2
41
|
---|---|
{
"type": "object",
"properties": {
"mib": {
"type": "string"
},
"modules": {
"type": "object",
"properties": {
"processors": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"num_oid": {
"type": "string"
},
"index": {
"type": [
"integer",
"string"
]
},
"descr": {
"type": "string"
},
"precision": {
"type": "integer"
},
"value": {
"type": "string"
},
"type": {
"type": "string"
},
"skip_values": {
"anyOf": [
{
"type": "integer"
},
{
"type": "array",
"items": {
"anyOf": [
{
"type": "integer"
},
{
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"op": {
"$ref": "#/definitions/comparison"
},
"value": {
"type": [
"boolean",
"integer",
"string",
"array"
],
"items": {
"type": [
"integer",
"string"
]
}
}
},
"additionalProperties": false,
"required": [
"oid",
"op",
"value"
]
}
]
}
}
]
},
"entPhysicalIndex": {
"type": "string"
},
"warn_percent": {
"type": "string"
},
"snmp_flags": {
"type": [
"string",
"array"
]
}
},
"additionalProperties": false,
"required": [
"num_oid",
"oid"
]
}
}
},
"additionalProperties": false,
"required": [
"data"
]
},
"sensors": {
"type": "object",
"properties": {
"state": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"value": {
"type": "string"
},
"group": {
"type": "string"
},
"low_limit": {
"type": [
"number",
"string"
]
},
"low_warn_limit": {
"type": [
"number",
"string"
]
},
"warn_limit": {
"type": [
"number",
"string"
]
},
"high_limit": {
"type": [
"number",
"string"
]
},
"skip_value_lt": {
"type": "number"
},
"skip_value_gt": {
"type": "number"
},
"num_oid": {
"type": "string",
"pattern": "^(\\.\\d+)+(\\.?\\{\\{ \\$index \\}\\})?(\\.\\d+)*$"
},
"descr": {
"type": "string"
},
"index": {
"type": [
"integer",
"string"
]
},
"states": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"descr": {
"type": "string"
},
"graph": {
"type": "integer"
},
"generic": {
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"descr",
"generic",
"graph",
"value"
]
}
},
"state_name": {
"type": "string"
},
"skip_values": {
"anyOf": [
{
"type": "integer"
},
{
"type": "array",
"items": {
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"op": {
"$ref": "#/definitions/comparison"
},
"value": {
"type": [
"boolean",
"integer",
"string",
"array"
],
"items": {
"type": [
"integer",
"string"
]
}
}
},
"required": [
"oid",
"op",
"value"
]
}
}
]
},
"snmp_flags": {
"type": [
"string",
"array"
]
},
"entPhysicalIndex": {
"type": [
"integer",
"string"
]
},
"entPhysicalIndex_measured": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"descr",
"num_oid",
"oid",
"states"
]
}
},
"options": {
"$ref": "#/definitions/options"
}
},
"required": [
"data"
]
},
"voltage": {
"$ref": "#/definitions/sensor"
},
"fanspeed": {
"$ref": "#/definitions/sensor"
},
"temperature": {
"$ref": "#/definitions/sensor"
},
"pre-cache": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oid": {
"type": "array",
"items": {
"type": "string"
}
},
"snmp_flags": {
"type": [
"string",
"array"
]
}
},
"additionalProperties": false,
"required": [
"oid"
]
}
}
},
"additionalProperties": false,
"required": [
"data"
]
},
"humidity": {
"$ref": "#/definitions/sensor"
},
"airflow": {
"$ref": "#/definitions/sensor"
},
"current": {
"$ref": "#/definitions/sensor"
},
"frequency": {
"$ref": "#/definitions/sensor"
},
"power": {
"$ref": "#/definitions/sensor"
},
"pressure": {
"$ref": "#/definitions/sensor"
},
"cooling": {
"$ref": "#/definitions/sensor"
},
"charge": {
"$ref": "#/definitions/sensor"
},
"runtime": {
"$ref": "#/definitions/sensor"
},
"dbm": {
"$ref": "#/definitions/sensor"
},
"load": {
"$ref": "#/definitions/sensor"
},
"chromatic_dispersion": {
"$ref": "#/definitions/sensor"
},
"delay": {
"$ref": "#/definitions/sensor"
},
"quality_factor": {
"$ref": "#/definitions/sensor"
},
"snr": {
"$ref": "#/definitions/sensor"
},
"waterflow": {
"$ref": "#/definitions/sensor"
},
"eer": {
"$ref": "#/definitions/sensor"
}
}
}
}
}
},
"additionalProperties": false,
"required": [
"modules"
],
"definitions": {
"sensor": {
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/data"
},
"options": {
"$ref": "#/definitions/options"
}
},
"additionalProperties": false,
"required": [
"data"
]
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"num_oid": {
"type": "string",
"pattern": "^(\\.\\d+)+\\.?\\{\\{ \\$index \\}\\}(\\.\\d+)*$"
},
"index": {
"type": [
"integer",
"string"
]
},
"descr": {
"type": "string"
},
"divisor": {
"type": "integer"
},
"multiplier": {
"type": "integer"
},
"value": {
"type": "string"
},
"group": {
"type": "string"
},
"low_limit": {
"type": [
"number",
"string"
]
},
"low_warn_limit": {
"type": [
"number",
"string"
]
},
"warn_limit": {
"type": [
"number",
"string"
]
},
"high_limit": {
"type": [
"number",
"string"
]
},
"skip_value_lt": {
"type": "number"
},
"skip_value_gt": {
"type": "number"
},
"skip_values": {
"type": [
"number",
"array"
],
"items": {
"type": "object",
"properties": {
"oid": {
"type": "string"
},
"op": {
"$ref": "#/definitions/comparison"
},
"value": {
"type": [
"boolean",
"integer",
"string",
"array"
],
"items": {
"type": [
"integer",
"string"
]
}
}
},
"additionalProperties": false,
"required": [
"oid",
"op",
"value"
]
}
},
"snmp_flags": {
"type": [
"string",
"array"
]
},
"entPhysicalIndex": {
"type": [
"integer",
"string"
]
},
"entPhysicalIndex_measured": {
"type": "string"
},
"user_func": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"descr",
"num_oid",
"oid"
]
}
},
"options": {
"type": "object",
"properties": {
"divisor": {
"type": "integer"
},
"skip_values": {
"anyOf": [
{
"type": "integer"
},
{
"type": "array",
"items": {
"type": "integer"
}
}
]
},
"skip_values_lt": {
"type": "integer"
}
},
"additionalProperties": false
},
"comparison": {
"type": "string",
"enum": [
"=",
"!=",
"==",
"!==",
"<=",
">=",
"<",
">",
"starts",
"ends",
"contains",
"regex",
"not_starts",
"not_ends",
"not_contains",
"not_regex",
"in_array",
"not_in_array",
"exists"
]
}
}
}
| o84200 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://adnotare.crim.ca/schema/custom-meta-schema#",
"targetType": "document",
"schemaType": "Face_Detect",
"title": "Face_Detect",
"description": "A representation of a face detection in a video media file",
"type": "object",
"required": [
"@context",
"@type",
"schemaType",
"_corpusID",
"_documentID",
"begin",
"end",
"confidence"
],
"properties": {
"@context": {
"format": "url",
"type": "string",
"description": "JSON-LD context",
"searchable": false,
"locked": true
},
"@type": {
"type": "string",
"description": "JSON-LD type",
"searchable": false,
"locked": true
},
"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
},
"begin": {
"type": "number",
"description": "Annotation starting time in miliseconds",
"searchable": true,
"searchModes": [
"basic"
],
"locked": true
},
"end": {
"type": "number",
"description": "Annotation ending time in miliseconds",
"searchable": true,
"searchModes": [
"basic"
],
"locked": true
},
"confidence": {
"maximum": 100,
"minimum": 0,
"type": "number",
"description": "Confidence degree",
"searchable": true,
"searchModes": [
"basic"
],
"locked": true
},
"faceId": {
"title": "Face Id",
"description": "Face detection faceId",
"type": "string",
"language": "fr",
"searchable": false
},
"poseType": {
"title": "Pose Type",
"description": "Face detection poseType [ -2: 'Low', -1: 'Left profile', 0: 'Frontal', 1: 'Right profile', 2: 'High' ]",
"type": "number",
"enum": [
-2,
-1,
0,
1,
2
],
"searchable": false,
"default": 0
}
}
} | o33693 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "resource://sample.trajano.net/country.json#",
"type": "string",
"title": "Country",
"enum": [
"AF",
"AX",
"AL",
"DZ",
"AS",
"AD",
"AO",
"AI",
"AQ",
"AG",
"AR",
"AM",
"AW",
"AU",
"AT",
"AZ",
"BS",
"BH",
"BD",
"BB",
"BY",
"BE",
"BZ",
"BJ",
"BM",
"BT",
"BO",
"BA",
"BW",
"BV",
"BR",
"IO",
"BN",
"BG",
"BF",
"BI",
"KH",
"CM",
"CA",
"CV",
"KY",
"CF",
"TD",
"CL",
"CN",
"CX",
"CC",
"CO",
"KM",
"CG",
"CD",
"CK",
"CR",
"CI",
"HR",
"CU",
"CY",
"CZ",
"DK",
"DJ",
"DM",
"DO",
"EC",
"EG",
"SV",
"GQ",
"ER",
"EE",
"ET",
"FK",
"FO",
"FJ",
"FI",
"FR",
"GF",
"PF",
"TF",
"GA",
"GM",
"GE",
"DE",
"GH",
"GI",
"GR",
"GL",
"GD",
"GP",
"GU",
"GT",
"GG",
"GN",
"GW",
"GY",
"HT",
"HM",
"VA",
"HN",
"HK",
"HU",
"IS",
"IN",
"ID",
"IR",
"IQ",
"IE",
"IM",
"IL",
"IT",
"JM",
"JP",
"JE",
"JO",
"KZ",
"KE",
"KI",
"KP",
"KR",
"KW",
"KG",
"LA",
"LV",
"LB",
"LS",
"LR",
"LY",
"LI",
"LT",
"LU",
"MO",
"MK",
"MG",
"MW",
"MY",
"MV",
"ML",
"MT",
"MH",
"MQ",
"MR",
"MU",
"YT",
"MX",
"FM",
"MD",
"MC",
"MN",
"MS",
"MA",
"MZ",
"MM",
"NA",
"NR",
"NP",
"NL",
"AN",
"NC",
"NZ",
"NI",
"NE",
"NG",
"NU",
"NF",
"MP",
"NO",
"OM",
"PK",
"PW",
"PS",
"PA",
"PG",
"PY",
"PE",
"PH",
"PN",
"PL",
"PT",
"PR",
"QA",
"RE",
"RO",
"RU",
"RW",
"SH",
"KN",
"LC",
"PM",
"VC",
"WS",
"SM",
"ST",
"SA",
"SN",
"CS",
"SC",
"SL",
"SG",
"SK",
"SI",
"SB",
"SO",
"ZA",
"GS",
"ES",
"LK",
"SD",
"SR",
"SJ",
"SZ",
"SE",
"CH",
"SY",
"TW",
"TJ",
"TZ",
"TH",
"TL",
"TG",
"TK",
"TO",
"TT",
"TN",
"TR",
"TM",
"TC",
"TV",
"UG",
"UA",
"AE",
"GB",
"US",
"UM",
"UY",
"UZ",
"VU",
"VE",
"VN",
"VG",
"VI",
"WF",
"EH",
"YE",
"ZM",
"ZW"
]
} | o82239 |
{
"properties": {
"point1": {
"description": "The coordinates of the first point",
"properties": {
"latitude": {
"description": "The latitude of the first point",
"type": "number"
},
"longitude": {
"description": "The longitude of the first point",
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
},
"point2": {
"description": "The coordinates of the second point",
"properties": {
"latitude": {
"description": "The latitude of the second point",
"type": "number"
},
"longitude": {
"description": "The longitude of the second point",
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}
},
"required": [
"point1",
"point2"
],
"type": "object"
} | calculate_distance_b777b428 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "NumValue",
"description": "",
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
} | o46560 |
{
"title": "VigoTech Alliance members JSON schema",
"type": "object",
"description": "",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"name",
"logo"
],
"properties": {
"name": {
"type": "string",
"description": "Alliance name"
},
"logo": {
"type": "string",
"description": "Logo url"
},
"sticker": {
"type": "string",
"description": "Sticker image url"
},
"links": {
"type": "object",
"description": "Alliance site and social links",
"items": {
"type": "object",
"description": "Link",
"required": [
"key",
"url"
],
"properties": {
"key": {
"type": "string",
"description": "Link key (used to show icon)"
},
"url": {
"type": "string",
"description": "Link url"
}
}
}
},
"events": {
"type": [
"object",
"array"
],
"description": "Events data source",
"items": {
"type": "object",
"description": "Event data source",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Data source type allowed values (meetup, eventbrite, json)"
},
"meetupid": {
"type": "string",
"description": "Meetup id"
},
"eventbriteid": {
"type": "string",
"description": "Eventbrite id"
},
"source": {
"type": "string",
"description": "Source URL"
}
}
}
},
"members": {
"type": [
"array",
"object"
],
"description": "Alliance members",
"items": {
"type": "object",
"description": "Member",
"required": [
"key",
"name",
"logo"
],
"properties": {
"key": {
"type": "string",
"description": "Member unique id"
},
"name": {
"type": "string",
"description": "Alliance name"
},
"logo": {
"type": "string",
"description": "Logo url"
},
"sticker": {
"type": "string",
"description": "Sticker image url"
},
"links": {
"type": "object",
"description": "Alliance site and social links",
"items": {
"type": "object",
"description": "Link",
"required": [
"key",
"url"
],
"properties": {
"key": {
"type": "string",
"description": "Link key (used to show icon)"
},
"url": {
"type": "string",
"description": "Link url"
}
}
}
},
"events": {
"type": [
"object",
"array"
],
"description": "Events data source",
"items": {
"type": "object",
"description": "Event data source",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Data source type allowed values (meetup, eventbrite, json)"
},
"meetupid": {
"type": "string",
"description": "Meetup id"
},
"eventbriteid": {
"type": "string",
"description": "Eventbrite id"
},
"source": {
"type": "string",
"description": "Source URL"
}
}
}
},
"videos": {
"type": "array",
"description": "Member videos source",
"items": {
"type": "object",
"description": "Member video source",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Video source tyoe"
},
"source": {
"type": "string",
"description": "Telteck videos feed"
},
"channel_id": {
"type": "string",
"description": "Youtube channel id (not channel name)"
}
}
}
}
}
}
}
}
} | o16379 |
{
"$id": "https://guaix.fis.ucm.es/numina/oblock-schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DRP",
"description": "Describe numina oblock files",
"type": "array",
"items": {
"$ref": "#/definitions/oblock_ext"
},
"definitions": {
"oblock_ext": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"instrument": {
"type": "string"
},
"mode": {
"type": "string"
},
"frames": {
"type": "array",
"items": {
"type": "string"
}
},
"enabled": {
"type": "boolean"
},
"requirements": {
"type": "object"
}
},
"required": [
"id",
"instrument",
"mode"
]
}
}
} | o74555 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"crudOutcome": {
"additionalProperties": false,
"properties": {
"failed": {
"description": "how many objects in the set have so far been unsuccessfully [operation]",
"type": "integer"
},
"failureDetails": {
"items": {
"$ref": "#/definitions/failureDetail"
},
"type": "array"
},
"operation": {
"enum": [
"Created",
"Updated",
"Closed"
]
},
"succeeded": {
"description": "how many objects in the set have so far been successfully [operation]",
"type": "integer"
}
},
"required": [
"operation",
"succeeded",
"failed"
],
"type": "object"
},
"crudOutcomes": {
"items": {
"$ref": "#/definitions/crudOutcome"
},
"type": "array"
},
"failureDetail": {
"additionalProperties": false,
"description": "details of why a single object failed the crud operation (create or whatever)",
"properties": {
"code": {
"description": "A code, e.g. on a job or job ad, that uniquely identifies the object",
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
}
},
"description": "the status of a previously launched upload",
"properties": {
"id": {
"description": "id of the upload operation",
"type": "integer"
},
"results": {
"$ref": "#/definitions/crudOutcomes"
},
"started": {
"_format": "date-time",
"type": "string"
},
"status": {
"enum": [
"Queued",
"Underway",
"Complete",
"Error"
]
}
},
"required": [
"id",
"started",
"status",
"results"
],
"type": "object"
} | o79604 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"price": {
"description": "The price per unit of the product",
"type": "number"
},
"product": {
"description": "The name of the product",
"type": "string"
},
"quantity": {
"description": "The quantity of the product",
"type": "integer"
}
},
"required": [
"product",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | generate_invoice_f1779fb2 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1alpha1_PolicyRule": {
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
"properties": {
"apiGroups": {
"description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.",
"items": {
"type": "string"
},
"type": "array"
},
"nonResourceURLs": {
"description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both.",
"items": {
"type": "string"
},
"type": "array"
},
"resourceNames": {
"description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.",
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.",
"items": {
"type": "string"
},
"type": "array"
},
"verbs": {
"description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"verbs"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_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": "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.20.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"enum": [
"rbac.authorization.k8s.io/v1alpha1"
],
"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": [
"Role"
],
"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."
},
"rules": {
"description": "Rules holds all the PolicyRules for this Role",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1alpha1_PolicyRule"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1alpha1"
}
]
} | kb_851_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://dprint.dev/schemas/v0.json",
"title": "dprint configuration file",
"description": "Schema for a dprint configuration file.",
"type": "object",
"properties": {
"$schema": {
"description": "The JSON schema reference. Normally you shouldn't bother to provide this as the dprint vscode editor extension will handle constructing the schema for you based on the plugins provided.",
"type": "string"
},
"incremental": {
"description": "Whether to format files only when they change.",
"type": "boolean",
"default": true
},
"extends": {
"description": "Configurations to extend.",
"anyOf": [{
"description": "A file path or url to a configuration file to extend.",
"type": "string"
}, {
"description": "A collection of file paths and/or urls to configuration files to extend.",
"type": "array",
"items": {
"type": "string"
}
}]
},
"lineWidth": {
"description": "The width of a line the printer will try to stay under. Note that the printer may exceed this width in certain cases.",
"type": "number"
},
"indentWidth": {
"description": "The number of characters for an indent.",
"type": "number"
},
"useTabs": {
"description": "Whether to use tabs (true) or spaces (false) for indentation.",
"type": "boolean"
},
"newLineKind": {
"description": "The kind of newline to use.",
"type": "string",
"oneOf": [
{
"const": "auto",
"description": "For each file, uses the newline kind found at the end of the last line."
},
{
"const": "crlf",
"description": "Uses carriage return, line feed."
},
{
"const": "lf",
"description": "Uses line feed."
},
{
"const": "system",
"description": "Uses the system standard (ex. crlf on Windows)."
}
]
},
"includes": {
"description": "Array of patterns (globs) to use to find files to format.",
"type": "array",
"items": {
"type": "string"
}
},
"excludes": {
"description": "Array of patterns (globs) to exclude files or directories to format.",
"type": "array",
"items": {
"type": "string"
}
},
"plugins": {
"description": "Array of plugin URLs to format files.",
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": {
"description": "Plugin configuration.",
"type": "object"
}
}
| v0 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "http://localhost:3000/schemas/openid-configuration-response.json#",
"properties": {
"acr_values_supported": {
"description": "List of the supported Authentication Context Class References.",
"items": {
"type": "string"
},
"type": "array"
},
"authorization_endpoint": {
"description": "The OAuth 2.0 authorisation endpoint URL.",
"type": "string"
},
"claim_types_supported": {
"description": "List of the supported OpenID Connect claim types.",
"items": {
"type": "string"
},
"type": "array"
},
"claims_locales_supported": {
"description": "List of the supported OpenID Connect claims locales, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"claims_parameter_supported": {
"description": "Specifies whether the claims request parameter is supported.",
"type": "boolean"
},
"claims_supported": {
"description": "List of the supported OpenID Connect claims. Certain values may be omitted for privacy reasons.",
"items": {
"type": "string"
},
"type": "array"
},
"code_challenge_methods_supported": {
"description": "List of the supported transformation methods on the authorisation code verifier for Proof Key for Code Exchange (PKCE).",
"items": {
"type": "string"
},
"type": "array"
},
"display_values_supported": {
"description": "List of the supported display parameters.",
"items": {
"type": "string"
},
"type": "array"
},
"grant_types_supported": {
"description": "List of the supported OAuth 2.0 grant types.",
"items": {
"type": "string"
},
"type": "array"
},
"id_token_encryption_alg_values_supported": {
"description": "List of the supported JWE algorithms for securing the issued ID tokens, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"id_token_encryption_enc_values_supported": {
"description": "List of the supported JWE encryption methods for securing the issued ID tokens, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"id_token_signing_alg_values_supported": {
"description": "List of the supported JWS algorithms for securing the issued ID tokens.",
"items": {
"type": "string"
},
"type": "array"
},
"introspection_endpoint": {
"description": "The OAuth 2.0 token introspection endpoint URL.",
"type": "string"
},
"issuer": {
"description": "The server identifier, typically the base URL of the Connect2id server, using the https scheme, e.g. https://c2id.com",
"type": "string"
},
"jwks_uri": {
"description": "The public server JWK set URL.",
"type": "string"
},
"op_policy_uri": {
"description": "The privacy policy document URL, omitted if none.",
"type": "string"
},
"op_tos_uri": {
"description": "The terms of service document URL, omitted if none.",
"type": "string"
},
"registration_endpoint": {
"description": "The OAuth 2.0 / OpenID Connect client registration endpoint URL.",
"type": "string"
},
"request_object_encryption_alg_values_supported": {
"description": "List of the supported JWE encryption algorithms for securing OpenID Connect request objects, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"request_object_encryption_enc_values_supported": {
"description": "List of the supported JWE encryption methods for securing OpenID Connect request objects, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"request_object_signing_alg_values_supported": {
"description": "List of the supported JWS algorithms for securing OpenID Connect request objects.",
"items": {
"type": "string"
},
"type": "array"
},
"request_parameter_supported": {
"description": "Specifies whether the request parameter is supported.",
"type": "boolean"
},
"request_uri_parameter_supported": {
"description": "Specifies whether the request_uri parameter is supported.",
"type": "boolean"
},
"require_request_uri_registration": {
"description": "Specifies whether request URIs must be registered for a client.",
"type": "boolean"
},
"response_modes_supported": {
"description": "List of the supported OAuth 2.0 response_mode values.",
"items": {
"type": "string"
},
"type": "array"
},
"response_types_supported": {
"description": "List of the supported OAuth 2.0 response_type values.",
"items": {
"type": "string"
},
"type": "array"
},
"revocation_endpoint": {
"description": "The OAuth 2.0 token revocation endpoint URL.",
"type": "string"
},
"scopes_supported": {
"description": "List of the supported scope values. Certain values may be omitted for privacy reasons.",
"items": {
"type": "string"
},
"type": "array"
},
"service_documentation": {
"description": "The service documentation URL.",
"items": {
"type": "string"
},
"type": "array"
},
"subject_types_supported": {
"description": "List of the supported subject (end-user) identifier types.",
"items": {
"type": "string"
},
"type": "array"
},
"token_endpoint": {
"description": "The OAuth 2.0 token endpoint URL.",
"type": "string"
},
"token_endpoint_auth_methods_supported": {
"description": "List of the supported client authentication methods at the OAuth 2.0 token endpoint.",
"items": {
"type": "string"
},
"type": "array"
},
"token_endpoint_auth_signing_alg_values_supported": {
"description": "List of the supported JWS algorithms for JWT-based client authentication at the OAuth 2.0 token endpoint, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"ui_locales_supported": {
"description": "List of the supported UI locales, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"userinfo_encryption_alg_values_supported": {
"description": "List of the supported JWE encryption algorithms for securing the claims returned at the UserInfo endpoint, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"userinfo_encryption_enc_values_supported": {
"description": "List of the supported JWE encryption methods for securing the claims returned at the UserInfo endpoint, omitted or empty if none.",
"items": {
"type": "string"
},
"type": "array"
},
"userinfo_endpoint": {
"description": "The OpenID Connect UserInfo endpoint URL.",
"type": "string"
},
"userinfo_signing_alg_values_supported": {
"description": "List of the supported JWS algorithms for securing the claims returned at the UserInfo endpoint.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"issuer"
],
"title": "Open Id Configuration",
"type": "object"
}
| o20477 |
{
"properties": {
"customer_name": {
"description": "The customer's name",
"type": "string"
},
"invoice_date": {
"description": "The date of the invoice",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
},
"total_amount": {
"description": "The total amount of the invoice",
"type": "number"
}
},
"required": [
"customer_name",
"invoice_date",
"total_amount",
"items"
],
"type": "object"
} | create_invoice_66fd90ea |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_AggregationRule": {
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_ClusterRole": {
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.20.",
"properties": {
"aggregationRule": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_AggregationRule",
"description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller."
},
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"ClusterRole"
],
"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."
},
"rules": {
"description": "Rules holds all the PolicyRules for this ClusterRole",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_PolicyRule"
},
"type": "array"
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1beta1"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_PolicyRule": {
"description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
"properties": {
"apiGroups": {
"description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.",
"items": {
"type": "string"
},
"type": "array"
},
"nonResourceURLs": {
"description": "NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both.",
"items": {
"type": "string"
},
"type": "array"
},
"resourceNames": {
"description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.",
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"description": "Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups.",
"items": {
"type": "string"
},
"type": "array"
},
"verbs": {
"description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"verbs"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_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_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": "ClusterRoleList is a collection of ClusterRoles. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.20.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": [
"string",
"null"
]
},
"items": {
"description": "Items is a list of ClusterRoles",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_rbac_v1beta1_ClusterRole"
},
"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": [
"ClusterRoleList"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta",
"description": "Standard object's metadata."
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleList",
"version": "v1beta1"
}
]
} | kb_98_Normalized |
{
"properties": {
"actions_py": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"type": "string"
},
"producers": {
"items": {
"type": "string"
},
"type": "array"
},
"role": {
"type": "string"
},
"state": {
"type": "string"
}
},
"required": [
"key",
"name",
"role",
"state"
],
"type": "object"
} | o8412 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"description": "DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.",
"properties": {
"port": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
},
"protocol": {
"description": "Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_598_Normalized |
{
"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",
"radius",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape for which perimeter needs to be calculated",
"enum": [
"rectangle",
"circle",
"triangle"
],
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_perimeter_57ef13c0 |
{
"title": "JSON",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"stripWhitespace": {
"type": "boolean"
},
"dataStructureFormat": {
"enum": [
"simple",
"complex"
]
}
}
} | o91006 |
{
"oneOf": [
{
"properties": {
"shape": {
"enum": [
"circle"
]
}
},
"required": [
"radius"
]
},
{
"properties": {
"shape": {
"enum": [
"rectangle"
]
}
},
"required": [
"length",
"width"
]
},
{
"properties": {
"shape": {
"enum": [
"triangle"
]
}
},
"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",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"shape": {
"description": "The shape to calculate the area",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_d26e2d5f |
{
"properties": {
"dimensions": {
"properties": {
"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"
],
"type": "object"
},
"shape": {
"description": "The shape type (e.g. square, rectangle, circle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_3982f719 |
{
"description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n IP: An IP address allocated to the pod. Routable at least within the cluster.",
"properties": {
"ip": {
"description": "ip is an IP address (IPv4 or IPv6) assigned to the pod",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_705_Normalized |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "@runnerty-notificator-console",
"definitions": {
"config": {
"type": "object",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string",
"pattern": "@runnerty-notificator-console"
}
}
},
"params": {
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string"
},
"mode": {
"type": "string"
}
}
}
},
"properties": {
"config": {
"$ref": "#/definitions/config"
},
"params": {
"$ref": "#/definitions/params"
}
},
"required": [
"config",
"params"
]
} | o44065 |
{
"properties": {
"builtin": {
"enum": [
"MODIFIABLE",
"DELETABLE",
"IMMUTABLE",
"PARTITION_ALL"
],
"readonly": true,
"type": "object"
},
"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"
],
"readonly": true,
"type": "string"
},
"flags": {
"readonly": true,
"type": "integer"
},
"rule": {
"type": "object"
},
"selectorname": {
"type": "string"
}
},
"title": "cacheselector",
"type": "object"
} | o30275 |
{
"definitions": {
"date": {
"description": "The date at which the file was generated.",
"format": "date-time",
"type": "string"
},
"dochtml": {
"additionalProperties": false,
"description": "Configuration of the online HTML documentation for the XML schema.",
"properties": {
"method": {
"description": "The method by which the URL is generated.",
"enum": [
"simple-pattern"
],
"type": "string"
},
"pattern": {
"description": "The pattern to use.",
"type": "string"
}
},
"required": [
"method",
"pattern"
],
"type": "object"
},
"elements": {
"description": "An array of all elements in the schema.",
"items": {
"additionalProperties": false,
"properties": {
"desc": {
"description": "A short documentation string.",
"type": "string"
},
"name": {
"description": "The local name of the element.",
"type": "string"
},
"ns": {
"description": "The namespace URI of the element.",
"type": "string"
}
},
"required": [
"name",
"desc"
],
"type": "object"
},
"type": "array"
},
"generator": {
"description": "The name of the software that generated the JSON.",
"type": "string"
},
"inline": {
"additionalProperties": false,
"description": "An object determining which elements are inline.",
"properties": {
"method": {
"description": "The method by which elements are addressed",
"enum": [
"name"
],
"type": "string"
},
"rules": {
"additionalProperties": {
"type": "boolean"
},
"type": "object"
}
},
"required": [
"method",
"rules"
],
"type": "object"
},
"namespaces": {
"description": "Prefix -> uri mapping of absolute namespaces.",
"type": "object"
},
"version": {
"description": "Records the version number of the format of the metadata file.",
"type": "string"
}
},
"description": "A schema describing metadata for wed modes.",
"oneOf": [
{
"additionalProperties": false,
"properties": {
"date": {
"$ref": "#/definitions/date"
},
"dochtml": {
"description": "A URL to where the schema's documentation is stored.",
"type": "string"
},
"elements": {
"$ref": "#/definitions/elements"
},
"generator": {
"$ref": "#/definitions/generator"
},
"namespaces": {
"$ref": "#/definitions/namespaces"
},
"version": {
"enum": [
"1"
]
}
},
"required": [
"version"
]
},
{
"additionalProperties": false,
"properties": {
"date": {
"$ref": "#/definitions/date"
},
"dochtml": {
"$ref": "#/definitions/dochtml"
},
"elements": {
"$ref": "#/definitions/elements"
},
"generator": {
"$ref": "#/definitions/generator"
},
"inline": {
"$ref": "#/definitions/inline"
},
"namespaces": {
"$ref": "#/definitions/namespaces"
},
"version": {
"enum": [
"2"
]
}
},
"required": [
"version",
"namespaces"
]
}
],
"title": "Metadata",
"type": "object"
} | o58609 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://judkins.house/apis/k2/v1/awsSecurityConfig.json",
"$$target": "awsSecurityConfig.json",
"title": "AWS Security Configuration",
"description": "AWS Security Configuration",
"properties": {
"protocol": {
"description": "The protocol for this Security Rule.",
"enum": [
"TCP",
"UDP",
"-1",
"ICMP"
],
"type": "string"
},
"cidr_blocks": {
"description": "The cidr to associate this rule to.",
"items": {
"type": "string"
},
"type": "array",
"default": [
"0.0.0.0/0"
]
},
"from_port": {
"description": "The from port number.",
"type": "number"
},
"to_port": {
"description": "The to port number.",
"type": "number"
}
},
"required": [
"protocol",
"cidr_blocks",
"from_port",
"to_port"
],
"additionalProperties": false,
"type": "object"
} | o90362 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Google form driven interview's answer",
"properties": {
"createdOn": {
"_format": "date-time",
"type": "string"
},
"doc_type": {
"pattern": "^answer$",
"type": "string"
},
"interviewId": {
"description": "an answer belongs to an interview",
"type": "string"
},
"itemType": {
"description": "the available answer types as described here https://developers.google.com/apps-script/reference/forms/item-type",
"enum": [
"CHECKBOX",
"DATE",
"DATETIME",
"DURATION",
"LIST",
"MULTIPLE_CHOICE",
"PARAGRAPH_TEXT",
"SCALE",
"TEXT",
"TIME"
]
},
"reason": {
"enum": [
"burial",
"suspect"
]
},
"result": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"doc_type",
"createdOn",
"interviewId",
"title",
"reason",
"result",
"itemType"
],
"title": "Answer",
"type": "object"
} | o37715 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"projects",
"drivers"
],
"properties": {
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[a-z\\d\\./-]+$"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"additionalProperties": false
}
},
"releases": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/release_id"
},
"wiki": {
"type": "string"
}
},
"required": [
"id",
"wiki"
]
}
},
"drivers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"project_id": {
"type": "string"
},
"vendor": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"maintainers": {
"type": "array",
"items": {
"$ref": "#/definitions/user"
}
},
"wiki": {
"type": "string"
},
"releases": {
"type": "array",
"items": {
"$ref": "#/definitions/release_id"
}
},
"ci": {
"$ref": "#/definitions/ci"
}
},
"required": [
"project_id",
"vendor",
"name"
],
"additionalProperties": false
}
}
},
"definitions": {
"user": {
"type": "object",
"properties": {
"name": {
"type": "string",
"pattern": "^[^,]+$"
},
"email": {
"type": "string",
"pattern": "^[a-z\\d_\\.-]+@([a-z\\d\\.-]+\\.)+[a-z]+$"
},
"irc": {
"type": "string",
"pattern": "^[\\S]+$"
},
"launchpad_id": {
"type": "string",
"pattern": "^[\\S]+$"
}
},
"required": [
"name"
],
"additionalProperties": false
},
"ci": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[\\S]+$"
},
"success_pattern": {
"type": "string"
},
"failure_pattern": {
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"release_id": {
"type": "string",
"pattern": "^[A-Z][a-z]+$"
}
}
} | o48073 |
{
"properties": {
"dimensions": {
"properties": {
"height": {
"description": "The height of the shape",
"type": "number"
},
"length": {
"description": "The length of the shape",
"type": "number"
},
"width": {
"description": "The width of the shape",
"type": "number"
}
},
"required": [
"length",
"width",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape for which volume is to be calculated",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_volume_692ff0f7 |
{
"$schema": "http://json-schema.org/draft-06/schema",
"additionalProperties": false,
"properties": {
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$",
"type": "string"
},
"selector": {
"type": "string"
},
"url": {
"_format": "url",
"type": "string"
}
},
"required": [
"domain",
"url",
"selector"
],
"type": "object"
} | o41049 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"localDef1": {
"type": "object",
"properties": {
"foo": {
"type": "string"
}
}
},
"localDef2": {
"type": "object",
"properties": {
"bar": {
"type": "number"
}
}
}
},
"anyOf": [
{
"$ref": "#/definitions/localDef1"
},
{
"type": "object",
"properties": {
"baz": {
"$ref": "#/definitions/localDef2"
}
}
}
]
} | o27022 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "time",
"description": "Time",
"type": "object",
"properties": {
"minute": {
"type": "integer",
"minValue": 0,
"maxValue": 59
},
"hour": {
"type": "integer",
"minValue": 0,
"maxValue": 23
}
}
} | o70288 |
{
"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 type (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_970038b5 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"contracts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contractID": {
"type": "string"
},
"tenantID": {
"type": "string"
},
"sliceID": {
"type": "string"
},
"sla": {
"type": "string",
"pattern": "^(platinum|gold|silver|bronze)$"
},
"startDate": {
"format": "date-time"
},
"endDate": {
"format": "date-time"
},
"contact": {
"format": "email"
},
"location": {
"type": "object",
"properties": {
"coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"required": [
"latitude",
"longitude"
]
},
"address": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
}
},
"required": [
"street",
"city",
"state",
"country"
]
}
},
"required": [
"coordinates"
]
},
"enb": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"enbID": {
"type": "string"
},
"generation": {
"type": "string",
"pattern": "^[2-5]{1}((\\.5|\\.75|\\.9)?)?g$"
},
"plmn": {
"type": "object",
"properties": {
"tra": {
"type": "number"
},
"mcc": {
"type": "number",
"minimum": 0,
"maximum": 999
},
"mnc": {
"type": "number",
"minimum": 0,
"maximum": 999
}
},
"required": [
"tra",
"mcc",
"mnc"
]
},
"nbTx": {
"type": "number",
"pattern": "^[1-2]$",
"minimum": 1,
"maximum": 2
},
"nbRx": {
"type": "number",
"pattern": "^[1-2]$",
"minimum": 1,
"maximum": 2
},
"mme": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ipv4": {
"format": "ipv4"
},
"ipv6": {
"format": "ipv6"
},
"active": {
"type": "string",
"pattern": "^(yes|no)$"
},
"preference": {
"type": "string",
"pattern": "^(ipv4|ipv6)$"
}
},
"required": [
"ipv4",
"active",
"preference"
]
}
}
},
"required": [
"name",
"enbID",
"generation",
"plmn",
"nbTx",
"nbRx"
]
}
},
"required": [
"tenantID",
"sliceID",
"sla",
"startDate",
"endDate",
"contact",
"location",
"enb"
]
}
}
},
"required": [
"contracts"
]
} | o77264 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "doc/spec/system.json",
"title": "System",
"type": [
"object",
"null"
],
"properties": {
"architecture": {
"description": "Architecture of the system the agent is running on.",
"type": [
"string",
"null"
],
"maxLength": 1024
},
"hostname": {
"description": "Hostname of the system the agent is running on.",
"type": [
"string",
"null"
],
"maxLength": 1024
},
"platform": {
"description": "Name of the system platform the agent is running on.",
"type": [
"string",
"null"
],
"maxLength": 1024
}
}
} | o71329 |
{
"$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/keyword.json",
"title": "Keyword",
"description": "Models a keyword used in describing a piece of content.",
"type": "object",
"required": [
"keyword",
"score"
],
"additionalProperties": false,
"properties": {
"keyword": {
"type": "string",
"description": "The keyword used to describe a piece of content"
},
"score": {
"type": "number",
"description": "An arbitrary weighting to give the keyword"
},
"tag": {
"type": "string",
"description": "The Part of Speech tag for this keyword."
},
"frequency": {
"type": "integer",
"description": "An optional count of the frequency of the keyword as it appears in the content it describes"
}
}
} | o85972 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceAttributes": {
"description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface",
"properties": {
"path": {
"description": "Path is the URL path of the request",
"type": "string"
},
"verb": {
"description": "Verb is the standard HTTP verb",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceAttributes": {
"description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface",
"properties": {
"group": {
"description": "Group is the API Group of the Resource. \"*\" means all.",
"type": "string"
},
"name": {
"description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.",
"type": "string"
},
"namespace": {
"description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview",
"type": "string"
},
"resource": {
"description": "Resource is one of the existing resource types. \"*\" means all.",
"type": "string"
},
"subresource": {
"description": "Subresource is one of the existing resource types. \"\" means none.",
"type": "string"
},
"verb": {
"description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all.",
"type": "string"
},
"version": {
"description": "Version is the API Version of the Resource. \"*\" means all.",
"type": "string"
}
},
"type": "object"
}
},
"description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set",
"properties": {
"nonResourceAttributes": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_NonResourceAttributes",
"description": "NonResourceAttributes describes information for a non-resource access request"
},
"resourceAttributes": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authorization_v1beta1_ResourceAttributes",
"description": "ResourceAuthorizationAttributes describes information for a resource access request"
}
},
"type": "object"
} | kb_953_Normalized |
{
"title": "visibleLayer",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"description": "Object with layer id, used to indicate layer visibility in a slide.",
"properties": {
"id": {
"type": "string",
"description": "The id of the layer as listed on the operational layer."
},
"subLayerIds": {
"type": "array",
"description": "List of visible sublayer ids, as listed on the service of the layer.",
"items": {
"type": "integer"
}
}
},
"additionalProperties": false,
"esriDocumentation": {
"examples": [
{
"title": "visibleLayer",
"code": {
"visibleLayers": [
{
"id": "73128eb3-05ee-46a7-8c22-0c385a0b1827"
}
]
}
},
{
"title": "visibleLayer",
"code": {
"visibleLayers": [
{
"id": "73128eb3-05ee-46a7-8c22-0c385a0b1827",
"subLayerIds": [
0,
3,
5
]
}
]
}
}
]
}
} | o90338 |
{
"additionalProperties": false,
"description": "A view_item_list GTM server-side event.",
"properties": {
"item_list_id": {
"description": "The ID of the list in which the item was presented to the user.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_list_name": {
"description": "The name of the list in which the item was presented to the user.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"items": {
"description": "The items for the event.",
"items": {
"additionalProperties": false,
"description": "An item object.",
"properties": {
"affiliation": {
"description": "A product affiliation to designate a supplying company or brick and mortar store location",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"coupon": {
"description": "The coupon name or code associated with the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"currency": {
"description": "The currency, in 3-letter ISO 4217 format.",
"maxLength": 3,
"minLength": 3,
"type": [
"string",
"null"
]
},
"discount": {
"description": "The monetary discount value associated with the item.",
"minimum": 0,
"type": [
"number",
"null"
]
},
"index": {
"description": "The index of the item in a list.",
"minimum": 0,
"type": [
"integer",
"null"
]
},
"item_brand": {
"description": "The brand of the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_category": {
"description": "The category of the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_category2": {
"description": "The second category hierarchy or additional taxonomy for the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_category3": {
"description": "The third category hierarchy or additional taxonomy for the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_category4": {
"description": "The fourth category hierarchy or additional taxonomy for the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_category5": {
"description": "The fifth category hierarchy or additional taxonomy for the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_id": {
"description": "The ID of the item.",
"maxLength": 500,
"type": [
"string",
"null"
]
},
"item_list_id": {
"description": "The ID of the list in which the item was presented to the user.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_list_name": {
"description": "The name of the list in which the item was presented to the user.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"item_name": {
"description": "The name of the item.",
"maxLength": 500,
"type": [
"string",
"null"
]
},
"item_variant": {
"description": "The item variant or unique code or description for additional item details or options.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"location_id": {
"description": "The location associated with the item.",
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"price": {
"description": "The monetary price of the item, in units of the specified currency parameter.",
"minimum": 0,
"type": [
"number",
"null"
]
},
"quantity": {
"description": "Item quantity.",
"minimum": 0,
"type": [
"integer",
"null"
]
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"items"
],
"self": {
"format": "jsonschema",
"name": "view_item_list",
"vendor": "com.google.tag-manager.server-side",
"version": "1-0-0"
},
"type": "object"
} | sp_95_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A BioSamples sample.",
"properties": {
"alias": {
"description": "A sample unique identifier in a submission.",
"type": "string"
},
"attributes": {
"patternProperties": {
"^.*$": {
"items": {
"properties": {
"terms": {
"items": {
"properties": {
"url": {
"_format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": "array"
},
"units": {
"type": "string"
},
"value": {
"minLength": 1,
"type": "string"
}
},
"required": [
"value"
]
},
"minItems": 1,
"type": "array"
}
},
"properties": {},
"type": "object"
},
"releaseDate": {
"_format": "date",
"description": "Date from which this sample is released publicly.",
"type": "string"
},
"sampleRelationships": {
"description": "List of relationships between samples.",
"items": {
"properties": {
"nature": {
"description": "Sample accession to which the sample relationship refers to.",
"enum": [
"derived from",
"child of",
"same as",
"recurated from"
],
"type": "string"
},
"target": {
"description": "Sample accession to which the sample relationship refers to.",
"type": "string"
}
},
"required": [
"target",
"nature"
],
"type": "object"
},
"type": "array"
},
"taxon": {
"description": "The taxonomy name for the sample species.",
"type": "string"
},
"taxonId": {
"description": "The taxonomy id for the sample species.",
"type": "integer"
}
},
"required": [
"alias",
"taxonId",
"taxon",
"releaseDate"
],
"title": "Sample",
"type": "object"
} | o4833 |
{
"$ref": "#/definitions/feed",
"definitions": {
"all_feed": {
"properties": {
"type": {
"enum": [
"all",
null
]
}
},
"required": [
"targets",
"broadcast_interval"
],
"type": "object"
},
"binary_feed": {
"properties": {
"broadcast_date": {
"format": "date-time",
"type": "string"
},
"type": {
"enum": [
"binary",
null
]
}
},
"required": [
"broadcast_date",
"targets"
],
"type": "object"
},
"cfd_feed": {
"properties": {
"broadcast_date": {
"format": "interval",
"type": "string"
},
"type": {
"enum": [
"cfd",
null
]
}
},
"required": [
"broadcast_date",
"deadline"
],
"type": "object"
},
"customs": {
"patternProperties": {
".": {
"type": [
"string",
"number"
]
}
},
"type": "object"
},
"default_labels": {
"allOf": [
{
"additionalProperties": false,
"properties": {
"bear": {
"maxLength": 32,
"type": "string"
},
"bull": {
"maxLength": 32,
"type": "string"
},
"equal": {
"maxLength": 32,
"type": "string"
},
"not_equal": {
"maxLength": 32,
"type": "string"
}
},
"type": "object"
},
{
"anyOf": [
{
"properties": {
"equal": {
"maxLength": 32,
"type": "string"
},
"not_equal": {
"maxLength": 32,
"type": "string"
}
},
"required": [
"equal",
"not_equal"
],
"type": "object"
},
{
"properties": {
"bear": {
"maxLength": 32,
"type": "string"
},
"bull": {
"maxLength": 32,
"type": "string"
}
},
"required": [
"bear",
"bull"
],
"type": "object"
}
]
}
]
},
"default_odds": {
"oneOf": [
{
"additionalProperties": false,
"properties": {
"initial": {
"type": "number"
}
},
"required": [
"initial"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"suggested": {
"type": "number"
}
},
"required": [
"suggested"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"initial": {
"type": "number"
},
"suggested": {
"type": "number"
}
},
"required": [
"initial",
"suggested"
],
"type": "object"
}
]
},
"feed": {
"allOf": [
{
"$ref": "#/definitions/feed_properties"
},
{
"anyOf": [
{
"$ref": "#/definitions/binary_feed"
},
{
"$ref": "#/definitions/cfd_feed"
},
{
"$ref": "#/definitions/all_feed"
}
]
}
]
},
"feed_properties": {
"additionalProperties": false,
"properties": {
"address": {
"type": "string"
},
"broadcast_date": {
"type": "string"
},
"category": {
"enum": [
"sports",
"politics",
"entertainment",
"economics",
"other"
]
},
"customs": {
"$ref": "#/definitions/customs"
},
"deadline": {
"format": "interval",
"type": "string"
},
"description": {
"maxLength": 255,
"type": "string"
},
"image": {
"format": "uri",
"type": "string"
},
"labels": {
"$ref": "#/definitions/default_labels"
},
"odds": {
"$ref": "#/definitions/default_odds"
},
"operator": {
"$ref": "#/definitions/operator"
},
"targets": {
"$ref": "#/definitions/targets"
},
"title": {
"maxLength": 64,
"type": "string"
},
"type": {
"enum": [
"binary",
"cfd",
"all"
]
},
"url": {
"format": "uri",
"type": "string"
},
"version": {
"pattern": "^[0-9]+(\\.[0-9]+){1,2}$",
"type": "string"
}
},
"required": [
"address",
"title"
],
"type": "object"
},
"operator": {
"additionalProperties": false,
"properties": {
"description": {
"maxLength": 255,
"type": "string"
},
"image": {
"format": "uri",
"type": "string"
},
"name": {
"maxLength": 64,
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"target": {
"additionalProperties": false,
"properties": {
"deadline": {
"format": "date-time",
"type": "string"
},
"image": {
"format": "uri",
"type": "string"
},
"labels": {
"$ref": "#/definitions/target_labels"
},
"odds": {
"$ref": "#/definitions/default_odds"
},
"text": {
"maxLength": 64,
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"text",
"value",
"deadline"
],
"type": "object"
},
"target_labels": {
"additionalProperties": false,
"properties": {
"equal": {
"maxLength": 32,
"type": "string"
},
"not_equal": {
"maxLength": 32,
"type": "string"
}
},
"required": [
"equal",
"not_equal"
],
"type": "object"
},
"targets": {
"items": {
"$ref": "#/definitions/target"
},
"minItems": 1,
"type": "array",
"_uniqueItems": true
}
}
} | o72527 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"description": "The priority identifier of this operation. This is used by downstream consumers to make decisions about optimization. The value 'standard' indicates an operation generated from a UI or live update. The value 'ingestion' indicates an operation generated by a migration script or background import. Note that this represents a request for priority consideration from event-generating apps and downstream applications are not obligated to honor it.",
"enum": [
"standard",
"ingestion"
],
"title": "Priority",
"type": "string"
} | wp_77_Normalized |
{
"definitions": {
"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_policy_v1beta1_AllowedCSIDriver": {
"description": "AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.",
"properties": {
"name": {
"description": "Name is the registered name of the CSI driver",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_AllowedFlexVolume": {
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.",
"properties": {
"driver": {
"description": "driver is the name of the Flexvolume driver.",
"type": "string"
}
},
"required": [
"driver"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_AllowedHostPath": {
"description": "AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.",
"properties": {
"pathPrefix": {
"description": "pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`",
"type": "string"
},
"readOnly": {
"description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_FSGroupStrategyOptions": {
"description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange"
},
"type": "array"
},
"rule": {
"description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_HostPortRange": {
"description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.",
"properties": {
"max": {
"_format": "int32",
"description": "max is the end of the range, inclusive.",
"type": "integer"
},
"min": {
"_format": "int32",
"description": "min is the start of the range, inclusive.",
"type": "integer"
}
},
"required": [
"min",
"max"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange": {
"description": "IDRange provides a min/max of an allowed range of IDs.",
"properties": {
"max": {
"_format": "int64",
"description": "max is the end of the range, inclusive.",
"type": "integer"
},
"min": {
"_format": "int64",
"description": "min is the start of the range, inclusive.",
"type": "integer"
}
},
"required": [
"min",
"max"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions": {
"description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange"
},
"type": "array"
},
"rule": {
"description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.",
"type": "string"
}
},
"required": [
"rule"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions": {
"description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange"
},
"type": "array"
},
"rule": {
"description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.",
"type": "string"
}
},
"required": [
"rule"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions": {
"description": "RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.",
"properties": {
"allowedRuntimeClassNames": {
"description": "allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of \"*\" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.",
"items": {
"type": "string"
},
"type": "array"
},
"defaultRuntimeClassName": {
"description": "defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.",
"type": "string"
}
},
"required": [
"allowedRuntimeClassNames"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_SELinuxStrategyOptions": {
"description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.",
"properties": {
"rule": {
"description": "rule is the strategy that will dictate the allowable labels that may be set.",
"type": "string"
},
"seLinuxOptions": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SELinuxOptions",
"description": "seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
}
},
"required": [
"rule"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_SupplementalGroupsStrategyOptions": {
"description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_IDRange"
},
"type": "array"
},
"rule": {
"description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.",
"type": "string"
}
},
"type": "object"
}
},
"description": "PodSecurityPolicySpec defines the policy enforced.",
"properties": {
"allowPrivilegeEscalation": {
"description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.",
"type": [
"boolean",
"null"
]
},
"allowedCSIDrivers": {
"description": "AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_AllowedCSIDriver"
},
"type": [
"array",
"null"
]
},
"allowedCapabilities": {
"description": "allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"allowedFlexVolumes": {
"description": "allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_AllowedFlexVolume"
},
"type": [
"array",
"null"
]
},
"allowedHostPaths": {
"description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_AllowedHostPath"
},
"type": [
"array",
"null"
]
},
"allowedProcMountTypes": {
"description": "AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"allowedUnsafeSysctls": {
"description": "allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"defaultAddCapabilities": {
"description": "defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"defaultAllowPrivilegeEscalation": {
"description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.",
"type": [
"boolean",
"null"
]
},
"forbiddenSysctls": {
"description": "forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"fsGroup": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_FSGroupStrategyOptions",
"description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext."
},
"hostIPC": {
"description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec.",
"type": [
"boolean",
"null"
]
},
"hostNetwork": {
"description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.",
"type": [
"boolean",
"null"
]
},
"hostPID": {
"description": "hostPID determines if the policy allows the use of HostPID in the pod spec.",
"type": [
"boolean",
"null"
]
},
"hostPorts": {
"description": "hostPorts determines which host port ranges are allowed to be exposed.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_HostPortRange"
},
"type": [
"array",
"null"
]
},
"privileged": {
"description": "privileged determines if a pod can request to be run as privileged.",
"type": [
"boolean",
"null"
]
},
"readOnlyRootFilesystem": {
"description": "readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.",
"type": [
"boolean",
"null"
]
},
"requiredDropCapabilities": {
"description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"runAsGroup": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RunAsGroupStrategyOptions",
"description": "RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled."
},
"runAsUser": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RunAsUserStrategyOptions",
"description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set."
},
"runtimeClass": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_RuntimeClassStrategyOptions",
"description": "runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled."
},
"seLinux": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_SELinuxStrategyOptions",
"description": "seLinux is the strategy that will dictate the allowable labels that may be set."
},
"supplementalGroups": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_policy_v1beta1_SupplementalGroupsStrategyOptions",
"description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext."
},
"volumes": {
"description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"required": [
"seLinux",
"runAsUser",
"supplementalGroups",
"fsGroup"
],
"type": "object"
} | kb_726_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_AWSElasticBlockStoreVolumeSource": {
"description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
"properties": {
"fsType": {
"description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type": "string"
},
"partition": {
"_format": "int32",
"description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
"type": "integer"
},
"readOnly": {
"description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type": "boolean"
},
"volumeID": {
"description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type": "string"
}
},
"required": [
"volumeID"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_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_AzureFilePersistentVolumeSource": {
"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"
},
"secretNamespace": {
"description": "the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod",
"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_CSIPersistentVolumeSource": {
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
"properties": {
"controllerExpandSecretRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference",
"description": "ControllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This is an alpha field and requires enabling ExpandCSIVolumes feature gate. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed."
},
"controllerPublishSecretRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference",
"description": "ControllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed."
},
"driver": {
"description": "Driver is the name of the driver to use for this volume. Required.",
"type": "string"
},
"fsType": {
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\".",
"type": "string"
},
"nodePublishSecretRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference",
"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 secrets are passed."
},
"nodeStageSecretRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SecretReference",
"description": "NodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed."
},
"readOnly": {
"description": "Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"type": "boolean"
},
"volumeAttributes": {
"additionalProperties": {
"type": "string"
},
"description": "Attributes of the volume to publish.",
"type": "object"
},
"volumeHandle": {
"description": "VolumeHandle is the unique volume name returned by the CSI volume plugin\u2019s CreateVolume to refer to the volume on all subsequent calls. Required.",
"type": "string"
}
},
"required": [
"driver",
"volumeHandle"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CephFSPersistentVolumeSource": {
"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_SecretReference",
"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_CinderPersistentVolumeSource": {
"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_SecretReference",
"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_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_FlexPersistentVolumeSource": {
"description": "FlexPersistentVolumeSource represents a generic persistent 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_SecretReference",
"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_GlusterfsPersistentVolumeSource": {
"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"
},
"endpointsNamespace": {
"description": "EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. 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_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_ISCSIPersistentVolumeSource": {
"description": "ISCSIPersistentVolumeSource 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_SecretReference",
"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_LocalVolumeSource": {
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
"properties": {
"fsType": {
"description": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified.",
"type": "string"
},
"path": {
"description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).",
"type": "string"
}
},
"required": [
"path"
],
"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_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_ObjectReference": {
"description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"fieldPath": {
"description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.",
"type": "string"
},
"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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": "string"
},
"namespace": {
"description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
"type": "string"
},
"resourceVersion": {
"description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeSpec": {
"description": "PersistentVolumeSpec is the specification of a persistent volume.",
"properties": {
"accessModes": {
"description": "AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes",
"items": {
"type": "string"
},
"type": "array"
},
"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_AzureFilePersistentVolumeSource",
"description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
},
"capacity": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity"
},
"description": "A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
"type": "object"
},
"cephfs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CephFSPersistentVolumeSource",
"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_CinderPersistentVolumeSource",
"description": "Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"claimRef": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ObjectReference",
"description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding"
},
"csi": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_CSIPersistentVolumeSource",
"description": "CSI represents storage that is handled by an external CSI driver (Beta feature)."
},
"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_FlexPersistentVolumeSource",
"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 and exposed to the pod for its usage. 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. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"glusterfs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_GlusterfsPersistentVolumeSource",
"description": "Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. 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 directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. 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_ISCSIPersistentVolumeSource",
"description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
},
"local": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_LocalVolumeSource",
"description": "Local represents directly-attached storage with node affinity"
},
"mountOptions": {
"description": "A list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options",
"items": {
"type": "string"
},
"type": "array"
},
"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. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs"
},
"nodeAffinity": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_VolumeNodeAffinity",
"description": "NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume."
},
"persistentVolumeReclaimPolicy": {
"description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming",
"type": "string"
},
"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"
},
"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_RBDPersistentVolumeSource",
"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_ScaleIOPersistentVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"storageClassName": {
"description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",
"type": "string"
},
"storageos": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_StorageOSPersistentVolumeSource",
"description": "StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md"
},
"volumeMode": {
"description": "volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec.",
"type": "string"
},
"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"
}
},
"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_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_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_RBDPersistentVolumeSource": {
"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_SecretReference",
"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_ScaleIOPersistentVolumeSource": {
"description": "ScaleIOPersistentVolumeSource 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_SecretReference",
"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_SecretReference": {
"description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
"properties": {
"name": {
"description": "Name is unique within a namespace to reference a secret resource.",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within which the secret name must be unique.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_StorageOSPersistentVolumeSource": {
"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_ObjectReference",
"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_VolumeNodeAffinity": {
"description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
"properties": {
"required": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_NodeSelector",
"description": "Required specifies hard node constraints that must be met."
}
},
"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_apimachinery_pkg_api_resource_Quantity": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
},
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.",
"properties": {
"inlineVolumeSpec": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PersistentVolumeSpec",
"description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature."
},
"persistentVolumeName": {
"description": "Name of the persistent volume to attach.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_1116_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"anchor_href": {
"description": "Anchor links for navigation within the same page. Format: '#anchor-link-id'",
"pattern": "^#.+$",
"type": "string"
},
"body": {
"description": "The main content provided as HTML rendered from govspeak",
"type": "string"
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"change_note": {
"description": "Change note for the most recent update",
"type": [
"string",
"null"
]
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"body": {
"$ref": "#/definitions/body"
},
"change_history": {
"$ref": "#/definitions/change_history"
},
"change_note": {
"$ref": "#/definitions/change_note"
},
"header_links": {
"items": {
"properties": {
"href": {
"$ref": "#/definitions/anchor_href"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"href"
],
"type": "object"
},
"type": "array"
},
"show_description": {
"description": "Display the description on the page if true. This is needed for the service standard points.",
"type": "boolean"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"body"
],
"type": "object"
},
"first_published_at": {
"_format": "date-time",
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"frontend_links": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"frontend_links_with_base_path": {
"items": {
"additionalProperties": true,
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"api_path": {
"$ref": "#/definitions/absolute_path"
},
"api_url": {
"_format": "uri",
"description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"document_type": {
"type": "string"
},
"links": {
"patternProperties": {
"^[a-z_]+$": {
"$ref": "#/definitions/frontend_links_with_base_path"
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"public_updated_at": {
"oneOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"schema_name": {
"type": "string"
},
"title": {
"type": "string"
},
"web_url": {
"_format": "uri",
"description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
"type": "string"
}
},
"required": [
"base_path",
"content_id",
"locale",
"title"
],
"type": "object"
},
"type": "array"
},
"govuk_request_id": {
"type": [
"string",
"null"
]
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"guid_list": {
"items": {
"$ref": "#/definitions/guid"
},
"type": "array",
"_uniqueItems": true
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"payload_version": {
"description": "Counter to indicate when the payload was generated",
"type": "integer"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"route": {
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"type": {
"enum": [
"prefix",
"exact"
]
}
},
"required": [
"path",
"type"
],
"type": "object"
},
"routes": {
"items": {
"$ref": "#/definitions/route"
},
"minItems": 1,
"type": "array"
},
"title": {
"type": "string"
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"content_purpose_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_subgroup`.",
"type": "string"
},
"content_purpose_subgroup": {
"description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.",
"type": "string"
},
"content_purpose_supergroup": {
"description": "Document supergroup grouping documents by a purpose",
"type": "string"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"service_manual_guide"
],
"type": "string"
},
"email_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"expanded_links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"content_owners": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "References a page of a GDS community responsible for maintaining the guide e.g. Agile delivery community, Design community"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"service_manual_topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "References an array of 'service_manual_topic's. Not to be confused with 'topics'."
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"government_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"govuk_request_id": {
"$ref": "#/definitions/govuk_request_id"
},
"links": {
"additionalProperties": false,
"properties": {
"content_owners": {
"$ref": "#/definitions/guid_list",
"description": "References a page of a GDS community responsible for maintaining the guide e.g. Agile delivery community, Design community"
},
"facet_groups": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/guid_list",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/guid_list",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"mainstream_browse_pages": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/guid_list",
"description": "The user needs this piece of content meets."
},
"ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/guid_list",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/guid_list",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/guid_list",
"description": "The parent content item.",
"maxItems": 1
},
"policy_areas": {
"$ref": "#/definitions/guid_list",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/guid_list",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"service_manual_topics": {
"$ref": "#/definitions/guid_list",
"description": "References an array of 'service_manual_topic's. Not to be confused with 'topics'."
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/guid_list",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage taxonomy label for this content item"
},
"topics": {
"$ref": "#/definitions/guid_list",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"navigation_document_supertype": {
"description": "Document type grouping powering the new taxonomy-based navigation pages",
"type": "string"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"payload_version": {
"$ref": "#/definitions/payload_version"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"redirects": {
"additionalItems": false,
"items": {},
"type": "array"
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"routes": {
"$ref": "#/definitions/routes"
},
"schema_name": {
"enum": [
"service_manual_guide"
],
"type": "string"
},
"search_user_need_document_supertype": {
"description": "Document supertype grouping core and government documents",
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"update_type": {
"$ref": "#/definitions/update_type"
},
"user_journey_document_supertype": {
"description": "Document type grouping powering analytics of user journeys",
"type": "string"
},
"user_need_document_supertype": {
"description": "DEPRECATED. Use `content_purpose_document_supertype`.",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"analytics_identifier",
"base_path",
"content_id",
"description",
"details",
"document_type",
"email_document_supertype",
"expanded_links",
"first_published_at",
"government_document_supertype",
"govuk_request_id",
"links",
"locale",
"navigation_document_supertype",
"payload_version",
"phase",
"public_updated_at",
"publishing_app",
"redirects",
"rendering_app",
"routes",
"schema_name",
"title",
"update_type",
"user_journey_document_supertype"
],
"type": "object"
} | o21344 |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "shopware-cli",
"$ref": "#/definitions/Config",
"description": "shopware cli extension configuration definition file",
"definitions": {
"Config": {
"type": "object",
"title": ".shopware-extension.yml",
"additionalProperties": false,
"properties": {
"build": {
"$ref": "#/definitions/Build"
},
"store": {
"$ref": "#/definitions/Store"
},
"changelog": {
"$ref": "#/definitions/Changelog"
}
}
},
"Changelog": {
"type": "object",
"title": "changelog",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"default": false,
"description": "Enables the changelog generation."
},
"ai_enabled": {
"type": "boolean",
"default": false,
"description": "Enables the changelog generation with OpenAI (Requires OPENAI_TOKEN environment variable)."
},
"pattern": {
"type": "string",
"default": "",
"description": "Limit with RegEx which commits should be considered for the changelog generation."
},
"template": {
"type": "string",
"default": "",
"description": "Allows to override the Go template which renders the Changelog."
},
"variables": {
"type": "object",
"description": "Allows to write RegEx groups into variables which can be used in the template."
}
}
},
"Build": {
"type": "object",
"title": "build",
"additionalProperties": false,
"properties": {
"shopwareVersionConstraint": {
"type": "string",
"description": "Overrides the shopware version constraint in the composer.json/manifest.xml file."
},
"extraBundles": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": ["path"],
"properties": {
"name": {
"type": "string"
},
"path": {
"type": "string"
}
}
}
},
"zip": {
"type": "object",
"additionalProperties": false,
"properties": {
"composer": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"default": true
},
"before_hooks": {
"type": "array",
"items": {"type": "string"}
},
"after_hooks": {
"type": "array",
"items": {"type": "string"}
},
"excluded_packages": {
"type": "array",
"items": {"type": "string"}
}
}
},
"assets": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"default": true
},
"before_hooks": {
"type": "array",
"items": {"type": "string"}
},
"after_hooks": {
"type": "array",
"items": {"type": "string"}
},
"enable_es_build_for_admin": {
"type": "boolean",
"default": false
},
"enable_es_build_for_storefront": {
"type": "boolean",
"default": false
}
}
},
"pack": {
"type": "object",
"additionalProperties": false,
"properties": {
"before_hooks": {
"type": "array",
"items": {"type": "string"}
},
"excludes": {
"type": "object",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"paths": {
"type": "array",
"items": {"type": "string"}
}
}
}
}
}
}
}
}
},
"Store": {
"type": "object",
"title": "store",
"additionalProperties": false,
"properties": {
"icon": {
"type": "string",
"description": "Specifies the Path to the icon (128x128 px) for store."
},
"availabilities": {
"type": "array",
"description": "Specifies the visibility in stores.",
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"German",
"International"
]
}
},
"localizations": {
"type": "array",
"description": "Specifies the languages the extension is translated.",
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"de_DE",
"en_GB",
"es_ES",
"fi_FI",
"fr_FR",
"it_IT",
"nb_NO",
"nl_NL",
"pl_PL",
"sv_SE",
"bg_BG",
"cs_CZ",
"pt_PT",
"hy",
"de_CH",
"tr",
"da_DK",
"ru_RU"
]
}
},
"categories": {
"type": "array",
"description": "Specifies the categories in which the extension can be found.",
"uniqueItems": true,
"maxItems": 1,
"items": {
"type": "string",
"enum": [
"Administration",
"SEOOptimierung",
"Bonitaetsprüfung",
"Rechtssicherheit",
"Auswertung",
"KommentarFeedback",
"Tracking",
"Integration",
"PreissuchmaschinenPortale",
"Warenwirtschaft",
"Versand",
"Bezahlung",
"StorefrontDetailanpassungen",
"Sprache",
"Suche",
"HeaderFooter",
"Detailseite",
"MenueKategorien",
"Bestellprozess",
"KundenkontoPersonalisierung",
"Sonderfunktionen",
"Themes",
"Branche",
"Home+Furnishings",
"FashionBekleidung",
"GartenNatur",
"KosmetikGesundheit",
"EssenTrinken",
"KinderPartyGeschenke",
"SportLifestyleReisen",
"TechnikIT",
"IndustrieGroßhandel",
"MigrationTools",
"Einkaufswelten",
"ConversionOptimierung",
"Extensions",
"MarketingTools",
"B2BExtensions",
"Blog",
"emailMarketing",
"promotionsAndVoucher",
"loyalityAndRewards",
"recommendations",
"otherMarketingCommercials",
"socialCommerce",
"middlewareAndConnectors",
"pim",
"dam",
"cms",
"crm",
"personalization"
]
}
},
"default_locale": {
"type": "string",
"enum": [
"en_GB",
"de_DE"
]
},
"type": {
"type": "string",
"description": "Specifies the type of this extension.",
"enum": [
"extension",
"theme"
]
},
"automatic_bugfix_version_compatibility": {
"type": "boolean",
"description": "Specifies whether the extension should automatically be set compatible with Shopware bugfix versions."
},
"videos": {
"type": "object",
"description": "Specifies the links of YouTube-Videos to show or describe the extension.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "array",
"maxItems": 2,
"items": {
"type": "string"
}
},
"en": {
"type": "array",
"maxItems": 2,
"items": {
"type": "string"
}
}
}
},
"tags": {
"type": "object",
"description": "Specifies the tags of the extension.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"en": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
}
}
},
"highlights": {
"type": "object",
"description": "Specifies the highlights of the extension.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"en": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
}
}
},
"features": {
"type": "object",
"description": "Specifies the features of the extension.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 15
},
"en": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 15
}
}
},
"faq": {
"type": "object",
"description": "Specifies Frequently Asked Questions for the extension.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "array",
"items": {
"$ref": "#/definitions/StoreInfoFaqQuestion"
}
},
"en": {
"type": "array",
"items": {
"$ref": "#/definitions/StoreInfoFaqQuestion"
}
}
}
},
"description": {
"type": "object",
"description": "Specifies the description of the extension in store.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"de": {
"type": "string",
"description": "Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_de.md`"
},
"en": {
"type": "string",
"description": "Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_en.md`"
}
}
},
"installation_manual": {
"type": "object",
"description": "Installation manual of the extension in store.",
"additionalProperties": false,
"properties": {
"de": {
"type": "string",
"description": "Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_de.md`"
},
"en": {
"type": "string",
"description": "Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_en.md`"
}
}
},
"images": {
"type": "array",
"description": "Specifies images for the extension in the store.",
"minItems": 1,
"items": {
"type": "object",
"required": ["file", "priority"],
"additionalProperties": false,
"properties": {
"file": {
"type": "string",
"description": "File path to image relative from root of the extension"
},
"activate": {
"type": "object",
"description": "Specifies whether the image is active in the language.",
"additionalProperties": false,
"properties": {
"en": {
"type": "boolean"
},
"de": {
"type": "boolean"
}
}
},
"preview": {
"type": "object",
"description": "Specifies whether the image is a preview in the language.",
"additionalProperties": false,
"properties": {
"en": {
"type": "boolean"
},
"de": {
"type": "boolean"
}
}
},
"priority": {
"description": "Specifies the order of the image ascending the given priority.",
"type": "integer",
"minimum": 0
}
}
}
}
}
},
"StoreInfoFaqQuestion": {
"type": "object",
"title": "StoreInfoFaqQuestion",
"additionalProperties": false,
"required": [
"question",
"answer"
],
"properties": {
"question": {
"type": "string"
},
"answer": {
"type": "string"
}
}
}
}
}
| shopware-extension-schema |
{
"additionalProperties": {
"$ref": "#/definitions/property"
},
"definitions": {
"address": {
"properties": {
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"addressStripped": {
"type": "string"
},
"city": {
"type": "string"
}
}
},
"noTypeWithExample": {
"example": {
"age": 30,
"firstName": "John",
"lastName": "Doe"
}
},
"noTypeWithExamples": {
"examples": [
{
"age": 30,
"firstName": "John",
"lastName": "Doe"
},
{
"age": null,
"firstName": "Sarah",
"gender": "F",
"lastName": "Connor"
}
]
},
"property": {
"oneOf": [
{
"$ref": "#/definitions/scalar"
},
{
"$ref": "#/definitions/table"
}
]
},
"propertyOctet": {
"additionalProperties": false,
"properties": {
"type": {
"const": "octet"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"refOrSchema": {
"oneOf": [
{
"$ref": "#/definitions/reference"
},
{
"$ref": "#/definitions/schema"
}
]
},
"reference": {
"properties": {
"$ref": {
"$ref": "#/definitions/referenceObject"
}
},
"required": [
"$ref"
],
"type": "object"
},
"referenceObject": {
"format": "uri-reference",
"type": "string"
},
"scalar": {
"additionalProperties": false,
"properties": {
"type": {
"$ref": "#/definitions/stringedType"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"schema": {
"type": "object",
"x-go-type": "map[string]interface{}"
},
"shortStr": {
"additionalProperties": false,
"properties": {
"type": {
"const": "shortstr"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"stringedType": {
"enum": [
"bit",
"octet",
"short",
"long",
"longlong",
"shortstr",
"longstr",
"timestamp"
],
"type": "string"
},
"table": {
"additionalProperties": false,
"properties": {
"type": {
"const": "table"
},
"value": {
"additionalProperties": {
"$ref": "#/definitions/property"
},
"type": "object"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"timestamp": {
"additionalProperties": false,
"properties": {
"type": {
"const": "timestamp"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
}
},
"patternProperties": {
"^x-": {}
},
"properties": {
"address": {
"$ref": "#/definitions/address"
},
"app-id": {
"$ref": "#/definitions/shortStr",
"description": "creating application id"
},
"content-encoding": {
"$ref": "#/definitions/shortStr",
"description": "MIME content encoding"
},
"content-type": {
"$ref": "#/definitions/shortStr",
"description": "MIME content type"
},
"correlation-id": {
"$ref": "#/definitions/shortStr",
"description": "application correlation identifier"
},
"delivery-mode": {
"$ref": "#/definitions/propertyOctet",
"description": "non-persistent (1) or persistent (2)"
},
"expiration": {
"$ref": "#/definitions/shortStr",
"description": "message expiration specification"
},
"headers": {
"$ref": "#/definitions/table",
"description": "message header field table"
},
"message-id": {
"$ref": "#/definitions/shortStr",
"description": "application message identifier"
},
"noTypeWithExample": {
"$ref": "#/definitions/noTypeWithExample"
},
"noTypeWithExamples": {
"$ref": "#/definitions/noTypeWithExamples"
},
"priority": {
"$ref": "#/definitions/propertyOctet",
"description": "message priority, 0 to 9"
},
"refOrSchema": {
"$ref": "#/definitions/refOrSchema"
},
"reply-to": {
"$ref": "#/definitions/shortStr",
"description": "address to reply to"
},
"timestamp": {
"$ref": "#/definitions/timestamp",
"description": "message timestamp"
},
"type": {
"$ref": "#/definitions/shortStr",
"description": "message type name"
},
"user-id": {
"$ref": "#/definitions/shortStr",
"description": "creating user id"
}
},
"type": "object"
} | o79015 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://localhost:4000/json-schema/customer.json#",
"title": "ACRSI Data Submission",
"description": "",
"type": "object",
"required": [
"fileCustomerIdentifier"
],
"properties": {
"@type": {
"title": "Metadata Context",
"description": "IRI for the JSON-LD data type. This should be ag:Farm",
"enum": [
"ag:Customer"
]
},
"fileCustomerIdentifier": {
"title": "File Customer Identifier",
"description": "An internal identifier uniquely identifying a customer within a specific file. Each unique customer within a given file will have a unique File Customer Identifier. File Customer Identifier values are not unique across files.",
"type": "string",
"minLength": 1,
"maxLength": 2
},
"interagencyCustomerIdentifier": {
"title": "Interagency Customer Identifier",
"description": "A system generated, unique internal identifier used between agencies to identify a USDA customer (individual or business). <br/>Currently SCIMS Core Customer Identifier is the source value. This will change if a different customer unique identifier is adopted.",
"type": "string",
"minLength": 1,
"maxLength": 2
},
"taxIdentification": {
"title": "Tax Identification",
"description": "The identification assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other federal government business.<br/>Tax Identification may be a Social Security or Employer Identification number.<br/>Federal Tax Identification is not necessarily unique for all United States Department of Agriculture (USDA) customers unless it is combined with a Tax Identification Type Code.",
"type": "string",
"minLength": 9,
"maxLength": 9
},
"taxIdentificationTypeCode": {
"title": "Tax Identification Type Code",
"description": "Code identifying the type of identification assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other government business.<br/>For ACRSI Pilot the Following RMA values will be used:<br/>1 - Social Security Number (SSN)<br/>2 - Employer Id Number (EIN)",
"enum": [
"1",
"2"
],
"type": "string",
"minLength": 1,
"maxLength": 1
},
"businessName": {
"title": "Business Name",
"description": "The name of a non-individual which transacts business with a USDA office. This can be a business, group, partnership, family-owned farm or ranch, etc. to which the servicing office provides assistance. In the case of a family farm or ranch operation, the business name can be the same as the individual's name.",
"type": "string",
"minLength": 1,
"maxLength": 100
},
"middleName": {
"title": "Middle Name",
"description": "The middle (or second, or alternate) name in the full (multi-part) name of an individual or entity.",
"type": "string",
"minLength": 1,
"maxLength": 20
},
"lastName": {
"title": "Last Name",
"description": "Last name in the full name (multi-part) of an individual (person) or entity.",
"type": "string",
"minLength": 1,
"maxLength": 25
},
"nameSuffix": {
"title": "Name Suffix",
"description": "A free-form optional suffix used in an individual's name. The following list comprises the suggested domain. However, the user should be able to type in entries not found in this list.<br/>DOMAIN: Jr, Sr, I, II, III, MD",
"enum": [
"Jr",
"Sr",
"I",
"II",
"III",
"Md"
],
"type": "string",
"minLength": 1,
"maxLength": 10
}
}
} | o25401 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"id",
"adm",
"did",
"nurl",
"is_test"
],
"properties": {
"id": {
"type": "string"
},
"adm": {
"type": "array",
"item": {
"type": "object",
"required": [
"id",
"data",
"price"
],
"properties": {
"id": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"img": {
"type": "string"
},
"text": {
"type": "string"
},
"app_url": {
"type": "string"
}
}
},
"price": {
"type": "number"
},
"click_through_url": {
"type": "array",
"items": {
"type": "string"
}
},
"tracking_url": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"did": {
"type": "string"
},
"nurl": {
"type": "string"
},
"is_test": {
"type": "integer",
"enum": [
0,
1
]
}
}
} | o19067 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"base_path",
"document_type",
"publishing_app",
"redirects",
"schema_name"
],
"additionalProperties": false,
"properties": {
"access_limited": {
"$ref": "#/definitions/access_limited"
},
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"auth_bypass_ids": {
"description": "A list of ids that will allow access to this item for non-authenticated users",
"$ref": "#/definitions/guid_list"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"bulk_publishing": {
"type": "boolean"
},
"change_note": {
"type": [
"null",
"string"
]
},
"description": {
"type": "null"
},
"details": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"document_type": {
"type": "string",
"enum": [
"redirect"
]
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"last_edited_at": {
"description": "Last time when the content received a major or minor update.",
"type": "string",
"format": "date-time"
},
"links": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"type": "string",
"enum": [
"alpha",
"beta",
"live"
]
},
"previous_version": {
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"redirects": {
"$ref": "#/definitions/redirects"
},
"rendering_app": {
"type": "null"
},
"routes": {
"type": "array",
"additionalItems": false,
"items": {}
},
"schema_name": {
"type": "string",
"enum": [
"redirect"
]
},
"title": {
"type": "null"
},
"update_type": {
"$ref": "#/definitions/update_type"
}
},
"definitions": {
"absolute_fullpath": {
"description": "A path with optional query string and/or fragment.",
"type": "string",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?(\\?([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)?(#([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)?$"
},
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"type": "string",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$"
},
"access_limited": {
"type": "object",
"additionalProperties": false,
"properties": {
"auth_bypass_ids": {
"description": "Deprecated: auth_bypass_ids should be sent as a separate field",
"$ref": "#/definitions/guid_list"
},
"organisations": {
"description": "A list of organisation content ids permitted access to this item",
"$ref": "#/definitions/guid_list"
},
"users": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"analytics_identifier": {
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"first_published_at": {
"description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string",
"format": "date-time"
},
"govuk_subdomain_url": {
"description": "A URL under the gov.uk domain with optional query string and/or fragment.",
"type": "string",
"pattern": "^https://([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[A-Za-z0-9])?\\.)*gov\\.uk(/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?(\\?([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)?(#([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)?)?$"
},
"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
},
"locale": {
"type": "string",
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
]
},
"public_updated_at": {
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string",
"format": "date-time"
},
"publishing_app_name": {
"description": "The application that published this item.",
"type": "string",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
]
},
"redirect_route": {
"type": "object",
"required": [
"path",
"type",
"destination"
],
"additionalProperties": false,
"properties": {
"destination": {
"type": "string",
"anyOf": [
{
"$ref": "#/definitions/absolute_fullpath"
},
{
"$ref": "#/definitions/govuk_subdomain_url"
}
]
},
"path": {
"$ref": "#/definitions/absolute_path"
},
"segments_mode": {
"description": "For prefix redirects, preserve or ignore the rest of the fullpath. For exact, preserve or ignore the querystring.",
"enum": [
"preserve",
"ignore"
]
},
"type": {
"enum": [
"prefix",
"exact"
]
}
}
},
"redirects": {
"type": "array",
"items": {
"$ref": "#/definitions/redirect_route"
},
"minItems": 1
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
}
}
} | o21334 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_QueuingConfiguration": {
"description": "QueuingConfiguration holds the configuration parameters for queuing",
"properties": {
"handSize": {
"_format": "int32",
"description": "`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.",
"type": "integer"
},
"queueLengthLimit": {
"_format": "int32",
"description": "`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.",
"type": "integer"
},
"queues": {
"_format": "int32",
"description": "`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.",
"type": "integer"
}
},
"type": "object"
}
},
"description": "LimitResponse defines how to handle requests that can not be executed right now.",
"properties": {
"queuing": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_flowcontrol_v1alpha1_QueuingConfiguration",
"description": "`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `\"Queue\"`."
},
"type": {
"description": "`type` is \"Queue\" or \"Reject\". \"Queue\" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. \"Reject\" means that requests that can not be executed upon arrival are rejected. Required.",
"type": [
"string",
"null"
]
}
},
"required": [
"type"
],
"type": "object",
"x-kubernetes-unions": [
{
"discriminator": "type",
"fields-to-discriminateBy": {
"queuing": "Queuing"
}
}
]
} | kb_533_Normalized |
{
"collection": "reports",
"class": "schema",
"_id": "reports/schema/contraceptive",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Contraceptive",
"type": "object",
"properties": {
"injectable_methods": {
"line_number": "1",
"sw": "Sindano",
"en": "Injectable methods"
},
"number_of_customers_who_use_contraceptive_injection": {
"line_number": "1a",
"sw": "Idaji ya Wateja wa Sindano",
"en": "Number of customers who use contraceptive injection",
"condition": "reproductive_counseling.contraception_current == 'Depo Provera'"
},
"contraceptive_pills": {
"line_number": "2",
"sw": "Vidonge",
"en": "Contraceptive pills"
},
"the_number_of_pills_clients_at_the_clinic": {
"line_number": "2a",
"sw": "Idadi ya wateja wa Vidonge Kituoni",
"en": "The number of pills clients at the clinic",
"condition": "reproductive_counseling.contraception_current == 'Pills' && reproductive_counseling.contraceptive_source == 'Clinic'"
},
"number_of_pills_clients_through_cbd": {
"line_number": "2b",
"sw": "Idadi ya wateja wa vidonge wa CBD",
"en": "Number of pills clients through CBD(Community Based Distribution)",
"condition": "reproductive_counseling.contraception_current == 'Pills' && reproductive_counseling.contraceptive_source == 'CBD'"
},
"the_number_of_clients_who_were_given_pills_at_the_clinic_and_through_cbd": {
"line_number": "2c",
"sw": "Jumla walochukua Vidonge Kituoni na CBD (2a+2b)",
"en": "The number of clients who were given pills at the clinic and through CBD(2a+2b)",
"condition": "reproductive_counseling.contraception_current == 'Pills'"
},
"condoms": {
"line_number": "3",
"sw": "Kondom",
"en": "Condoms"
},
"the_number_of_male_clients_who_were_given_condoms_at_the_clinic": {
"line_number": "3a",
"sw": "Idadi ya wateja waliochukua kondom Kituoni Me",
"en": "The number of Male clients who were given condoms at the clinic",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'Clinic'"
},
"the_number_of_female_clients_who_were_given_condoms_at_the_clinic": {
"line_number": "3b",
"sw": "Idadi ya wateja waliochukua kondom Kituoni Ke",
"en": "The number of Female clients who were given condoms at the clinic",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'Clinic'"
},
"number_of__male_clients_who_were_given_condoms_by_cbd": {
"line_number": "3c",
"sw": "Idadi ya wateja waliochukua kondom CBD Me",
"en": "Number of male clients who were given condoms by CBD",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'CBD'"
},
"number_of_female_clients_who_were_given_condoms_by_cbd": {
"line_number": "3d",
"sw": "Idadi ya wateja waliochukua kondom CBD Ke",
"en": "Number of female clients who were given condoms by CBD",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'CBD'"
},
"total_customers_who_given_condoms_at_the_clinic_and_cbd": {
"line_number": "3e",
"sw": "Jumla ya Wateja waliochukua kondomu (kituoni na CBD) (3a+3b+3c+3d)",
"en": "Total Customers who given condoms at the clinic and CBD (3a+3b+3c+3d)",
"condition": "reproductive_counseling.contraception_current == 'Condoms'"
},
"total_customers_who_took_short-term_course": {
"line_number": "3f",
"sw": "Jumla ya Wateja waliochukua njia za muda mfupi (1+2c+3c)",
"en": "Total Customers who took short-term course (1+2c+3c)",
"condition": "reproductive_counseling.???"
},
"methods_of_long-term_and_permanent_family_planning": {
"line_number": "4",
"sw": "Njia za muda Mrefu na za kudumu za Uzazi wa Mpango",
"en": "Methods of long-term and permanent family planning"
},
"sterilization": {
"line_number": "4",
"sw": "Kufunga Uzazi",
"en": "Sterilization"
},
"women_sterilization_ml_la_at_the_clinic": {
"line_number": "4a",
"sw": "Kufunga Uzazi mama (ML/LA) - kituoni",
"en": "Women sterilization (ML / LA) - at the clinic",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_dispensed == 'Sterilization' && reproductive_counseling.contraception_source == 'Clinic'"
},
"women_sterilization_ml_la_outreach": {
"line_number": "4b",
"sw": "Kufunga Uzazi mama (ML/LA) - outreach",
"en": "Women sterilization (ML / LA) - outreach",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_dispensed == 'Sterilization' && reproductive_counseling.contraception_source == 'outreach'"
},
"men_sterilization_nsv_at_the_clinic": {
"line_number": "4c",
"sw": "Kufunga uzazi baba (NSV) - kituoni",
"en": "Men sterilization (NSV) - at the clinic",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_dispensed == 'Sterilization' && reproductive_counseling.contraception_source == 'Clinic'"
},
"men_sterilization_nsv_outreach": {
"line_number": "4d",
"sw": "Kufung uzazi baba (NSV) - outreach",
"en": "Men sterilization (NSV) - outreach",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_dispensed == 'Sterilization' && reproductive_counseling.contraception_source == 'outreach'"
},
"implants": {
"line_number": "5",
"sw": "Vipandikizi",
"en": "Implants"
},
"those_who_put_implants_at_the_clinic": {
"line_number": "5a",
"sw": "Kuweka vipandikizi - kituoni",
"en": "Those who put implants - at the clinic",
"condition": "reproductive_counseling.contraception_source == 'Other Implants' && reproductive_counseling.contraception_source == 'Clinic'"
},
"those_who_put_implants_outreach": {
"line_number": "5b",
"sw": "Kuweka vipandikizi - outreach",
"en": "Those who put implants - outreach",
"condition": "reproductive_counseling.contraception_source == 'Other Implants' && reproductive_counseling.contraception_source == 'outreach'"
},
"removing_implants": {
"line_number": "5c",
"sw": "Kuondoa vipandikizi",
"en": "Removing implants",
"condition": "reproductive_counseling.contraception_source == 'Remove IUD'"
},
"intrauterine_methods_iucd": {
"line_number": "6",
"sw": "Kitanzi (IUCD)",
"en": "Intrauterine methods(IUCD)"
},
"inserting_iud_clinic": {
"line_number": "6a",
"sw": "Kuweka Kitanzi - kituoni",
"en": "Inserting IUD (at the clinic)",
"condition": "reproductive_counseling.contraception_source == 'IUD' && reproductive_counseling.contraception_source == 'Clinic'"
},
"inserting_iud_outreach": {
"line_number": "6b",
"sw": "Kuweka Kitanzi - outreach",
"en": "Inserting IUD (outreach)",
"condition": "reproductive_counseling.contraception_source == 'IUD' && reproductive_counseling.contraception_source == 'outreach'"
},
"removing_iud_clinic": {
"line_number": "6c",
"sw": "Kuondoa Kitanzi - kituoni",
"en": "Removing IUD (at the clinic)",
"condition": "reproductive_counseling.contraception_source == 'Remove IUD' && reproductive_counseling.contraception_source == 'Clinic'"
},
"removing_iud_outreach": {
"line_number": "6d",
"sw": "Kuondoa Kitanzi - outreach",
"en": "Removing IUD (outreach)",
"condition": "reproductive_counseling.contraception_source == 'Remove IUD' && reproductive_counseling.contraception_source == 'outreach'"
},
"total_number_of_client_who_used_permanent_contraceptive_methods": {
"line_number": "6e",
"sw": "Jumla ya Wateja waliochukua njia za muda mrefu na za Kudumu za Uzazi wa Mpango (4a+4b+4c+4d+5a+5b+6a+6b)",
"en": "Total number of client who used permanent contraceptive methods(4a+4b+4c+4d+5a+5b+6a+6b)",
"condition": "reproductive_counseling.contraception_source == 'Sterilization'"
},
"other_methods": {
"line_number": "7b",
"sw": "Njia nyingine",
"en": "Other methods",
"condition": "reproductive_counseling.contraception_source == 'Other'"
},
"natural_ways": {
"line_number": "7a",
"sw": "Njia za maumbile (mfano LAM, BOM, joto, kalenda)",
"en": "Natural ways(eg. LAM,BOM,body temperature and calendar",
"condition": "reproductive_counseling.contraception_source == 'Natural ways'"
},
"total_number_of_clients_who_used_other_methods": {
"line_number": "7c",
"sw": "Jumla ya Njia Nyinginezo (7a+7b)",
"en": "Total number of clients who used other methods(7a+7b)",
"condition": "reproductive_counseling.contraception_source == 'Natural ways' && reproductive_counseling.contraception_source == 'Other'"
},
"total_number_of_types_of_contraceptives": {
"line_number": "8",
"sw": "Jumla ya Aina zote Uzazi wa Mpango",
"en": "Total number of types of contraceptives",
"condition": "FIXME"
},
"total_number_of_clients_who_used_all_types_of_contraceptives": {
"line_number": "8a",
"sw": "Jumla ya Wateja waliochukua njia zote za Uzazi Mpango (3f+6e+7c)",
"en": "Total number of clients who used all types of contraceptives(3f+6e+7c)",
"condition": "FIXME"
},
"total_number_of_cycles_distributed": {
"line_number": "9c",
"sw": "Idadi ya mizunguko iliyotolewa (Cycles Distributed) (Kituoni na CBD) (9a+9b)",
"en": "Total number of cycles distributed(at the clinic+CBD) (9a+9b"
},
"cycles_distributed_at_the_clinic": {
"line_number": "9a",
"sw": "Idadi ya mizunguko iliyotolewa (Cycles Distributed) - Kituoni",
"en": "Cycles distributed at the Clinic",
"condition": "FIXME"
},
"cycles_distributed_by_cbd": {
"line_number": "9b",
"sw": "Idadi ya mizunguko iliyotolewa (Cycles Distributed) - CBD",
"en": "Cycles distributed by CBD",
"condition": "FIXME"
},
"condoms_given_out_to_clients": {
"line_number": "10",
"sw": "Kondomu zilizotolewa",
"en": "Condoms given out to clients"
},
"number_of_condoms_given_to_male_clients_at_the_clinic": {
"line_number": "10a",
"sw": "Idadi ya kondomu zilizogawiwa Kituoni Me",
"en": "Number of condoms given to male clients at the clinic",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'Clinic'"
},
"number_of_condoms_given_to_female_clients_at_the_clinic": {
"line_number": "10b",
"sw": "Idadi ya kondomu zilizogawiwa Kituoni Ke",
"en": "Number of condoms given to female clients at the clinic",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'Clinic'"
},
"number_of_condoms_given_to_male_clients_by_cbd": {
"line_number": "10c",
"sw": "Idadi ya kondomu zilizogawiwa CBD Me",
"en": "Number of condoms given to male clients by CBD",
"condition": "patient.gender == 'male' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'CBD'"
},
"number_of_condoms_given_to_female_clients_by_cbd": {
"line_number": "10d",
"sw": "Idadi ya kondomu zilizogawiwa CBD Ke",
"en": "Number of condoms given to female clients by CBD",
"condition": "patient.gender == 'female' && reproductive_counseling.contraception_current == 'Condoms' && reproductive_counseling.contraceptive_source == 'CBD'"
},
"total_number_of_condoms_given_to_clients": {
"line_number": "10e",
"sw": "Idadi ya kondomu zilizogawiwa kituoni na CBD (10a+10b+10c+10d)",
"en": "Total number of condoms given to clients from the clinic and by CBD(10a+10b+10c+10d)",
"condition": "reproductive_counseling.contraception_current == 'Condoms'"
},
"service_after_miscarriage_cpac_after_giving_birth": {
"line_number": "11",
"sw": "Huduma baada ya mimba kuharibika (cPAC) Baada ya kujifungua",
"en": "Service after miscarriage (CPAC) After giving birth"
},
"those_who_got_treatment_after_miscarriages": {
"line_number": "11a",
"sw": "Waliopata huduma baada ya mimba kubaribika",
"en": "Those who got treatment after miscarriages",
"condition": "postnatal.family_planning_method_after_miscarriage == true"
},
"those_who_used_contraception_after_miscarriage": {
"line_number": "11b",
"sw": "Waliopata uzazi wa mpango baada ya mimba kubaribika",
"en": "Those who used contraception after miscarriage"
},
"those_who_used_contraceptive_methods_42_days_after_giving_birth": {
"line_number": "11c",
"sw": "Waliopata njia ya uazazi wa mpango siku 42 baada ya kujifungua",
"en": "Those who used contraceptive methods 42 days after giving birth",
"condition": "postnatal.contraception_within_40_days == true"
},
"clients_who_screened_for_cancer": {
"line_number": "12",
"sw": "Wateja waliochunguzwa saratani",
"en": "clients who screened for cancer",
"condition": "FIXME"
},
"those_screened_for_breast_diseases": {
"line_number": "12a",
"sw": "waliochunguzwa tit",
"en": "Those Screened for breast diseases",
"condition": "FIXME"
},
"detected_to_have_breast_cancer_symptoms": {
"line_number": "12b",
"sw": "Waliogundulika na matatizo ya matiti (mfano: kutoka damu kwenye chuchu au uvimbe wa matiti)",
"en": "Detected to have breast cancer symptoms (eg, bleeding or swelling of the breast nipples)",
"condition": "FIXME"
},
"screened_for_cervical_diseases": {
"line_number": "12c",
"sw": "Waliochunguzwa Shingo ya mfuko wa uzazi",
"en": "Screened for cervical diseases",
"condition": "FIXME"
},
"detected_to_have_cervical_diseases": {
"line_number": "12d",
"sw": "Waliogundulika na matatizo ya shingo ya mfuko wa uzazi (mfano: mchubuko au kidonda)",
"en": "Detected to have cervical diseases (eg, bruise or cervical ulcer)",
"condition": "FIXME"
},
"detected_to_have_cervical_cancer_symptoms": {
"line_number": "12e",
"sw": "Waliodhamwa wana saratani ya shingo ya mfuko wa uzazi",
"en": "Detected to have cervical cancer symptoms",
"condition": "FIXME"
},
"those_who_got_cryotherapy_service": {
"line_number": "12f",
"sw": "Waliopewa huduma ya Cryotherapy",
"en": "Those who got Cryotherapy service",
"condition": "FIXME"
},
"pitc": {
"line_number": "13",
"sw": "PITC",
"en": "PITC"
},
"those_who_already_have_an_hiv_infection": {
"line_number": "13a",
"sw": "Tayari wana uambukizo wa VVU",
"en": "Those who already have an HIV infection",
"condition": "FIXME"
},
"those_who_got_hiv_counseling": {
"line_number": "13b",
"sw": "Waliopata ushauri nasha juu ya VVU",
"en": "Those who got HIV counseling",
"condition": "FIXME"
},
"clients_who_tested_for_hiv": {
"line_number": "13c",
"sw": "Wateja waliopima VVU",
"en": "Clients who tested for HIV",
"condition": "FIXME"
},
"clients_who_received_post-test_counseling": {
"line_number": "13d",
"sw": "Wateja waliopata ushauri nasaha baada ya kupima",
"en": "Clients who received post-test counseling",
"condition": "FIXME"
},
"customers_who_tested_positive": {
"line_number": "13e",
"sw": "Wateja waliogundulika Positive (+)",
"en": "Customers who tested positive (+)",
"condition": "FIXME"
},
"partners_who_tested_for_hiv": {
"line_number": "13f",
"sw": "Wenza waliopima VVU",
"en": "Partners who tested for HIV",
"condition": "FIXME"
},
"partners_who_tested_positive": {
"line_number": "13g",
"sw": "Wenza Waliogundulika Positive (+)",
"en": "Partners Who tested Positive (+)",
"condition": "FIXME"
},
"discordant_couple": {
"line_number": "13h",
"sw": "Wateja ambao matokeo ya vipimo vya VVU yanatofautiana",
"en": "Clients who tested HIV and got different results(discordant couple)",
"condition": "FIXME"
},
"clients_who_were_reffered_to_ctc": {
"line_number": "13i",
"sw": "Wateja waliopata rufaa kwenda CTC",
"en": "Clients who were reffered to CTC",
"condition": "FIXME"
},
"NEED_TRANSLATION": {
"line_number": "13j",
"sw": "Wataja waliopata rufaa kwenda CTC",
"en": "NEED TRANSLATION"
}
},
"definitions": {
"columns": {
"10to14": {
"title": "10 to 14",
"condition": "patient.approxage => 10 && patient.approxage <= 14"
},
"15to19": {
"title": "15 to 19",
"condition": "patient.approxage >= 15 patient.approxage <= 19"
},
"20to24": {
"title": "20 to 24",
"condition": "patient.approxage >= 20 patient.approxage <= 24"
},
"above25": {
"title": "Above 25",
"condition": "patient.approxage >= 25"
},
"return": {
"title": "Return???",
"condition": "FIXME"
},
"total": {
"title": "Total",
"condition": "true"
}
}
}
} | o47197 |
{
"additionalProperties": true,
"description": "Schema for Segment's context fields, https://segment.com/docs/spec/common/#context",
"properties": {
"app": {
"additionalProperties": true,
"properties": {
"build": {
"maxLength": 1024,
"type": "string"
},
"name": {
"maxLength": 512,
"type": "string"
},
"version": {
"maxLength": 1024,
"type": "string"
}
},
"type": "object"
},
"campaign": {
"additionalProperties": true,
"properties": {
"content": {
"maxLength": 8192,
"type": "string"
},
"medium": {
"maxLength": 512,
"type": "string"
},
"name": {
"maxLength": 1024,
"type": "string"
},
"source": {
"maxLength": 512,
"type": "string"
},
"term": {
"maxLength": 4096,
"type": "string"
}
},
"type": "object"
},
"device": {
"additionalProperties": true,
"properties": {
"adTrackingEnabled": {
"type": "boolean"
},
"advertisingId": {
"_format": "uuid",
"type": "string"
},
"id": {
"_format": "uuid",
"type": "string"
},
"manufacturer": {
"maxLength": 512,
"type": "string"
},
"model": {
"maxLength": 512,
"type": "string"
},
"name": {
"maxLength": 1024,
"type": "string"
},
"token": {
"maxLength": 128,
"type": "string"
},
"type": {
"maxLength": 128,
"type": "string"
}
},
"type": "object"
},
"ip": {
"_format": "ipv4",
"type": "string"
},
"library": {
"additionalProperties": true,
"properties": {
"name": {
"maxLength": 512,
"type": "string"
},
"version": {
"maxLength": 512,
"type": "string"
}
},
"type": "object"
},
"locale": {
"maxLength": 512,
"type": "string"
},
"location": {
"additionalProperties": true,
"properties": {
"city": {
"maxLength": 512,
"type": "string"
},
"country": {
"maxLength": 512,
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"speed": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"network": {
"additionalProperties": true,
"properties": {
"bluetooth": {
"type": "boolean"
},
"carrier": {
"maxLength": 1024,
"type": "string"
},
"cellular": {
"type": "boolean"
},
"wifi": {
"type": "boolean"
}
},
"type": "object"
},
"os": {
"additionalProperties": true,
"properties": {
"name": {
"maxLength": 512,
"type": "string"
},
"version": {
"maxLength": 1024,
"type": "string"
}
},
"type": "object"
},
"referrer": {
"additionalProperties": true,
"properties": {
"id": {
"maxLength": 1024,
"type": "string"
},
"link": {
"_format": "uri",
"maxLength": 8192,
"type": "string"
},
"name": {
"maxLength": 1024,
"type": "string"
},
"type": {
"maxLength": 512,
"type": "string"
},
"url": {
"_format": "uri",
"maxLength": 8192,
"type": "string"
}
},
"type": "object"
},
"screen": {
"additionalProperties": true,
"properties": {
"density": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"height": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": "integer"
},
"width": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"timezone": {
"maxLength": 128,
"type": "string"
},
"userAgent": {
"maxLength": 4096,
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "context",
"vendor": "com.segment",
"version": "1-0-0"
},
"type": "object"
} | sp_172_Normalized |
{
"properties": {
"length": {
"description": "The length of the password",
"type": "integer"
},
"lower_case": {
"description": "Include lowercase letters",
"type": "boolean"
},
"numbers": {
"description": "Include numbers",
"type": "boolean"
},
"special_characters": {
"description": "Include special characters",
"type": "boolean"
},
"upper_case": {
"description": "Include uppercase letters",
"type": "boolean"
}
},
"required": [
"length"
],
"type": "object"
} | generate_random_password_19556164 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
},
"tax_rate": {
"description": "The tax rate in percentage",
"type": "number"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | generate_invoice_1b5f1251 |
{
"properties": {
"description": {
"description": "The description of the event",
"type": "string"
},
"end_time": {
"description": "The end time of the event in ISO 8601 format",
"format": "date-time",
"type": "string"
},
"start_time": {
"description": "The start time of the event in ISO 8601 format",
"format": "date-time",
"type": "string"
},
"title": {
"description": "The title of the event",
"type": "string"
}
},
"required": [
"title",
"start_time",
"end_time"
],
"type": "object"
} | create_calendar_event_86ea034e |
{
"properties": {
"base_price": {
"description": "The initial price of the product",
"type": "number"
},
"discounts": {
"description": "The list of discounts to be applied",
"items": {
"properties": {
"discount_code": {
"description": "The discount code to be used",
"type": "string"
},
"discount_percentage": {
"description": "The discount percentage to be applied",
"type": "number"
}
},
"required": [
"discount_percentage",
"discount_code"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"base_price",
"discounts"
],
"type": "object"
} | calculate_discounted_price_f9033093 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"___content_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Holds common attributes of ANS Content objects.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"address": {
"$ref": "#/definitions/___traits_trait_address_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"canonical_url": {
"$ref": "#/definitions/___traits_trait_canonical_url_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"comments": {
"$ref": "#/definitions/___traits_trait_comments_json"
},
"content_aliases": {
"$ref": "#/definitions/___traits_trait_content_aliases_json"
},
"content_restrictions": {
"$ref": "#/definitions/___traits_trait_content_restrictions_json"
},
"contributors": {
"$ref": "#/definitions/___traits_trait_contributors_json"
},
"copyright": {
"$ref": "#/definitions/___traits_trait_copyright_json"
},
"created_date": {
"$ref": "#/definitions/___traits_trait_created_date_json"
},
"credits": {
"$ref": "#/definitions/___traits_trait_credits_json"
},
"description": {
"$ref": "#/definitions/___traits_trait_description_json"
},
"display_date": {
"$ref": "#/definitions/___traits_trait_display_date_json"
},
"distributor": {
"$ref": "#/definitions/___traits_trait_distributor_json"
},
"editor_note": {
"$ref": "#/definitions/___traits_trait_editor_note_json"
},
"first_publish_date": {
"$ref": "#/definitions/___traits_trait_first_publish_date_json"
},
"geo": {
"$ref": "#/definitions/___traits_trait_geo_json"
},
"headlines": {
"$ref": "#/definitions/___traits_trait_headlines_json"
},
"label": {
"$ref": "#/definitions/___traits_trait_label_json"
},
"language": {
"$ref": "#/definitions/___traits_trait_locale_json"
},
"last_updated_date": {
"$ref": "#/definitions/___traits_trait_last_updated_date_json"
},
"location": {
"$ref": "#/definitions/___traits_trait_location_json"
},
"owner": {
"$ref": "#/definitions/___traits_trait_owner_json"
},
"pitches": {
"$ref": "#/definitions/___traits_trait_pitches_json"
},
"planning": {
"$ref": "#/definitions/___traits_trait_planning_json"
},
"promo_items": {
"$ref": "#/definitions/___traits_trait_promo_items_json"
},
"publish_date": {
"$ref": "#/definitions/___traits_trait_publish_date_json"
},
"related_content": {
"$ref": "#/definitions/___traits_trait_related_content_json"
},
"revision": {
"$ref": "#/definitions/___traits_trait_revision_json"
},
"short_url": {
"$ref": "#/definitions/___traits_trait_short_url_json"
},
"slug": {
"$ref": "#/definitions/___traits_trait_slug_json"
},
"source": {
"$ref": "#/definitions/___traits_trait_source_json"
},
"status": {
"$ref": "#/definitions/___traits_trait_status_json"
},
"subheadlines": {
"$ref": "#/definitions/___traits_trait_subheadlines_json"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"syndication": {
"$ref": "#/definitions/___traits_trait_syndication_json"
},
"taxonomy": {
"$ref": "#/definitions/___traits_trait_taxonomy_json"
},
"tracking": {
"$ref": "#/definitions/___traits_trait_tracking_json"
},
"type": {
"type": "string"
},
"vanity_credits": {
"$ref": "#/definitions/___traits_trait_vanity_credits_json"
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
},
"workflow": {
"$ref": "#/definitions/___traits_trait_workflow_json"
}
},
"required": [
"type",
"version"
],
"title": "A content object.",
"type": "object"
},
"___image_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Holds attributes of an ANS image component. In the Arc ecosystem, these are stored in Anglerfish.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"address": {
"$ref": "#/definitions/___traits_trait_address_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"alt_text": {
"$ref": "#/definitions/___traits_trait_alt_text_json"
},
"canonical_url": {
"$ref": "#/definitions/___traits_trait_canonical_url_json"
},
"caption": {
"description": "Caption for the image.",
"type": "string"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"comments": {
"$ref": "#/definitions/___traits_trait_comments_json"
},
"content_restrictions": {
"$ref": "#/definitions/___traits_trait_content_restrictions_json"
},
"contributors": {
"$ref": "#/definitions/___traits_trait_contributors_json"
},
"copyright": {
"$ref": "#/definitions/___traits_trait_copyright_json"
},
"created_date": {
"$ref": "#/definitions/___traits_trait_created_date_json"
},
"credits": {
"$ref": "#/definitions/___traits_trait_credits_json"
},
"description": {
"$ref": "#/definitions/___traits_trait_description_json"
},
"display_date": {
"$ref": "#/definitions/___traits_trait_display_date_json"
},
"distributor": {
"$ref": "#/definitions/___traits_trait_distributor_json"
},
"editor_note": {
"$ref": "#/definitions/___traits_trait_editor_note_json"
},
"first_publish_date": {
"$ref": "#/definitions/___traits_trait_first_publish_date_json"
},
"focal_point": {
"$ref": "#/definitions/___traits_trait_focal_point_json"
},
"geo": {
"$ref": "#/definitions/___traits_trait_geo_json"
},
"headlines": {
"$ref": "#/definitions/___traits_trait_headlines_json"
},
"height": {
"description": "Height for the image.",
"type": "integer"
},
"image_type": {
"$ref": "#/definitions/___traits_trait_image_type_json"
},
"label": {
"$ref": "#/definitions/___traits_trait_label_json"
},
"language": {
"$ref": "#/definitions/___traits_trait_locale_json"
},
"last_updated_date": {
"$ref": "#/definitions/___traits_trait_last_updated_date_json"
},
"licensable": {
"description": "True if the image can legally be licensed to others.",
"type": "boolean"
},
"location": {
"$ref": "#/definitions/___traits_trait_location_json"
},
"owner": {
"$ref": "#/definitions/___traits_trait_owner_json"
},
"pitches": {
"$ref": "#/definitions/___traits_trait_pitches_json"
},
"planning": {
"$ref": "#/definitions/___traits_trait_planning_json"
},
"promo_items": {
"$ref": "#/definitions/___traits_trait_promo_items_json"
},
"publish_date": {
"$ref": "#/definitions/___traits_trait_publish_date_json"
},
"related_content": {
"$ref": "#/definitions/___traits_trait_related_content_json"
},
"revision": {
"$ref": "#/definitions/___traits_trait_revision_json"
},
"short_url": {
"$ref": "#/definitions/___traits_trait_short_url_json"
},
"slug": {
"$ref": "#/definitions/___traits_trait_slug_json"
},
"source": {
"$ref": "#/definitions/___traits_trait_source_json"
},
"status": {
"$ref": "#/definitions/___traits_trait_status_json"
},
"subheadlines": {
"$ref": "#/definitions/___traits_trait_subheadlines_json"
},
"subtitle": {
"description": "Subtitle for the image.",
"type": "string"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"syndication": {
"$ref": "#/definitions/___traits_trait_syndication_json"
},
"taxonomy": {
"$ref": "#/definitions/___traits_trait_taxonomy_json"
},
"tracking": {
"$ref": "#/definitions/___traits_trait_tracking_json"
},
"type": {
"enum": [
"image"
],
"type": "string"
},
"url": {
"description": "URL for the image.",
"type": "string"
},
"vanity_credits": {
"$ref": "#/definitions/___traits_trait_vanity_credits_json"
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
},
"width": {
"description": "Width for the image.",
"type": "integer"
},
"workflow": {
"$ref": "#/definitions/___traits_trait_workflow_json"
}
},
"required": [
"type",
"version"
],
"title": "An image.",
"type": "object"
},
"___redirect_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A redirect to another story.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"canonical_url": {
"$ref": "#/definitions/___traits_trait_canonical_url_json"
},
"owner": {
"$ref": "#/definitions/___traits_trait_owner_json"
},
"redirect_url": {
"$ref": "#/definitions/___traits_trait_canonical_url_json"
},
"revision": {
"$ref": "#/definitions/___traits_trait_revision_json"
},
"type": {
"enum": [
"redirect"
],
"type": "string"
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
}
},
"required": [
"type",
"version",
"canonical_url",
"redirect_url"
],
"title": "A redirect object.",
"type": "object"
},
"___traits_trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag object for non-validatable data.",
"title": "Has additional properties",
"type": "object"
},
"___traits_trait_address_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"dependencies": {
"extended_address": [
"street_address"
],
"post_office_box": [
"street_address"
]
},
"description": "An Address following the convention of http://microformats.org/wiki/hcard",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"country_name": {
"type": "string"
},
"extended_address": {
"type": "string"
},
"locality": {
"type": "string"
},
"post_office_box": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"region": {
"type": "string"
},
"street_address": {
"type": "string"
}
},
"title": "Address",
"type": "object"
},
"___traits_trait_alignment_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A property used to determine horizontal positioning of a content element relative to the elements that immediately follow it in the element sequence.",
"enum": [
"left",
"right",
"center"
],
"title": "Alignment",
"type": "string"
},
"___traits_trait_alt_text_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The direct ANS equivalent of the HTML 'alt' attribute. A description of the contents of an image for improved accessibility.",
"title": "Alt Text",
"type": "string"
},
"___traits_trait_block_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Block properties for style formatting content elements",
"properties": {
"dropcap": {
"description": "Style the first letter of the first word with a dropcap",
"enum": [
"letter"
],
"title": "Dropcap",
"type": "string"
}
},
"title": "Block properties",
"type": "object"
},
"___traits_trait_canonical_url_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The relative URL to this document on the website specified by the `canonical_website` field. In the Arc ecosystem, this will be populated by the content api from the arc-canonical-url service if present based on the canonical_website. In conjunction with canonical_website, it can be used to determine the SEO canonical url or open graph url. In a multi-site context, this field may be different from the website_url field.",
"title": "Canonical URL",
"type": "string"
},
"___traits_trait_channel_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An optional list of output types for which this element should be visible",
"items": {
"type": "string"
},
"title": "Channel trait",
"type": "array"
},
"___traits_trait_comments_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Comment configuration data",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"allow_comments": {
"description": "If false, commenting is disabled on this content.",
"type": "boolean"
},
"comments_period": {
"description": "How long (in days) after publish date until comments are closed.",
"type": "integer"
},
"display_comments": {
"description": "If false, do not render comments on this content.",
"type": "boolean"
},
"moderation_required": {
"description": "If true, comments must be moderator-approved before being displayed.",
"type": "boolean"
}
},
"title": "Comments",
"type": "object"
},
"___traits_trait_content_aliases_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An list of alternate names that this content can be fetched by instead of id.",
"items": {
"pattern": "^([a-z])([a-z0-9-])*$",
"type": "string"
},
"title": "Aliases trait",
"type": "array"
},
"___traits_trait_content_restrictions_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Trait that applies contains the content restrictions of an ANS object.",
"properties": {
"content_code": {
"description": "The content restriction code/level/flag associated with the ANS object",
"type": "string"
},
"embargo": {
"additionalProperties": false,
"description": "Embargo configuration to enforce publishing restrictions. Embargoed content must not go live.",
"properties": {
"active": {
"description": "The boolean flag to indicate if the embargo is active or not. If this field is false, ignore the embargo.",
"type": "boolean"
},
"description": {
"description": "An optional description for the embargo.",
"type": "string"
},
"end_time": {
"_format": "date-time",
"description": "An optional end time for the embargo to indicate when it ends. When it's not defined, it means the embargo keeps applying. The end time should be ignored if active flag is false.",
"type": "string"
}
},
"required": [
"active"
],
"type": "object"
},
"geo": {
"additionalProperties": false,
"description": "Geo-Restriction configuration that contains the restriction ids that this content should be associated with.",
"properties": {
"restrictions": {
"description": "An array containing the geo-restriction objects. Limited to a size of 1 for now.",
"items": {
"additionalProperties": false,
"description": "An object specifying the _id of the restriction this content should be associated with.",
"properties": {
"restriction_id": {
"description": "The _id of the restriction that is stored in Global Settings.",
"type": "string"
}
},
"required": [
"restriction_id"
],
"type": "object"
},
"maxItems": 1,
"minItems": 1,
"type": "array"
}
},
"required": [
"restrictions"
],
"type": "object"
}
},
"title": "Content Restrictions",
"type": "object"
},
"___traits_trait_contributors_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that holds information on who created and contributed to a given document in Arc.",
"properties": {
"created_by": {
"description": "The Creator of the Document.",
"properties": {
"display_name": {
"description": "The display name of the Arc user who created the Document",
"type": "string"
},
"user_id": {
"description": "The unique ID of the Arc user who created the Document",
"type": "string"
}
},
"type": "object"
}
},
"title": "Contributors",
"type": "object"
},
"___traits_trait_copyright_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A copyright notice for the legal owner of this content. E.g., '\u00a9 1996-2018 The Washington Post.' Format may vary between organizations.",
"title": "Copyright information",
"type": "string"
},
"___traits_trait_created_date_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "date-time",
"description": "When the content was originally created (RFC3339-formatted). In the Arc ecosystem, this will be automatically generated for stories in the Story API.",
"title": "Created Date",
"type": "string"
},
"___traits_trait_credits_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A list of people and groups attributed to this content, keyed by type of contribution. In the Arc ecosystem, references in this list will be denormalized into author objects from the arc-author-service.",
"patternProperties": {
"^[a-zA-Z0-9_]*": {
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"type": "array"
}
},
"properties": {
"by": {
"description": "The primary author(s) of this document. For a story, is is the writer or reporter. For an image, it is the photographer.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"title": "By",
"type": "array"
},
"photos_by": {
"description": "The photographer(s) of supplementary images included in this document, if it is a story. Note that if this document is an image, the photographer(s) should appear in the 'by' slot.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"title": "Photos by",
"type": "array"
}
},
"title": "Credit trait",
"type": "object"
},
"___traits_trait_description_json": {
"$ref": "#/definitions/___utils_dictionary_json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The descriptions, or blurbs, for the content.",
"title": "Description",
"type": "object"
},
"___traits_trait_display_date_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "date-time",
"description": "The RFC3339-formatted dated time of the most recent date the story was (re)displayed on a public site.",
"title": "Display_Date",
"type": "string"
},
"___traits_trait_distributor_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Information about a third party that provided this content from outside this document's hosted organization.",
"oneOf": [
{
"additionalProperties": false,
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"category": {
"description": "The machine-readable category of how this content was produced. Use 'staff' if this content was produced by an employee of the organization who owns this document repository. (Multisite note: content produced within a single *organization*, but shared across multiple *websites* should still be considered 'staff.') Use \u2018wires\u2019 if this content was produced for another organization and shared with the one who owns this document repository. Use 'freelance' if this content was produced by an individual on behalf of the organization who owns this document repository. Use 'stock' if this content is stock media distributed directly from a stock media provider. Use 'handout' if this is content provided from a source for an article (usually promotional media distributed directly from a company). Use 'other' for all other cases.",
"enum": [
"staff",
"wires",
"freelance",
"stock",
"handout",
"other"
],
"type": "string"
},
"mode": {
"enum": [
"custom"
],
"type": "string"
},
"name": {
"description": "The human-readable name of the distributor of this content. E.g., Reuters.",
"type": "string"
},
"subcategory": {
"description": "The machine-readable subcategory of how this content was produced. E.g., 'freelance - signed'. May vary between organizations.",
"type": "string"
}
}
},
{
"additionalProperties": false,
"properties": {
"mode": {
"enum": [
"reference"
],
"type": "string"
},
"reference_id": {
"description": "The ARC UUID of the distributor of this content. E.g., ABCDEFGHIJKLMNOPQRSTUVWXYZ.",
"type": "string"
}
},
"required": [
"reference_id",
"mode"
]
}
],
"title": "Distributor",
"type": "object"
},
"___traits_trait_editor_note_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Additional information to be displayed near the content from the editor.",
"title": "Editor_Note",
"type": "string"
},
"___traits_trait_first_publish_date_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "date-time",
"description": "When the story was first published.",
"title": "First Publish Date",
"type": "string"
},
"___traits_trait_focal_point_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Coordinates representing the 'visual center' of an image. The X axis is horizontal line and the Y axis the vertical line, with 0,0 being the LEFT, TOP of the image.",
"properties": {
"x": {
"description": "The coordinate point on the horizontal axis",
"type": "number"
},
"y": {
"description": "The coordinate point on the vertical axis",
"type": "number"
}
},
"required": [
"x",
"y"
],
"title": "Focal Point",
"type": "object"
},
"___traits_trait_geo_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Latitidue and Longitude of the content",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"title": "Geo",
"type": "object"
},
"___traits_trait_headlines_json": {
"$ref": "#/definitions/___utils_dictionary_json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The headline(s) or title for this content. The 'basic' key is required.",
"title": "Headlines",
"type": "object"
},
"___traits_trait_id_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A globally unique identifier of the content in the ANS repository.",
"title": "Globally Unique ID trait",
"type": "string"
},
"___traits_trait_image_type_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"category": {
"description": "The machine-readable enumeration of valid image types.",
"enum": [
"photograph",
"graphic",
"illustration",
"thumbnail"
],
"type": "string"
},
"description": "A more specific category for an image.",
"title": "Image Type",
"type": "string"
},
"___traits_trait_label_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "What the Washington Post calls a Kicker",
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"additionalProperties": false,
"description": "Additional user-defined keyed label objects.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"display": {
"description": "If false, this label should be hidden.",
"type": "boolean"
},
"text": {
"description": "The text of this label.",
"type": "string"
},
"url": {
"description": "An optional destination url of this label.",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}
},
"properties": {
"basic": {
"additionalProperties": false,
"description": "The default label object for this piece of content.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"display": {
"description": "If false, this label should be hidden.",
"type": "boolean"
},
"text": {
"description": "The text of this label.",
"type": "string"
},
"url": {
"description": "An optional destination url of this label.",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}
},
"title": "Label",
"type": "object"
},
"___traits_trait_last_updated_date_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "date-time",
"description": "When the content was last updated (RFC3339-formatted).",
"title": "Last Updated Date",
"type": "string"
},
"___traits_trait_locale_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The primary language of the content. The value should follow IETF BCP47. (e.g. 'en', 'es-419', etc.) ",
"title": "Locale",
"type": "string"
},
"___traits_trait_location_json": {
"$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"
},
"___traits_trait_owner_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Various unrelated fields that should be preserved for backwards-compatibility reasons. See also trait_source.",
"properties": {
"id": {
"description": "The machine-readable unique identifier of the organization whose database this content is stored in. In Arc, this is equivalent to ARC_ORG_NAME.",
"type": "string"
},
"name": {
"description": "Deprecated in 0.10.9. See `distributor.name`. (Formerly: The human-readable name of original producer of content. Distinguishes between Wires, Staff and other sources.)",
"type": "string"
},
"sponsored": {
"description": "True if this content is advertorial or native advertising.",
"type": "boolean"
}
},
"title": "Owner information ",
"type": "object"
},
"___traits_trait_pitches_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that represents a story's pitches. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"platform": {
"description": "A list of the story's pitches to a platform.",
"items": {
"$ref": "#/definitions/___traits_trait_platform_pitch_json"
},
"type": "array"
},
"publication": {
"description": "A list of the story's pitches to a publication.",
"items": {
"$ref": "#/definitions/___traits_trait_publication_pitch_json"
},
"type": "array"
}
},
"title": "Pitches",
"type": "object"
},
"___traits_trait_planning_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that applies planning information to a document or resource. In the Arc ecosystem, this data is generated by WebSked. Newsroom use only. All these fields should be available and editable in WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"budget_line": {
"description": "Used for the newsroom to identify what the story is about, especially if a user is unfamiliar with the slug of a story and the headline or they do not yet exist. Newsroom use only.",
"title": "Budget Line",
"type": "string"
},
"deadline_miss": {
"description": "The delta between the story's planned publish date and actual first publish time, in minutes.",
"type": "integer"
},
"internal_note": {
"description": "This note is used for shared communication inside the newsroom.",
"title": "Internal Note",
"type": "string"
},
"scheduling": {
"additionalProperties": false,
"description": "Scheduling information.",
"properties": {
"planned_publish_date": {
"_format": "date-time",
"description": "When the content is planned to be published.",
"type": "string"
},
"scheduled_publish_date": {
"_format": "date-time",
"description": "When the content was first published.",
"type": "string"
},
"will_have_gallery": {
"description": "Will this content have galleries?",
"type": "boolean"
},
"will_have_graphic": {
"description": "Will this content have graphics?",
"type": "boolean"
},
"will_have_image": {
"description": "Will this content have images?",
"type": "boolean"
},
"will_have_video": {
"description": "Will this content have videos?",
"type": "boolean"
}
},
"type": "object"
},
"story_length": {
"additionalProperties": false,
"description": "Story length information.",
"properties": {
"character_count_actual": {
"description": "The current number of characters in the story.",
"type": "integer"
},
"character_count_planned": {
"description": "The anticipated number of characters in the story.",
"type": "integer"
},
"character_encoding": {
"description": "The encoding used for counting characters in the story.",
"type": "string"
},
"inch_count_actual": {
"description": "The current length of the story in inches.",
"type": "integer"
},
"inch_count_planned": {
"description": "The anticipated length of the story in inches.",
"type": "integer"
},
"line_count_actual": {
"description": "The current length of the story in lines.",
"type": "integer"
},
"line_count_planned": {
"description": "The anticipated length of the story in lines.",
"type": "integer"
},
"word_count_actual": {
"description": "Current number of words.",
"type": "integer"
},
"word_count_planned": {
"description": "The anticipated number of words in the story.",
"type": "integer"
}
},
"type": "object"
},
"websked_sort_date": {
"_format": "date-time",
"description": "Date to be used for chronological sorting in WebSked.",
"type": "string"
}
},
"title": "Scheduling information",
"type": "object"
},
"___traits_trait_platform_pitch_event_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that represents an update event for a pitch to a platform. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"note": {
"description": "Optional note associated with this update.",
"type": "string"
},
"status": {
"description": "The current status of the pitch.",
"pattern": "^([a-z]|[ ])*$",
"type": "string"
},
"time": {
"_format": "date-time",
"description": "The time of this update.",
"type": "string"
},
"user_id": {
"description": "The ID of the user who made this update.",
"type": "string"
}
},
"title": "Platform pitch event",
"type": "object"
},
"___traits_trait_platform_pitch_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that represents a pitch to a platform. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"creation_event": {
"$ref": "#/definitions/___traits_trait_platform_pitch_event_json"
},
"latest_event": {
"$ref": "#/definitions/___traits_trait_platform_pitch_event_json"
},
"platform_path": {
"description": "The path of the platform that this pitch targets.",
"type": "string"
}
},
"title": "Platform pitch",
"type": "object"
},
"___traits_trait_promo_items_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Lists of promotional content to use when highlighting the story. In the Arc ecosystem, references in these lists will be denormalized.",
"patternProperties": {
".*": {
"oneOf": [
{
"$ref": "#/definitions/___content_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"$ref": "#/definitions/raw_html_json"
},
{
"$ref": "#/definitions/custom_embed_json"
}
]
}
},
"properties": {
"basic": {
"oneOf": [
{
"$ref": "#/definitions/___content_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"$ref": "#/definitions/raw_html_json"
},
{
"$ref": "#/definitions/custom_embed_json"
}
]
}
},
"title": "Promo Items",
"type": "object"
},
"___traits_trait_publication_pitch_event_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that represents an update event for a pitch to a publication. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"edition_id": {
"description": "The ID of the publication edition that this pitch targets.",
"type": "string"
},
"edition_time": {
"_format": "date-time",
"description": "The time of the publication edition that this pitch targets.",
"type": "string"
},
"note": {
"description": "Optional note associated with this update.",
"type": "string"
},
"status": {
"description": "The current status of the pitch.",
"pattern": "^([a-z]|[ ])*$",
"type": "string"
},
"time": {
"_format": "date-time",
"description": "The time of this update.",
"type": "string"
},
"user_id": {
"description": "The ID of the user who made this update.",
"type": "string"
}
},
"title": "Publication pitch event",
"type": "object"
},
"___traits_trait_publication_pitch_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that represents a pitch to a publication. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"creation_event": {
"$ref": "#/definitions/___traits_trait_publication_pitch_event_json"
},
"latest_event": {
"$ref": "#/definitions/___traits_trait_publication_pitch_event_json"
},
"publication_id": {
"description": "The ID of the publication that this pitch targets.",
"type": "string"
}
},
"title": "Publication pitch",
"type": "object"
},
"___traits_trait_publish_date_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"_format": "date-time",
"description": "When the story was published.",
"title": "Publish_Date",
"type": "string"
},
"___traits_trait_related_content_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Lists of content items or references this story is related to, arbitrarily keyed. In the Arc ecosystem, references in this object will be denormalized into the fully-inflated content objects they represent.",
"patternProperties": {
".*": {
"items": {
"anyOf": [
{
"$ref": "#/definitions/___content_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"$ref": "#/definitions/custom_embed_json"
}
],
"type": "object"
},
"type": "array"
}
},
"properties": {
"redirect": {
"description": "An attached redirect. In Arc, when this content item is fetched by url, content api will instead return this redirect object with appropriate headers. In all other cases, this content should be treated normally.",
"items": {
"$ref": "#/definitions/___redirect_json"
},
"maxItems": 1,
"type": "array"
}
},
"title": "Related_Content",
"type": "object"
},
"___traits_trait_revision_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that applies revision information to a document. In the Arc ecosystem, many of these fields are populated in stories by the Story API.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"branch": {
"description": "The name of the branch this revision was created on.",
"type": "string"
},
"editions": {
"description": "A list of identifiers of editions that point to this revision.",
"items": {
"type": "string"
},
"type": "array"
},
"parent_id": {
"description": "The unique id of the revision that this revisions was branched from, or preceded it on the current branch.",
"type": "string"
},
"published": {
"description": "Whether or not this revision's parent story is published, in any form or place",
"type": "boolean"
},
"revision_id": {
"description": "The unique id of this revision.",
"type": "string"
},
"user_id": {
"description": "The unique user id of the person who created this revision.",
"type": "string"
}
},
"title": "Revision",
"type": "object"
},
"___traits_trait_short_url_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A url-shortened version of the canonical url.",
"title": "Short_Url",
"type": "string"
},
"___traits_trait_slug_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A short reference name for internal editorial use",
"title": "Slug",
"type": "string"
},
"___traits_trait_social_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Links to various social media",
"items": {
"additionalProperties": {},
"properties": {
"site": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"title": "Social Links",
"type": "array"
},
"___traits_trait_source_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Information about the original source and/or owner of this content",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"edit_url": {
"description": "A link to edit this content in its source CMS.",
"type": "string"
},
"name": {
"description": "Deprecated in 0.10.9. See `distributor.name`. (Formerly: The human-readable name of the organization who first produced this content. E.g., 'Reuters'.)",
"type": "string"
},
"source_id": {
"description": "The id of this content in a foreign CMS.",
"type": "string"
},
"source_type": {
"description": "Deprecated in 0.10.9. See `distributor.category` and `distributor.subcategory`. (Formerly: The method used to enter this content. E.g. 'staff', 'wires'.)",
"type": "string"
},
"system": {
"description": "The software (CMS or editor) that was used to enter this content. E.g., 'wordpress', 'ellipsis'.",
"type": "string"
}
},
"title": "Source",
"type": "object"
},
"___traits_trait_status_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Optional field to story story workflow related status (e.g. published/embargoed/etc)",
"title": "Status",
"type": "string"
},
"___traits_trait_subheadlines_json": {
"$ref": "#/definitions/___utils_dictionary_json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The sub-headline(s) for the content.",
"title": "Sub-Headlines",
"type": "object"
},
"___traits_trait_subtype_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A user-defined categorization method to supplement type. In Arc, this field is reserved for organization-defined purposes, such as selecting the PageBuilder template that should be used to render a document.",
"title": "Subtype or Template",
"type": "string"
},
"___traits_trait_syndication_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Key-boolean pair of syndication services where this article may go",
"patternProperties": {
".*": {
"type": "boolean"
}
},
"properties": {
"external_distribution": {
"description": "Necessary for fulfilling contractual agreements with third party clients",
"type": "boolean"
},
"search": {
"description": "Necessary so that we can filter out all articles that editorial has deemed should not be discoverable via search",
"type": "boolean"
}
},
"title": "Syndication",
"type": "object"
},
"___traits_trait_taxonomy_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Holds the collection of tags, categories, keywords, etc that describe content.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"associated_tasks": {
"description": "A list of WebSked task IDs that this content was created or curated to satisfy.",
"items": {
"pattern": "^[0-9a-fA-F]{24}$",
"type": "string"
},
"maxItems": 200,
"type": "array"
},
"auxiliaries": {
"description": "A list of auxiliaries. In the Arc ecosystem, this list is populated by Clavis.",
"items": {
"$ref": "#/definitions/___utils_auxiliary_json"
},
"type": "array"
},
"keywords": {
"description": "A list of keywords. In the Arc ecosystem, this list is populated by Clavis.",
"items": {
"$ref": "#/definitions/___utils_keyword_json"
},
"type": "array"
},
"named_entities": {
"description": "A list of named entities. In the Arc ecosystem, this list is populated by Clavis.",
"items": {
"$ref": "#/definitions/___utils_named_entity_json"
},
"type": "array"
},
"primary_section": {
"description": "A primary section object or reference to one. In the Arc ecosystem, a reference here is denormalized into a site from the arc-site-service.",
"oneOf": [
{
"$ref": "#/definitions/___utils_section_json"
},
{
"allOf": [
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"properties": {
"referent": {
"properties": {
"type": {
"enum": [
"section"
]
}
}
}
}
}
]
}
]
},
"primary_site": {
"description": "Deprecated in 0.10.9. (See `primary_section` instead.) A primary site object or reference to one. In the Arc ecosystem, a reference here is denormalized into a site from the arc-site-service.",
"oneOf": [
{
"$ref": "#/definitions/___utils_site_json"
},
{
"allOf": [
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"properties": {
"referent": {
"properties": {
"type": {
"enum": [
"site"
]
}
}
}
}
}
]
}
]
},
"sections": {
"description": "A list of site objects or references to them. In the Arc ecosystem, references in this list are denormalized into sites from the arc-site-service. In a multi-site context, sites will be denormalized against an organization's default website only.",
"items": {
"oneOf": [
{
"$ref": "#/definitions/___utils_section_json"
},
{
"allOf": [
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"properties": {
"referent": {
"properties": {
"type": {
"enum": [
"section"
]
}
}
}
}
}
]
}
]
},
"type": "array"
},
"seo_keywords": {
"description": "A list of user-editable manually entered keywords for search purposes. In the Arc ecosystem, these can be generated and saved in source CMS systems, editors, etc.",
"items": {
"type": "string"
},
"type": "array"
},
"sites": {
"description": "Deprecated in 0.10.9. (See `sections` instead.) A list of site objects or references to them. In the Arc ecosystem, references in this list are denormalized into sites from the arc-site-service. In a multi-site context, sites will be denormalized against an organization's default website only.",
"items": {
"oneOf": [
{
"$ref": "#/definitions/___utils_site_json"
},
{
"allOf": [
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"properties": {
"referent": {
"properties": {
"type": {
"enum": [
"site"
]
}
}
}
}
}
]
}
]
},
"type": "array"
},
"stock_symbols": {
"description": "A list of stock symbols of companies related to this content. In the Arc ecosystem, these can be generated and saved in source CMS systems, editors, etc.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"items": {
"$ref": "#/definitions/___utils_tag_json"
},
"type": "array"
},
"topics": {
"description": "A list of topics. In the Arc ecosystem, this list is populated by Clavis.",
"items": {
"$ref": "#/definitions/___utils_topic_json"
},
"type": "array"
}
},
"title": "Taxonomy",
"type": "object"
},
"___traits_trait_tracking_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "Tracking information, probably implementation-dependent",
"title": "Tracking",
"type": "object"
},
"___traits_trait_vanity_credits_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Similar to the credits trait, but to be used only when ANS is being directly rendered to readers natively. For legal and technical reasons, the `credits` trait is preferred when converting ANS into feeds or other distribution formats. However, when present, `vanity_credits` allows more sophisticated credits presentation to override the default without losing that original data.",
"patternProperties": {
"^[a-zA-Z0-9_]*": {
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"type": "array"
}
},
"properties": {
"by": {
"description": "The primary author(s) of this document. For a story, is is the writer or reporter. For an image, it is the photographer.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"title": "By",
"type": "array"
},
"photos_by": {
"description": "The photographer(s) of supplementary images included in this document, if it is a story. Note that if this document is an image, the photographer(s) should appear in the 'by' slot.",
"items": {
"anyOf": [
{
"$ref": "#/definitions/___utils_author_json"
},
{
"$ref": "#/definitions/___utils_reference_json"
}
],
"type": "object"
},
"title": "Photos by",
"type": "array"
}
},
"title": "Vanity Credits trait",
"type": "object"
},
"___traits_trait_version_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The version of ANS that this object was serialized as, in major.minor.patch format. For top-level content objects, this is a required trait.",
"enum": [
"0.10.9"
],
"title": "Describes the ANS version of this object",
"type": "string"
},
"___traits_trait_website_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The _id of the website on which this document exists. This field is only available in Content API. If different from canonical_website, then this document was originally sourced from the canonical_website. Generated at fetch time by Content API.",
"title": "Website",
"type": "string"
},
"___traits_trait_workflow_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Trait that applies workflow information to a document or resource. In the Arc ecosystem, this data is generated by WebSked.",
"properties": {
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"note": {
"description": "This note will be used for any task automatically generated via WebSked task triggers.",
"type": "string"
},
"status_code": {
"description": "Code indicating the story's current workflow status. This number should match the values configured in WebSked.",
"minimum": 1,
"type": "integer"
}
},
"title": "Workflow information",
"type": "object"
},
"___utils_author_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models attribution to an individual or group for contribution towards some content item. In the Arc ecosystem, these are stored in the arc-author-service.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"affiliation": {
"description": "The name of an organization the author is affiliated with. E.g., The Washington Post, or George Mason University.",
"title": "Affiliation",
"type": "string"
},
"awards": {
"description": "A list of awards the author has received.",
"items": {
"additionalProperties": false,
"properties": {
"award_name": {
"description": "The name of the award.",
"title": "Award Name",
"type": "string"
}
},
"type": "object"
},
"title": "Awards",
"type": "array"
},
"bio": {
"description": "A one or two sentence description of the author.",
"title": "Short Biography",
"type": "string"
},
"books": {
"description": "A list of books written by the author.",
"items": {
"additionalProperties": false,
"properties": {
"book_title": {
"description": "The book title.",
"title": "Title",
"type": "string"
},
"book_url": {
"description": "A link to a page to purchase or learn more about the book.",
"title": "URL",
"type": "string"
}
},
"title": "Book",
"type": "object"
},
"title": "Books",
"type": "array"
},
"byline": {
"description": "The public-facing name, or nom-de-plume, name of the author.",
"title": "Byline",
"type": "string"
},
"contributor": {
"description": "If true, this author is an external contributor to the publication.",
"title": "Contributor",
"type": "boolean"
},
"division": {
"description": "The desk or group that this author normally reports to. E.g., 'Politics' or 'Sports.'",
"title": "Division",
"type": "string"
},
"education": {
"description": "A list of schools that this author has graduated from.",
"items": {
"additionalProperties": false,
"properties": {
"school_name": {
"description": "The name of the school.",
"title": "School Name",
"type": "string"
}
},
"title": "School",
"type": "object"
},
"title": "Education",
"type": "array"
},
"email": {
"_format": "email",
"description": "The professional email address of this author.",
"title": "E-mail",
"type": "string"
},
"expertise": {
"description": "A comma-delimited list of subjects the author in which the author has expertise.",
"title": "Expertise",
"type": "string"
},
"first_name": {
"description": "The real first name of a human author.",
"title": "First Name",
"type": "string"
},
"image": {
"$ref": "#/definitions/___image_json"
},
"languages": {
"description": "A description of list of languages that the author is somewhat fluent in, excluding the native language of the parent publication, and identified in the language of the parent publication. E.g., Russian, Japanese, Greek.",
"title": "Languages",
"type": "string"
},
"last_name": {
"description": "The real last name of a human author.",
"title": "Last Name",
"type": "string"
},
"location": {
"description": "The city or locality that the author resides in or is primarily associated with.",
"title": "Location",
"type": "string"
},
"long_bio": {
"description": "The full biography of the author.",
"title": "Long Biography",
"type": "string"
},
"middle_name": {
"description": "The real middle name of a human author.",
"title": "Middle Name",
"type": "string"
},
"name": {
"description": "The full human name of contributor. See also byline, first_name, last_name, middle_name, suffix.",
"title": "Name",
"type": "string"
},
"org": {
"description": "Deprecated. In ANS 0.5.8 and prior versions, this field is populated with the 'location' field from Arc Author Service. New implementations should use the 'location' and 'affiliation' field. Content should be identical to 'location.'",
"title": "Org",
"type": "string"
},
"role": {
"description": "The organizational role or title of this author.",
"title": "Role",
"type": "string"
},
"slug": {
"$ref": "#/definitions/___traits_trait_slug_json"
},
"socialLinks": {
"$ref": "#/definitions/___traits_trait_social_json",
"description": "Deperecated. Included for backwards-compatibility. Content should be identical to social_links."
},
"social_links": {
"$ref": "#/definitions/___traits_trait_social_json"
},
"suffix": {
"description": "The real suffix of a human author.",
"title": "Suffix",
"type": "string"
},
"type": {
"description": "Indicates that this is an author",
"enum": [
"author"
],
"type": "string"
},
"url": {
"description": "A link to an author's landing page on the website, or a personal website.",
"type": "string"
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
}
},
"required": [
"type",
"name"
],
"title": "An author of a piece of content.",
"type": "object"
},
"___utils_auxiliary_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models a auxiliary used in targeting a piece of content.",
"properties": {
"_id": {
"description": "The unique identifier for this auxiliary.",
"type": "string"
},
"name": {
"description": "The general name for this auxiliary.",
"type": "string"
},
"uid": {
"description": "A short identifier for this auxiliary. Usually used in cases where a long form id cannot work.",
"type": "string"
}
},
"required": [
"_id",
"uid"
],
"title": "Auxiliary",
"type": "object"
},
"___utils_dictionary_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"patternProperties": {
".*": {
"type": "string"
}
},
"properties": {
"basic": {
"type": "string"
}
},
"required": [
"basic"
]
},
"___utils_keyword_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models a keyword used in describing a piece of content.",
"properties": {
"frequency": {
"description": "An optional count of the frequency of the keyword as it appears in the content it describes",
"type": "integer"
},
"keyword": {
"description": "The keyword used to describe a piece of content",
"type": "string"
},
"score": {
"description": "An arbitrary weighting to give the keyword",
"type": "number"
},
"tag": {
"description": "The Part of Speech tag for this keyword.",
"type": "string"
}
},
"required": [
"keyword",
"score"
],
"title": "Keyword",
"type": "object"
},
"___utils_named_entity_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models a named entity (i.e. name of a person, place, or organization) used in a piece of content.",
"properties": {
"_id": {
"description": "A unique identifier for the concept of the named entity.",
"type": "string"
},
"name": {
"description": "The actual string of text that was identified as a named entity.",
"type": "string"
},
"score": {
"decription": "An optional relevancy for this named entitiy.",
"type": "number"
},
"type": {
"description": "A description of what the named entity is. E.g. 'organization', 'person', or 'location'.",
"type": "string"
}
},
"required": [
"_id",
"name",
"type"
],
"title": "Named Entity",
"type": "object"
},
"___utils_reference_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "This represents a reference to external content that should be denormalized",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"referent": {
"additionalProperties": false,
"dependencies": {
"website": {
"properties": {
"type": {
"enum": [
"section"
],
"type": "string"
}
}
}
},
"properties": {
"id": {
"description": "The id passed to the provider to retrieve an ANS document",
"type": "string"
},
"provider": {
"description": "A URL that can resolve the id into an ANS element",
"type": "string"
},
"referent_properties": {
"additionalProperties": {},
"description": "An object for key-value pairs that should override the values of keys with the same name in the denormalized object",
"type": "object"
},
"service": {
"description": "The type of interaction the provider expects. E.g., 'oembed'",
"type": "string"
},
"type": {
"description": "The ANS type that the provider should return.",
"type": "string"
},
"website": {
"description": "The website which the referenced id belongs to. Currently supported only for sections.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"reference"
],
"type": "string"
}
},
"required": [
"type",
"referent"
],
"title": "Representation of a normalized element",
"type": "object"
},
"___utils_section_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A hierarchical section in a taxonomy. In the Arc ecosystem, these are stored in the arc-site-service.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"_website": {
"$ref": "#/definitions/___traits_trait_website_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"description": {
"description": "A short description or tagline about this site",
"type": "string"
},
"name": {
"description": "The name of this site",
"type": "string"
},
"parent": {
"description": "The id of this section's parent section in various commonly-used hierarchies, where available.",
"properties": {
"default": {
"type": "string"
}
},
"type": "object"
},
"parent_id": {
"description": "The id of this section's parent section in the default hierarchy, if any.",
"type": "string"
},
"path": {
"description": "The url path to this site",
"type": "string"
},
"primary": {
"description": "Is this the primary site?",
"type": "boolean"
},
"type": {
"enum": [
"section"
]
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
}
},
"required": [
"type",
"version",
"name"
],
"title": "Section",
"type": "object"
},
"___utils_site_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A hierarchical section or 'site' in a taxonomy. In the Arc ecosystem, these are stored in the arc-site-service.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"description": {
"description": "A short description or tagline about this site",
"type": "string"
},
"name": {
"description": "The name of this site",
"type": "string"
},
"parent_id": {
"description": "The id of this section's parent site, if any",
"type": "string"
},
"path": {
"description": "The url path to this site",
"type": "string"
},
"primary": {
"description": "Is this the primary site?",
"type": "boolean"
},
"type": {
"enum": [
"site"
]
},
"version": {
"$ref": "#/definitions/___traits_trait_version_json"
}
},
"required": [
"type",
"version",
"name"
],
"title": "Site",
"type": "object"
},
"___utils_tag_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models a keyword used in describing a piece of content.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"description": {
"description": "A more detailed description of the tag.",
"type": "string"
},
"slug": {
"$ref": "#/definitions/___traits_trait_slug_json"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"text": {
"description": "The text of the tag as displayed to users.",
"type": "string"
},
"type": {
"enum": [
"tag"
]
}
},
"required": [
"text"
],
"title": "Tag",
"type": "object"
},
"___utils_topic_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Models a topic used in describing a piece of content.",
"properties": {
"_id": {
"description": "The unique identifier for this topic.",
"type": "string"
},
"name": {
"description": "The general name for this topic.",
"type": "string"
},
"score": {
"description": "An arbitrary weighting to give the topic",
"type": "number"
},
"uid": {
"description": "A short identifier for this topic. Usually used in cases where a long form id cannot work.",
"type": "string"
}
},
"required": [
"_id",
"score",
"uid"
],
"title": "Topic",
"type": "object"
},
"custom_embed_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A custom embed element. Can be used to reference content from external providers about which little is known.",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"embed": {
"additionalProperties": false,
"description": "The embed data.",
"properties": {
"config": {
"additionalProperties": false,
"description": "Arbitrary configuration data generated by a plugin. Users are responsible for maintaining schema.",
"patternProperties": {
"^([a-zA-Z0-9_])*$": {}
},
"properties": {
"referent": {
"not": {}
},
"type": {
"not": {}
},
"version": {
"not": {}
}
},
"title": "Embed Configuration",
"type": "object"
},
"id": {
"description": "Foreign ID of embedded item.",
"maxLength": 128,
"minLength": 1,
"title": "Embed ID",
"type": "string"
},
"url": {
"description": "Provider URL for this embed item. When concatenated with Embed ID, should produce a URL that returns json metadata about the embedded content.",
"maxLength": 512,
"minLength": 1,
"title": "Embed Provider URL",
"type": "string"
}
},
"required": [
"id",
"url"
],
"title": "Embed",
"type": "object"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"custom_embed"
],
"type": "string"
}
},
"required": [
"type",
"embed"
],
"title": "Custom Embed",
"type": "object"
},
"raw_html_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "An html content element",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"content": {
"description": "Any arbitrary chunk of HTML.",
"type": "string"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"raw_html"
]
}
},
"required": [
"type",
"content"
],
"type": "object"
},
"text_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A textual content element",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"block_properties": {
"$ref": "#/definitions/___traits_trait_block_properties_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"content": {
"description": "The text of the paragraph.",
"type": "string"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"text"
],
"type": "string"
}
},
"required": [
"type",
"content"
],
"type": "object"
}
},
"description": "An interstitial link",
"properties": {
"_id": {
"$ref": "#/definitions/___traits_trait_id_json"
},
"additional_properties": {
"$ref": "#/definitions/___traits_trait_additional_properties_json"
},
"alignment": {
"$ref": "#/definitions/___traits_trait_alignment_json"
},
"channels": {
"$ref": "#/definitions/___traits_trait_channel_json"
},
"content": {
"description": "The interstitial link title text. This text should be considered part of the link.",
"title": "Link Title",
"type": "string"
},
"description": {
"$ref": "#/definitions/text_json",
"description": "Additional text about the link. May or may not be considered part of the link, depending on implementation.",
"title": "Link Description"
},
"image": {
"description": "An optional image. This should be considered part of the link.",
"oneOf": [
{
"$ref": "#/definitions/___image_json"
},
{
"allOf": [
{
"$ref": "#/definitions/___utils_reference_json"
},
{
"properties": {
"referent": {
"properties": {
"type": {
"enum": [
"image"
]
}
}
}
}
}
]
}
],
"title": "Link Image"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"interstitial_link"
]
},
"url": {
"description": "The interstitial link url. This is where the user should be taken if they follow this link.",
"title": "Link URL",
"type": "string"
}
},
"required": [
"type",
"url",
"content"
],
"type": "object"
} | wp_26_Normalized |
{
"properties": {
"customer": {
"description": "The name of the customer",
"type": "string"
},
"items": {
"description": "The items included in the invoice",
"items": {
"properties": {
"name": {
"description": "The name of the item",
"type": "string"
},
"price": {
"description": "The price of the item",
"type": "number"
},
"quantity": {
"description": "The quantity of the item",
"type": "integer"
}
},
"required": [
"name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer",
"items"
],
"type": "object"
} | generate_invoice_e418deb9 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://omb.max.gov/schemas/GovernanceBoard",
"version": 1.0,
"type": "object",
"title": "Governance Board Schema version 1.0",
"description": "Schema definition for describing bureau governance boards for an agency.",
"name": "/",
"properties": {
"boards": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards",
"type": "array",
"title": "Governance Boards schema.",
"description": "A list of the bureau governance boards for this agency",
"name": "boards",
"items": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards/0",
"type": "object",
"title": "0 schema.",
"description": "Information about a particular board.",
"name": "0",
"properties": {
"governanceBoardName": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards/0/governanceBoardName",
"type": "string",
"name": "governanceBoardName",
"title": "governanceBoardName schema item.",
"minLength": 1,
"maxLength": 100
},
"programCodeFPI": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards/0/programCodeFPI",
"type": "string",
"name": "programCodeFPI",
"title": "programCodeFPI schema item.",
"enum": [
"005-001",
"005-002",
"005-003",
"005-004",
"005-005",
"005-006",
"005-007",
"005-008",
"005-009",
"005-010",
"005-011",
"005-012",
"005-013",
"005-014",
"005-015",
"005-016",
"005-017",
"005-018",
"005-019",
"005-020",
"005-021",
"005-022",
"005-023",
"005-024",
"005-025",
"005-026",
"005-027",
"005-028",
"005-029",
"005-030",
"005-031",
"005-032",
"005-033",
"005-034",
"005-035",
"005-036",
"005-037",
"005-038",
"005-039",
"005-040",
"005-041",
"005-042",
"005-043",
"005-044",
"005-045",
"005-046",
"005-047",
"005-048",
"005-049",
"005-050",
"005-051",
"005-052",
"005-053",
"005-054",
"005-055",
"005-056",
"005-057",
"005-058",
"005-059",
"006-001",
"006-002",
"006-003",
"006-004",
"006-005",
"006-006",
"006-007",
"006-008",
"006-009",
"006-010",
"006-011",
"006-012",
"006-013",
"006-014",
"006-015",
"006-016",
"006-017",
"006-018",
"006-019",
"006-020",
"006-021",
"006-022",
"006-023",
"006-024",
"006-025",
"006-026",
"006-027",
"006-028",
"006-029",
"006-030",
"006-031",
"006-032",
"006-033",
"006-034",
"006-035",
"006-036",
"006-037",
"006-038",
"006-039",
"006-040",
"006-041",
"006-042",
"006-043",
"006-044",
"006-045",
"006-046",
"006-047",
"006-048",
"006-049",
"006-050",
"006-051",
"006-052",
"006-053",
"006-054",
"006-055",
"006-056",
"006-057",
"006-058",
"006-059",
"006-060",
"006-061",
"006-062",
"006-063",
"006-064",
"006-065",
"006-066",
"006-067",
"006-068",
"006-069",
"006-070",
"006-071",
"007-001",
"007-002",
"007-003",
"007-004",
"007-005",
"007-006",
"007-007",
"007-008",
"007-009",
"007-010",
"007-011",
"007-012",
"007-013",
"007-014",
"007-015",
"007-016",
"007-017",
"007-018",
"007-019",
"007-020",
"007-021",
"007-022",
"007-023",
"007-024",
"007-025",
"007-026",
"007-027",
"007-028",
"007-029",
"007-030",
"007-031",
"007-032",
"007-033",
"007-034",
"007-035",
"007-036",
"007-037",
"007-038",
"007-039",
"007-040",
"007-041",
"007-042",
"007-043",
"007-044",
"007-045",
"007-046",
"007-047",
"007-048",
"007-049",
"007-050",
"007-051",
"007-052",
"007-053",
"007-054",
"007-055",
"007-056",
"007-057",
"007-058",
"007-059",
"007-060",
"007-061",
"007-062",
"007-063",
"007-064",
"007-065",
"007-066",
"007-067",
"007-068",
"007-069",
"007-070",
"007-071",
"007-072",
"007-073",
"007-074",
"007-075",
"007-076",
"007-077",
"007-078",
"007-079",
"007-080",
"007-081",
"007-082",
"007-083",
"007-084",
"007-085",
"007-086",
"007-087",
"007-088",
"007-089",
"007-090",
"007-091",
"009-001",
"009-002",
"009-003",
"009-004",
"009-005",
"009-006",
"009-007",
"009-008",
"009-009",
"009-010",
"009-011",
"009-012",
"009-013",
"009-014",
"009-015",
"009-016",
"009-017",
"009-018",
"009-019",
"009-020",
"009-021",
"009-022",
"009-023",
"009-024",
"009-025",
"009-026",
"009-027",
"009-028",
"009-029",
"009-030",
"009-031",
"009-032",
"009-033",
"009-034",
"009-035",
"009-036",
"009-037",
"009-038",
"009-039",
"009-040",
"009-041",
"009-042",
"009-043",
"009-044",
"009-045",
"009-046",
"009-047",
"009-048",
"009-049",
"009-050",
"009-051",
"009-052",
"009-053",
"009-054",
"009-055",
"009-056",
"009-057",
"009-058",
"009-059",
"009-060",
"009-061",
"009-062",
"009-063",
"009-064",
"009-065",
"009-066",
"009-067",
"009-068",
"009-069",
"009-070",
"009-071",
"009-072",
"009-073",
"009-074",
"009-075",
"009-076",
"009-077",
"009-078",
"009-079",
"009-080",
"009-081",
"009-082",
"009-083",
"009-084",
"009-085",
"009-086",
"009-087",
"009-088",
"009-089",
"009-090",
"009-091",
"009-092",
"009-093",
"009-094",
"009-095",
"009-096",
"009-097",
"009-098",
"009-099",
"009-100",
"009-101",
"009-102",
"009-103",
"009-104",
"009-105",
"009-106",
"009-107",
"009-108",
"009-109",
"009-110",
"009-111",
"009-112",
"009-113",
"009-114",
"009-115",
"010-001",
"010-002",
"010-003",
"010-004",
"010-005",
"010-006",
"010-007",
"010-008",
"010-009",
"010-010",
"010-011",
"010-012",
"010-013",
"010-014",
"010-015",
"010-016",
"010-017",
"010-018",
"010-019",
"010-020",
"010-021",
"010-022",
"010-023",
"010-024",
"010-025",
"010-026",
"010-027",
"010-028",
"010-029",
"010-030",
"010-031",
"010-032",
"010-033",
"010-034",
"010-035",
"010-036",
"010-037",
"010-038",
"010-039",
"010-040",
"010-041",
"010-042",
"010-043",
"010-044",
"010-045",
"010-046",
"010-047",
"010-048",
"010-049",
"010-050",
"010-051",
"010-052",
"010-053",
"010-054",
"010-055",
"010-056",
"010-057",
"010-058",
"010-059",
"010-060",
"010-061",
"010-062",
"010-063",
"010-064",
"010-065",
"010-066",
"010-067",
"010-068",
"010-069",
"010-070",
"010-071",
"010-072",
"010-073",
"010-074",
"010-075",
"010-076",
"010-077",
"010-078",
"010-079",
"010-080",
"010-081",
"010-082",
"010-083",
"010-084",
"010-085",
"010-086",
"010-087",
"010-088",
"010-089",
"010-090",
"010-091",
"010-092",
"010-093",
"010-094",
"010-095",
"010-096",
"010-097",
"010-098",
"010-099",
"010-100",
"010-101",
"010-102",
"010-103",
"010-104",
"010-105",
"010-106",
"010-107",
"010-108",
"010-109",
"010-110",
"010-111",
"010-112",
"010-113",
"010-114",
"010-115",
"010-116",
"010-117",
"010-118",
"010-119",
"010-120",
"010-121",
"010-122",
"010-123",
"010-124",
"010-125",
"010-126",
"010-127",
"010-128",
"010-129",
"010-130",
"010-131",
"010-132",
"010-133",
"010-134",
"010-135",
"010-136",
"010-137",
"010-138",
"010-139",
"010-140",
"010-141",
"010-142",
"010-143",
"010-144",
"010-145",
"010-146",
"010-147",
"010-148",
"010-149",
"010-150",
"010-151",
"010-152",
"010-153",
"010-154",
"010-155",
"010-156",
"010-157",
"010-158",
"010-159",
"010-160",
"010-161",
"010-162",
"010-163",
"010-164",
"010-165",
"010-166",
"010-167",
"010-168",
"010-169",
"010-170",
"010-171",
"010-172",
"010-173",
"011-001",
"011-002",
"011-003",
"011-004",
"011-005",
"011-006",
"011-007",
"011-008",
"011-009",
"011-010",
"011-011",
"011-012",
"011-013",
"011-014",
"011-015",
"011-016",
"011-017",
"011-018",
"011-019",
"011-020",
"011-021",
"011-022",
"011-023",
"011-024",
"011-025",
"011-026",
"011-027",
"011-028",
"011-029",
"011-030",
"011-031",
"011-032",
"011-033",
"011-034",
"011-035",
"011-036",
"011-037",
"011-038",
"011-039",
"011-040",
"011-041",
"011-042",
"011-043",
"011-044",
"011-045",
"011-046",
"011-047",
"011-048",
"011-049",
"011-050",
"011-051",
"011-052",
"011-053",
"011-054",
"011-055",
"011-056",
"011-057",
"011-058",
"011-059",
"011-060",
"011-061",
"011-062",
"011-063",
"011-064",
"011-065",
"011-066",
"011-067",
"011-068",
"011-069",
"011-070",
"011-071",
"011-072",
"011-073",
"011-074",
"011-075",
"011-076",
"011-077",
"011-078",
"011-079",
"011-080",
"011-081",
"011-082",
"011-083",
"011-084",
"011-085",
"011-086",
"011-087",
"011-088",
"011-089",
"011-090",
"011-091",
"011-092",
"011-093",
"011-094",
"011-095",
"011-096",
"011-097",
"011-098",
"011-099",
"011-100",
"011-101",
"011-102",
"011-103",
"011-104",
"011-105",
"011-106",
"011-107",
"011-108",
"011-109",
"011-110",
"011-111",
"011-112",
"011-113",
"011-114",
"011-115",
"011-116",
"011-117",
"011-118",
"011-119",
"012-001",
"012-002",
"012-003",
"012-004",
"012-005",
"012-006",
"012-007",
"012-008",
"012-009",
"012-010",
"012-011",
"012-012",
"012-013",
"012-014",
"012-015",
"012-016",
"012-017",
"012-018",
"012-019",
"012-020",
"012-021",
"012-022",
"012-023",
"012-024",
"012-025",
"012-026",
"012-027",
"012-028",
"012-029",
"012-030",
"012-031",
"012-032",
"012-033",
"012-034",
"012-035",
"012-036",
"012-037",
"012-038",
"012-039",
"012-040",
"012-041",
"012-042",
"012-043",
"012-044",
"012-045",
"014-001",
"014-002",
"014-003",
"014-004",
"014-005",
"014-006",
"014-007",
"014-008",
"014-009",
"014-010",
"014-011",
"014-012",
"014-013",
"014-014",
"014-015",
"014-016",
"014-017",
"014-018",
"014-019",
"014-020",
"014-021",
"014-022",
"015-001",
"015-002",
"015-003",
"015-004",
"015-005",
"015-006",
"015-007",
"015-008",
"015-009",
"015-010",
"015-011",
"015-012",
"015-013",
"015-014",
"015-015",
"015-016",
"015-017",
"015-018",
"015-019",
"015-020",
"015-021",
"015-022",
"015-023",
"015-024",
"015-025",
"015-026",
"015-027",
"015-028",
"015-029",
"015-030",
"015-031",
"015-032",
"015-033",
"015-034",
"015-035",
"015-036",
"015-037",
"015-038",
"015-039",
"015-040",
"015-041",
"015-042",
"015-043",
"015-044",
"015-045",
"015-046",
"015-047",
"015-048",
"015-049",
"015-050",
"015-051",
"015-052",
"015-053",
"015-054",
"015-055",
"015-056",
"015-057",
"015-058",
"015-059",
"015-060",
"015-061",
"015-062",
"015-063",
"015-064",
"015-065",
"015-066",
"015-067",
"015-068",
"015-069",
"015-070",
"015-071",
"015-072",
"015-073",
"015-074",
"015-075",
"015-076",
"015-077",
"015-078",
"015-079",
"015-080",
"015-081",
"015-082",
"015-083",
"015-084",
"015-085",
"015-086",
"015-087",
"015-088",
"015-089",
"015-090",
"015-091",
"015-092",
"015-093",
"015-094",
"016-001",
"016-002",
"016-003",
"016-004",
"018-001",
"018-002",
"018-003",
"018-004",
"018-005",
"018-006",
"018-007",
"018-008",
"018-009",
"018-010",
"018-011",
"018-012",
"018-013",
"018-014",
"018-015",
"018-016",
"018-017",
"018-018",
"018-019",
"018-020",
"018-021",
"018-022",
"018-023",
"018-024",
"018-025",
"018-026",
"018-027",
"018-028",
"018-029",
"018-030",
"018-031",
"018-032",
"018-033",
"018-034",
"018-035",
"018-036",
"018-037",
"018-038",
"018-039",
"018-040",
"018-041",
"018-042",
"018-043",
"018-044",
"018-045",
"018-046",
"018-047",
"018-048",
"018-049",
"018-050",
"018-051",
"018-052",
"018-053",
"018-054",
"018-055",
"018-056",
"018-057",
"018-058",
"018-059",
"018-060",
"018-061",
"018-062",
"018-063",
"018-064",
"018-065",
"018-066",
"018-067",
"018-068",
"018-069",
"018-070",
"018-071",
"018-072",
"018-073",
"018-074",
"018-075",
"018-076",
"018-077",
"018-078",
"018-079",
"018-080",
"018-081",
"018-082",
"018-083",
"018-084",
"018-085",
"018-086",
"018-087",
"018-088",
"018-089",
"018-090",
"018-091",
"018-092",
"018-093",
"018-094",
"018-095",
"018-096",
"018-097",
"018-098",
"018-099",
"018-100",
"018-101",
"018-102",
"018-103",
"018-104",
"018-105",
"018-106",
"018-107",
"018-108",
"018-109",
"018-110",
"018-111",
"018-112",
"018-113",
"018-114",
"018-115",
"018-116",
"019-001",
"019-002",
"019-003",
"019-004",
"019-005",
"019-006",
"019-007",
"019-008",
"019-009",
"019-010",
"019-011",
"019-012",
"019-013",
"019-014",
"019-015",
"019-016",
"019-017",
"019-018",
"019-019",
"019-020",
"019-021",
"019-022",
"019-023",
"019-024",
"019-025",
"019-026",
"019-027",
"019-028",
"019-029",
"019-030",
"019-031",
"019-032",
"019-033",
"019-034",
"019-035",
"019-036",
"019-037",
"019-038",
"019-039",
"019-040",
"019-041",
"019-042",
"019-043",
"019-044",
"019-045",
"019-046",
"019-047",
"019-048",
"019-049",
"019-050",
"019-051",
"019-052",
"019-053",
"020-001",
"020-002",
"020-003",
"020-004",
"020-005",
"020-006",
"020-007",
"020-008",
"020-009",
"020-010",
"020-011",
"020-012",
"020-013",
"020-014",
"020-015",
"020-016",
"020-017",
"020-018",
"020-019",
"020-020",
"020-021",
"020-022",
"020-023",
"020-024",
"020-025",
"020-026",
"020-027",
"020-028",
"020-029",
"020-030",
"020-031",
"020-032",
"020-033",
"020-034",
"020-035",
"020-036",
"020-037",
"020-038",
"020-039",
"020-040",
"020-041",
"020-042",
"020-043",
"020-044",
"020-045",
"020-046",
"020-047",
"020-048",
"020-049",
"020-050",
"020-051",
"020-052",
"020-053",
"020-054",
"020-055",
"020-056",
"020-057",
"020-058",
"020-059",
"020-060",
"020-061",
"020-062",
"020-063",
"020-064",
"020-065",
"020-066",
"020-067",
"020-068",
"020-069",
"020-070",
"020-071",
"020-072",
"020-073",
"020-074",
"020-075",
"020-076",
"020-077",
"020-078",
"020-079",
"020-080",
"020-081",
"020-082",
"020-083",
"020-084",
"020-085",
"020-086",
"020-087",
"020-088",
"020-089",
"020-090",
"020-091",
"020-092",
"020-093",
"020-094",
"020-095",
"020-096",
"020-097",
"020-098",
"020-099",
"020-100",
"020-101",
"020-102",
"020-103",
"020-104",
"020-105",
"020-106",
"020-107",
"020-108",
"020-109",
"020-110",
"020-111",
"020-112",
"020-113",
"020-114",
"020-115",
"020-116",
"020-117",
"020-118",
"020-119",
"020-120",
"020-121",
"021-001",
"021-002",
"021-003",
"021-004",
"021-005",
"021-006",
"021-007",
"021-008",
"021-009",
"021-010",
"021-011",
"021-012",
"021-013",
"021-014",
"021-015",
"021-016",
"021-017",
"021-018",
"021-019",
"021-020",
"021-021",
"021-022",
"021-023",
"021-024",
"021-025",
"021-026",
"021-027",
"021-028",
"021-029",
"021-030",
"021-031",
"021-032",
"021-033",
"021-034",
"021-035",
"021-036",
"021-037",
"021-038",
"021-039",
"021-040",
"021-041",
"021-042",
"021-043",
"021-044",
"021-045",
"021-046",
"021-047",
"021-048",
"021-049",
"021-050",
"021-051",
"021-052",
"021-053",
"021-054",
"021-055",
"021-056",
"021-057",
"021-058",
"021-059",
"021-060",
"023-001",
"023-002",
"023-003",
"023-004",
"023-005",
"023-006",
"023-007",
"023-008",
"023-009",
"023-010",
"023-011",
"023-012",
"023-013",
"023-014",
"023-015",
"023-016",
"023-017",
"023-018",
"023-019",
"023-020",
"023-021",
"023-022",
"024-001",
"024-002",
"024-003",
"024-004",
"024-005",
"024-006",
"024-007",
"024-008",
"024-009",
"024-010",
"024-011",
"024-012",
"024-013",
"024-014",
"024-015",
"024-016",
"024-017",
"024-018",
"024-019",
"024-020",
"024-021",
"024-022",
"024-023",
"024-024",
"024-025",
"024-026",
"024-027",
"024-028",
"024-029",
"024-030",
"024-031",
"024-032",
"024-033",
"024-034",
"024-035",
"024-036",
"024-037",
"024-038",
"024-039",
"024-040",
"024-041",
"024-042",
"024-043",
"024-044",
"024-045",
"024-046",
"024-047",
"024-048",
"024-049",
"024-050",
"024-051",
"024-052",
"024-053",
"025-001",
"025-002",
"025-003",
"025-004",
"025-005",
"025-006",
"025-007",
"025-008",
"025-009",
"025-010",
"025-011",
"025-012",
"025-013",
"025-014",
"025-015",
"025-016",
"025-017",
"025-018",
"025-019",
"025-020",
"025-021",
"025-022",
"025-023",
"025-024",
"025-025",
"025-026",
"025-027",
"025-028",
"025-029",
"025-030",
"025-031",
"025-032",
"025-033",
"025-034",
"025-035",
"025-036",
"025-037",
"025-038",
"025-039",
"025-040",
"025-041",
"025-042",
"025-043",
"025-044",
"025-045",
"025-046",
"025-047",
"025-048",
"025-049",
"025-050",
"025-051",
"025-052",
"025-053",
"025-054",
"025-055",
"025-056",
"025-057",
"025-058",
"025-059",
"025-060",
"025-061",
"025-062",
"025-063",
"025-064",
"025-065",
"026-001",
"026-002",
"026-003",
"026-004",
"026-005",
"026-006",
"026-007",
"026-008",
"026-009",
"026-010",
"026-011",
"026-012",
"026-013",
"026-014",
"026-015",
"026-016",
"026-017",
"026-018",
"026-019",
"026-020",
"026-021",
"026-022",
"026-023",
"026-024",
"026-025",
"026-026",
"026-027",
"026-028",
"026-029",
"026-030",
"026-031",
"026-032",
"026-033",
"026-034",
"026-035",
"026-036",
"026-037",
"026-038",
"026-039",
"026-040",
"026-041",
"026-042",
"026-043",
"026-044",
"026-045",
"026-046",
"026-047",
"026-048",
"026-049",
"026-050",
"026-051",
"026-052",
"026-053",
"027-001",
"027-002",
"027-003",
"027-004",
"027-005",
"027-006",
"027-007",
"027-008",
"027-009",
"027-010",
"028-001",
"028-002",
"028-003",
"028-004",
"028-005",
"028-006",
"028-007",
"028-008",
"028-009",
"028-010",
"028-011",
"028-012",
"028-013",
"028-014",
"028-015",
"028-016",
"028-017",
"028-018",
"028-019",
"028-020",
"028-021",
"028-022",
"028-023",
"028-024",
"028-025",
"028-026",
"028-027",
"028-028",
"028-029",
"028-030",
"028-031",
"028-032",
"029-001",
"029-002",
"029-003",
"029-004",
"029-005",
"029-006",
"029-007",
"029-008",
"029-009",
"029-010",
"029-011",
"029-012",
"029-013",
"029-014",
"029-015",
"029-016",
"029-017",
"029-018",
"029-019",
"029-020",
"029-021",
"029-022",
"029-023",
"029-024",
"029-025",
"029-026",
"029-027",
"029-028",
"029-029",
"029-030",
"029-031",
"029-032",
"029-033",
"029-034",
"029-035",
"029-036",
"029-037",
"029-038",
"029-039",
"029-040",
"029-041",
"029-042",
"029-043",
"029-044",
"029-045",
"029-046",
"029-047",
"029-048",
"029-049",
"029-050",
"029-051",
"029-052",
"029-053",
"029-054",
"029-055",
"029-056",
"029-057",
"029-058",
"029-059",
"029-060",
"029-061",
"029-062",
"029-063",
"029-064",
"029-065",
"029-066",
"029-067",
"029-068",
"029-069",
"029-070",
"029-071",
"029-072",
"029-073",
"029-074",
"029-075",
"029-076",
"029-077",
"029-078",
"029-079",
"029-080",
"029-081",
"029-082",
"029-083",
"029-084",
"029-085",
"029-086",
"029-087",
"029-088",
"029-089",
"029-090",
"029-091",
"029-092",
"029-093",
"184-001",
"184-002",
"184-003",
"184-004",
"184-005",
"184-006",
"184-007",
"184-008",
"184-009",
"184-010",
"184-011",
"184-012",
"184-013",
"184-014",
"184-015",
"184-016",
"184-017",
"184-018",
"184-019",
"184-020",
"184-021",
"184-022",
"184-023",
"184-024",
"184-025",
"184-026",
"184-027",
"184-028",
"184-029",
"184-030",
"184-031",
"184-032",
"184-033",
"184-034",
"184-035",
"184-036",
"184-037",
"202-001",
"202-002",
"202-003",
"202-004",
"202-005",
"202-006",
"202-007",
"202-008",
"422-001",
"422-002",
"422-003",
"422-004",
"422-005",
"422-006",
"422-007",
"422-008",
"422-009",
"422-010",
"422-011",
"422-012",
"422-013",
"005-000",
"006-000",
"007-000",
"009-000",
"010-000",
"011-000",
"012-000",
"014-000",
"015-000",
"016-000",
"018-000",
"019-000",
"020-000",
"021-000",
"023-000",
"024-000",
"025-000",
"026-000",
"027-000",
"028-000",
"029-000",
"184-000",
"202-000",
"422-000",
"000-000"
]
},
"bureauCode": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards/0/bureauCode",
"type": "string",
"title": "BureauCode schema item.",
"description": "2 digit integer bureau code",
"name": "bureauCode",
"pattern": "^[0-9]{2}$"
},
"cioInvolvementDescription": {
"id": "https://omb.max.gov/schemas/GovernanceBoard/boards/0/cioInvolvementDescription",
"type": "string",
"name": "cioInvolvementDescription",
"title": "cioInvolvementDescription schema item.",
"minLength": 1,
"maxLength": 500
}
},
"additionalProperties": false,
"required": [
"governanceBoardName",
"bureauCode"
]
},
"required": [
"0"
],
"minItems": 1,
"additionalItems": false
}
},
"required": [
"boards"
]
} | o20234 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://qiskit.org/qobj/generic-01/schema#",
"properties": {
"experiments": {
"properties": {
"instructions": {
"$ref": "#/definitions/generic_instructions"
}
}
}
},
"definitions": {
"generic_instructions": {
"anyOf": [
{
"title": "3-param 1Q op",
"required": [
"qubits",
"params"
],
"properties": {
"name": {
"enum": [
"u3",
"U"
]
},
"qubits": {
"maxItems": 1
},
"clbits": {
"maxItems": 0
},
"params": {
"minItems": 3,
"maxItems": 3
},
"texparams": {
"minItems": 3,
"maxItems": 3
}
}
},
{
"title": "fixed 1Q op",
"required": [
"qubits"
],
"properties": {
"name": {
"enum": [
"reset",
"id",
"h",
"s",
"sdg",
"t",
"tdg",
"x",
"y",
"z"
]
},
"qubits": {
"maxItems": 1
},
"clbits": {
"maxItems": 0
},
"params": {
"maxItems": 0
},
"texparams": {
"maxItems": 0
}
}
},
{
"title": "1-param 1Q op",
"required": [
"qubits",
"params"
],
"properties": {
"name": {
"enum": [
"u1",
"rx",
"ry",
"rz"
]
},
"qubits": {
"maxItems": 1
},
"clbits": {
"maxItems": 0
},
"params": {
"minItems": 1,
"maxItems": 1
},
"texparams": {
"minItems": 1,
"maxItems": 1
}
}
},
{
"title": "2-param 1Q op",
"required": [
"qubits",
"params"
],
"properties": {
"name": {
"enum": [
"u2"
]
},
"qubits": {
"maxItems": 1
},
"clbits": {
"maxItems": 0
},
"params": {
"minItems": 2,
"maxItems": 2
},
"texparams": {
"minItems": 2,
"maxItems": 2
}
}
},
{
"title": "fixed 2Q gate",
"required": [
"qubits"
],
"properties": {
"name": {
"enum": [
"cx",
"CX",
"cy",
"cz",
"ch",
"swap"
]
},
"qubits": {
"description": "[control, target]",
"minItems": 2,
"maxItems": 2
},
"clbits": {
"maxItems": 0
},
"params": {
"maxItems": 0
},
"texparams": {
"maxItems": 0
}
}
},
{
"title": "1-param 2Q controlled gate",
"required": [
"qubits",
"params"
],
"properties": {
"name": {
"enum": [
"cu1",
"crz"
]
},
"qubits": {
"description": "[control, target]",
"minItems": 2,
"maxItems": 2
},
"clbits": {
"maxItems": 0
},
"params": {
"minItems": 1,
"maxItems": 1
},
"texparams": {
"minItems": 1,
"maxItems": 1
}
}
},
{
"title": "3-param 2Q controlled gate",
"required": [
"qubits",
"params"
],
"properties": {
"name": {
"enum": [
"cu3"
]
},
"qubits": {
"description": "[control, target]",
"minItems": 2,
"maxItems": 2
},
"clbits": {
"maxItems": 0
},
"params": {
"minItems": 3,
"maxItems": 3
},
"texparams": {
"minItems": 3,
"maxItems": 3
}
}
},
{
"title": "fixed 3Q doubly controlled gate",
"required": [
"qubits"
],
"properties": {
"name": {
"enum": [
"ccx"
]
},
"qubits": {
"description": "[control, control, target]",
"minItems": 3,
"maxItems": 3
},
"clbits": {
"maxItems": 0
},
"params": {
"maxItems": 0
},
"texparams": {
"maxItems": 0
}
}
},
{
"title": "measurement",
"required": [
"qubits",
"clbits"
],
"properties": {
"name": {
"enum": [
"measure"
]
},
"qubits": {
"maxItems": 1
},
"clbits": {
"minItems": 1,
"maxItems": 1
},
"params": {
"maxItems": 0
},
"texparams": {
"maxItems": 0
}
}
},
{
"title": "barrier",
"required": [
"qubits"
],
"properties": {
"name": {
"enum": [
"barrier"
]
},
"clbits": {
"maxItems": 0
},
"params": {
"maxItems": 0
},
"texparams": {
"maxItems": 0
}
}
},
{
"description": "Operations named with leading # are pragma-like (safe to ignore by backends that don't understand them).",
"properties": {
"name": {
"pattern": "^#.+"
}
}
},
{
"description": "Operations named with leading _ are non-generic (specific to certain backends) and not specified here. Not safe to ignore.",
"properties": {
"name": {
"pattern": "^_.+"
}
}
}
]
}
}
} | o24467 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "Base of the triangle",
"type": "number"
},
"height": {
"description": "Height of the triangle",
"type": "number"
},
"length": {
"description": "Length of the rectangle",
"type": "number"
},
"radius": {
"description": "Radius of the circle",
"type": "number"
},
"width": {
"description": "Width of the rectangle",
"type": "number"
}
},
"required": [],
"type": "object"
},
"shape": {
"description": "Type of shape (circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_a021594c |
{
"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 geometric shape (e.g. square, circle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_1bc05895 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"varBoolean": {
"anyOf": [
{
"enum": [
"a",
"b",
"c",
false,
true
]
},
{
"type": "number"
}
],
"default": false
},
"varInteger": {
"anyOf": [
{
"enum": [
"a",
"b",
"c",
false,
true
]
},
{
"type": "number"
}
],
"default": 123
},
"varString": {
"anyOf": [
{
"enum": [
"a",
"b",
"c",
false,
true
]
},
{
"type": "number"
}
],
"default": "123"
}
},
"required": [
"varBoolean",
"varInteger",
"varString"
],
"type": "object"
} | o17616 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle or triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g., circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_f08ae621 |
{
"description": "An instance of <a href=\"#scene-events\">the scene media events configuration</a>.",
"properties": {
"onEnded": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "The onEnded event of the media. The action uid or an array of action uids. Works only on video media.",
"example": "action-0",
"title": "onEnded"
},
"onPause": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "The onPause event of the media. The action uid or an array of action uids. Works only on video media.",
"example": "action-0",
"title": "onPause"
},
"onPlay": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "The onPlay event of the media. The action uid or an array of action uids. Works only on video media.",
"example": "action-0",
"title": "onPlay"
},
"onSeeked": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "The onSeeked event of the media. The action uid or an array of action uids. Works only on video media.",
"example": "action-0",
"title": "onSeeked"
}
},
"title": "SceneMediaEventsConfig",
"type": "object"
} | o44295 |
{
"additionalProperties": true,
"definitions": {
"repository": {
"additionalProperties": true,
"properties": {
"name": {
"maxLength": 100,
"title": "SCM repository name (e.g.: spec-python)",
"type": "string"
},
"owner_name": {
"maxLength": 100,
"title": "Owner/Organization of the SCM repository (e.g. totem)",
"type": "string"
}
},
"required": [
"owner_name",
"name"
]
}
},
"properties": {
"branch": {
"description": "Name of the branch",
"maxLength": 100,
"type": "string"
},
"commit": {
"maxLength": 100,
"title": "Git SHA Commit ID",
"type": "string"
},
"repository": {
"$ref": "#/definitions/repository"
},
"status": {
"description": "Status of the build. 0: success 1: failed",
"enum": [
0,
1
]
}
},
"required": [
"repository",
"branch",
"commit",
"status"
],
"title": "Schema for Travis Hook payload",
"type": "object"
} | o82154 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/IsSubscribed_Level_II_Quotes.args.scheme.json",
"title": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b IsSubscribed_Level_II_Quotes",
"description": "\u0421\u0445\u0435\u043c\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c\u0443 \u0432\u044b\u0437\u043e\u0432\u0443 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b IsSubscribed_Level_II_Quotes",
"type": "object",
"properties": {
"class_code": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 class_code",
"type": "string"
},
"sec_code": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 sec_code",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"class_code",
"sec_code"
]
} | o5151 |
{
"properties": {
"networking": {
"description": "Networking-related configuration properties for Minio on DC/OS.",
"properties": {
"https-redirect": {
"default": false,
"description": "Whether Marathon-lb should redirect HTTP traffic to HTTPS.",
"type": "boolean"
},
"public-agent": {
"description": "The IP address of the public agent configure for integration with Marathon-lb.Remove the leading http:// and the trailing / from the IP. ",
"type": "string"
}
},
"required": [
"public-agent"
],
"type": "object"
},
"service": {
"description": "Minio DC/OS service properties",
"properties": {
"cpus": {
"default": 1,
"description": "CPU shares to allocate to each service instance.",
"minimum": 0.5,
"type": "number"
},
"mem": {
"default": 2048,
"description": "Memory to allocate to each service instance.",
"minimum": 2048,
"type": "number"
},
"name": {
"default": "minio",
"description": "Name of this service instance",
"type": "string"
}
},
"required": [
"name",
"cpus",
"mem"
],
"type": "object"
},
"storage": {
"description": "Storage configuration for Minio's application and config on DC/OS",
"properties": {
"persistent-volume": {
"description": "Persistent volumes configuration (local volumes) are created on the machine with the hostname specified and Marathon will attempt to re-launch the task on the same machine. Note that if the machine is lost, your data may also be lost.",
"properties": {
"host-volume": {
"default": "export",
"description": "The location of a volume on the host to be used to persist Minio configuration and data.",
"type": "string"
}
},
"type": "object"
},
"pinned-hostname": {
"description": "An optional DC/OS agent hostname to run this Minio instance on (e.g. 10.0.0.1). If this is not specified then the task may relaunch on another node than the one it originally ran on.",
"type": "string"
}
},
"required": [
"persistent-volume"
],
"type": "object"
}
}
} | o90771 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Constraint",
"description": "Constraint to the parameter.",
"type": "array",
"items": {
"type": "object",
"required": [
"allowed_pattern",
"description"
],
"properties": {
"allowed_pattern": {
"description": "A regular expression pattern.",
"type": "string",
"default": "null"
},
"description": {
"description": "A human readable description of the constraint.",
"type": "string",
"default": "null"
}
}
}
} | o89213 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"some_property": {
"description": "Example property",
"type": "string",
"maxLength": 64
}
}
} | o13272 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentCondition": {
"description": "DeploymentCondition describes the state of a deployment at a certain point.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Last time the condition transitioned from one status to another."
},
"lastUpdateTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "The last time this condition was updated."
},
"message": {
"description": "A human readable message indicating details about the transition.",
"type": "string"
},
"reason": {
"description": "The 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 deployment condition.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentSpec": {
"description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
"properties": {
"minReadySeconds": {
"_format": "int32",
"description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)",
"type": "integer"
},
"paused": {
"description": "Indicates that the deployment is paused.",
"type": "boolean"
},
"progressDeadlineSeconds": {
"_format": "int32",
"description": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.",
"type": "integer"
},
"replicas": {
"_format": "int32",
"description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.",
"type": "integer"
},
"revisionHistoryLimit": {
"_format": "int32",
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
"type": "integer"
},
"selector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels."
},
"strategy": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentStrategy",
"description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys"
},
"template": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_PodTemplateSpec",
"description": "Template describes the pods that will be created."
}
},
"required": [
"selector",
"template"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentStatus": {
"description": "DeploymentStatus is the most recently observed status of the Deployment.",
"properties": {
"availableReplicas": {
"_format": "int32",
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
"type": "integer"
},
"collisionCount": {
"_format": "int32",
"description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.",
"type": "integer"
},
"conditions": {
"description": "Represents the latest available observations of a deployment's current state.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentCondition"
},
"type": "array",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
},
"observedGeneration": {
"_format": "int64",
"description": "The generation observed by the deployment controller.",
"type": "integer"
},
"readyReplicas": {
"_format": "int32",
"description": "Total number of ready pods targeted by this deployment.",
"type": "integer"
},
"replicas": {
"_format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
"type": "integer"
},
"unavailableReplicas": {
"_format": "int32",
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
"type": "integer"
},
"updatedReplicas": {
"_format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
"type": "integer"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentStrategy": {
"description": "DeploymentStrategy describes how to replace existing pods with new ones.",
"properties": {
"rollingUpdate": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_RollingUpdateDeployment",
"description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate."
},
"type": {
"description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_RollingUpdateDeployment": {
"description": "Spec to control the desired behavior of rolling update.",
"properties": {
"maxSurge": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods."
},
"maxUnavailable": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods."
}
},
"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": "Deployment enables declarative updates for Pods and ReplicaSets.",
"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": [
"Deployment"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta",
"description": "Standard object metadata."
},
"spec": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentSpec",
"description": "Specification of the desired behavior of the Deployment."
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_apps_v1_DeploymentStatus",
"description": "Most recently observed status of the Deployment."
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "apps",
"kind": "Deployment",
"version": "v1"
}
]
} | kb_255_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_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": "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"enum": [
"scheduling.k8s.io/v1alpha1"
],
"type": [
"string",
"null"
]
},
"description": {
"description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
"type": [
"string",
"null"
]
},
"globalDefault": {
"description": "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
"type": [
"boolean",
"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": [
"PriorityClass"
],
"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"
},
"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",
"null"
]
},
"value": {
"description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
"format": "int32",
"type": [
"integer",
"null"
]
}
},
"required": [
"value"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1alpha1"
}
]
} | kb_759_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition": {
"description": "CustomResourceColumnDefinition specifies a column for server side printing.",
"properties": {
"description": {
"description": "description is a human readable description of this column.",
"type": "string"
},
"format": {
"description": "format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.",
"type": "string"
},
"jsonPath": {
"description": "jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.",
"type": "string"
},
"name": {
"description": "name is a human readable name for the column.",
"type": "string"
},
"priority": {
"_format": "int32",
"description": "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.",
"type": "integer"
},
"type": {
"description": "type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.",
"type": "string"
}
},
"required": [
"name",
"type",
"jsonPath"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceScale": {
"description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.",
"properties": {
"labelSelectorPath": {
"description": "labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.",
"type": "string"
},
"specReplicasPath": {
"description": "specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.",
"type": "string"
},
"statusReplicasPath": {
"description": "statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.",
"type": "string"
}
},
"required": [
"specReplicasPath",
"statusReplicasPath"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceStatus": {
"description": "CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresources": {
"description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.",
"properties": {
"scale": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceScale",
"description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object."
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresourceStatus",
"description": "status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceValidation": {
"description": "CustomResourceValidation is a list of validation methods for CustomResources.",
"properties": {
"openAPIV3Schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps",
"description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ExternalDocumentation": {
"description": "ExternalDocumentation allows referencing an external resource for extended documentation.",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON": {
"description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps": {
"description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": "string"
},
"$schema": {
"type": "string"
},
"additionalItems": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray"
},
"type": "object"
},
"description": {
"type": "string"
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"type": "array"
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"exclusiveMaximum": {
"type": "boolean"
},
"exclusiveMinimum": {
"type": "boolean"
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ExternalDocumentation"
},
"format": {
"description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.",
"type": "string"
},
"id": {
"type": "string"
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrArray"
},
"maxItems": {
"_format": "int64",
"type": "integer"
},
"maxLength": {
"_format": "int64",
"type": "integer"
},
"maxProperties": {
"_format": "int64",
"type": "integer"
},
"maximum": {
"format": "double",
"type": "number"
},
"minItems": {
"_format": "int64",
"type": "integer"
},
"minLength": {
"_format": "int64",
"type": "integer"
},
"minProperties": {
"_format": "int64",
"type": "integer"
},
"minimum": {
"format": "double",
"type": "number"
},
"multipleOf": {
"format": "double",
"type": "number"
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"nullable": {
"type": "boolean"
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "array"
},
"pattern": {
"type": "string"
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": "object"
},
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"uniqueItems": {
"type": "boolean"
},
"x-kubernetes-embedded-resource": {
"description": "x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).",
"type": "boolean"
},
"x-kubernetes-int-or-string": {
"description": "x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more",
"type": "boolean"
},
"x-kubernetes-list-map-keys": {
"description": "x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.\n\nThis tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).\n\nThe properties specified must either be required or have a default value, to ensure those properties are present for all list items.",
"items": {
"type": "string"
},
"type": "array"
},
"x-kubernetes-list-type": {
"description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.",
"type": "string"
},
"x-kubernetes-map-type": {
"description": "x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.",
"type": "string"
},
"x-kubernetes-preserve-unknown-fields": {
"description": "x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.",
"type": "boolean"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrArray": {
"description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrBool": {
"description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray": {
"description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
}
},
"description": "CustomResourceDefinitionVersion describes a version for CRD.",
"properties": {
"additionalPrinterColumns": {
"description": "additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceColumnDefinition"
},
"type": [
"array",
"null"
]
},
"name": {
"description": "name is the version name, e.g. \u201cv1\u201d, \u201cv2beta1\u201d, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.",
"type": [
"string",
"null"
]
},
"schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceValidation",
"description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource."
},
"served": {
"description": "served is a flag enabling/disabling this version from being served via REST APIs",
"type": [
"boolean",
"null"
]
},
"storage": {
"description": "storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.",
"type": [
"boolean",
"null"
]
},
"subresources": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceSubresources",
"description": "subresources specify what subresources this version of the defined custom resource have."
}
},
"required": [
"name",
"served",
"storage"
],
"type": "object"
} | kb_208_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"meta": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"type": {
"type": "string",
"enum": [
"EiffelTestExecutionRecipeCollectionCreatedEvent"
]
},
"version": {
"type": "string",
"enum": [
"3.0.0"
],
"default": "3.0.0"
},
"time": {
"type": "integer"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"source": {
"type": "object",
"properties": {
"domainId": {
"type": "string"
},
"host": {
"type": "string"
},
"name": {
"type": "string"
},
"serializer": {
"type": "string",
"pattern": "^pkg:"
},
"uri": {
"type": "string"
}
},
"additionalProperties": false
},
"security": {
"type": "object",
"properties": {
"sdm": {
"type": "object",
"properties": {
"authorIdentity": {
"type": "string"
},
"encryptedDigest": {
"type": "string"
}
},
"required": [
"authorIdentity",
"encryptedDigest"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": [
"id",
"type",
"version",
"time"
],
"additionalProperties": false
},
"data": {
"type": "object",
"properties": {
"selectionStrategy": {
"type": "object",
"properties": {
"tracker": {
"type": "string"
},
"id": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"batchesUri": {
"type": "string"
},
"batches": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"priority": {
"type": "integer"
},
"recipes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"testCase": {
"type": "object",
"properties": {
"tracker": {
"type": "string"
},
"id": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"constraints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"id",
"testCase"
],
"additionalProperties": false
}
},
"dependencies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dependent": {
"type": "string"
},
"dependency": {
"type": "string"
}
},
"required": [
"dependent",
"dependency"
],
"additionalProperties": false
}
}
},
"required": [
"priority",
"recipes"
],
"additionalProperties": false
}
},
"customData": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"selectionStrategy"
],
"additionalProperties": false
},
"links": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"type",
"target"
],
"additionalProperties": false
}
}
},
"required": [
"meta",
"data",
"links"
],
"additionalProperties": false
} | o5412 |
{
"properties": {
"dimensions": {
"properties": {
"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",
"height",
"radius"
],
"type": "object"
},
"shape": {
"description": "The shape to calculate the volume of",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_volume_724f5856 |
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"title": "VCMI bonus system format",
"description": "Subsection of several formats, used to add generic bonuses to objects",
"required": [
"type"
],
"definitions": {
"nestedLimiter": {
"anyOf": [
{
"type": "string",
"description": "parameterless limiter or boolean operator at start of array"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"description": "type"
},
"parameters": {
"type": "array",
"description": "parameters",
"additionalItems": true
}
}
},
{
"type": "array",
"additionalItems": {
"$ref": "#/definitions/nestedLimiter",
"description": "nested limiters optionally prefixed with boolean operator"
}
}
]
}
},
"additionalProperties": false,
"properties": {
"addInfo": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "array",
"items": {
"anyof": [
{
"type": "string"
},
{
"type": "number"
}
]
}
}
],
"description": "addInfo"
},
"description": {
"type": "string",
"description": "description"
},
"duration": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "duration"
},
"effectRange": {
"type": "string",
"description": "effectRange"
},
"limiters": {
"$ref": "#/definitions/nestedLimiter",
"description": "limiter"
},
"propagator": {
"description": "propagator",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"description": "0"
}
}
]
},
"updater": {
"anyOf": [
{
"type": "string"
},
{
"description": "updater",
"type": "object",
"required": [
"type",
"parameters"
],
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"description": "type"
},
"parameters": {
"type": "array",
"description": "parameters",
"additionalItems": true
}
}
}
]
},
"sourceID": {
"type": "number",
"description": "sourceID"
},
"sourceType": {
"type": "string",
"description": "sourceType"
},
"stacking": {
"type": "string",
"description": "stacking"
},
"subtype": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "subtype"
},
"turns": {
"type": "number",
"description": "turns"
},
"type": {
"type": "string",
"description": "type"
},
"val": {
"type": "number",
"description": "val"
},
"valueType": {
"type": "string",
"description": "valueType"
}
}
} | o83807 |
{
"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 geometric shape",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_8e26a52e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://toshio.fedorapeople.org/stellarmagnate/stellar-schema.json",
"type": "object",
"additionalProperties": false,
"properties": {
"version": {
"type": "string",
"pattern": "^[0-9]+\\.[0-9]+$"
},
"system": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"minimum": 0
},
"location": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"planet",
"star"
]
},
"id": {
"type": "integer",
"minimum": 0
}
}
}
}
}
}
},
"cargo": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"minimum": 0
},
"type": {
"type": "string",
"enum": [
"food",
"metal",
"fuel",
"low bulk chemical",
"high bulk chemical",
"low bulk machine",
"high bulk machine"
]
},
"mean_price": {
"type": "integer",
"minimum": 1
},
"standard_deviation": {
"type": "integer",
"minimum": 1
},
"depreciation_rate": {
"type": "number",
"minimum": 0
},
"event": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"shortage",
"sale"
]
},
"adjustment": {
"type": "integer",
"minimum": 1
},
"msg": {
"type": "string"
}
}
}
}
}
}
},
"equipment": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"minimum": 0
},
"type": {
"type": "string",
"enum": [
"ship parts"
]
},
"mean_price": {
"type": "integer",
"minimum": 1
},
"standard_deviation": {
"type": "integer",
"minimum": 1
},
"depreciation_rate": {
"type": "number",
"minimum": 0
},
"holdspace": {
"type": "integer"
},
"event": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"sale",
"shortage"
]
},
"adjustment": {
"type": "integer",
"minimum": 0
},
"msg": {
"type": "string"
}
}
}
}
}
}
},
"property": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"minimum": 0
},
"mean_price": {
"type": "integer",
"minimum": 1
},
"standard_deviation": {
"type": "integer",
"minimum": 1
},
"depreciation_rate": {
"type": "number",
"minimum": 0
},
"storage_space": {
"type": "integer",
"minimum": 1
},
"event": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"sale",
"shortage"
]
},
"adjustment": {
"type": "integer",
"minimum": 0
},
"msg": {
"type": "string"
}
}
}
}
}
}
},
"ship": {
"type": "array",
"uniqueness": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"minimum": 0
},
"mean_price": {
"type": "integer",
"minimum": 1
},
"standard_deviation": {
"type": "integer",
"minimum": 1
},
"depreciation_rate": {
"type": "number",
"minimum": 0
},
"holdspace": {
"type": "integer",
"minimum": 0
},
"weaponmount": {
"type": "integer",
"minimum": 0
}
}
}
}
}
} | o18046 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"BindingChange": {
"properties": {
"conditions": {
"description": "An array of function names that will be executed as conditions.",
"items": {
"type": "string"
},
"type": "array"
},
"moveBetweenElementTags": {
"description": "Move property value between owner's element tags.",
"type": "boolean"
},
"name": {
"description": "Name of the input/output property to change",
"type": "string"
},
"owner": {
"$ref": "#/definitions/TemplateElement",
"description": "Component that emits the output or accepts the input"
},
"remove": {
"description": "Remove directive/component/property",
"type": "boolean"
},
"replaceWith": {
"description": "Replace original selector/property with new one",
"type": "string"
},
"valueTransform": {
"description": "A function that transforms the value of an Input",
"type": "string"
}
},
"required": [
"name",
"owner"
],
"type": "object"
},
"ElementType": {
"enum": [
"component",
"directive"
],
"type": "string"
},
"TemplateElement": {
"properties": {
"selector": {
"description": "Original selector to apply change to",
"type": "string"
},
"type": {
"$ref": "#/definitions/ElementType",
"description": "Type of selector the change applies to - either component or directive"
}
},
"required": [
"selector",
"type"
],
"type": "object"
}
},
"properties": {
"changes": {
"description": "An array of changes to input/output properties",
"items": {
"$ref": "#/definitions/BindingChange"
},
"type": "array"
}
},
"required": [
"changes"
],
"type": "object"
} | o7495 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"box-for": {
"type": "string"
},
"multiline": {
"type": "boolean"
},
"boxes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
}
} | o69838 |
{
"additionalProperties": true,
"description": "Marketo description",
"properties": {
"campaign": {
"properties": {
"description": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"id": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"name": {
"maxLength": 255,
"type": "string"
}
},
"required": [
"id",
"name"
],
"type": [
"object",
"null"
]
},
"company": {
"properties": {
"account_owner_email_address": {
"_format": "email",
"type": "string"
},
"account_owner_first_name": {
"maxLength": 255,
"type": "string"
},
"account_owner_last_name": {
"maxLength": 255,
"type": "string"
},
"annual_revenue": {
"maximum": 2147483647,
"minimum": 0,
"type": "number"
},
"billing_address": {
"maxLength": 255,
"type": "string"
},
"billing_city": {
"maxLength": 255,
"type": "string"
},
"billing_country": {
"maxLength": 255,
"type": "string"
},
"billing_postal_code": {
"maxLength": 255,
"type": "string"
},
"billing_state": {
"maxLength": 255,
"type": "string"
},
"industry": {
"maxLength": 255,
"type": "string"
},
"main_phone": {
"maxLength": 255,
"type": "string"
},
"name": {
"maxLength": 255,
"type": "string"
},
"notes": {
"maxLength": 255,
"type": "string"
},
"num_employees": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"parent_company_name": {
"maxLength": 255,
"type": "string"
},
"sic_code": {
"maxLength": 40,
"type": "string"
},
"site": {
"maxLength": 255,
"type": "string"
},
"website": {
"maxLength": 255,
"type": "string"
}
},
"type": [
"object",
"null"
]
},
"datetime": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"description": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"forward_to_friend_link": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"lead": {
"properties": {
"acquisition_date": {
"_format": "date-time",
"type": "string"
},
"acquisition_program": {
"maxLength": 255,
"type": "string"
},
"acquisition_program_name": {
"maxLength": 255,
"type": "string"
},
"address": {
"maxLength": 255,
"type": "string"
},
"anonymous_ip": {
"maxLength": 45,
"type": "string"
},
"black_listed": {
"type": "boolean"
},
"city": {
"maxLength": 255,
"type": "string"
},
"country": {
"maxLength": 255,
"type": "string"
},
"created_at": {
"_format": "date-time",
"type": "string"
},
"date_of_birth": {
"_format": "date",
"type": "string"
},
"department": {
"maxLength": 255,
"type": "string"
},
"do_not_call": {
"type": "boolean"
},
"do_not_call_reason": {
"maxLength": 512,
"type": "string"
},
"email_address": {
"_format": "email",
"type": "string"
},
"email_invalid": {
"type": "boolean"
},
"email_invalid_cause": {
"maxLength": 255,
"type": "string"
},
"email_suspended": {
"type": "boolean"
},
"email_suspended_at": {
"_format": "date-time",
"type": "string"
},
"email_suspended_cause": {
"maxLength": 2000,
"type": "string"
},
"facebook_display_name": {
"maxLength": 255,
"type": "string"
},
"facebook_id": {
"maxLength": 512,
"type": "string"
},
"facebook_photo_url": {
"maxLength": 255,
"type": "string"
},
"facebook_profile_url": {
"maxLength": 255,
"type": "string"
},
"facebook_reach": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"facebook_referred_enrollments": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"facebook_referred_visits": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"fax_number": {
"maxLength": 255,
"type": "string"
},
"first_name": {
"maxLength": 255,
"type": "string"
},
"full_name": {
"maxLength": 255,
"type": "string"
},
"gender": {
"maxLength": 6,
"type": "string"
},
"inferred_city": {
"maxLength": 255,
"type": "string"
},
"inferred_company": {
"maxLength": 255,
"type": "string"
},
"inferred_country": {
"maxLength": 255,
"type": "string"
},
"inferred_metropolitan_area": {
"maxLength": 255,
"type": "string"
},
"inferred_phone_area_code": {
"maxLength": 255,
"type": "string"
},
"inferred_postal_code": {
"maxLength": 255,
"type": "string"
},
"inferred_state_region": {
"maxLength": 255,
"type": "string"
},
"is_customer": {
"type": "boolean"
},
"is_partner": {
"type": "boolean"
},
"job_title": {
"maxLength": 255,
"type": "string"
},
"last_interesting_moment_date": {
"_format": "date-time",
"type": "string"
},
"last_interesting_moment_description": {
"maxLength": 255,
"type": "string"
},
"last_interesting_moment_source": {
"maxLength": 255,
"type": "string"
},
"last_interesting_moment_type": {
"maxLength": 255,
"type": "string"
},
"last_name": {
"maxLength": 255,
"type": "string"
},
"last_referred_enrollment": {
"_format": "date-time",
"type": "string"
},
"last_referred_visit": {
"_format": "date-time",
"type": "string"
},
"lead_marketing_suspended": {
"type": "boolean"
},
"lead_owner_email_address": {
"_format": "email",
"type": "string"
},
"lead_owner_first_name": {
"maxLength": 255,
"type": "string"
},
"lead_owner_job_title": {
"maxLength": 255,
"type": "string"
},
"lead_owner_last_name": {
"maxLength": 255,
"type": "string"
},
"lead_owner_phone_number": {
"maxLength": 255,
"type": "string"
},
"lead_rating": {
"maxLength": 255,
"type": "string"
},
"lead_score": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"lead_source": {
"maxLength": 255,
"type": "string"
},
"lead_status": {
"maxLength": 255,
"type": "string"
},
"linkedin_display_name": {
"maxLength": 255,
"type": "string"
},
"linkedin_id": {
"maxLength": 512,
"type": "string"
},
"linkedin_photo_url": {
"maxLength": 512,
"type": "string"
},
"linkedin_profile_url": {
"maxLength": 512,
"type": "string"
},
"linkedin_reach": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"linkedin_referred_enrollments": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"linkedin_referred_visits": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"middle_name": {
"maxLength": 255,
"type": "string"
},
"mobile_phone_number": {
"maxLength": 255,
"type": "string"
},
"number_of_optys": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"original_referrer": {
"maxLength": 255,
"type": "string"
},
"original_search_engine": {
"maxLength": 255,
"type": "string"
},
"original_search_phrase": {
"maxLength": 255,
"type": "string"
},
"original_source_info": {
"maxLength": 255,
"type": "string"
},
"original_source_type": {
"maxLength": 255,
"type": "string"
},
"person_notes": {
"maxLength": 512,
"type": "string"
},
"person_timezone": {
"maxLength": 255,
"type": "string"
},
"phone_number": {
"maxLength": 255,
"type": "string"
},
"postal_code": {
"maxLength": 255,
"type": "string"
},
"priority": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"registration_source_info": {
"maxLength": 2000,
"type": "string"
},
"registration_source_type": {
"maxLength": 255,
"type": "string"
},
"relative_score": {
"maximum": 5,
"minimum": 0,
"type": "integer"
},
"relative_urgency": {
"maximum": 5,
"minimum": 0,
"type": "integer"
},
"role": {
"maxLength": 50,
"type": "string"
},
"salutation": {
"maxLength": 255,
"type": "string"
},
"state": {
"maxLength": 255,
"type": "string"
},
"syndication_id": {
"maxLength": 512,
"type": "string"
},
"total_opty_amount": {
"maximum": 2147483647,
"minimum": 0,
"type": "number"
},
"total_opty_expected_revenue": {
"maximum": 2147483647,
"minimum": 0,
"type": "number"
},
"total_referred_enrollments": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"total_referred_visits": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"twitter_display_name": {
"maxLength": 255,
"type": "string"
},
"twitter_id": {
"maxLength": 512,
"type": "string"
},
"twitter_photo_url": {
"maxLength": 512,
"type": "string"
},
"twitter_profile_url": {
"maxLength": 512,
"type": "string"
},
"twitter_reach": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"twitter_referred_enrollments": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"twitter_referred_visits": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"unsubscribed": {
"type": "boolean"
},
"unsubscribed_reason": {
"maxLength": 512,
"type": "string"
},
"updated_at": {
"_format": "date-time",
"type": "string"
},
"urgency": {
"maximum": 32767,
"minimum": 0,
"type": "integer"
}
},
"type": [
"object",
"null"
]
},
"munchkinId": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"name": {
"maxLength": 128,
"type": "string"
},
"program": {
"properties": {
"description": {
"maxLength": 2000,
"type": "string"
},
"id": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer"
},
"name": {
"maxLength": 255,
"type": "string"
}
},
"type": [
"object",
"null"
]
},
"social": {
"properties": {
"email": {
"_format": "email",
"type": "string"
},
"promo_code": {
"maxLength": 255,
"type": "string"
},
"share_url": {
"maxLength": 2000,
"type": "string"
}
},
"type": [
"object",
"null"
]
},
"sp_send_alert_info": {
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"step": {
"maximum": 32767,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"unsubscribe_link": {
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"view_as_webpage_link": {
"maxLength": 2000,
"type": [
"string",
"null"
]
}
},
"required": [
"name"
],
"self": {
"format": "jsonschema",
"name": "event",
"vendor": "com.marketo",
"version": "2-0-0"
},
"type": "object"
} | sp_138_Normalized |
{
"additionalProperties": true,
"properties": {
"angellist": {
"additionalProperties": true,
"properties": {
"blogUrl": {
"_format": "uri",
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"followers": {
"maximum": 2147483647,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"handle": {
"type": [
"string",
"null"
]
},
"id": {
"maximum": 2147483647,
"minimum": 0,
"type": [
"integer",
"null"
]
}
},
"type": "object"
},
"crunchbase": {
"additionalProperties": true,
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"description": {
"type": [
"string",
"null"
]
},
"domain": {
"type": [
"string",
"null"
]
},
"domainAliases": {
"items": {},
"type": "array"
},
"emailProvider": {
"type": "boolean"
},
"facebook": {
"additionalProperties": true,
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"foundedDate": {
"type": [
"string",
"null"
]
},
"geo": {
"additionalProperties": true,
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"type": [
"string",
"null"
]
},
"countryCode": {
"type": [
"string",
"null"
]
},
"lat": {
"maximum": 90,
"minimum": -90,
"type": [
"number",
"null"
]
},
"lng": {
"maximum": 180,
"minimum": -180,
"type": [
"number",
"null"
]
},
"postalCode": {
"type": [
"string",
"null"
]
},
"state": {
"type": [
"string",
"null"
]
},
"stateCode": {
"type": [
"string",
"null"
]
},
"streetName": {
"type": [
"string",
"null"
]
},
"streetNumber": {
"type": [
"string",
"null"
]
},
"subPremise": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"id": {
"_format": "uuid",
"type": [
"string",
"null"
]
},
"legalName": {
"type": [
"string",
"null"
]
},
"linkedin": {
"additionalProperties": true,
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"location": {
"type": [
"string",
"null"
]
},
"logo": {
"_format": "uri",
"type": [
"string",
"null"
]
},
"metrics": {
"additionalProperties": true,
"properties": {
"alexaGlobalRank": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"alexaUsRank": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"annualRevenue": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"employees": {
"maximum": 2147483647,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"googleRank": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"marketCap": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"raised": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"integer",
"null"
]
}
},
"type": "object"
},
"name": {
"type": [
"string",
"null"
]
},
"phone": {
"type": [
"string",
"null"
]
},
"site": {
"additionalProperties": true,
"properties": {
"emailAddresses": {
"items": {
"type": "string"
},
"type": "array"
},
"h1": {
"type": [
"string",
"null"
]
},
"metaAuthor": {
"type": [
"string",
"null"
]
},
"metaDescription": {
"type": [
"string",
"null"
]
},
"phoneNumbers": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"_format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"tags": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"tech": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"timeZone": {
"type": [
"string",
"null"
]
},
"twitter": {
"additionalProperties": true,
"properties": {
"avatar": {
"_format": "uri",
"type": [
"string",
"null"
]
},
"bio": {
"type": [
"string",
"null"
]
},
"followers": {
"maximum": 2147483647,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"following": {
"maximum": 2147483647,
"minimum": 0,
"type": [
"integer",
"null"
]
},
"handle": {
"type": [
"string",
"null"
]
},
"id": {
"maximum": 9223372036854776000,
"minimum": 0,
"type": [
"string",
"integer",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"site": {
"_format": "uri",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": {
"type": [
"string",
"null"
]
},
"url": {
"_format": "uri",
"type": [
"string",
"null"
]
},
"utcOffset": {
"maximum": 32767,
"minimum": -32768,
"type": [
"integer",
"null"
]
}
},
"self": {
"format": "jsonschema",
"name": "company",
"vendor": "com.clearbit.enrichment",
"version": "1-0-0"
},
"type": "object"
} | sp_17_Normalized |
{
"id": "http://schemas.gdbots.io/json-schema/gdbots/forms/field/height-field/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:forms:field:height-field:1-0-0"
},
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]{1}[\\w-]*$",
"description": "A unique identifier (within the form) for the field. This value is not shown to the user and should NOT change once set."
},
"maps_to": {
"type": "string",
"default": "cf",
"pattern": "^[a-zA-Z_]{1}\\w*$",
"description": "The name of the schema field the answer will map to. By default this will go to the \"cf\" field which is a \"dynamic-field\" list containing all answers filled out on the form (ref \"gdbots:forms:mixin:send-submission\")."
},
"label": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "The main text for the question/field."
},
"placeholder": {
"type": "string",
"minLength": 0,
"maxLength": 255
},
"description": {
"type": "string",
"minLength": 0,
"maxLength": 65535,
"description": "A short description to better explain this field."
},
"is_required": {
"type": "boolean"
},
"link_text": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "The text that will replace the token \"{link}\" within the label or description."
},
"link_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
"description": "The URL to use for the replaced token \"{link}\" within the label or description."
},
"pii_impact": {
"type": "string",
"enum": [
"unknown",
"high",
"moderate",
"low"
]
},
"min_height": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 255,
"description": "The person's minimum physical height recorded in inches."
},
"max_height": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 255,
"description": "The person's maximum physical height recorded in inches."
}
},
"required": [
"_schema",
"name"
],
"additionalProperties": false
} | o42560 |
{
"additionalProperties": false,
"description": "Schema for a bad row resulting from a relay failure",
"properties": {
"failure": {
"description": "Information regarding the relay failure",
"properties": {
"message": {
"additionalProperties": false,
"description": "Details of failure",
"properties": {
"messageText": {
"description": "String describing the location the error was intercepted",
"type": "string"
},
"stackTrace": {
"description": "Stack trace if available",
"type": [
"string",
"null"
]
}
},
"required": [
"messageText"
],
"type": "object"
},
"timestamp": {
"_format": "date-time",
"description": "Timestamp at which the failure occurred",
"type": "string"
}
},
"type": "object"
},
"payload": {
"additionalProperties": false,
"description": "The enriched event that is associated with this relay failure",
"oneOf": [
{
"required": [
"eventStruct"
]
},
{
"required": [
"eventRaw"
]
}
],
"properties": {
"eventRaw": {
"description": "The raw event that was associated with teh failure",
"type": "string"
},
"eventStruct": {
"description": "The event fields",
"properties": {
"app_id": {
"type": [
"string",
"null"
]
},
"base_currency": {
"type": [
"string",
"null"
]
},
"br_colordepth": {
"type": [
"string",
"null"
]
},
"br_cookies": {
"type": [
"integer",
"null"
]
},
"br_family": {
"type": [
"string",
"null"
]
},
"br_features_director": {
"type": [
"integer",
"null"
]
},
"br_features_flash": {
"type": [
"integer",
"null"
]
},
"br_features_gears": {
"type": [
"integer",
"null"
]
},
"br_features_java": {
"type": [
"integer",
"null"
]
},
"br_features_pdf": {
"type": [
"integer",
"null"
]
},
"br_features_quicktime": {
"type": [
"integer",
"null"
]
},
"br_features_realplayer": {
"type": [
"integer",
"null"
]
},
"br_features_silverlight": {
"type": [
"integer",
"null"
]
},
"br_features_windowsmedia": {
"type": [
"integer",
"null"
]
},
"br_lang": {
"type": [
"string",
"null"
]
},
"br_name": {
"type": [
"string",
"null"
]
},
"br_renderengine": {
"type": [
"string",
"null"
]
},
"br_type": {
"type": [
"string",
"null"
]
},
"br_version": {
"type": [
"string",
"null"
]
},
"br_viewheight": {
"type": [
"integer",
"null"
]
},
"br_viewwidth": {
"type": [
"integer",
"null"
]
},
"collector_tstamp": {
"type": [
"string",
"null"
]
},
"contexts": {
"type": [
"string",
"null"
]
},
"derived_contexts": {
"type": [
"string",
"null"
]
},
"derived_tstamp": {
"type": [
"string",
"null"
]
},
"doc_charset": {
"type": [
"string",
"null"
]
},
"doc_height": {
"type": [
"integer",
"null"
]
},
"doc_width": {
"type": [
"integer",
"null"
]
},
"domain_sessionid": {
"type": [
"string",
"null"
]
},
"domain_sessionidx": {
"type": [
"integer",
"null"
]
},
"domain_userid": {
"type": [
"string",
"null"
]
},
"dvce_created_tstamp": {
"type": [
"string",
"null"
]
},
"dvce_ismobile": {
"type": [
"string",
"null"
]
},
"dvce_screenheight": {
"type": [
"integer",
"null"
]
},
"dvce_screenwidth": {
"type": [
"integer",
"null"
]
},
"dvce_sent_tstamp": {
"type": [
"string",
"null"
]
},
"dvce_type": {
"type": [
"string",
"null"
]
},
"etl_tags": {
"type": [
"string",
"null"
]
},
"etl_tstamp": {
"type": [
"string",
"null"
]
},
"event": {
"type": [
"string",
"null"
]
},
"event_fingerprint": {
"type": [
"string",
"null"
]
},
"event_format": {
"type": [
"string",
"null"
]
},
"event_id": {
"type": [
"string",
"null"
]
},
"event_name": {
"type": [
"string",
"null"
]
},
"event_vendor": {
"type": [
"string",
"null"
]
},
"event_version": {
"type": [
"string",
"null"
]
},
"geo_city": {
"type": [
"string",
"null"
]
},
"geo_country": {
"type": [
"string",
"null"
]
},
"geo_latitude": {
"type": [
"number",
"null"
]
},
"geo_longitude": {
"type": [
"number",
"null"
]
},
"geo_region": {
"type": [
"string",
"null"
]
},
"geo_region_name": {
"type": [
"string",
"null"
]
},
"geo_timezone": {
"type": [
"string",
"null"
]
},
"geo_zipcode": {
"type": [
"string",
"null"
]
},
"ip_domain": {
"type": [
"string",
"null"
]
},
"ip_isp": {
"type": [
"string",
"null"
]
},
"ip_netspeed": {
"type": [
"string",
"null"
]
},
"ip_organization": {
"type": [
"string",
"null"
]
},
"mkt_campaign": {
"type": [
"string",
"null"
]
},
"mkt_clickid": {
"type": [
"string",
"null"
]
},
"mkt_content": {
"type": [
"string",
"null"
]
},
"mkt_medium": {
"type": [
"string",
"null"
]
},
"mkt_network": {
"type": [
"string",
"null"
]
},
"mkt_source": {
"type": [
"string",
"null"
]
},
"mkt_term": {
"type": [
"string",
"null"
]
},
"name_tracker": {
"type": [
"string",
"null"
]
},
"network_userid": {
"type": [
"string",
"null"
]
},
"os_family": {
"type": [
"string",
"null"
]
},
"os_manufacturer": {
"type": [
"string",
"null"
]
},
"os_name": {
"type": [
"string",
"null"
]
},
"os_timezone": {
"type": [
"string",
"null"
]
},
"page_referrer": {
"type": [
"string",
"null"
]
},
"page_title": {
"type": [
"string",
"null"
]
},
"page_url": {
"type": [
"string",
"null"
]
},
"page_urlfragment": {
"type": [
"string",
"null"
]
},
"page_urlhost": {
"type": [
"string",
"null"
]
},
"page_urlpath": {
"type": [
"string",
"null"
]
},
"page_urlport": {
"type": [
"integer",
"null"
]
},
"page_urlquery": {
"type": [
"string",
"null"
]
},
"page_urlscheme": {
"type": [
"string",
"null"
]
},
"platform": {
"type": [
"string",
"null"
]
},
"pp_xoffset_max": {
"type": [
"integer",
"null"
]
},
"pp_xoffset_min": {
"type": [
"integer",
"null"
]
},
"pp_yoffset_max": {
"type": [
"integer",
"null"
]
},
"pp_yoffset_min": {
"type": [
"integer",
"null"
]
},
"refr_domain_userid": {
"type": [
"string",
"null"
]
},
"refr_dvce_tstamp": {
"type": [
"string",
"null"
]
},
"refr_medium": {
"type": [
"string",
"null"
]
},
"refr_source": {
"type": [
"string",
"null"
]
},
"refr_term": {
"type": [
"string",
"null"
]
},
"refr_urlfragment": {
"type": [
"string",
"null"
]
},
"refr_urlhost": {
"type": [
"string",
"null"
]
},
"refr_urlpath": {
"type": [
"string",
"null"
]
},
"refr_urlport": {
"type": [
"integer",
"null"
]
},
"refr_urlquery": {
"type": [
"string",
"null"
]
},
"refr_urlscheme": {
"type": [
"string",
"null"
]
},
"se_action": {
"type": [
"string",
"null"
]
},
"se_category": {
"type": [
"string",
"null"
]
},
"se_label": {
"type": [
"string",
"null"
]
},
"se_property": {
"type": [
"string",
"null"
]
},
"se_value": {
"type": [
"string",
"null"
]
},
"ti_category": {
"type": [
"string",
"null"
]
},
"ti_currency": {
"type": [
"string",
"null"
]
},
"ti_name": {
"type": [
"string",
"null"
]
},
"ti_orderid": {
"type": [
"string",
"null"
]
},
"ti_price": {
"type": [
"string",
"null"
]
},
"ti_price_base": {
"type": [
"string",
"null"
]
},
"ti_quantity": {
"type": [
"integer",
"null"
]
},
"ti_sku": {
"type": [
"string",
"null"
]
},
"tr_affiliation": {
"type": [
"string",
"null"
]
},
"tr_city": {
"type": [
"string",
"null"
]
},
"tr_country": {
"type": [
"string",
"null"
]
},
"tr_currency": {
"type": [
"string",
"null"
]
},
"tr_orderid": {
"type": [
"string",
"null"
]
},
"tr_shipping": {
"type": [
"string",
"null"
]
},
"tr_shipping_base": {
"type": [
"string",
"null"
]
},
"tr_state": {
"type": [
"string",
"null"
]
},
"tr_tax": {
"type": [
"string",
"null"
]
},
"tr_tax_base": {
"type": [
"string",
"null"
]
},
"tr_total": {
"type": [
"string",
"null"
]
},
"tr_total_base": {
"type": [
"string",
"null"
]
},
"true_tstamp": {
"type": [
"string",
"null"
]
},
"txn_id": {
"type": [
"string",
"null"
]
},
"unstruct_event": {
"type": [
"string",
"null"
]
},
"user_fingerprint": {
"type": [
"string",
"null"
]
},
"user_id": {
"type": [
"string",
"null"
]
},
"user_ipaddress": {
"type": [
"string",
"null"
]
},
"useragent": {
"type": [
"string",
"null"
]
},
"v_collector": {
"type": "string"
},
"v_etl": {
"type": "string"
},
"v_tracker": {
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"type": "object"
},
"processor": {
"additionalProperties": false,
"description": "Information about the relay responsible for the creation of the current relay failure",
"properties": {
"artifact": {
"description": "Artifact responsible for the creation of the current relay failure",
"maxLength": 512,
"type": "string"
},
"version": {
"description": "Version of the artifact responsible for the creation of the current relay failure",
"maxLength": 32,
"pattern": "^(\\d+\\.\\d+\\.\\d+.*)$",
"type": "string"
}
},
"required": [
"artifact",
"version"
],
"type": "object"
}
},
"required": [
"failure",
"payload",
"processor"
],
"self": {
"format": "jsonschema",
"name": "relay_failure",
"vendor": "com.snowplowanalytics.snowplow.badrows",
"version": "1-0-0"
},
"type": "object"
} | sp_341_Normalized |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SauceCTL Runner Configuration",
"description": "Configuration file for saucectl.",
"type": "object",
"properties": {
"kind": {
"enum": [
"apitest",
"cypress",
"espresso",
"imagerunner",
"playwright",
"puppeteer-replay",
"testcafe",
"xcuitest",
"playwright-cucumberjs"
]
}
},
"allOf": [
{
"if": {
"properties": {
"kind": {
"const": "cypress"
},
"apiVersion": {
"const": "v1alpha"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl cypress runner configuration",
"description": "Configuration file for cypress using saucectl",
"type": "object",
"allOf": [
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl artifacts schema",
"description": "Subschema for controlling artifacts",
"type": "object",
"properties": {
"artifacts": {
"description": "Manage test output, such as logs, videos, and screenshots.",
"type": "object",
"properties": {
"cleanup": {
"description": "Whether to remove all contents of artifacts directory",
"type": "boolean"
},
"download": {
"description": "Settings related to downloading test artifacts from Sauce Labs.",
"type": "object",
"properties": {
"match": {
"description": "Specifies which artifacts to download based on whether they match the file pattern provided. Supports the wildcard character '*'.",
"type": "array"
},
"when": {
"description": "Specifies when and under what circumstances to download artifacts.",
"enum": [
"always",
"fail",
"never",
"pass"
]
},
"directory": {
"description": "Specifies the path to the folder in which to download artifacts. A separate subdirectory is generated in this location for each suite.",
"type": "string"
}
},
"required": [
"when",
"match",
"directory"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl npm specific schema",
"description": "Subschema for npm specific settings",
"type": "object",
"properties": {
"npm": {
"description": "Settings specific to npm.",
"type": "object",
"properties": {
"packages": {
"description": "Specifies any npm packages that are required to run tests.",
"type": "object"
},
"dependencies": {
"description": "Specify local npm dependencies for saucectl to upload. These dependencies must already be installed in the local node_modules directory.",
"type": "array"
},
"registry": {
"description": "Override the default and official NPM registry URL with a custom one.",
"type": "string",
"deprecated": true
},
"strictSSL": {
"description": "Whether or not to do SSL key validation when making requests to the registry via https.",
"type": "boolean"
},
"registries": {
"description": "Specify all the registries you want to configure",
"type": "array",
"minimum": 0,
"items": {
"type": "object",
"properties": {
"scope": {
"description": "Scope for the registry entry",
"type": "string"
},
"url": {
"description": "URL for the registry entry",
"type": "string"
},
"authToken": {
"description": "authToken for the registry entry",
"type": "string"
}
},
"required": [
"url"
]
}
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl sauce specific schema",
"description": "Subschema for sauce specific settings",
"type": "object",
"properties": {
"sauce": {
"description": "All settings related to how tests are run and identified in the Sauce Labs platform.",
"type": "object",
"properties": {
"concurrency": {
"description": "Sets the maximum number of suites to execute at the same time. Excess suites are queued and run in order as each suite completes.",
"type": "integer",
"minimum": 1
},
"metadata": {
"description": "The set of properties that allows you to provide additional information about your project that helps you distinguish it in the various environments in which it is used and reviewed.",
"type": "object",
"properties": {
"build": {
"description": "Sauce Labs can aggregate all jobs under one view based on their association with a build.",
"type": "string"
},
"tags": {
"description": "Tag your jobs so you can find them easier in Sauce Labs.",
"type": "array"
}
},
"additionalProperties": false
},
"region": {
"description": "Which Sauce Labs data center to target.",
"enum": [
"us-west-1",
"us-east-4",
"eu-central-1"
]
},
"sauceignore": {
"description": "Path to the .sauceignore file.",
"default": ".sauceignore"
},
"tunnel": {
"description": "SauceCTL supports using Sauce Connect to establish a secure connection when running your tests on Sauce Labs. To do so, launch a tunnel; then provide the identifier in this property.",
"properties": {
"name": {
"description": "The tunnel name.",
"type": "string"
},
"owner": {
"description": "The owner (username) of the tunnel. Must be specified if the user that created the tunnel differs from the user that is running the tests.",
"type": "string"
}
},
"required": [
"name"
],
"additionalProperties": false
},
"retries": {
"description": "The number of times to retry a failing suite.",
"type": "integer",
"minimum": 0
},
"visibility": {
"description": "Set the visibility level of test results for suites run on Sauce Labs.",
"default": "team",
"type": "string",
"oneOf": [
{
"const": "public",
"title": "Accessible to everyone."
},
{
"const": "public restricted",
"title": "Share your test's results page and video, but keeps the logs only for you."
},
{
"const": "share",
"title": "Only accessible to people with a valid link."
},
{
"const": "team",
"title": "Only accessible to people under the same root account as you."
},
{
"const": "private",
"title": "Only you (the owner) will be able to view assets and test results page."
}
]
},
"launchOrder": {
"description": "Control starting order of suites. The default is the order in which suites are written in the config file.",
"type": "string",
"oneOf": [
{
"const": "fail rate",
"title": "Suites that historically have the highest failure rate start first."
}
]
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl reporters specific schema",
"description": "Subschema for reporters specific settings",
"type": "object",
"properties": {
"reporters": {
"type": "object",
"properties": {
"junit": {
"type": "object",
"description": "The JUnit reporter merges test results from all jobs in the JUnit format into a single report.",
"properties": {
"enabled": {
"description": "Toggles the reporter on/off.",
"type": "boolean"
},
"filename": {
"description": "Filename for the generated JUnit report.",
"type": "string",
"default": "saucectl-report.xml"
}
}
},
"json": {
"type": "object",
"description": "The JSON reporter merges test results from all jobs in the JSON format into a single report.",
"properties": {
"enabled": {
"description": "Toggles the reporter on/off.",
"type": "boolean"
},
"webhookURL": {
"description": "Webhook URL to pass JSON report.",
"type": "string"
},
"filename": {
"description": "Filename for the generated JSON report.",
"type": "string",
"default": "saucectl-test-result.xml"
}
}
}
},
"additionalProperties": false
}
},
"additionalProperties": true
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "cypress"
},
"showConsoleLog": {
"description": "Shows suites console.log locally. By default console.log is only shown on failures.",
"type": "boolean"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"rootDir": {
"description": "The directory of files that need to be bundled and uploaded for the tests to run.",
"type": "string"
},
"cypress": {
"description": "Contains details specific to the Cypress project.",
"type": "object",
"properties": {
"configFile": {
"description": "The designated cypress configuration file. SauceCTL determines related files based on the location of the config file. By default saucectl defers to the test file location defined in cypress.json.",
"type": "string",
"examples": [
"cypress.json"
]
},
"key": {
"description": "The secret key that grants permission to record your tests in the Cypress dashboard.",
"type": "string"
},
"record": {
"description": "Whether to record your test results in the Cypress dashboard.",
"type": "boolean"
},
"version": {
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"9.7.0",
"8.6.0"
]
},
"reporters": {
"description": "Set of reporter to use.",
"type": "array",
"minimum": 0,
"items": {
"type": "object",
"properties": {
"name": {
"description": "Name of the reporter. You may have to install the associated npm dependency through npm.packages field.",
"type": "string",
"examples": [
"dot",
"nyan"
]
},
"options": {
"description": "Options to pass to the reporter."
}
},
"additionalProperties": false
}
}
},
"required": [
"configFile",
"version"
],
"additionalProperties": false
},
"env": {
"description": "Set one or more environment variables. Values can be environment variables themselves. Not supported when running espresso/xcuitest!",
"type": "object"
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"browser": {
"$ref": "#/allOf/8/then/properties/suites/items/properties/browserName",
"enum": [
"chrome",
"firefox",
"microsoftedge"
]
},
"browserVersion": {
"description": "Which version of the browser to use.",
"type": "string"
},
"platformName": {
"$ref": "#/allOf/4/then/properties/suites/items/properties/platform",
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
]
},
"screenResolution": {
"description": "Specifies a browser window screen resolution, which may be useful if you are attempting to simulate a browser on a particular device type.",
"type": "string"
},
"config": {
"description": "Provides details related to the Cypress test configuration.",
"type": "object",
"properties": {
"testFiles": {
"description": "One or more paths to the Cypress test files to run for this suite, if not otherwise specified explicitly in cypress.json.",
"type": "array"
},
"excludedTestFiles": {
"$ref": "#/allOf/3/then/properties/suites/items/properties/excludedTestFiles"
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
}
},
"required": [
"testFiles"
]
},
"shard": {
"description": "When sharding is configured, saucectl automatically splits the tests (e.g. by spec or concurrency) so that they can easily run in parallel.",
"enum": [
"",
"concurrency",
"spec"
]
},
"headless": {
"description": "Controls whether or not tests are run in headless mode (default: false)",
"type": "boolean"
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"preExec": {
"description": "Specifies which commands to execute before starting the tests.",
"type": "array"
},
"timeZone": {
"description": "Specifies the timeZone for the suite.",
"type": "string"
},
"passThreshold": {
"description": "The minimum number of successful attempts for a suite to be considered as 'passed'.",
"type": "integer",
"minimum": 1
},
"smartRetry": {
"description": "Optimize suite retries by configuring the strategy.",
"type": "object",
"properties": {
"failedOnly": {
"description": "Optimize suite retries by retrying failed tests, classes or spec files only.",
"type": "boolean",
"default": false
}
}
}
},
"required": [
"name",
"browser",
"config"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"cypress",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "cypress"
},
"apiVersion": {
"const": "v1"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl cypress runner configuration",
"description": "Configuration file for cypress using saucectl",
"type": "object",
"allOf": [
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl artifacts schema",
"description": "Subschema for controlling artifacts",
"type": "object",
"properties": {
"artifacts": {
"description": "Manage test output, such as logs, videos, and screenshots.",
"type": "object",
"properties": {
"cleanup": {
"description": "Whether to remove all contents of artifacts directory",
"type": "boolean"
},
"download": {
"description": "Settings related to downloading test artifacts from Sauce Labs.",
"type": "object",
"properties": {
"match": {
"description": "Specifies which artifacts to download based on whether they match the file pattern provided. Supports the wildcard character '*'.",
"type": "array"
},
"when": {
"description": "Specifies when and under what circumstances to download artifacts.",
"enum": [
"always",
"fail",
"never",
"pass"
]
},
"directory": {
"description": "Specifies the path to the folder in which to download artifacts. A separate subdirectory is generated in this location for each suite.",
"type": "string"
}
},
"required": [
"when",
"match",
"directory"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl npm specific schema",
"description": "Subschema for npm specific settings",
"type": "object",
"properties": {
"npm": {
"description": "Settings specific to npm.",
"type": "object",
"properties": {
"packages": {
"description": "Specifies any npm packages that are required to run tests.",
"type": "object"
},
"dependencies": {
"description": "Specify local npm dependencies for saucectl to upload. These dependencies must already be installed in the local node_modules directory.",
"type": "array"
},
"registry": {
"description": "Override the default and official NPM registry URL with a custom one.",
"type": "string",
"deprecated": true
},
"strictSSL": {
"description": "Whether or not to do SSL key validation when making requests to the registry via https.",
"type": "boolean"
},
"registries": {
"description": "Specify all the registries you want to configure",
"type": "array",
"minimum": 0,
"items": {
"type": "object",
"properties": {
"scope": {
"description": "Scope for the registry entry",
"type": "string"
},
"url": {
"description": "URL for the registry entry",
"type": "string"
},
"authToken": {
"description": "authToken for the registry entry",
"type": "string"
}
},
"required": [
"url"
]
}
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl sauce specific schema",
"description": "Subschema for sauce specific settings",
"type": "object",
"properties": {
"sauce": {
"description": "All settings related to how tests are run and identified in the Sauce Labs platform.",
"type": "object",
"properties": {
"concurrency": {
"description": "Sets the maximum number of suites to execute at the same time. Excess suites are queued and run in order as each suite completes.",
"type": "integer",
"minimum": 1
},
"metadata": {
"description": "The set of properties that allows you to provide additional information about your project that helps you distinguish it in the various environments in which it is used and reviewed.",
"type": "object",
"properties": {
"build": {
"description": "Sauce Labs can aggregate all jobs under one view based on their association with a build.",
"type": "string"
},
"tags": {
"description": "Tag your jobs so you can find them easier in Sauce Labs.",
"type": "array"
}
},
"additionalProperties": false
},
"region": {
"description": "Which Sauce Labs data center to target.",
"enum": [
"us-west-1",
"eu-central-1"
]
},
"sauceignore": {
"description": "Path to the .sauceignore file.",
"default": ".sauceignore"
},
"tunnel": {
"description": "SauceCTL supports using Sauce Connect to establish a secure connection when running your tests on Sauce Labs. To do so, launch a tunnel; then provide the identifier in this property.",
"properties": {
"name": {
"description": "The tunnel name.",
"type": "string"
},
"owner": {
"description": "The owner (username) of the tunnel. Must be specified if the user that created the tunnel differs from the user that is running the tests.",
"type": "string"
}
},
"required": [
"name"
],
"additionalProperties": false
},
"retries": {
"description": "The number of times to retry a failing suite.",
"type": "integer",
"minimum": 0
},
"visibility": {
"description": "Set the visibility level of test results for suites run on Sauce Labs.",
"default": "team",
"type": "string",
"oneOf": [
{
"const": "public",
"title": "Accessible to everyone."
},
{
"const": "public restricted",
"title": "Share your test's results page and video, but keeps the logs only for you."
},
{
"const": "share",
"title": "Only accessible to people with a valid link."
},
{
"const": "team",
"title": "Only accessible to people under the same root account as you."
},
{
"const": "private",
"title": "Only you (the owner) will be able to view assets and test results page."
}
]
},
"launchOrder": {
"description": "Control starting order of suites. The default is the order in which suites are written in the config file.",
"type": "string",
"oneOf": [
{
"const": "fail rate",
"title": "Suites that historically have the highest failure rate start first."
}
]
}
},
"additionalProperties": false
}
},
"additionalProperties": true
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl reporters specific schema",
"description": "Subschema for reporters specific settings",
"type": "object",
"properties": {
"reporters": {
"type": "object",
"properties": {
"junit": {
"type": "object",
"description": "The JUnit reporter merges test results from all jobs in the JUnit format into a single report.",
"properties": {
"enabled": {
"description": "Toggles the reporter on/off.",
"type": "boolean"
},
"filename": {
"description": "Filename for the generated JUnit report.",
"type": "string",
"default": "saucectl-report.xml"
}
}
},
"json": {
"type": "object",
"description": "The JSON reporter merges test results from all jobs in the JSON format into a single report.",
"properties": {
"enabled": {
"description": "Toggles the reporter on/off.",
"type": "boolean"
},
"webhookURL": {
"description": "Webhook URL to pass JSON report.",
"type": "string"
},
"filename": {
"description": "Filename for the generated JSON report.",
"type": "string",
"default": "saucectl-test-result.xml"
}
}
}
},
"additionalProperties": false
}
},
"additionalProperties": true
}
],
"properties": {
"apiVersion": {
"const": "v1"
},
"kind": {
"const": "cypress"
},
"showConsoleLog": {
"description": "Shows suites console.log locally. By default console.log is only shown on failures.",
"type": "boolean"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"description": "Instructs how long (in ms, s, m, or h) saucectl should wait for a suite to complete.",
"type": "string",
"pattern": "^(?:\\d+h)?(?:\\d+m)?(?:\\d+s)?(?:\\d+ms)?$",
"examples": [
"1h",
"10m",
"90s"
]
}
},
"additionalProperties": false
},
"rootDir": {
"description": "The directory of files that need to be bundled and uploaded for the tests to run.",
"type": "string"
},
"cypress": {
"description": "Contains details specific to the Cypress project.",
"type": "object",
"properties": {
"configFile": {
"description": "The designated cypress configuration file.",
"type": "string",
"examples": [
"cypress.config.js"
]
},
"key": {
"description": "The secret key that grants permission to record your tests in the Cypress dashboard.",
"type": "string"
},
"record": {
"description": "Whether to record your test results in the Cypress dashboard.",
"type": "boolean"
},
"version": {
"enum": [
"package.json",
"12.17.2",
"12.14.0",
"12.11.0",
"12.6.0",
"12.3.0",
"11.2.0",
"10.10.0",
"10.7.0",
"10.3.1"
],
"description": "Which framework version to use."
},
"reporters": {
"description": "Set of reporter to use.",
"type": "array",
"minimum": 0,
"items": {
"type": "object",
"properties": {
"name": {
"description": "Name of the reporter. You may have to install the associated npm dependency through npm.packages field.",
"type": "string",
"examples": [
"dot",
"nyan"
]
},
"options": {
"description": "Options to pass to the reporter."
}
},
"additionalProperties": false
}
}
},
"required": [
"configFile",
"version"
],
"additionalProperties": false
},
"env": {
"description": "Set one or more environment variables. Values can be environment variables themselves. Not supported when running espresso/xcuitest!",
"type": "object"
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"browser": {
"enum": [
"chrome",
"firefox",
"microsoftedge",
"webkit"
],
"description": "The name of the browser in which to run the tests."
},
"browserVersion": {
"description": "Which version of the browser to use.",
"type": "string"
},
"platformName": {
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
],
"description": "A specific operating system on which to run the tests. Sauce Labs will try to choose a reasonable default if not explicitly specified."
},
"screenResolution": {
"description": "Specifies a browser window screen resolution, which may be useful if you are attempting to simulate a browser on a particular device type.",
"type": "string"
},
"config": {
"description": "Provides details related to the Cypress test configuration.",
"type": "object",
"properties": {
"testingType": {
"description": "Specify the type of tests to execute; either e2e or component. Defaults to e2e",
"enum": [
"e2e",
"component"
],
"default": "e2e"
},
"specPattern": {
"description": "One or more paths to the Cypress test files to run for this suite.",
"type": "array"
},
"excludeSpecPattern": {
"description": "Exclude test files for this suite.",
"type": "array"
},
"env": {
"$ref": "#/allOf/1/then/properties/env"
}
},
"required": [
"specPattern"
]
},
"shard": {
"description": "When sharding is configured, saucectl automatically splits the tests (e.g. by spec or concurrency) so that they can easily run in parallel.",
"enum": [
"",
"concurrency",
"spec"
]
},
"shardGrepEnabled": {
"description": "When sharding is configured and the suite is configured to filter using cypress-grep, let saucectl filter tests before executing.",
"type": "boolean"
},
"headless": {
"description": "Controls whether or not tests are run in headless mode (default: false)",
"type": "boolean"
},
"timeout": {
"$ref": "#/allOf/1/then/properties/defaults/properties/timeout"
},
"preExec": {
"description": "Specifies which commands to execute before starting the tests.",
"type": "array"
},
"timeZone": {
"description": "Specifies the timeZone for the suite.",
"type": "string"
},
"passThreshold": {
"description": "The minimum number of successful attempts for a suite to be considered as 'passed'.",
"type": "integer",
"minimum": 1
},
"smartRetry": {
"description": "Optimize suite retries by configuring the strategy.",
"type": "object",
"properties": {
"failedOnly": {
"description": "Optimize suite retries by retrying failed tests, classes or spec files only.",
"type": "boolean",
"default": false
}
}
}
},
"required": [
"name",
"browser",
"config"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"cypress",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "espresso"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl espresso runner configuration",
"description": "Configuration file for espresso using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/2"
},
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/3"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "espresso"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"espresso": {
"description": "Contains details specific to the Espresso project.",
"type": "object",
"properties": {
"app": {
"description": "Local path or remote url to the application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"appDescription": {
"description": "Description for the app",
"type": "string"
},
"testApp": {
"description": "Local path or remote url to the test application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"testAppDescription": {
"description": "Description for the testApp",
"type": "string"
},
"otherApps": {
"description": "A list of applications to be installed alongside the main app. Applications can be defined as a local path or a remote url. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "array",
"maxItems": 7
}
},
"required": [
"app",
"testApp"
],
"additionalProperties": false
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"testApp": {
"description": "Local path or remote url to the test application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"testAppDescription": {
"description": "Description for the testApp",
"type": "string"
},
"testOptions": {
"description": "Allows you to control various details on how tests are executed.",
"type": "object",
"properties": {
"class": {
"description": "Only run the specified classes.",
"type": "array"
},
"notClass": {
"description": "Run all classes except those specified here.",
"type": "array"
},
"func": {
"description": "Run all test classes that extend InstrumentationTestCase.",
"type": "boolean"
},
"unit": {
"description": "Run all test classes that do not extend either InstrumentationTestCase or PerformanceTestCase.",
"type": "boolean"
},
"perf": {
"description": "Run all test classes that extend PerformanceTestCase.",
"type": "boolean"
},
"package": {
"description": "Only run tests in the specified package.",
"type": "string"
},
"notPackage": {
"description": "Run all tests except those in this package.",
"type": "string"
},
"size": {
"description": "Run only tests that are annotated with the matching size value.",
"enum": [
"small",
"medium",
"large"
]
},
"annotation": {
"description": "Only run tests with this annotation.",
"type": "string"
},
"notAnnotation": {
"description": "Run all tests except those with this annotation.",
"type": "string"
},
"filter": {
"description": "Only run tests that pass all of the custom filters.",
"type": "array",
"examples": [
[
"com.android.foo.MyCustomFilter",
"com.android.foo.MyOtherCustomFilter"
]
]
},
"runnerBuilder": {
"description": "Use custom builders to run tests.",
"type": "array",
"examples": [
[
"com.android.foo.MyCustomBuilder",
"com.android.foo.MyOtherCustomBuilder"
]
]
},
"listener": {
"description": "Observe the test run with one or more RunListener.",
"type": "array",
"examples": [
[
"com.android.foo.MyRunListener",
"com.android.foo.MyOtherRunListener"
]
]
},
"newRunListenerMode": {
"description": "Use the new list of RunListeners during a test run.",
"type": "boolean"
},
"numShards": {
"description": "When sharding is configured, saucectl automatically creates the sharded jobs for each of the devices defined for the suite based on the number of shards you specify. For example, for a suite testing a single emulator version that specifies 2 shards, saucectl clones the suite and runs one shard index on the first suite, and the other shard index on the identical clone suite.",
"type": "integer",
"minimum": 0
},
"clearPackageData": {
"description": "Removes all shared states from the testing device's CPU and memory at the completion of each test. Real devices only. Has to be used in conjunction with the 'useTestOrchestrator' flag.",
"type": "boolean"
},
"useTestOrchestrator": {
"description": "Run each of your tests in its own Instrumentation instance to remove most of the app's shared state from the device CPU and memory between tests. Real devices only. Use this setting in conjunction with clearPackageData: true to completely remove all shared state.",
"type": "boolean"
}
},
"dependencies": {
"clearPackageData": [
"useTestOrchestrator"
]
},
"additionalProperties": true
},
"emulators": {
"description": "Defines details for running this suite on virtual devices using an emulator.",
"type": "array",
"items": {
"properties": {
"name": {
"description": "The name of the emulator. To ensure name accuracy, check the list of supported virtual devices (https://app.saucelabs.com/live/web-testing/virtual).",
"type": "string"
},
"orientation": {
"description": "The screen orientation to use.",
"enum": [
"landscape",
"portrait"
]
},
"platformVersions": {
"description": "The set of one or more versions of the device platform on which to run the test suite.",
"type": "array",
"minItems": 1
}
},
"required": [
"name",
"platformVersions"
],
"additionalProperties": false
}
},
"devices": {
"description": "Define details for running this suite on real devices.",
"type": "array",
"items": {
"properties": {
"id": {
"description": "Request a specific device for this test suite by its ID. You can look up device IDs in the Sauce Labs app or using our Devices API (https://docs.saucelabs.com/dev/api/rdc#get-devices).",
"type": "string",
"examples": [
"Google_Pixel_5_real",
"Google_Pixel_5_real_us"
]
},
"name": {
"description": "Match the device name in full or partially (regex), which may provide a larger pool of available devices of the type you want.",
"type": "string",
"examples": [
"Google Pixel .*",
"Samsung .*"
]
},
"platformVersion": {
"description": "The version of the Android operating system.",
"type": "string"
},
"options": {
"description": "Further specify desired device attributes within the pool of devices that match the name and version criteria.",
"type": "object",
"properties": {
"carrierConnectivity": {
"description": "Limit the device selection to those that are connected to a cellular network.",
"type": "boolean"
},
"deviceType": {
"description": "Limit the device selection to a specific type of device.",
"enum": [
"ANY",
"PHONE",
"TABLET"
]
},
"private": {
"description": "Limit the device selection to only match from your organization's private pool.",
"type": "boolean"
}
},
"additionalProperties": false
}
},
"oneOf": [
{
"required": [
"id"
]
},
{
"required": [
"name"
]
}
],
"additionalProperties": false
}
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"appSettings": {
"description": "Overwrite real device settings.",
"type": "object",
"properties": {
"audioCapture": {
"description": "Overwrite app settings for real device to capture audio.",
"type": "boolean"
},
"instrumentation": {
"description": "Overwrite app settings for real device instrumentation.",
"type": "object",
"properties": {
"networkCapture": {
"description": "Overwrite app settings for real device to capture network.",
"type": "boolean"
}
}
}
}
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
},
"smartRetry": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/smartRetry"
}
},
"anyOf": [
{
"required": [
"emulators"
]
},
{
"required": [
"devices"
]
}
],
"required": [
"name"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"espresso",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "playwright"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl playwright runner configuration",
"description": "Configuration file for playwright using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/1"
},
{
"$ref": "#/allOf/0/then/allOf/2"
},
{
"$ref": "#/allOf/0/then/allOf/3"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "playwright"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"rootDir": {
"$ref": "#/allOf/0/then/properties/rootDir"
},
"playwright": {
"description": "Contains details specific to the Playwright project.",
"type": "object",
"properties": {
"version": {
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.36.2",
"1.35.1",
"1.33.0",
"1.31.1",
"1.29.2",
"1.28.1",
"1.27.1",
"1.25.1",
"1.24.1",
"1.22.2"
]
},
"configFile": {
"description": "The path to playwright config file",
"type": "string"
}
},
"required": [
"version"
],
"additionalProperties": false
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"playwrightVersion": {
"$ref": "#/allOf/8/then/properties/playwright/properties/version"
},
"testMatch": {
"description": "Paths to the playwright test files. Regex values are supported to indicate all files of a certain type or in a certain directory, etc.",
"type": "array"
},
"excludedTestFiles": {
"description": "Exclude test files to skip the tests.",
"type": "array"
},
"platformName": {
"$ref": "#/allOf/4/then/properties/suites/items/properties/platform",
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
]
},
"params": {
"description": "Details any additional parameters you wish to set for the test suite.",
"type": "object",
"properties": {
"browserName": {
"$ref": "#/allOf/8/then/properties/suites/items/properties/browserName",
"enum": [
"chromium",
"firefox",
"webkit",
"chrome"
]
},
"headless": {
"description": "Run tests in headless mode.",
"type": "boolean"
},
"globalTimeout": {
"description": "Total timeout in milliseconds for the whole test run.",
"type": "integer"
},
"timeout": {
"description": "Changes the timeout for the test (milliseconds).",
"type": "integer"
},
"grep": {
"description": "Patterns to run tests based on their title.",
"type": "string"
},
"grepInvert": {
"description": "Patterns to skip tests based on their title.",
"type": "string"
},
"repeatEach": {
"description": "The number of times to repeat each test.",
"type": "integer",
"minimum": 0
},
"retries": {
"description": "The maximum number of retry attempts given to failed tests.",
"type": "integer",
"minimum": 0
},
"maxFailures": {
"description": "The maximum number of test failures for this test run. After reaching this number, testing will stop and exit with an error. Setting to zero (default) disables this behavior.",
"type": "integer",
"minimum": 0
},
"project": {
"description": "Specify playwright project",
"type": "string"
},
"updateSnapshots": {
"description": "Whether to update expected snapshots with the actual results produced by the test run",
"type": "boolean"
},
"workers": {
"description": "Set the maximum number of parallel worker processes (default: 1)",
"type": "integer",
"minimum": 1
}
},
"required": [
"browserName"
]
},
"screenResolution": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/screenResolution"
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"numShards": {
"description": "When sharding is configured, saucectl automatically creates the sharded jobs based on the number of shards you specify. For example, for a suite that specifies 2 shards, saucectl clones the suite and runs shard 1/2 on the first suite, and the other shard 2/2 on the identical clone suite.",
"type": "integer",
"minimum": 0
},
"shard": {
"description": "When sharding is configured, saucectl automatically splits the tests (e.g. by spec or concurrency) so that they can easily run in parallel.",
"enum": [
"",
"concurrency",
"spec"
]
},
"shardGrepEnabled": {
"description": "When sharding is configured and the suite is configured to filter using grep/grepInvert, let saucectl filter specs before executing.",
"type": "boolean"
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"preExec": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/preExec"
},
"timeZone": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/timeZone"
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
},
"smartRetry": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/smartRetry"
}
},
"required": [
"name",
"params",
"testMatch"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"playwright",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "puppeteer-replay"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl puppeteer-replay runner configuration",
"description": "Configuration file for puppeteer-replay using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/2"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "puppeteer-replay"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"recordings": {
"description": "Relative paths to the chrome devtools recordings.",
"type": "array"
},
"browserName": {
"$ref": "#/allOf/8/then/properties/suites/items/properties/browserName",
"enum": [
"chrome"
]
},
"browserVersion": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/browserVersion"
},
"platform": {
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
],
"description": "A specific operating system on which to run the tests. Sauce Labs will try to choose a reasonable default if not explicitly specified."
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
}
},
"required": [
"name",
"recordings"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "testcafe"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl testcafe runner configuration",
"description": "Configuration file for testcafe using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/1"
},
{
"$ref": "#/allOf/0/then/allOf/2"
},
{
"$ref": "#/allOf/0/then/allOf/3"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "testcafe"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"rootDir": {
"$ref": "#/allOf/0/then/properties/rootDir"
},
"testcafe": {
"description": "Contains details specific to the TestCafe project.",
"type": "object",
"properties": {
"version": {
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"3.0.1",
"2.6.2",
"2.5.0",
"2.3.1",
"2.2.0",
"2.1.0",
"2.0.1",
"2.0.0",
"1.20.0",
"1.19.0"
]
}
},
"required": [
"version"
],
"additionalProperties": false
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"browserName": {
"$ref": "#/allOf/8/then/properties/suites/items/properties/browserName",
"enum": [
"chrome",
"firefox",
"microsoftedge",
"safari"
]
},
"browserVersion": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/browserVersion"
},
"browserArgs": {
"description": "Browser specific arguments.",
"type": "array",
"examples": [
[
"--no-sandbox"
],
[
"--disable-features=site-per-process"
]
]
},
"headless": {
"description": "Controls whether or not tests are run in headless mode (default: false)",
"type": "boolean"
},
"platformName": {
"$ref": "#/allOf/4/then/properties/suites/items/properties/platform",
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
]
},
"assertionTimeout": {
"description": "Specifies the time (in milliseconds) TestCafe attempts to successfully execute an assertion if a selector property or a client function was passed as an actual value.",
"type": "integer",
"minimum": 0
},
"clientScripts": {
"description": "Injects scripts into pages visited during the tests.",
"type": "array"
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"shard": {
"description": "When sharding is configured, saucectl automatically splits the tests (e.g. by spec or concurrency) so that they can easily run in parallel.",
"enum": [
"",
"concurrency",
"spec"
]
},
"compilerOptions": {
"description": "Specifies the typescript compiler options to be used when running the tests.",
"type": "object",
"properties": {
"typescript": {
"description": "Specifies the TypeScript options.",
"type": "object",
"properties": {
"configPath": {
"description": "Specifies the path to the TypeScript tsconfig.json file.",
"type": "string"
},
"customCompilerModulePath": {
"description": "Specifies the path to a custom TypeScript compiler module.",
"type": "string"
},
"options": {
"description": "Specifies TypeScript compiler options. Full reference: https://www.typescriptlang.org/tsconfig#compilerOptions",
"type": "object",
"additionalProperties": true
}
}
}
}
},
"disablePageCaching": {
"description": "Prevents the browser from caching page content.",
"type": "boolean"
},
"disableScreenshots": {
"description": "Prevents TestCafe from taking screenshots.",
"type": "boolean"
},
"disableVideo": {
"description": "Disable video recording.",
"type": "boolean"
},
"filter": {
"description": "Allows you to specify which tests or fixtures to run.",
"type": "object",
"properties": {
"test": {
"description": "Runs a test with the specified name.",
"type": "string"
},
"testGrep": {
"description": "Runs tests whose names match the specified grep pattern.",
"type": "string"
},
"testMeta": {
"description": "Runs tests whose metadata matches the specified key-value pair.",
"type": "object"
},
"fixture": {
"description": "Runs a test with the specified fixture name.",
"type": "string"
},
"fixtureGrep": {
"description": "Runs tests whose fixture names match the specified grep pattern.",
"type": "string"
},
"fixtureMeta": {
"description": "Runs tests whose fixture’s metadata matches the specified key-value pair.",
"type": "object"
}
}
},
"pageLoadTimeout": {
"description": "Specifies the time (in milliseconds) passed after the DOMContentLoaded event, within which TestCafe waits for the window.load event to fire.\n\nAfter the timeout passes or the window.load event is raised (whichever happens first), TestCafe starts the test.",
"type": "integer",
"minimum": 0
},
"quarantineMode": {
"description": "Enable quarantine mode to eliminate false negatives and detect unstable tests. TestCafe quarantines tests that fail, and repeats them until they yield conclusive results.",
"type": "object",
"properties": {
"successThreshold": {
"description": "The number of successful attempts necessary to confirm a test’s success. The option value should be greater than 0.",
"type": "integer",
"default": 3
},
"attemptLimit": {
"description": "The maximum number of test execution attempts. The option value must be larger than the value of the successThreshold.",
"type": "integer",
"default": 5
}
}
},
"screenResolution": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/screenResolution"
},
"screenshots": {
"description": "Allows you to specify the screenshot options.",
"type": "object",
"properties": {
"takeOnFails": {
"description": "Specifies that a screenshot should be taken whenever a test fails.",
"type": "boolean"
},
"fullPage": {
"description": "Specifies that the full page should be captured, including content that is not visible due to overflow.",
"type": "boolean"
}
},
"additionalProperties": false
},
"selectorTimeout": {
"description": "Specifies the time (in milliseconds) within which selectors attempt to return a node.",
"type": "integer",
"minimum": 0
},
"ajaxRequestTimeout": {
"description": "Specifies wait time (in milliseconds) for fetch/XHR requests.",
"type": "integer",
"minimum": 0
},
"pageRequestTimeout": {
"description": "Specifies time (in milliseconds) to wait for HTML pages.",
"type": "integer",
"minimum": 0
},
"browserInitTimeout": {
"description": "Time (in milliseconds) for browsers to connect to TestCafe and report that they are ready to test.",
"type": "integer",
"minimum": 0
},
"testExecutionTimeout": {
"description": "Maximum test execution time (in milliseconds).",
"type": "integer",
"minimum": 0
},
"runExecutionTimeout": {
"description": "Maximum test run execution time (in milliseconds).",
"type": "integer",
"minimum": 0
},
"simulators": {
"description": "Run tests against the simulators defined here.",
"type": "array",
"items": {
"properties": {
"name": {
"description": "The name of the simulator.",
"type": "string",
"examples": [
"iPhone 12 Simulator"
]
},
"orientation": {
"$ref": "#/allOf/2/then/properties/suites/items/properties/emulators/items/properties/orientation"
},
"platformName": {
"description": "The name of the simulator platform.",
"enum": [
"iOS"
]
},
"platformVersions": {
"description": "Which platform versions (OS versions) should be used. Multiple values are treated as 'AND', thus tests run across multiple versions.",
"type": "array"
}
},
"additionalProperties": false
}
},
"skipJsErrors": {
"description": "Determines whether to ignore JavaScript errors on a webpage.",
"type": "boolean"
},
"skipUncaughtErrors": {
"description": "Ignores uncaught errors and unhandled promise rejections in test code.",
"type": "boolean"
},
"speed": {
"description": "Specifies the test execution speed. Provide a number between 1 (the fastest) and 0.01 (the slowest).",
"type": "number",
"minimum": 0.01,
"maximum": 1
},
"src": {
"description": "Specifies files or directories from which to run tests.",
"type": "array"
},
"stopOnFirstFail": {
"description": "Stops a test run if a test fails.",
"type": "boolean"
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"preExec": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/preExec"
},
"excludedTestFiles": {
"$ref": "#/allOf/3/then/properties/suites/items/properties/excludedTestFiles"
},
"timeZone": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/timeZone"
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
},
"smartRetry": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/smartRetry"
}
},
"required": [
"name",
"browserName",
"src"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"testcafe",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "xcuitest"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl xcuitest runner configuration",
"description": "Configuration file for xcuitest using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/2"
},
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/3"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "xcuitest"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"xcuitest": {
"description": "Contains details specific to the XCUITest project.",
"type": "object",
"properties": {
"app": {
"description": "Local path or remote url to the application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"appDescription": {
"description": "Description for the app.",
"type": "string"
},
"testApp": {
"description": "Local path or remote url to the test application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"testAppDescription": {
"description": "Description for the testApp.",
"type": "string"
},
"otherApps": {
"description": "A list of applications to be installed alongside the main app. Applications can be defined as a local path or a remote url. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values. When targeting simulators, a maximum of 2 otherApps is supported.",
"type": "array"
}
},
"additionalProperties": false
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"app": {
"description": "Local path or remote url to the application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"appDescription": {
"description": "Description for the app.",
"type": "string"
},
"testApp": {
"description": "Local path or remote url to the test application. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values.",
"type": "string"
},
"testAppDescription": {
"description": "Description for the testApp.",
"type": "string"
},
"otherApps": {
"description": "A list of applications to be installed alongside the main app. Applications can be defined as a local path or a remote url. If a remote url is defined, the app will be downloaded to a local temp directory before uploading to the SauceLabs Mobile App Storage service. Supports environment variables as values. When targeting simulators, a maximum of 2 otherApps is supported.",
"type": "array"
},
"testOptions": {
"description": "Allows you to control various details on how tests are executed.",
"type": "object",
"properties": {
"class": {
"description": "Only run the specified classes.",
"type": "array"
},
"notClass": {
"description": "Run all classes except those specified here.",
"type": "array"
},
"testLanguage": {
"description": "Specifies ISO 639-1 language during testing. Supported on Simulators only.",
"type": "string"
},
"testRegion": {
"description": "Specifies ISO 3166-1 region during testing.",
"type": "string"
},
"testTimeoutsEnabled": {
"description": "By default there is no timeout, if enabled, then the timeout is 600 seconds. This can be changed by adding the defaultTestExecutionTimeAllowance value. Supported on Simulators only.",
"type": "string",
"enum": [
"Yes",
"No"
]
},
"maximumTestExecutionTimeAllowance": {
"description": "The maximum execution time, in seconds, an individual test is given to execute, regardless of the test's preferred allowance. Supported on Simulators only.",
"type": "number"
},
"defaultTestExecutionTimeAllowance": {
"description": "The default execution time, in seconds, an individual test is given to execute if test timeouts are enabled. Supported on Simulators only.",
"type": "number"
}
},
"additionalProperties": false
},
"appSettings": {
"$ref": "#/allOf/2/then/properties/suites/items/properties/appSettings"
},
"simulators": {
"description": "Defines details for running this suite on virtual devices using a simulator.",
"type": "array",
"items": {
"properties": {
"name": {
"description": "The name of the simulator. To ensure name accuracy, check the list of supported virtual devices (https://app.saucelabs.com/live/web-testing/virtual).",
"type": "string"
},
"orientation": {
"$ref": "#/allOf/2/then/properties/suites/items/properties/emulators/items/properties/orientation"
},
"platformVersions": {
"description": "The set of one or more versions of the device platform on which to run the test suite.",
"type": "array",
"minItems": 1
}
},
"required": [
"name",
"platformVersions"
],
"additionalProperties": false
}
},
"devices": {
"description": "Define details for running this suite on real devices.",
"type": "array",
"items": {
"properties": {
"id": {
"description": "Request a specific device for this test suite by its ID. You can look up device IDs in the Sauce Labs app or using our Devices API (https://docs.saucelabs.com/dev/api/rdc#get-devices).",
"type": "string",
"examples": [
"iPhone_12_Pro_14_real",
"iPhone_12_Pro_real_us"
]
},
"name": {
"description": "Match the device name in full or partially (regex), which may provide a larger pool of available devices of the type you want.",
"type": "string",
"examples": [
"iPad .*",
"iPhone .*"
]
},
"platformVersion": {
"description": "The version of the iOS operating system.",
"type": "string"
},
"options": {
"description": "Further specify desired device attributes within the pool of devices that match the name and version criteria.",
"type": "object",
"properties": {
"carrierConnectivity": {
"description": "Limit the device selection to those that are connected to a cellular network.",
"type": "boolean"
},
"deviceType": {
"description": "Limit the device selection to a specific type of device.",
"enum": [
"ANY",
"PHONE",
"TABLET"
]
},
"private": {
"description": "Limit the device selection to only match from your organization's private pool.",
"type": "boolean"
}
},
"additionalProperties": false
}
},
"oneOf": [
{
"required": [
"id"
]
},
{
"required": [
"name"
]
}
],
"additionalProperties": false
}
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
},
"smartRetry": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/smartRetry"
},
"shard": {
"description": "When shard is configured as concurrency, saucectl automatically splits the tests by concurrency so that they can easily run in parallel.",
"enum": [
"",
"concurrency"
]
},
"testListFile": {
"description": "This file containing tests will be used in sharding by concurrency.",
"type": "string"
}
},
"anyOf": [
{
"required": [
"simulators"
]
},
{
"required": [
"devices"
]
}
],
"required": [
"name"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "apitest"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl api testing runner configuration",
"description": "Configuration file for api testing using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/2"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "apitest"
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"projectName": {
"description": "Your project's name.",
"type": "string"
},
"testMatch": {
"description": "",
"type": "array"
},
"tests": {
"description": "A list of test IDs to run for the project defined by hookId.",
"type": "array"
},
"tags": {
"description": "A test tag to run for the project defined by hookId.",
"type": "array"
},
"useRemoteTests": {
"description": "Use tests stored in the cloud instead of the local ones.",
"type": "boolean"
}
},
"required": [
"projectName",
"name"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "playwright-cucumberjs"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl playwright cucumberjs runner configuration",
"description": "Configuration file for cucumber using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/0"
},
{
"$ref": "#/allOf/0/then/allOf/1"
},
{
"$ref": "#/allOf/0/then/allOf/2"
},
{
"$ref": "#/allOf/0/then/allOf/3"
}
],
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "playwright-cucumberjs"
},
"showConsoleLog": {
"$ref": "#/allOf/0/then/properties/showConsoleLog"
},
"defaults": {
"description": "Settings that are applied onto every suite by default, if no value is set on a suite explicitly.",
"type": "object",
"properties": {
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
}
},
"additionalProperties": false
},
"rootDir": {
"$ref": "#/allOf/0/then/properties/rootDir"
},
"playwright": {
"description": "Contains details specific to the playwright.",
"type": "object",
"properties": {
"version": {
"description": "Which framework version to use."
}
},
"required": [
"version"
],
"additionalProperties": false
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"suites": {
"description": "The set of properties providing details about the test suites to run.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite, which will be reflected in the test results in Sauce Labs.",
"type": "string"
},
"browserName": {
"description": "The name of the browser in which to run the tests."
},
"browserVersion": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/browserVersion"
},
"platformName": {
"$ref": "#/allOf/4/then/properties/suites/items/properties/platform",
"enum": [
"macOS 11.00",
"macOS 12",
"macOS 13",
"Windows 10",
"Windows 11"
]
},
"screenResolution": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/screenResolution"
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"options": {
"description": "Provides details related to the Cucumberjs test configuration.",
"type": "object",
"properties": {
"config": {
"description": "Provides the location of the configuration file.",
"type": "string"
},
"name": {
"description": "Regular expressions of which cucumber scenario names should match one of to be run.",
"type": "string"
},
"paths": {
"description": "Paths to where your feature files are.",
"type": "array"
},
"excludedTestFiles": {
"$ref": "#/allOf/3/then/properties/suites/items/properties/excludedTestFiles"
},
"backtrace": {
"description": "Show the full backtrace for errors.",
"type": "boolean"
},
"require": {
"description": "Paths to where your support code is, for CommonJS.",
"type": "array"
},
"import": {
"description": "Paths to where your support code is, for ESM.",
"type": "array"
},
"tags": {
"description": "Tag expression to filter which scenarios should be run.",
"type": "array"
},
"format": {
"description": "Name/path and (optionally) output file path of each formatter to use.",
"type": "array"
},
"formatOptions": {
"description": "Options to be provided to cucumber formatters.",
"type": "array"
},
"parallel": {
"description": "Run tests in parallel with the given number of worker processes.",
"type": "integer"
}
},
"required": [
"paths"
]
},
"shard": {
"description": "When sharding is configured, saucectl automatically splits the tests (e.g. by spec or concurrency) so that they can easily run in parallel.",
"enum": [
"",
"concurrency",
"spec"
]
},
"timeout": {
"$ref": "#/allOf/9/then/definitions/suite/properties/timeout"
},
"preExec": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/preExec"
},
"timeZone": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/timeZone"
},
"passThreshold": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/passThreshold"
},
"smartRetry": {
"$ref": "#/allOf/0/then/properties/suites/items/properties/smartRetry"
}
},
"required": [
"name"
],
"additionalProperties": false
}
}
},
"required": [
"apiVersion",
"kind",
"playwright",
"suites"
],
"additionalProperties": true
}
},
{
"if": {
"properties": {
"kind": {
"const": "imagerunner"
}
}
},
"then": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "saucectl image runner configuration",
"description": "Configuration file for running container images using saucectl",
"type": "object",
"allOf": [
{
"$ref": "#/allOf/0/then/allOf/0"
}
],
"definitions": {
"sauce": {
"description": "All settings related to how tests are run and identified in the Sauce Labs platform.",
"type": "object",
"properties": {
"region": {
"description": "Which Sauce Labs data center to target.",
"enum": [
"us-west-1",
"eu-central-1"
]
},
"tunnel": {
"description": "SauceCTL supports using Sauce Connect to establish a secure connection when running your tests on Sauce Labs. To do so, launch a tunnel; then provide the identifier in this property.",
"properties": {
"name": {
"description": "The tunnel name.",
"type": "string"
},
"owner": {
"description": "The owner (username) of the tunnel. Must be specified if the user that created the tunnel differs from the user that is running the tests.",
"type": "string"
}
},
"required": [
"name"
],
"additionalProperties": false
}
}
},
"suite": {
"description": "The set of properties providing details about how to run the container.",
"type": "object",
"properties": {
"name": {
"description": "The name of the test suite.",
"type": "string"
},
"image": {
"description": "The name of the container image.",
"type": "string"
},
"imagePullAuth": {
"description": "Container registry credentials for accessing the image.",
"type": "object",
"properties": {
"user": {
"description": "The username.",
"type": "string"
},
"token": {
"description": "The access token.",
"type": "string"
}
}
},
"entrypoint": {
"description": "The command line arguments to launch the image with.",
"type": "string"
},
"files": {
"description": "List of files that you'd like saucectl to upload and mount within the container.",
"type": "array",
"items": {
"type": "object",
"properties": {
"src": {
"description": "Path to the local file.",
"type": "string"
},
"dst": {
"description": "Path within the container that the file should be mounted at.",
"type": "string"
}
}
}
},
"artifacts": {
"description": "List of file paths within the container to be made available as downloadable artifacts.",
"type": "array",
"items": {
"type": "string"
}
},
"env": {
"description": "Set one or more environment variables.",
"type": "object"
},
"timeout": {
"description": "Instructs how long (in ms, s, m, or h) saucectl should wait for a suite to complete.",
"type": "string",
"pattern": "^(?:\\d+h)?(?:\\d+m)?(?:\\d+s)?(?:\\d+ms)?$",
"examples": [
"1h",
"10m",
"90s"
]
},
"workload": {
"description": "Sets the kind of workload that is being executed",
"enum": [
"webdriver",
"other"
]
},
"resourceProfile": {
"description": "Sets the CPU/memory limits of the container. Format is <CPU><level><mem><level>. Default to c1m1.",
"pattern": "^c(\\d+)m(\\d+)$",
"examples": [
"c1m1",
"c2m2",
"c3m3"
]
},
"metadata": {
"description": "Supply additional metadata to your runner.",
"type": "object"
}
},
"required": [
"name",
"workload"
]
}
},
"properties": {
"apiVersion": {
"const": "v1alpha"
},
"kind": {
"const": "imagerunner"
},
"sauce": {
"$ref": "#/allOf/9/then/definitions/sauce"
},
"defaults": {
"description": "Settings that are applied onto every suite as a default value.",
"$ref": "#/allOf/9/then/definitions/suite"
},
"suites": {
"description": "List of suites",
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/allOf/9/then/definitions/suite"
}
}
},
"required": [
"apiVersion",
"kind",
"suites"
],
"additionalProperties": true
}
}
]
} | saucectl |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"continent_dims": {
"type": "array",
"minItems": 2,
"_uniqueItems": false,
"additionalItems": false,
"items": {
},
"maxItems": 2
},
"min_zoom": {
"type": "integer",
"minimum": 0
},
"max_zoom": {
"type": "integer",
"minimum": 0
},
"floors": {
"type": "array",
"minItems": 1,
"_uniqueItems": false,
"additionalItems": true,
"items": {
"type": "integer"
}
},
"id": {
"type": "integer"
}
},
"required": [
"name",
"continent_dims",
"min_zoom",
"max_zoom",
"floors",
"id"
]
}
| o15725 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"checkRequiredFalseAndUniqueFalse": {
"properties": {
"required": {
"type": "boolean",
"enum": [
false
]
},
"unique": {
"type": "boolean",
"enum": [
false
]
}
}
},
"checkRequiredFalseAndUniqueAny": {
"properties": {
"required": {
"type": "boolean",
"enum": [
true
]
},
"unique": {
"type": "boolean",
"enum": [
true,
false
]
}
}
},
"migrationField": {
"title": "Migration field",
"description": "Representation of a single field from migrations.csv",
"type": "object",
"properties": {
"name": {
"title": "Field name",
"description": "Database field name",
"type": "string",
"minLength": 1
},
"type": {
"title": "Field type",
"description": "Database field type (think: field handlers)",
"type": "string",
"minLength": 1
},
"required": {
"title": "Required flag",
"description": "Defines whether or not the field is required",
"type": "boolean",
"default": false
},
"non-searchable": {
"title": "Searchable flag",
"description": "Defines whether or not the field is searchable",
"type": "boolean",
"default": false
},
"unique": {
"title": "Unique flag",
"description": "Defines whether or not the field is contains unique value",
"type": "boolean",
"default": false
}
},
"additionalProperties": false,
"required": [
"name",
"type"
],
"oneOf": [
{
"$ref": "#/definitions/checkRequiredFalseAndUniqueFalse"
},
{
"$ref": "#/definitions/checkRequiredFalseAndUniqueAny"
}
]
}
},
"title": "CSV migration",
"description": "CSV migration configuration",
"type": "object",
"properties": {},
"additionalProperties": {
"allOf": [
{
"$ref": "#/definitions/migrationField"
}
]
},
"required": [
"id",
"created",
"modified"
]
} | o13137 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of a triangle",
"type": "number"
},
"height": {
"description": "The height of a triangle",
"type": "number"
},
"radius": {
"description": "The radius of a circle",
"type": "number"
},
"side_length": {
"description": "The side length of a square",
"type": "number"
}
},
"required": [
"radius",
"side_length",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The geometric shape (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_4af10251 |
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"device_management_ip": {
"type": "string",
"description": "Management IP of the Device"
},
"device_abstract_config": {
"type": "object",
"description": "JSON string of the device abstract config derived from VNC data model"
},
"additional_feature_params": {
"type": "object",
"additionalProperties": false,
"description": "Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.",
"properties": {
"basic": {
"type": "object",
"additionalProperties": false,
"properties": {
"ntp": {
"type": "object",
"additionalProperties": false,
"properties": {
"ntp_boot_servers": {
"type": "array",
"items": {
"type": "string",
"title": "NTP Boot server",
"examples": [
"6.6.6.6"
]
}
},
"ntp_servers": {
"type": "array",
"items": {
"type": "string",
"title": "NTP server",
"examples": [
"8.8.8.8"
]
}
},
"time_zone": {
"type": "string",
"title": "Time Zone",
"examples": [
"America/Los_Angeles"
]
}
}
},
"name_servers": {
"type": "array",
"additionalProperties": false,
"items": {
"type": "string",
"Title": "Domain Name Server",
"examples": [
"10.1.1.2",
"11.1.1.2"
]
}
},
"domain_name": {
"type": "string",
"title": "Domain Name",
"examples": [
"company.net"
]
},
"snmp": {
"type": "object",
"additionalProperties": false,
"properties": {
"communities": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"readonly": {
"type": "boolean",
"default": true
}
},
"required": [
"name"
]
}
}
}
},
"static_routes": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"subnets",
"nexthop"
],
"properties": {
"subnets": {
"type": "array",
"items": {
"type": "string",
"title": "Subnet",
"examples": [
"10.1.1.0/24",
"10.1.2.0/24"
]
}
},
"nexthop": {
"type": "string",
"title": "Next hop IP",
"examples": [
"10.1.1.254"
]
}
}
}
}
}
},
"underlay_ip_clos": {
"type": "object",
"additionalProperties": false,
"properties": {
"bgp_hold_time": {
"type": "integer",
"default": 90
}
}
}
}
},
"is_delete": {
"type": "boolean",
"description": "Set to true for config delete operation",
"default": false
},
"is_ztp": {
"type": "boolean",
"description": "Set to true for greenfield fabric",
"default": false
},
"fabric_fq_name": {
"type": "array",
"items": {
"type": "string"
}
},
"fabric_uuid": {
"type": "string",
"format": "uuid"
}
}
} | o71304 |
{
"properties": {
"dimensions": {
"description": "The dimensions required for calculating the area",
"oneOf": [
{
"properties": {
"radius": {
"description": "The radius of the circle",
"type": "number"
}
},
"required": [
"radius"
]
},
{
"properties": {
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"length",
"width"
]
},
{
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
}
},
"required": [
"base",
"height"
]
}
],
"type": "object"
},
"shape": {
"description": "The shape for which area needs to be calculated",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_2048ff20 |
{
"properties": {
"cuisine": {
"description": "The cuisine type, e.g. Italian, Mexican",
"type": "string"
},
"diet": {
"description": "The diet type, e.g. vegetarian, gluten-free",
"type": "string"
},
"ingredients": {
"description": "The ingredients required for the recipes",
"items": {
"type": "string"
},
"type": "array"
},
"max_prep_time": {
"description": "The maximum preparation time in minutes",
"type": "integer"
}
},
"required": [
"cuisine",
"diet"
],
"type": "object"
} | search_recipes_a1deb583 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_APIResource": {
"description": "APIResource specifies the name of a resource and whether it is namespaced.",
"properties": {
"categories": {
"description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')",
"items": {
"type": "string"
},
"type": "array"
},
"group": {
"description": "group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
"type": "string"
},
"kind": {
"description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
"type": "string"
},
"name": {
"description": "name is the plural name of the resource.",
"type": "string"
},
"namespaced": {
"description": "namespaced indicates if a resource is namespaced or not.",
"type": "boolean"
},
"shortNames": {
"description": "shortNames is a list of suggested short names of the resource.",
"items": {
"type": "string"
},
"type": "array"
},
"singularName": {
"description": "singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.",
"type": "string"
},
"storageVersionHash": {
"description": "The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates.",
"type": "string"
},
"verbs": {
"description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"description": "version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
"type": "string"
}
},
"required": [
"name",
"singularName",
"namespaced",
"kind",
"verbs"
],
"type": "object"
}
},
"description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": [
"string",
"null"
]
},
"groupVersion": {
"description": "groupVersion is the group and version this APIResourceList is for.",
"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": [
"APIResourceList"
],
"type": [
"string",
"null"
]
},
"resources": {
"description": "resources contains the name of the resources and if they are namespaced.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_APIResource"
},
"type": [
"array",
"null"
]
}
},
"required": [
"groupVersion",
"resources"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "",
"kind": "APIResourceList",
"version": "v1"
}
]
} | kb_23_Normalized |
{
"definitions": {
"duration": {
"$schema": "http://json-schema.org/draft-04/schema",
"definitions": {
"created_at": {
"description": "when duration was created",
"format": "date-time",
"type": [
"string"
]
},
"id": {
"description": "unique identifier of duration",
"format": "uuid",
"readOnly": true,
"type": [
"string"
]
},
"identity": {
"anyOf": [
{
"$ref": "#/definitions/duration/definitions/id"
},
{
"$ref": "#/definitions/duration/definitions/name"
}
]
},
"name": {
"description": "unique name of duration",
"readOnly": true,
"type": [
"string"
]
},
"updated_at": {
"description": "when duration was updated",
"format": "date-time",
"type": [
"string"
]
}
},
"description": "FIXME",
"links": [
{
"description": "Create a new duration.",
"href": "/durations",
"method": "POST",
"rel": "create",
"schema": {
"properties": {},
"type": [
"object"
]
},
"title": "Create"
},
{
"description": "Delete an existing duration.",
"href": "/durations/{(%23%2Fdefinitions%2Fduration%2Fdefinitions%2Fidentity)}",
"method": "DELETE",
"rel": "destroy",
"title": "Delete"
},
{
"description": "Info for existing duration.",
"href": "/durations/{(%23%2Fdefinitions%2Fduration%2Fdefinitions%2Fidentity)}",
"method": "GET",
"rel": "self",
"title": "Info"
},
{
"description": "List existing durations.",
"href": "/durations",
"method": "GET",
"rel": "instances",
"title": "List"
},
{
"description": "Update an existing duration.",
"href": "/durations/{(%23%2Fdefinitions%2Fduration%2Fdefinitions%2Fidentity)}",
"method": "PATCH",
"rel": "update",
"schema": {
"properties": {},
"type": [
"object"
]
},
"title": "Update"
}
],
"properties": {
"created_at": {
"$ref": "#/definitions/duration/definitions/created_at"
},
"id": {
"$ref": "#/definitions/duration/definitions/id"
},
"name": {
"$ref": "#/definitions/duration/definitions/name"
},
"updated_at": {
"$ref": "#/definitions/duration/definitions/updated_at"
}
},
"stability": "prototype",
"strictProperties": true,
"title": "FIXME - Duration",
"type": [
"object"
]
}
},
"description": "infra-metrics API v1 Alpha Document",
"links": [
{
"href": "https://<your-infra-metrics-server>.com",
"rel": "self",
"title": "infra-metrics API v1 Alpha"
}
],
"properties": {
"duration": {
"$ref": "#/definitions/duration"
}
},
"type": [
"object"
]
} | o55696 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
},
"content": {
"type": "string"
},
"status": {
"type": "integer"
},
"publication_date": {
"description": "string timestamp representing the start date of the booking",
"type": "string"
},
"expiration_date": {
"description": "string timestamp representing the start date of the booking",
"type": "string"
},
"is_headline": {
"type": "boolean"
},
"thread_id": {
"type": "integer"
}
},
"required": [
"title",
"thread_id"
]
} | o12215 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/object_01",
"definitions": {
"object_01": {
"description": "JSON Schema generated by XMLSpy v2017 sp1 (x64) (http://www.altova.com)",
"type": "object",
"properties": {
"faculty": {
"title": "faculty",
"type": "array",
"items": {
"type": "object",
"properties": {
"firstname": {
"type": "string"
},
"lastname": {
"type": "string"
},
"title": {
"type": "string"
},
"org": {
"type": "string"
},
"category": {
"type": "string"
},
"imgsrc": {
"type": "string"
},
"desc": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"firstname",
"lastname",
"title",
"org",
"category",
"imgsrc",
"desc"
],
"additionalProperties": false
}
}
},
"required": [
"faculty"
],
"additionalProperties": false
}
}
} | o13093 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"Email": {
"description": "Email address of the service account.",
"title": "Email",
"type": "string"
}
},
"required": [
"Email"
],
"type": "object"
} | o6324 |
{
"description": "ATLAS Analysis Limits",
"title": "Limits",
"properties": {
"CLs_exp": {
"items": {
"type": "number"
},
"type": "array"
},
"CLs_obs": {
"type": "number"
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"id": "limits"
} | o66141 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"supportedGameModes": {
"type": "array",
"additionalItems": false,
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"rarityType": {
"type": "string"
},
"rarity": {
"type": "string"
},
"isMythic": {
"type": "boolean"
},
"isCertification": {
"type": "boolean"
},
"isWearable": {
"type": "boolean"
},
"hideIfNotAcquired": {
"type": "boolean"
},
"useType": {
"type": "string"
},
"largeImageUrl": {
"type": "string"
},
"categoryName": {
"type": "string"
},
"internalCategoryName": {
"type": "string"
},
"subcategoryName": {
"type": "string"
},
"internalSubcategoryName": {
"type": "string"
},
"subcategoryOrder": {
"type": "integer"
},
"sellPrice": {
"type": "integer"
},
"levelRequirement": {
"type": "integer"
},
"certificationRequisitionId": {
"type": [
"string",
"null"
]
},
"id": {
"type": "string"
},
"contentId": {
"type": "string"
}
},
"required": [
"supportedGameModes",
"name",
"description",
"rarityType",
"rarity",
"isMythic",
"isCertification",
"isWearable",
"hideIfNotAcquired",
"useType",
"largeImageUrl",
"categoryName",
"internalCategoryName",
"subcategoryName",
"internalSubcategoryName",
"subcategoryOrder",
"sellPrice",
"levelRequirement",
"certificationRequisitionId",
"id",
"contentId"
]
} | o5475 |
{
"properties": {
"date_range": {
"properties": {
"end_date": {
"description": "The end date of news articles in YYYY-MM-DD format",
"type": "string"
},
"start_date": {
"description": "The start date of news articles in YYYY-MM-DD format",
"type": "string"
}
},
"type": "object"
},
"keyword": {
"description": "The keyword to search for in news articles",
"type": "string"
},
"source": {
"description": "The source of news articles to filter",
"type": "string"
}
},
"type": "object"
} | search_news_a9d61a9a |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "TableData",
"description": "The data contained in a Table",
"type": "object",
"properties": {
"headers": {
"type": "array",
"items": {
"type": "string"
}
},
"datasets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"row": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string",
"pattern": "^#[0-9a-fA-F]{6}$"
},
"background": {
"type": "string",
"pattern": "^#[0-9a-fA-F]{6}$"
},
"value": {
"type": "string"
}
},
"required": [
"value"
]
}
}
}
}
}
},
"required": [
"headers",
"datasets"
]
} | o54555 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.