json_schema
stringlengths 43
1.28M
| unique_id
stringlengths 2
41
|
---|---|
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"anonymousRecruitment": {
"type": "boolean"
},
"locations": {
"items": {
"enum": [
"Scotland",
"North East England",
"North West England",
"Yorkshire and the Humber",
"East Midlands",
"West Midlands",
"East of England",
"Wales",
"London",
"South East England",
"South West England",
"Northern Ireland",
"International (outside the UK)"
]
},
"maxItems": 13,
"minItems": 1,
"type": "array",
"_uniqueItems": true
},
"manageIncentives": {
"type": "boolean"
},
"recruitFromList": {
"type": "boolean"
},
"recruitMethods": {
"items": {
"enum": [
"Entirely offline",
"Initial recruitment offline, but then contact them online",
"Entirely online"
]
},
"maxItems": 3,
"minItems": 1,
"type": "array",
"_uniqueItems": true
}
},
"required": [
"anonymousRecruitment",
"locations",
"manageIncentives",
"recruitFromList",
"recruitMethods"
],
"title": "Digital Outcomes and Specialists 4 User research participants Service Schema",
"type": "object"
} | o21114 |
{
"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"
}
},
"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",
"null"
]
},
"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"
} | kb_965_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"arrayOfString": {
"items": {
"type": "string"
},
"type": "array"
},
"uri": {
"_format": "uri",
"type": "string"
}
},
"description": "LAX Schema for metadata returned by DataSources.",
"properties": {
"$schema": {
"$ref": "#/definitions/uri"
},
"allow": {
"$ref": "#/definitions/uri"
},
"annotations": {
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"encoding": {
"type": "string"
},
"format": {
"$ref": "#/definitions/arrayOfString"
},
"language": {
"$ref": "#/definitions/arrayOfString"
},
"license": {
"$ref": "#/definitions/uri"
},
"name": {
"type": "string"
},
"size": {
"minimum": 0,
"type": "integer"
},
"vendor": {
"$ref": "#/definitions/uri"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"vendor",
"version",
"allow",
"license"
],
"title": "DataSource Metadata",
"type": "object"
} | o64726 |
{
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"definitions": {
"___traits_trait_additional_properties_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"description": "A grab-bag object for non-validatable data.",
"title": "Has additional properties",
"type": "object"
},
"___traits_trait_alignment_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A property used to determine horizontal positioning of a content element relative to the elements that immediately follow it in the element sequence.",
"enum": [
"left",
"right",
"center"
],
"title": "Alignment",
"type": "string"
},
"___traits_trait_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_id_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A globally unique identifier of the content in the ANS repository.",
"title": "Globally Unique ID trait",
"type": "string"
},
"___traits_trait_subtype_json": {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A user-defined categorization method to supplement type. In Arc, this field is reserved for organization-defined purposes, such as selecting the PageBuilder template that should be used to render a document.",
"title": "Subtype or Template",
"type": "string"
}
},
"description": "A code sample",
"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 code sample.",
"type": "string"
},
"language": {
"description": "The programming or markup language of the code sample",
"type": "string"
},
"subtype": {
"$ref": "#/definitions/___traits_trait_subtype_json"
},
"type": {
"enum": [
"code"
]
}
},
"required": [
"type",
"content",
"language"
],
"type": "object"
} | wp_19_Normalized |
{
"additionalFields": false,
"properties": {
"api_method": {
"type": "string"
},
"api_method_arguments": {
"properties": {
"idGoal": {
"type": "string"
}
},
"type": "object"
},
"frequency": {
"type": "string"
},
"period": {
"type": "string"
},
"site_id": {
"type": "string"
}
},
"required": [
"site_id"
],
"title": "Piwik Core Collector Query",
"type": "object"
} | o21487 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"title": "Playbook syntax definition",
"description": "Playbooks are documents which describe the exact set of steps required to successfully start and finish a given software release. When the Release Engine begins a deployment, the actions it takes come directly from playbooks. For more information: http://release-engine.readthedocs.org/en/latest/playbooks.html",
"definitions": {
"group": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"hosts": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
"steps": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/definitions/step_types"
}
},
"step_types": {
"anyOf": [
{
"$ref": "#/definitions/step_string"
},
{
"$ref": "#/definitions/step_object"
}
]
},
"step_string": {
"type": "string",
"pattern": "^[\\w]+:{1}[A-Z][\\w]+$"
},
"step_object": {
"type": "object",
"patternProperties": {
"^[\\w]+:{1}[A-Z][\\w]+$": {
"type": "object",
"properties": {
"notify": {
"$ref": "#/definitions/notify"
}
},
"minProperties": 1
}
},
"additionalProperties": false
},
"dynamic": {
"type": "array",
"items": {
"type": "string",
"minItems": 1
}
},
"notify": {
"type": "object",
"properties": {
"started": {
"$ref": "#/definitions/notify_endpoints"
},
"completed": {
"$ref": "#/definitions/notify_endpoints"
},
"failed": {
"$ref": "#/definitions/notify_endpoints"
}
},
"additionalProperties": false
},
"notify_endpoints": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"execution": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"hosts",
"steps",
"description"
],
"properties": {
"hosts": {
"$ref": "#/definitions/hosts"
},
"steps": {
"$ref": "#/definitions/steps"
},
"preflight": {
"$ref": "#/definitions/steps"
},
"description": {
"$ref": "#/definitions/description"
}
}
}
}
},
"properties": {
"execution": {
"$ref": "#/definitions/execution"
},
"group": {
"$ref": "#/definitions/group"
},
"name": {
"$ref": "#/definitions/name"
}
},
"required": [
"execution",
"name",
"group"
]
} | o67465 |
{
"additionalProperties": false,
"properties": {
"_id": {
"description": "unique url-friendly base64 encoded, utf8 endoded concatenation identifier",
"type": "string"
},
"_timestamp": {
"_format": "date-time",
"description": "ISO8601 combined date and time in UTC e.g. '2014-12-01T00:00:00+00:00'",
"type": "string"
},
"available_hours": {
"description": "The number of hours available - decimal(i.e.8.00 - not HH:MM)",
"minimum": 0,
"type": "number"
},
"consulate": {
"description": "The name or identity of the consulate providing the appointment",
"type": "string"
},
"period": {
"description": "The period covered by each data point from the _timestamp",
"enum": [
"hour",
"day",
"week",
"month",
"quarter"
]
},
"service": {
"description": "The name of the service provided e.g. appointment",
"type": "string"
},
"used_hours": {
"description": "The number of hours used - decimal(i.e.8.00 - not HH:MM)",
"minimum": 0,
"type": "number"
}
},
"required": [
"_id",
"_timestamp",
"period",
"consulate",
"service",
"available_hours",
"used_hours"
],
"title": "consulate-service-utilisation",
"type": "object"
} | o21470 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the shape (for triangles)",
"type": "number"
},
"height": {
"description": "The height of the shape (for triangles)",
"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 type of shape (e.g. square, circle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_2c141a8b |
{
"id": "http://hindenes.com/files/armschema/schemas/2015-08-01/Microsoft.Network.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Network",
"description": "Microsoft Network Resource Types",
"definitions": {
"dnsSettings": {
"properties": {
"domainNameLabel": {
"type": "string"
},
"dnsServers": {
"type": "array",
"items": {
"type": "string"
}
}
},
"type": "object",
"required": [
"domainNameLabel"
]
},
"publicIPAddresses": {
"type": "object",
"properties": {
"type": {
"enum": [
"Microsoft.Network/publicIPAddresses"
]
},
"apiVersion": {
"enum": [
"2015-05-01-preview",
"2015-06-15"
]
},
"properties": {
"properties": {
"publicIPAllocationMethod": {
"type": "string"
},
"idleTimeoutInMinutes": {
"type": "number"
},
"dnsSettings": {
"$ref": "#/definitions/dnsSettings"
}
},
"type": "object",
"required": [
"publicIPAllocationMethod"
]
}
},
"required": [
"properties"
]
},
"id": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object",
"required": [
"id"
]
},
"ipConfiguration": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/ipConfigurationProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"ipConfigurationProperties": {
"properties": {
"subnet": {
"$ref": "#/definitions/id"
},
"privateIPAddress": {
"type": "string"
},
"privateIPAllocationMethod": {
"type": "string"
},
"publicIPAddress": {
"$ref": "#/definitions/id"
}
},
"type": "object",
"required": [
"subnet",
"privateIPAllocationMethod"
]
},
"networkInterfaces": {
"type": "object",
"properties": {
"type": {
"enum": [
"Microsoft.Network/networkInterfaces"
]
},
"apiVersion": {
"enum": [
"2015-05-01-preview",
"2015-06-15"
]
},
"properties": {
"properties": {
"networkSecurityGroup": {
"$ref": "#/definitions/id"
},
"ipConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/ipConfiguration"
}
},
"dnsSettings": {
"$ref": "#/definitions/dnsSettings"
}
},
"type": "object",
"required": [
"ipConfigurations"
]
}
},
"required": [
"properties"
]
},
"addressSpace": {
"properties": {
"addressPrefixes": {
"type": "array",
"items": {
"type": "string"
}
}
},
"type": "object",
"required": [
"addressPrefixes"
]
},
"dhcpOptions": {
"properties": {
"dnsServers": {
"type": "array",
"items": {
"type": "string"
}
}
},
"type": "object",
"required": [
"dnsServers"
]
},
"subnetProperties": {
"properties": {
"addressPrefix": {
"type": "string"
},
"networkSecurityGroup": {
"$ref": "#/definitions/id"
},
"ipConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/id"
}
}
},
"type": "object",
"required": [
"addressPrefix"
]
},
"subnet": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/subnetProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"virtualNetworks": {
"type": "object",
"properties": {
"type": {
"enum": [
"Microsoft.Network/virtualNetworks"
]
},
"apiVersion": {
"enum": [
"2015-05-01-preview",
"2015-06-15"
]
},
"properties": {
"properties": {
"addressSpace": {
"$ref": "#/definitions/addressSpace"
},
"dhcpOptions": {
"$ref": "#/definitions/dhcpOptions"
},
"subnets": {
"type": "array",
"items": {
"$ref": "#/definitions/subnet"
}
}
},
"type": "object",
"required": [
"addressSpace",
"subnets"
]
}
},
"required": [
"properties"
]
},
"frontendIPConfigurationsExternalProperties": {
"properties": {
"publicIPAddress": {
"$ref": "#/definitions/id"
}
},
"type": "object",
"required": [
"publicIPAddress"
]
},
"frontendIPConfigurationsInternalProperties": {
"properties": {
"subnet": {
"$ref": "#/definitions/id"
},
"privateIPAddress": {
"type": "string"
},
"privateIPAllocationMethod": {
"type": "string"
}
},
"type": "object",
"required": [
"subnet",
"privateIPAllocationMethod"
]
},
"frontendIPConfigurations": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"properties": {
"subnet": {
"$ref": "#/definitions/id"
},
"privateIPAddress": {
"type": "string"
},
"privateIPAllocationMethod": {
"type": "string"
},
"publicIPAddress": {
"$ref": "#/definitions/id"
}
},
"additionalProperties": false,
"type": "object"
}
},
"type": "object"
},
"backendIPConfigurationProperties": {
"properties": {
"backendIPConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/id"
}
}
},
"type": "object",
"required": [
"backendIPConfigurations"
]
},
"backendAddressPools": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/backendIPConfigurationProperties"
}
},
"type": "object",
"required": [
"name"
]
},
"loadBalancingRulesProperties": {
"properties": {
"frontendIPConfiguration": {
"$ref": "#/definitions/id"
},
"backendAddressPool": {
"$ref": "#/definitions/id"
},
"protocol": {
"type": "string"
},
"frontendPort": {
"type": "number"
},
"backendPort": {
"type": "number"
},
"probe": {
"$ref": "#/definitions/id"
},
"enableFloatingIP": {
"type": "boolean"
},
"idleTimeoutInMinutes": {
"type": "number"
},
"loadDistribution": {
"type": "string"
}
},
"type": "object",
"required": [
"frontendIPConfiguration",
"backendAddressPool",
"protocol",
"frontendPort",
"backendPort"
]
},
"loadBalancingRules": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/loadBalancingRulesProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"probeProperties": {
"properties": {
"protocol": {
"type": "string"
},
"port": {
"type": "number"
},
"requestPath": {
"type": "string"
},
"intervalInSeconds": {
"type": "number"
},
"numberOfProbes": {
"type": "number"
}
},
"type": "object",
"required": [
"protocol",
"port"
]
},
"probes": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/probeProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"inboundNatRulesProperties": {
"properties": {
"frontendIPConfiguration": {
"$ref": "#/definitions/id"
},
"backendIPConfiguration": {
"$ref": "#/definitions/id"
},
"protocol": {
"type": "string"
},
"frontendPort": {
"type": "number"
},
"backendPort": {
"type": "number"
}
},
"type": "object",
"required": [
"frontendIPConfiguration",
"backendIPConfiguration",
"protocol",
"frontendPort",
"backendPort"
]
},
"inboundNatRules": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/inboundNatRulesProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"outboundNatRulesProperties": {
"properties": {
"frontendIPConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/id"
}
},
"backendAddressPool": {
"$ref": "#/definitions/id"
}
},
"type": "object",
"required": [
"frontendIPConfigurations",
"backendAddressPool"
]
},
"outboundNatRules": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/outboundNatRulesProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"loadBalancers": {
"type": "object",
"properties": {
"type": {
"enum": [
"Microsoft.Network/loadBalancers"
]
},
"apiVersion": {
"enum": [
"2015-05-01-preview",
"2015-06-15"
]
},
"properties": {
"properties": {
"frontendIPConfigurations": {
"$ref": "#/definitions/frontendIPConfigurations"
},
"backendAddressPools": {
"type": "array",
"items": {
"$ref": "#/definitions/backendAddressPools"
}
},
"loadBalancingRules": {
"type": "array",
"items": {
"$ref": "#/definitions/loadBalancingRules"
}
},
"probes": {
"type": "array",
"items": {
"$ref": "#/definitions/probes"
}
},
"inboundNatRules": {
"type": "array",
"items": {
"$ref": "#/definitions/inboundNatRules"
}
},
"outboundNatRules": {
"type": "array",
"items": {
"$ref": "#/definitions/outboundNatRules"
}
}
},
"type": "object"
}
},
"required": [
"properties"
]
},
"securityruleProperties": {
"properties": {
"description": {
"type": "string"
},
"protocol": {
"type": "string"
},
"sourcePortRange": {
"type": "string"
},
"destinationPortRange": {
"type": "string"
},
"sourceAddressPrefix": {
"type": "string"
},
"destinationAddressPrefix": {
"type": "string"
},
"access": {
"type": "string"
},
"priority": {
"type": "number"
},
"direction": {
"type": "string"
}
},
"type": "object",
"required": [
"protocol",
"sourcePortRange",
"destinationPortRange",
"sourceAddressPrefix",
"destinationAddressPrefix",
"access",
"priority",
"direction"
]
},
"securityRules": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"$ref": "#/definitions/securityruleProperties"
}
},
"type": "object",
"required": [
"name",
"properties"
]
},
"networkSecurityGroups": {
"type": "object",
"properties": {
"type": {
"enum": [
"Microsoft.Network/networkSecurityGroups"
]
},
"apiVersion": {
"enum": [
"2015-05-01-preview",
"2015-06-15"
]
},
"properties": {
"properties": {
"securityRules": {
"type": "array",
"items": {
"$ref": "#/definitions/securityRules"
}
}
},
"type": "object",
"required": [
"securityRules"
]
}
},
"required": [
"properties"
]
}
},
"properties": {
"dnsSettings": {
"$ref": "#/definitions/dnsSettings"
},
"publicIPAddresses": {
"$ref": "#/definitions/publicIPAddresses"
},
"id": {
"$ref": "#/definitions/id"
},
"ipConfiguration": {
"$ref": "#/definitions/ipConfiguration"
},
"ipConfigurationProperties": {
"$ref": "#/definitions/ipConfigurationProperties"
},
"networkInterfaces": {
"$ref": "#/definitions/networkInterfaces"
},
"addressSpace": {
"$ref": "#/definitions/addressSpace"
},
"dhcpOptions": {
"$ref": "#/definitions/dhcpOptions"
},
"subnetProperties": {
"$ref": "#/definitions/subnetProperties"
},
"subnet": {
"$ref": "#/definitions/subnet"
},
"virtualNetworks": {
"$ref": "#/definitions/virtualNetworks"
},
"frontendIPConfigurationsExternalProperties": {
"$ref": "#/definitions/frontendIPConfigurationsExternalProperties"
},
"frontendIPConfigurationsInternalProperties": {
"$ref": "#/definitions/frontendIPConfigurationsInternalProperties"
},
"frontendIPConfigurations": {
"$ref": "#/definitions/frontendIPConfigurations"
},
"backendIPConfigurationProperties": {
"$ref": "#/definitions/backendIPConfigurationProperties"
},
"backendAddressPools": {
"$ref": "#/definitions/backendAddressPools"
},
"loadBalancingRulesProperties": {
"$ref": "#/definitions/loadBalancingRulesProperties"
},
"loadBalancingRules": {
"$ref": "#/definitions/loadBalancingRules"
},
"probeProperties": {
"$ref": "#/definitions/probeProperties"
},
"probes": {
"$ref": "#/definitions/probes"
},
"inboundNatRulesProperties": {
"$ref": "#/definitions/inboundNatRulesProperties"
},
"inboundNatRules": {
"$ref": "#/definitions/inboundNatRules"
},
"outboundNatRulesProperties": {
"$ref": "#/definitions/outboundNatRulesProperties"
},
"outboundNatRules": {
"$ref": "#/definitions/outboundNatRules"
},
"loadBalancers": {
"$ref": "#/definitions/loadBalancers"
},
"securityruleProperties": {
"$ref": "#/definitions/securityruleProperties"
},
"securityRules": {
"$ref": "#/definitions/securityRules"
},
"networkSecurityGroups": {
"$ref": "#/definitions/networkSecurityGroups"
}
},
"required": [
"dnsSettings",
"publicIPAddresses",
"id",
"ipConfiguration",
"ipConfigurationProperties",
"networkInterfaces",
"addressSpace",
"dhcpOptions",
"subnetProperties",
"subnet",
"virtualNetworks",
"frontendIPConfigurationsExternalProperties",
"frontendIPConfigurationsInternalProperties",
"frontendIPConfigurations",
"backendIPConfigurationProperties",
"backendAddressPools",
"loadBalancingRulesProperties",
"loadBalancingRules",
"probeProperties",
"probes",
"inboundNatRulesProperties",
"inboundNatRules",
"outboundNatRulesProperties",
"outboundNatRules",
"loadBalancers",
"securityruleProperties",
"securityRules",
"networkSecurityGroups"
]
} | o83111 |
{
"$comment": "https://minecraft.fandom.com/wiki/Data_Pack",
"$id": "https://json.schemastore.org/minecraft-pack-mcmeta.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "A pack metadata\nhttps://minecraft.fandom.com/wiki/Data_pack",
"properties": {
"pack": {
"title": "pack options",
"description": "Options for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack#Contents",
"type": "object",
"properties": {
"description": {
"title": "description",
"description": "A description for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack#Contents"
},
"pack_format": {
"description": "A version for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack#Contents",
"type": "integer",
"minimum": 4,
"maximum": 15,
"default": 4
}
},
"additionalProperties": false
},
"filter": {
"title": "filter options",
"description": "Filter options for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack",
"type": "object",
"additionalProperties": {
"title": "pattern",
"description": "A pattern for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack",
"type": "object",
"properties": {
"namespace": {
"description": "A namespace regular expression for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack",
"type": "string"
},
"path": {
"description": "A path regular expression for the current pack\nhttps://minecraft.fandom.com/wiki/Data_pack",
"type": "string"
}
},
"additionalProperties": false
}
}
},
"title": "pack metadata",
"type": "object"
}
| minecraft-pack-mcmeta |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "lastTransitionTime last time the condition transitioned from one status to another."
},
"message": {
"description": "message is a human-readable message indicating details about last transition.",
"type": [
"string",
"null"
]
},
"reason": {
"description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.",
"type": [
"string",
"null"
]
},
"status": {
"description": "status is the status of the condition. Can be True, False, Unknown.",
"type": [
"string",
"null"
]
},
"type": {
"description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
"type": [
"string",
"null"
]
}
},
"required": [
"type",
"status"
],
"type": "object"
} | kb_193_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"relativeTo": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "object",
"properties": {
"$date": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"$date"
]
}
]
},
"templateContext": {
"type": "string",
"maxLength": 32767
}
},
"additionalProperties": false
} | o9933 |
{
"additionalProperties": false,
"description": "A view_search_results GTM server-side event.",
"properties": {
"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",
"null"
]
},
"search_term": {
"description": "The term that was searched for.",
"maxLength": 4096,
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "view_search_results",
"vendor": "com.google.tag-manager.server-side",
"version": "1-0-0"
},
"type": "object"
} | sp_96_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionCondition": {
"description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "lastTransitionTime last time the condition transitioned from one status to another."
},
"message": {
"description": "message is a human-readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "status is the status of the condition. Can be True, False, Unknown.",
"type": "string"
},
"type": {
"description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionNames": {
"description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition",
"properties": {
"categories": {
"description": "categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"description": "kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.",
"type": "string"
},
"listKind": {
"description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".",
"type": "string"
},
"plural": {
"description": "plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.",
"type": "string"
},
"shortNames": {
"description": "shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.",
"items": {
"type": "string"
},
"type": "array"
},
"singular": {
"description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.",
"type": "string"
}
},
"required": [
"plural",
"kind"
],
"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": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition",
"properties": {
"acceptedNames": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionNames",
"description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec."
},
"conditions": {
"description": "conditions indicate state for particular aspects of a CustomResourceDefinition",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionCondition"
},
"type": [
"array",
"null"
]
},
"storedVersions": {
"description": "storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"type": "object"
} | kb_207_Normalized |
{
"additionalProperties": true,
"description": "Schema for Segment group event (via webhook), https://segment.com/docs/integrations/webhooks/#group",
"properties": {
"groupId": {
"maxLength": 512,
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "group",
"vendor": "com.segment",
"version": "1-0-0"
},
"type": "object"
} | sp_174_Normalized |
{
"$id": "https://json.schemastore.org/prometheus.rules.test.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"alert": {
"properties": {
"exp_annotations": {
"$ref": "#/definitions/labels",
"description": "Expanded annotations of the expected alert"
},
"exp_labels": {
"$ref": "#/definitions/labels",
"description": "Expanded labels and annotations of the expected alert. This also include the labels of the sample associated with the alert (same as what you see in `/alerts`, without series `__name__` and `alertname`)."
}
},
"required": ["exp_labels"],
"type": "object"
},
"alert_test_case": {
"additionalProperties": false,
"properties": {
"alertname": {
"description": "Name of the alert to be tested.",
"type": "string"
},
"eval_time": {
"$ref": "#/definitions/duration",
"description": "The time elapsed from time=0s when the alerts have to be checked."
},
"exp_alerts": {
"description": "List of expected alerts firing under the given alertname at the given evaluation time",
"items": {
"$ref": "#/definitions/alert"
},
"type": "array"
}
},
"required": ["eval_time", "alertname"],
"type": "object"
},
"duration": {
"minLength": 1,
"pattern": "^([0-9]+y)?([0-9]+w)?([0-9]+d)?([0-9]+h)?([0-9]+m)?([0-9]+s)?([0-9]+ms)?$",
"type": ["string", "null"]
},
"label_value": {
"type": "string"
},
"labels": {
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z_][a-zA-Z0-9_]*$": {
"$ref": "#/definitions/label_value"
}
},
"type": ["object", "null"]
},
"promql_test_case": {
"additionalProperties": false,
"properties": {
"eval_time": {
"$ref": "#/definitions/duration",
"description": "The time elapsed from time=0s when the expression has to be evaluated."
},
"exp_samples": {
"description": "Expected samples at the given evaluation time.",
"items": {
"$ref": "#/definitions/sample"
},
"type": "array"
},
"expr": {
"description": "PromQL expression to evaluate",
"type": "string"
}
},
"required": ["expr", "eval_time"],
"type": "object"
},
"sample": {
"properties": {
"labels": {
"description": "Labels of the sample in the usual series notation '<metric name>{<label name>=<label value>, ...}'",
"type": "string"
},
"value": {
"description": "Expected value of the PromQL expression.",
"type": "number"
}
},
"required": ["labels", "value"],
"type": "object"
},
"series": {
"additionalProperties": false,
"properties": {
"series": {
"description": "This follows the usual series notation '<metric name>{<label name>=<label value>, ...}'.",
"type": "string"
},
"values": {
"description": "This uses expanded notation to project time series. There are also the special `_` and `stale` values to indicate missing or stale samples",
"type": "string"
}
},
"required": ["series", "values"],
"type": "object"
},
"test_group": {
"additionalProperties": false,
"properties": {
"alert_rule_test": {
"description": "Unit tests for alerting rules. We only consider the alerting rules from the input files.",
"items": {
"$ref": "#/definitions/alert_test_case"
},
"type": "array"
},
"external_labels": {
"$ref": "#/definitions/labels",
"description": "External labels accessible to the alert template."
},
"external_url": {
"description": "External URL accessible to the alert template. Usually set using --web.external-url.",
"type": "string"
},
"input_series": {
"description": "A list of time series",
"items": {
"$ref": "#/definitions/series"
},
"type": "array"
},
"interval": {
"$ref": "#/definitions/duration",
"description": "The time elapsed from time=0s when the alerts have to be checked."
},
"name": {
"description": "Name of the test group",
"type": "string"
},
"promql_expr_test": {
"description": "Unit tests for PromQL expressions",
"items": {
"$ref": "#/definitions/promql_test_case"
},
"type": "array"
}
},
"required": ["interval", "input_series"],
"type": "object"
}
},
"description": "Prometheus rules test file. See https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/ for details.",
"properties": {
"evaluation_interval": {
"default": "1m",
"description": "The evaluation interval for the tests. [duration] format.",
"type": ["string", "null"]
},
"group_eval_order": {
"description": "The order in which group names are listed below will be the order of evaluation of rule groups (at a given evaluation time).",
"items": {
"type": "string"
},
"type": ["array", "null"]
},
"rule_files": {
"description": "List of rule files to consider for testing. Globs are supported.",
"items": {
"type": "string"
},
"type": "array"
},
"tests": {
"items": {
"$ref": "#/definitions/test_group",
"description": "All the tests are listed here."
},
"type": "array"
}
},
"title": "Prometheus Rules Test File",
"type": "object"
}
| prometheus |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"cryptoalgo_detail": {
"type": "object",
"properties": {
"crypto": {
"type": "string"
},
"file": {
"type": "string"
},
"matched_lines": {
"type": "number"
},
"matchpercent": {
"type": "number"
},
"matchtype": {
"type": "string",
"enum": [
"content",
"filename"
]
},
"sample_file": {
"type": "string"
},
"samples_lines": {
"type": "number"
}
},
"required": [
"crypto",
"file",
"matchtype"
],
"additionalProperties": false
},
"cryptoalgo_record": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"name": {
"type": "string"
}
},
"required": [
"count",
"name"
],
"additionalProperties": false
},
"cryptocheck_summary": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"$ref": "#/definitions/cryptoalgo_record"
}
},
"filename": {
"type": "array",
"items": {
"$ref": "#/definitions/cryptoalgo_record"
}
}
},
"required": [
"content",
"filename"
],
"additionalProperties": false
}
},
"type": "object",
"description": "Result of OSCryptoChecker worker",
"properties": {
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the schema",
"pattern": "^[a-zA-Z0-9_]+$"
},
"version": {
"type": "string",
"description": "Version of the schema",
"pattern": "^[0-9]+-[0-9]+-[0-9]+$"
},
"url": {
"type": "string",
"description": "Full URL of the schema",
"format": "uri"
}
},
"required": [
"name",
"version"
],
"additionalProperties": false
},
"_release": {
"type": "string",
"description": "Unique release id in form of \"ecosystem:package:version\""
},
"status": {
"type": "string",
"enum": [
"success",
"error"
]
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/cryptoalgo_detail"
}
},
"summary": {
"$ref": "#/definitions/cryptocheck_summary"
}
},
"required": [
"status",
"details",
"summary"
],
"additionalProperties": false,
"title": "crypto_algorithms_result-v1-0-0"
} | o60973 |
{
"id": "https://letsencrypt.org/schema/01/challengeobject#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Subschema for an individual challenge (within challenge)",
"anyOf": [
{
"type": "object",
"required": [
"type",
"token"
],
"properties": {
"type": {
"enum": [
"simpleHttps"
]
},
"token": {
"type": "string"
}
}
},
{
"type": "object",
"required": [
"type",
"r",
"nonce"
],
"properties": {
"type": {
"enum": [
"dvsni"
]
},
"r": {
"type": [
"string"
],
"pattern": "^[-_=0-9A-Za-z]+$"
},
"nonce": {
"type": "string",
"pattern": "^[0-9a-f]+$"
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"recoveryContact"
]
},
"activationURL": {
"type": "string"
},
"successURL": {
"type": "string"
},
"contact": {
"type": "string"
}
}
},
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"recoveryToken"
]
}
}
},
{
"type": "object",
"required": [
"type",
"alg",
"nonce",
"hints"
],
"properties": {
"type": {
"enum": [
"proofOfPossession"
]
},
"alg": {
"type": "string"
},
"nonce": {
"type": "string",
"pattern": "^[-_=0-9A-Za-z]+$"
},
"hints": {
"type": "object",
"properties": {
"jwk": {
"type": "object"
},
"certFingerprints": {
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[0-9a-f]+$"
}
},
"subjectKeyIdentifiers": {
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[0-9a-f]+$"
}
},
"serialNumbers": {
"type": "array",
"minItems": 1,
"items": {
"type": "integer"
}
},
"issuers": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
"authorizedFor": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
}
}
}
}
},
{
"type": "object",
"required": [
"type",
"token"
],
"properties": {
"type": {
"enum": [
"dns"
]
},
"token": {
"type": "string"
}
}
}
]
} | o40350 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"required": [
"person",
"password",
"password_again",
"orientation"
],
"type": "object",
"definitions": {
"person": {
"type": "object",
"required": [
"first_name",
"last_name",
"address"
],
"properties": {
"first_name": {
"type": "string",
"minLength": 2
},
"last_name": {
"type": "string",
"minLength": 2
},
"address": {
"$ref": "#/definitions/address"
}
}
},
"address": {
"type": "object",
"required": [
"street",
"street_number",
"city",
"country"
],
"properties": {
"street": {
"type": "string"
},
"street_number": {
"type": "string",
"pattern": "^[0-9]+$"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
}
}
}
},
"properties": {
"person": {
"$ref": "#/definitions/person"
},
"password": {
"type": "string"
},
"orientation": {
"type": "string",
"default": "horizontal",
"enum": [
"vertical"
]
}
}
} | o78017 |
{
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range"
},
"position": {
"$ref": "#/definitions/Position"
},
"location": {
"$ref": "#/definitions/Location"
},
"diagnostic": {
"$ref": "#/definitions/Diagnostic"
},
"DiagnosticSeverity": {
"$ref": "#/definitions/DiagnosticSeverity"
},
"command": {
"$ref": "#/definitions/Command"
},
"textEdit": {
"$ref": "#/definitions/TextEdit"
},
"workspaceEdit": {
"$ref": "#/definitions/WorkspaceEdit"
},
"workspaceChange": {
"$ref": "#/definitions/WorkspaceChange"
},
"textEditChange": {
"$ref": "#/definitions/TextEditChange"
},
"textDocumentIdentifier": {
"$ref": "#/definitions/TextDocumentIdentifier"
},
"completionItemKind": {
"$ref": "#/definitions/CompletionItemKind"
},
"completionItem": {
"$ref": "#/definitions/CompletionItem"
},
"completionList": {
"$ref": "#/definitions/CompletionList"
},
"hover": {
"$ref": "#/definitions/Hover"
},
"markedString": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"language": {
"type": "string"
},
"value": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"language",
"value"
]
}
]
},
"signatureHelp": {
"$ref": "#/definitions/SignatureHelp"
},
"signatureInformation": {
"$ref": "#/definitions/SignatureInformation"
},
"parameterInformation": {
"$ref": "#/definitions/ParameterInformation"
},
"definition": {
"oneOf": [
{
"$ref": "#/definitions/Location",
"description": "Represents a location inside a resource, such as a line\n\ninside a text file.\n\nThe Location namespace provides helper functions to work with\n\n[Location](#Location) literals."
},
{
"type": "array",
"items": {
"$ref": "#/definitions/Location",
"description": "Represents a location inside a resource, such as a line\n\ninside a text file.\n\nThe Location namespace provides helper functions to work with\n\n[Location](#Location) literals."
}
}
]
},
"codeActionContext": {
"$ref": "#/definitions/CodeActionContext"
},
"documentHighlight": {
"$ref": "#/definitions/DocumentHighlight"
},
"documentHighlightKind": {
"$ref": "#/definitions/DocumentHighlightKind"
},
"symbolInformation": {
"$ref": "#/definitions/SymbolInformation"
},
"symbolKind": {
"$ref": "#/definitions/SymbolKind"
},
"codeLens": {
"$ref": "#/definitions/CodeLens"
},
"formattingOptions": {
"$ref": "#/definitions/FormattingOptions"
}
},
"additionalProperties": false,
"required": [
"range",
"position",
"location",
"diagnostic",
"DiagnosticSeverity",
"command",
"textEdit",
"workspaceEdit",
"workspaceChange",
"textEditChange",
"textDocumentIdentifier",
"completionItemKind",
"completionItem",
"completionList",
"hover",
"markedString",
"signatureHelp",
"signatureInformation",
"parameterInformation",
"definition",
"codeActionContext",
"documentHighlight",
"documentHighlightKind",
"symbolInformation",
"symbolKind",
"codeLens",
"formattingOptions"
],
"definitions": {
"Range": {
"type": "object",
"properties": {
"start": {
"$ref": "#/definitions/Position",
"description": "The range's start position"
},
"end": {
"$ref": "#/definitions/Position",
"description": "The range's end position"
}
},
"additionalProperties": false,
"required": [
"start",
"end"
]
},
"Position": {
"description": "Position in a text document expressed as zero-based line and character offset.\n\nThe Position namespace provides helper functions to work with\n\n[Position](#Position) literals.",
"type": "object",
"properties": {
"line": {
"description": "Line position in a document (zero-based).",
"type": "integer"
},
"character": {
"description": "Character offset on a line in a document (zero-based).",
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"line",
"character"
]
},
"Location": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"range": {
"$ref": "#/definitions/Range"
}
},
"additionalProperties": false,
"required": [
"uri",
"range"
]
},
"Diagnostic": {
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range",
"description": "The range at which the message applies"
},
"severity": {
"description": "The diagnostic's severity. Can be omitted. If omitted it is up to the\n\nclient to interpret diagnostics as error, warning, info or hint.",
"type": "integer"
},
"code": {
"description": "The diagnostic's code. Can be omitted.",
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
},
"source": {
"description": "A human-readable string describing the source of this\n\ndiagnostic, e.g. 'typescript' or 'super lint'.",
"type": "string"
},
"message": {
"description": "The diagnostic's message.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"range",
"message"
]
},
"DiagnosticSeverity": {
"type": "string"
},
"Command": {
"type": "object",
"properties": {
"title": {
"description": "Title of the command, like `save`.",
"type": "string"
},
"command": {
"description": "The identifier of the actual command handler.",
"type": "string"
},
"arguments": {
"description": "Arguments that the command handler should be\n\ninvoked with.",
"type": "array",
"items": {}
}
},
"additionalProperties": false,
"required": [
"title",
"command"
]
},
"TextEdit": {
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range",
"description": "The range of the text document to be manipulated. To insert\n\ntext into a document create a range where start === end."
},
"newText": {
"description": "The string to be inserted. For delete operations use an\n\nempty string.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"range",
"newText"
]
},
"WorkspaceEdit": {
"type": "object",
"properties": {
"changes": {
"description": "Holds changes to existing resources.",
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"$ref": "#/definitions/TextEdit",
"description": "A text edit applicable to a text document.\n\nThe TextEdit namespace provides helper function to create replace,\n\ninsert and delete edits more easily."
}
}
}
},
"additionalProperties": false,
"required": [
"changes"
]
},
"WorkspaceChange": {
"type": "object",
"properties": {
"workspaceEdit": {},
"textEditChanges": {},
"edit": {
"$ref": "#/definitions/WorkspaceEdit",
"description": "Returns the underlying [WorkspaceEdit](#WorkspaceEdit) literal\n\nuse to be returned from a workspace edit operation like rename."
},
"getTextEditChange": {
"description": "Returns the [TextEditChange](#TextEditChange) to manage text edits\n\nfor resources.",
"type": "object",
"properties": {},
"additionalProperties": false
}
},
"additionalProperties": false,
"required": [
"workspaceEdit",
"textEditChanges",
"edit",
"getTextEditChange"
]
},
"TextEditChange": {
"type": "object",
"properties": {
"all": {
"description": "Gets all text edits for this change.",
"type": "object",
"properties": {},
"additionalProperties": false
},
"clear": {
"description": "Clears the edits for this change.",
"type": "object",
"properties": {},
"additionalProperties": false
},
"insert": {
"description": "Insert the given text at the given position.",
"type": "object",
"properties": {},
"additionalProperties": false
},
"replace": {
"description": "Replace the given range with given text for the given resource.",
"type": "object",
"properties": {},
"additionalProperties": false
},
"delete": {
"description": "Delete the text at the given range.",
"type": "object",
"properties": {},
"additionalProperties": false
}
},
"additionalProperties": false,
"required": [
"all",
"clear",
"insert",
"replace",
"delete"
]
},
"TextDocumentIdentifier": {
"type": "object",
"properties": {
"uri": {
"description": "The text document's uri.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"uri"
]
},
"CompletionItemKind": {
"type": "string"
},
"CompletionItem": {
"type": "object",
"properties": {
"label": {
"description": "The label of this completion item. By default\n\nalso the text that is inserted when selecting\n\nthis completion.",
"type": "string"
},
"kind": {
"description": "The kind of this completion item. Based of the kind\n\nan icon is chosen by the editor.",
"type": "integer"
},
"detail": {
"description": "A human-readable string with additional information\n\nabout this item, like type or symbol information.",
"type": "string"
},
"documentation": {
"description": "A human-readable string that represents a doc-comment.",
"type": "string"
},
"sortText": {
"description": "A string that shoud be used when comparing this item\n\nwith other items. When `falsy` the [label](#CompletionItem.label)\n\nis used.",
"type": "string"
},
"filterText": {
"description": "A string that should be used when filtering a set of\n\ncompletion items. When `falsy` the [label](#CompletionItem.label)\n\nis used.",
"type": "string"
},
"insertText": {
"description": "A string that should be inserted a document when selecting\n\nthis completion. When `falsy` the [label](#CompletionItem.label)\n\nis used.",
"type": "string"
},
"textEdit": {
"$ref": "#/definitions/TextEdit",
"description": "An [edit](#TextEdit) which is applied to a document when selecting\n\nthis completion. When an edit is provided the value of\n\n[insertText](#CompletionItem.insertText) is ignored."
},
"additionalTextEdits": {
"description": "An optional array of additional [text edits](#TextEdit) that are applied when\n\nselecting this completion. Edits must not overlap with the main [edit](#CompletionItem.textEdit)\n\nnor with themselves.",
"type": "array",
"items": {
"$ref": "#/definitions/TextEdit",
"description": "A text edit applicable to a text document.\n\nThe TextEdit namespace provides helper function to create replace,\n\ninsert and delete edits more easily."
}
},
"command": {
"$ref": "#/definitions/Command",
"description": "An optional [command](#Command) that is executed *after* inserting this completion. *Note* that\n\nadditional modifications to the current document should be described with the\n\n[additionalTextEdits](#CompletionItem.additionalTextEdits)-property."
},
"data": {
"description": "An data entry field that is preserved on a completion item between\n\na [CompletionRequest](#CompletionRequest) and a [CompletionResolveRequest]\n\n(#CompletionResolveRequest)"
}
},
"additionalProperties": false,
"required": [
"label"
]
},
"CompletionList": {
"type": "object",
"properties": {
"isIncomplete": {
"description": "This list it not complete. Further typing should result in recomputing\n\nthis list.",
"type": "boolean"
},
"items": {
"description": "The completion items.",
"type": "array",
"items": {
"$ref": "#/definitions/CompletionItem",
"description": "A completion item represents a text snippet that is\n\nproposed to complete text that is being typed.\n\nThe CompletionItem namespace provides functions to deal with\n\ncompletion items."
}
}
},
"additionalProperties": false,
"required": [
"isIncomplete",
"items"
]
},
"Hover": {
"type": "object",
"properties": {
"contents": {
"description": "The hover's content",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"language": {
"type": "string"
},
"value": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"language",
"value"
]
},
{
"type": "array",
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"language": {
"type": "string"
},
"value": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"language",
"value"
]
}
]
}
}
]
},
"range": {
"$ref": "#/definitions/Range",
"description": "An optional range"
}
},
"additionalProperties": false,
"required": [
"contents"
]
},
"SignatureHelp": {
"type": "object",
"properties": {
"signatures": {
"description": "One or more signatures.",
"type": "array",
"items": {
"$ref": "#/definitions/SignatureInformation",
"description": "Represents the signature of something callable. A signature\n\ncan have a label, like a function-name, a doc-comment, and\n\na set of parameters.\n\nThe SignatureInformation namespace provides helper functions to work with\n\n[SignatureInformation](#SignatureInformation) literals."
}
},
"activeSignature": {
"description": "The active signature.",
"type": "integer"
},
"activeParameter": {
"description": "The active parameter of the active signature.",
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"signatures"
]
},
"SignatureInformation": {
"type": "object",
"properties": {
"label": {
"description": "The label of this signature. Will be shown in\n\nthe UI.",
"type": "string"
},
"documentation": {
"description": "The human-readable doc-comment of this signature. Will be shown\n\nin the UI but can be omitted.",
"type": "string"
},
"parameters": {
"description": "The parameters of this signature.",
"type": "array",
"items": {
"$ref": "#/definitions/ParameterInformation",
"description": "Represents a parameter of a callable-signature. A parameter can\n\nhave a label and a doc-comment.\n\nThe ParameterInformation namespace provides helper functions to work with\n\n[ParameterInformation](#ParameterInformation) literals."
}
}
},
"additionalProperties": false,
"required": [
"label"
]
},
"ParameterInformation": {
"type": "object",
"properties": {
"label": {
"description": "The label of this signature. Will be shown in\n\nthe UI.",
"type": "string"
},
"documentation": {
"description": "The human-readable doc-comment of this signature. Will be shown\n\nin the UI but can be omitted.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"label"
]
},
"CodeActionContext": {
"type": "object",
"properties": {
"diagnostics": {
"description": "An array of diagnostics.",
"type": "array",
"items": {
"$ref": "#/definitions/Diagnostic",
"description": "Represents a diagnostic, such as a compiler error or warning. Diagnostic objects\n\nare only valid in the scope of a resource.\n\nThe Diagnostic namespace provides helper functions to work with\n\n[Diagnostic](#Diagnostic) literals."
}
}
},
"additionalProperties": false,
"required": [
"diagnostics"
]
},
"DocumentHighlight": {
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range",
"description": "The range this highlight applies to."
},
"kind": {
"description": "The highlight kind, default is [text](#DocumentHighlightKind.Text).",
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"range"
]
},
"DocumentHighlightKind": {
"type": "string"
},
"SymbolInformation": {
"type": "object",
"properties": {
"name": {
"description": "The name of this symbol.",
"type": "string"
},
"kind": {
"description": "The kind of this symbol.",
"type": "integer"
},
"location": {
"$ref": "#/definitions/Location",
"description": "The location of this symbol."
},
"containerName": {
"description": "The name of the symbol containing this symbol.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"name",
"kind",
"location"
]
},
"SymbolKind": {
"type": "string"
},
"CodeLens": {
"type": "object",
"properties": {
"range": {
"$ref": "#/definitions/Range",
"description": "The range in which this code lens is valid. Should only span a single line."
},
"command": {
"$ref": "#/definitions/Command",
"description": "The command this code lens represents."
},
"data": {
"description": "An data entry field that is preserved on a code lens item between\n\na [CodeLensRequest](#CodeLensRequest) and a [CodeLensResolveRequest]\n\n(#CodeLensResolveRequest)"
}
},
"additionalProperties": false,
"required": [
"range"
]
},
"FormattingOptions": {
"type": "object",
"properties": {
"tabSize": {
"description": "Size of a tab in spaces.",
"type": "integer"
},
"insertSpaces": {
"description": "Prefer spaces over tabs.",
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"tabSize",
"insertSpaces"
]
}
},
"$schema": "http://json-schema.org/draft-04/schema#"
} | o65890 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"new",
"acknowledged",
"resolved"
]
},
"comment": {
"type": "string",
"maxLength": 32767
},
"data": {},
"eventTags": {
"type": "object",
"patternProperties": {
"^[0-9a-zA-Z_-]{1,255}$": {
"type": "string",
"minLength": 1,
"maxLength": 255
}
},
"additionalProperties": false
}
},
"additionalProperties": false
} | o9861 |
{
"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_CustomResourceConversion": {
"description": "CustomResourceConversion describes how to convert different versions of a CR.",
"properties": {
"strategy": {
"description": "strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information\n is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.",
"type": "string"
},
"webhook": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookConversion",
"description": "webhook describes how to call the conversion webhook. Required when `strategy` is set to `Webhook`."
}
},
"required": [
"strategy"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinition": {
"description": "CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"enum": [
"CustomResourceDefinition"
],
"type": "string"
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta"
},
"spec": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionSpec",
"description": "spec describes how the user wants the resources to appear"
},
"status": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionStatus",
"description": "status indicates the actual state of the CustomResourceDefinition"
}
},
"required": [
"spec"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1"
}
]
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition": {
"description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "lastTransitionTime last time the condition transitioned from one status to another."
},
"message": {
"description": "message is a human-readable message indicating details about last transition.",
"type": "string"
},
"reason": {
"description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "status is the status of the condition. Can be True, False, Unknown.",
"type": "string"
},
"type": {
"description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
"type": "string"
}
},
"required": [
"type",
"status"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames": {
"description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition",
"properties": {
"categories": {
"description": "categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"description": "kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.",
"type": "string"
},
"listKind": {
"description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".",
"type": "string"
},
"plural": {
"description": "plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.",
"type": "string"
},
"shortNames": {
"description": "shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.",
"items": {
"type": "string"
},
"type": "array"
},
"singular": {
"description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.",
"type": "string"
}
},
"required": [
"plural",
"kind"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionSpec": {
"description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear",
"properties": {
"conversion": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceConversion",
"description": "conversion defines conversion settings for the CRD."
},
"group": {
"description": "group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).",
"type": "string"
},
"names": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames",
"description": "names specify the resource and kind names for the custom resource."
},
"preserveUnknownFields": {
"description": "preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.",
"type": "boolean"
},
"scope": {
"description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.",
"type": "string"
},
"versions": {
"description": "versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion"
},
"type": "array"
}
},
"required": [
"group",
"names",
"scope",
"versions"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionStatus": {
"description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition",
"properties": {
"acceptedNames": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionNames",
"description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec."
},
"conditions": {
"description": "conditions indicate state for particular aspects of a CustomResourceDefinition",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionCondition"
},
"type": "array"
},
"storedVersions": {
"description": "storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinitionVersion": {
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "name is the name of the service. Required",
"type": "string"
},
"namespace": {
"description": "namespace is the namespace of the service. Required",
"type": "string"
},
"path": {
"description": "path is an optional URL path at which the webhook will be contacted.",
"type": "string"
},
"port": {
"_format": "int32",
"description": "port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.",
"type": "integer"
}
},
"required": [
"namespace",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookClientConfig": {
"description": "WebhookClientConfig contains the information to make a TLS connection with the webhook.",
"properties": {
"caBundle": {
"_format": "byte",
"description": "caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
"type": "string"
},
"service": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_ServiceReference",
"description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`."
},
"url": {
"description": "url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookConversion": {
"description": "WebhookConversion describes how to call a conversion webhook",
"properties": {
"clientConfig": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_WebhookClientConfig",
"description": "clientConfig is the instructions for how to call the webhook if strategy is `Webhook`."
},
"conversionReviewVersions": {
"description": "conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"conversionReviewVersions"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1": {
"description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
"description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.",
"type": "string"
},
"remainingItemCount": {
"_format": "int64",
"description": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.",
"type": "integer"
},
"resourceVersion": {
"description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry": {
"description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
"type": "string"
},
"fieldsType": {
"description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
"type": "string"
},
"fieldsV1": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_FieldsV1",
"description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
},
"manager": {
"description": "Manager is an identifier of the workflow managing these fields.",
"type": "string"
},
"operation": {
"description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
"type": "string"
},
"time": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ObjectMeta": {
"description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type": "object"
},
"clusterName": {
"description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"deletionGracePeriodSeconds": {
"_format": "int64",
"description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"finalizers": {
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
"description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
"type": "string"
},
"generation": {
"_format": "int64",
"description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type": "integer"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type": "object"
},
"managedFields": {
"description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ManagedFieldsEntry"
},
"type": "array"
},
"name": {
"description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"namespace": {
"description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type": "string"
},
"ownerReferences": {
"description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference"
},
"type": "array",
"x-kubernetes-patch-merge-key": "uid",
"x-kubernetes-patch-strategy": "merge"
},
"resourceVersion": {
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
"type": "string"
},
"selfLink": {
"description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
"type": "string"
},
"uid": {
"description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_OwnerReference": {
"description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
"properties": {
"apiVersion": {
"description": "API version of the referent.",
"type": "string"
},
"blockOwnerDeletion": {
"description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type": "boolean"
},
"controller": {
"description": "If true, this reference points to the managing controller.",
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
},
"uid": {
"description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type": "string"
}
},
"required": [
"apiVersion",
"kind",
"name",
"uid"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "CustomResourceDefinitionList is a list of CustomResourceDefinition objects.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"enum": [
"apiextensions.k8s.io/v1"
],
"type": [
"string",
"null"
]
},
"items": {
"description": "items list individual CustomResourceDefinition objects",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_CustomResourceDefinition"
},
"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": [
"CustomResourceDefinitionList"
],
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_ListMeta"
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinitionList",
"version": "v1"
}
]
} | kb_196_Normalized |
{
"properties": {
"point1": {
"description": "The first point",
"properties": {
"latitude": {
"description": "The latitude of the first point",
"type": "number"
},
"longitude": {
"description": "The longitude of the first point",
"type": "number"
}
},
"type": "object"
},
"point2": {
"description": "The second point",
"properties": {
"latitude": {
"description": "The latitude of the second point",
"type": "number"
},
"longitude": {
"description": "The longitude of the second point",
"type": "number"
}
},
"type": "object"
}
},
"required": [
"point1",
"point2"
],
"type": "object"
} | calculate_distance_9508fab9 |
{
"$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."
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"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"
},
"rendering_app_optional": {
"anyOf": [
{
"$ref": "#/definitions/rendering_app"
},
{
"type": "null"
}
]
},
"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_optional": {
"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": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"document_type": {
"enum": [
"aaib_report",
"about",
"about_our_services",
"accessible_documents_policy",
"access_and_opening",
"ambassador_role",
"answer",
"asylum_support_decision",
"authored_article",
"board_member_role",
"business_finance_support_scheme",
"calculator",
"calendar",
"case_study",
"chief_professional_officer_role",
"chief_scientific_officer_role",
"chief_scientific_advisor_role",
"closed_consultation",
"cma_case",
"coming_soon",
"complaints_procedure",
"completed_transaction",
"consultation",
"consultation_outcome",
"contact",
"coronavirus_landing_page",
"corporate_report",
"correspondence",
"countryside_stewardship_grant",
"decision",
"deputy_head_of_mission_role",
"detailed_guidance",
"detailed_guide",
"dfid_research_output",
"document_collection",
"drug_safety_update",
"email_alert_signup",
"employment_appeal_tribunal_decision",
"employment_tribunal_decision",
"equality_and_diversity",
"esi_fund",
"export_health_certificate",
"external_content",
"facet",
"facet_group",
"facet_value",
"fatality_notice",
"field_of_operation",
"finder",
"finder_email_signup",
"foi_release",
"form",
"gone",
"government",
"government_response",
"governor_role",
"guidance",
"guide",
"help_page",
"high_commissioner_role",
"history",
"hmrc_manual",
"hmrc_manual_section",
"homepage",
"html_publication",
"impact_assessment",
"imported",
"independent_report",
"international_development_fund",
"international_treaty",
"knowledge_alpha",
"licence",
"license_finder",
"local_transaction",
"maib_report",
"mainstream_browse_page",
"manual",
"manual_section",
"map",
"marine_notice",
"media_enquiries",
"medical_safety_alert",
"membership",
"military_role",
"ministerial_role",
"ministers_index",
"national",
"national_statistics",
"national_statistics_announcement",
"need",
"news_article",
"news_story",
"notice",
"official",
"official_statistics",
"official_statistics_announcement",
"open_consultation",
"oral_statement",
"organisation",
"our_energy_use",
"our_governance",
"person",
"personal_information_charter",
"petitions_and_campaigns",
"place",
"placeholder",
"placeholder_ministerial_role",
"placeholder_organisation",
"placeholder_person",
"placeholder_policy_area",
"placeholder_topical_event",
"placeholder_world_location",
"placeholder_world_location_news_page",
"placeholder_worldwide_organisation",
"policy_area",
"policy_paper",
"press_release",
"procurement",
"promotional",
"publication_scheme",
"raib_report",
"recruitment",
"redirect",
"regulation",
"research",
"residential_property_tribunal_decision",
"role_appointment",
"search",
"service_manual_guide",
"service_manual_homepage",
"service_manual_service_standard",
"service_manual_service_toolkit",
"service_manual_topic",
"service_sign_in",
"service_standard_report",
"services_and_information",
"simple_smart_answer",
"smart_answer",
"social_media_use",
"special_representative_role",
"special_route",
"speech",
"staff_update",
"statistical_data_set",
"statistics",
"statistics_announcement",
"statutory_guidance",
"statutory_instrument",
"step_by_step_nav",
"take_part",
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
"topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
"traffic_commissioner_role",
"transaction",
"transparency",
"travel_advice",
"travel_advice_index",
"unpublishing",
"uk_market_conformity_assessment_body",
"utaac_decision",
"vanish",
"welsh_language_scheme",
"working_group",
"world_location",
"world_location_news_article",
"world_news_story",
"worldwide_office_staff_role",
"worldwide_organisation",
"written_statement"
],
"type": "string"
},
"email_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"expanded_links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"government_document_supertype": {
"description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
"type": "string"
},
"govuk_request_id": {
"$ref": "#/definitions/govuk_request_id"
},
"links": {
"additionalProperties": false,
"properties": {
"facet_groups": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/guid_list",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/guid_list",
"description": "Powers links from content back to finders the content is surfaced on"
},
"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
},
"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_optional"
},
"routes": {
"$ref": "#/definitions/routes"
},
"schema_name": {
"enum": [
"special_route"
],
"type": "string"
},
"search_user_need_document_supertype": {
"description": "Document supertype grouping core and government documents",
"type": "string"
},
"title": {
"$ref": "#/definitions/title_optional"
},
"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"
} | o21372 |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle (if applicable)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if applicable)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if applicable)",
"type": "number"
},
"side": {
"description": "The side length of the square (if applicable)",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of shape (e.g., circle, triangle, square)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_15ccab50 |
{
"properties": {
"Name": {
"description": "Required. An email address (RFC822), DNS hostname, or other name that uniquely identifies a service requiring this identity.",
"type": "string"
},
"PayloadCertificateUUID": {
"description": "The UUID of another payload within the same profile that installed the identity; for example, a 'com.apple.security.pkcs12' or 'com.apple.security.scep' payload.",
"pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$",
"type": "string"
},
"PayloadDescription": {
"default": "Identity Preference Payload",
"description": "Description of the payload",
"type": "string"
},
"PayloadDisplayName": {
"default": "Identity Preference Payload",
"description": "Name of the payload",
"type": "string"
},
"PayloadIdentifier": {
"default": "com.apple.security.identitypreference",
"description": "A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier",
"type": "string"
},
"PayloadOrganization": {
"description": "This value describes the issuing organization of the profile, as displayed to the user",
"type": "string"
},
"PayloadType": {
"default": "com.apple.security.identitypreference",
"description": "The type of the payload, a reverse dns string",
"type": "string"
},
"PayloadUUID": {
"default": "",
"description": "Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)",
"pattern": "^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$",
"type": "string"
},
"PayloadVersion": {
"default": 1,
"description": "The version of the whole configuration profile.",
"type": "number"
}
},
"title": "com.apple.security.identitypreference",
"type": "object"
} | o61627 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Rule validation result",
"type": "object",
"properties": {
"matchedConditions": {
"description": "List of conditions that matched the event.",
"type": "array",
"items": {
"description": "Condition matching result.",
"type": "object",
"properties": {
"matchingBy": {
"description": "Groups the matching data.",
"type": "object",
"properties": {
"conditionIndex": {
"description": "The index of the condition that matches in the conditions rule.",
"type": "number"
},
"source": {
"description": "If true, the event source was used to match the event.",
"type": "boolean"
},
"type": {
"description": "If true, the event type was used to match the event.",
"type": "boolean"
},
"function": {
"description": "If true, the function was used to match the event.",
"type": "boolean"
}
},
"required": [
"conditionIndex",
"source",
"type",
"function"
]
}
},
"required": [
"matchingBy"
]
},
"minItems": 1
},
"matchedActions": {
"description": "List of transformations that matched the event.",
"type": "array",
"items": {
"description": "Action matching result.",
"type": "object",
"properties": {
"matchingBy": {
"description": "Groups the matching data.",
"type": "object",
"properties": {
"transformationIndex": {
"description": "The index of the transformation that matches in the transformations rule.",
"type": "number"
},
"targetAndType": {
"description": "If true, the action target and action type are used to produce the action for the event.",
"type": "boolean"
}
},
"required": [
"transformationIndex",
"targetAndType"
]
},
"actionBody": {
"description": "The event after the transformation was applied. If no transformation function present, the event is returned as it is.",
"type": "object"
}
},
"required": [
"matchingBy",
"actionBody"
]
},
"minItems": 1
}
},
"required": [
"matchedConditions",
"matchedActions"
]
} | o14497 |
{
"additionalProperties": false,
"description": "Schema for Unbounce (https://documentation.unbounce.com/hc/en-us/articles/203510044-Using-a-Webhook#content6)",
"properties": {
"data.json": {
"additionalProperties": true,
"type": "object"
},
"pageId": {
"description": "The identifier Unbounce uses to uniquely identify your page. Eventually you\u2019ll be able to use this with our API to manipulate and get information about your page. This is a 36-character UUID, for example, 'a2838d98-4cf4-11df-a3fd-00163e372d58'.",
"maxLength": 36,
"type": "string"
},
"pageName": {
"description": "The name you gave your page, for example 'My Guaranteed to Convert Landing Page'.",
"type": "string"
},
"pageUrl": {
"_format": "uri",
"description": "The URL of the page that contains your form.",
"maxLength": 8192,
"type": "string"
},
"variant": {
"description": "This identifies the page variant that the visitor saw when they visited your page, and will be a lower-case letter. The first variant is 'a', the next, 'b', and so on. If you have more than 26 variants the sequence will continue with 'aa', 'ab', etc.",
"maxLength": 8,
"type": "string"
}
},
"self": {
"format": "jsonschema",
"name": "form_post",
"vendor": "com.unbounce",
"version": "1-0-0"
},
"type": "object"
} | sp_383_Normalized |
{
"properties": {
"job_title": {
"description": "The job title to search for",
"type": "string"
},
"location": {
"description": "The location to search for job positions",
"type": "string"
},
"salary_range": {
"properties": {
"max_salary": {
"description": "The maximum salary range",
"type": "number"
},
"min_salary": {
"description": "The minimum salary range",
"type": "number"
}
},
"required": [
"min_salary",
"max_salary"
],
"type": "object"
}
},
"required": [
"job_title",
"location",
"salary_range"
],
"type": "object"
} | search_jobs_fa1f54ca |
{
"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"
},
"shape": {
"description": "The shape ('circle', 'rectangle', 'triangle')",
"type": "string"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_de3b1b59 |
{
"properties": {
"point1": {
"properties": {
"latitude": {
"description": "The latitude coordinate of the first point",
"type": "number"
},
"longitude": {
"description": "The longitude coordinate of the first point",
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
},
"point2": {
"properties": {
"latitude": {
"description": "The latitude coordinate of the second point",
"type": "number"
},
"longitude": {
"description": "The longitude coordinate of the second point",
"type": "number"
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}
},
"required": [
"point1",
"point2"
],
"type": "object"
} | calculate_distance_f87cbcc7 |
{
"title": "String Interpolated Script",
"required": [
"process_type",
"script"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"interpreter": {
"default": "sh",
"type": "string",
"title": "Interpreter"
},
"process_type": {
"default": "interpolated-script-cmd",
"enum": [
"interpolated-script-cmd"
],
"type": "string",
"title": "Process Type"
},
"script": {
"type": "string",
"title": "Script"
}
}
} | o66187 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSINodeDriver": {
"description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node",
"properties": {
"allocatable": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_VolumeNodeResources",
"description": "allocatable represents the volume resources of a node that are available for scheduling. This field is beta."
},
"name": {
"description": "This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.",
"type": "string"
},
"nodeID": {
"description": "nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as \"node1\", but the storage system may refer to the same node as \"nodeA\". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. \"nodeA\" instead of \"node1\". This field is required.",
"type": "string"
},
"topologyKeys": {
"description": "topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. \"company.com/zone\", \"company.com/region\"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"name",
"nodeID"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_VolumeNodeResources": {
"description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.",
"properties": {
"count": {
"_format": "int32",
"description": "Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.",
"type": "integer"
}
},
"type": "object"
}
},
"description": "CSINodeSpec holds information about the specification of all CSI drivers installed on a node",
"properties": {
"drivers": {
"description": "drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_storage_v1_CSINodeDriver"
},
"type": [
"array",
"null"
],
"x-kubernetes-patch-merge-key": "name",
"x-kubernetes-patch-strategy": "merge"
}
},
"required": [
"drivers"
],
"type": "object"
} | kb_177_Normalized |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TemplateCfg",
"type": "object",
"properties": {
"ignores": {
"description": "list of path from the current template to ignore",
"default": [],
"type": "array",
"items": {
"type": "string"
}
},
"imports": {
"description": "list of template to import and to apply as part of this template",
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/ImportCfg"
}
},
"scripts": {
"description": "list of the scripts to apply at end of generation",
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/ScriptCfg"
}
},
"use_template_dir": {
"description": "set to true if the template content is under a `template` folder (not mixed with metadata)",
"default": false,
"type": "boolean"
},
"variables": {
"description": "list of variables/parameters of the template",
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/VariableCfg"
}
}
},
"additionalProperties": false,
"definitions": {
"AnyValue": true,
"ImportCfg": {
"description": "define a template layer to import",
"type": "object",
"required": [
"uri"
],
"properties": {
"rev": {
"type": [
"string",
"null"
]
},
"subfolder": {
"type": [
"string",
"null"
]
},
"uri": {
"type": "string"
}
}
},
"LabelValueCfg": {
"type": "object",
"required": [
"label",
"value"
],
"properties": {
"label": {
"description": "display of the value (in select)",
"type": "string"
},
"value": {
"description": "the value",
"allOf": [
{
"$ref": "#/definitions/AnyValue"
}
]
}
}
},
"ScriptCfg": {
"type": "object",
"properties": {
"cmd": {
"description": "command to execute",
"type": [
"string",
"null"
]
},
"default_confirm_answer": {
"description": "default answer for confirmation of execution",
"type": [
"string",
"null"
]
},
"message": {
"description": "message to display",
"type": [
"string",
"null"
]
}
}
},
"VariableCfg": {
"type": "object",
"required": [
"name"
],
"properties": {
"ask": {
"description": "sentence to ask the value (default to the name on variable)",
"type": [
"string",
"null"
]
},
"default_value": {
"description": "optionnal default value",
"anyOf": [
{
"$ref": "#/definitions/AnyValue"
},
{
"type": "null"
}
]
},
"hidden": {
"description": "is the variable hidden to the user (could be usefull to cache shared variable/data)",
"type": [
"string",
"null"
]
},
"name": {
"description": "name of variable used in the template",
"type": "string"
},
"select_in_values": {
"description": "if non-empty then the value should selected into the list of value",
"anyOf": [
{
"$ref": "#/definitions/VariableValuesCfg"
},
{
"type": "null"
}
]
}
}
},
"VariableValuesCfg": {
"anyOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/LabelValueCfg"
}
},
{
"type": "array",
"items": {
"$ref": "#/definitions/AnyValue"
}
},
{
"type": "string"
}
]
}
}
}
| ffizer |
{
"properties": {
"customer_name": {
"description": "Name of the customer",
"type": "string"
},
"items": {
"items": {
"properties": {
"price": {
"description": "Price of the product",
"type": "number"
},
"product": {
"description": "Name of the product",
"type": "string"
},
"quantity": {
"description": "Quantity of the product",
"type": "integer"
}
},
"required": [
"product",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"customer_name",
"items"
],
"type": "object"
} | generate_invoice_db25699e |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"cheer": {
"type": [
"object",
"null"
],
"properties": {
"channel": {
"type": "string"
},
"message": {
"type": "string"
},
"userstate": {
"type": "object",
"properties": {
"bits": {
"type": "number"
},
"display-name": {
"type": "string"
}
},
"required": [
"bits",
"display-name"
]
}
},
"required": [
"channel",
"message",
"userstate"
]
}
},
"default": {
"monthly": {
"channel": "none",
"message": "",
"userstate": {
"bits": 0,
"display-name": "N/A"
}
},
"daily": {
"channel": "none",
"message": "",
"userstate": {
"bits": 0,
"display-name": "N/A"
}
}
},
"type": "object",
"additionalProperties": false,
"properties": {
"daily": {
"type": "object",
"properties": {
"channel": {
"type": "string"
},
"message": {
"type": "string"
},
"userstate": {
"type": "object",
"properties": {
"bits": {
"type": "number"
},
"display-name": {
"type": "string"
}
},
"required": [
"bits",
"display-name"
]
}
},
"required": [
"channel",
"message",
"userstate"
]
},
"monthly": {
"type": "object",
"properties": {
"channel": {
"type": "string"
},
"message": {
"type": "string"
},
"userstate": {
"type": "object",
"properties": {
"bits": {
"type": "number"
},
"display-name": {
"type": "string"
}
},
"required": [
"bits",
"display-name"
]
}
},
"required": [
"channel",
"message",
"userstate"
]
}
},
"required": [
"daily",
"monthly"
]
} | o14744 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authentication_v1beta1_UserInfo": {
"description": "UserInfo holds the information about the user needed to implement the user.Info interface.",
"properties": {
"extra": {
"additionalProperties": {
"items": {
"type": "string"
},
"type": "array"
},
"description": "Any additional information provided by the authenticator.",
"type": "object"
},
"groups": {
"description": "The names of groups this user is a part of.",
"items": {
"type": "string"
},
"type": "array"
},
"uid": {
"description": "A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.",
"type": "string"
},
"username": {
"description": "The name that uniquely identifies this user among all active users.",
"type": "string"
}
},
"type": "object"
}
},
"description": "TokenReviewStatus is the result of the token authentication request.",
"properties": {
"audiences": {
"description": "Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is \"true\", the token is valid against the audience of the Kubernetes API server.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"authenticated": {
"description": "Authenticated indicates that the token was associated with a known user.",
"type": [
"boolean",
"null"
]
},
"error": {
"description": "Error indicates that the token couldn't be checked",
"type": [
"string",
"null"
]
},
"user": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_authentication_v1beta1_UserInfo",
"description": "User is the UserInfo associated with the provided token."
}
},
"type": "object"
} | kb_1077_Normalized |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceColumnDefinition": {
"description": "CustomResourceColumnDefinition specifies a column for server side printing.",
"properties": {
"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"
},
"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"
},
"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_v1beta1_CustomResourceConversion": {
"description": "CustomResourceConversion describes how to convert different versions of a CR.",
"properties": {
"conversionReviewVersions": {
"description": "conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `[\"v1beta1\"]`.",
"items": {
"type": "string"
},
"type": "array"
},
"strategy": {
"description": "strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information\n is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.",
"type": "string"
},
"webhookClientConfig": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_WebhookClientConfig",
"description": "webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`."
}
},
"required": [
"strategy"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionNames": {
"description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition",
"properties": {
"categories": {
"description": "categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"description": "kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.",
"type": "string"
},
"listKind": {
"description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".",
"type": "string"
},
"plural": {
"description": "plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.",
"type": "string"
},
"shortNames": {
"description": "shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.",
"items": {
"type": "string"
},
"type": "array"
},
"singular": {
"description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.",
"type": "string"
}
},
"required": [
"plural",
"kind"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionVersion": {
"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. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version 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_v1beta1_CustomResourceColumnDefinition"
},
"type": "array"
},
"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"
},
"schema": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceValidation",
"description": "schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead)."
},
"served": {
"description": "served is a flag enabling/disabling this version from being served via REST APIs",
"type": "boolean"
},
"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"
},
"subresources": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceSubresources",
"description": "subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead)."
}
},
"required": [
"name",
"served",
"storage"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceSubresourceScale": {
"description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.",
"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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_JSONSchemaPropsOrBool"
},
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrBool"
},
"allOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"default": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON",
"description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API."
},
"definitions": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaPropsOrStringArray"
},
"type": "object"
},
"description": {
"type": "string"
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"type": "array"
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSON"
},
"exclusiveMaximum": {
"type": "boolean"
},
"exclusiveMinimum": {
"type": "boolean"
},
"externalDocs": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_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_v1beta1_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_v1beta1_JSONSchemaProps"
},
"nullable": {
"type": "boolean"
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "array"
},
"pattern": {
"type": "string"
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_JSONSchemaProps"
},
"type": "object"
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_JSONSchemaPropsOrStringArray": {
"description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ServiceReference": {
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "name is the name of the service. Required",
"type": "string"
},
"namespace": {
"description": "namespace is the namespace of the service. Required",
"type": "string"
},
"path": {
"description": "path is an optional URL path at which the webhook will be contacted.",
"type": "string"
},
"port": {
"_format": "int32",
"description": "port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.",
"type": "integer"
}
},
"required": [
"namespace",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_WebhookClientConfig": {
"description": "WebhookClientConfig contains the information to make a TLS connection with the webhook.",
"properties": {
"caBundle": {
"_format": "byte",
"description": "caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
"type": "string"
},
"service": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_ServiceReference",
"description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`."
},
"url": {
"description": "url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.",
"type": "string"
}
},
"type": "object"
}
},
"description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear",
"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 present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version 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_v1beta1_CustomResourceColumnDefinition"
},
"type": [
"array",
"null"
]
},
"conversion": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceConversion",
"description": "conversion defines conversion settings for the CRD."
},
"group": {
"description": "group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).",
"type": [
"string",
"null"
]
},
"names": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionNames",
"description": "names specify the resource and kind names for the custom resource."
},
"preserveUnknownFields": {
"description": "preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.",
"type": [
"boolean",
"null"
]
},
"scope": {
"description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.",
"type": [
"string",
"null"
]
},
"subresources": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceSubresources",
"description": "subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive."
},
"validation": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceValidation",
"description": "validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive."
},
"version": {
"description": "version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.",
"type": [
"string",
"null"
]
},
"versions": {
"description": "versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1beta1_CustomResourceDefinitionVersion"
},
"type": [
"array",
"null"
]
}
},
"required": [
"group",
"names",
"scope"
],
"type": "object"
} | kb_204_Normalized |
{
"oneOf": [
{
"properties": {
"radius": {
"type": "number"
},
"shape": {
"enum": [
"circle"
]
}
},
"required": [
"radius"
]
},
{
"properties": {
"length": {
"type": "number"
},
"shape": {
"enum": [
"rectangle"
]
},
"width": {
"type": "number"
}
},
"required": [
"length",
"width"
]
},
{
"properties": {
"base": {
"type": "number"
},
"height": {
"type": "number"
},
"shape": {
"enum": [
"triangle"
]
}
},
"required": [
"base",
"height"
]
}
],
"properties": {
"base": {
"description": "The base of the triangle (if shape is triangle)",
"type": "number"
},
"height": {
"description": "The height of the triangle (if shape is triangle)",
"type": "number"
},
"length": {
"description": "The length of the rectangle (if shape is rectangle)",
"type": "number"
},
"radius": {
"description": "The radius of the circle (if shape is circle)",
"type": "number"
},
"shape": {
"description": "The shape for which to calculate the area",
"enum": [
"circle",
"rectangle",
"triangle"
],
"type": "string"
},
"width": {
"description": "The width of the rectangle (if shape is rectangle)",
"type": "number"
}
},
"required": [
"shape"
],
"type": "object"
} | calculate_area_eb6be0b0 |
{
"description": "Automatically taken from GLANCE, based on GLANCE ID",
"title": "Information from GLANCE database",
"properties": {
"status": {
"type": "string",
"title": "Status"
},
"ref_code": {
"type": "string",
"title": "Ref Code"
},
"pub_short_title": {
"type": "string",
"title": "Publication title"
},
"short_title": {
"type": "string",
"title": "Short Title"
},
"creation_date": {
"type": "string",
"title": "Creation date"
},
"full_title": {
"type": "string",
"title": "Full Title"
},
"gitlab_group": {
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "ID"
},
"projects": {
"items": {
"type": "object",
"properties": {
"url": {
"type": "string",
"title": "URL"
},
"id": {
"type": "string",
"title": "ID"
}
},
"title": "Project"
},
"type": "array",
"title": "Projects"
}
},
"title": "Gitlab Group"
},
"phase_0": {
"items": {
"type": "object",
"properties": {
"model_tested": {
"type": "string",
"title": "Model Tested"
},
"main_physics_aim": {
"type": "string",
"title": "Main Physics Aim"
},
"dataset_used": {
"type": "string",
"title": "Dataset Used"
},
"id": {
"type": "string",
"title": "ID"
},
"methods": {
"type": "string",
"title": "Methods"
}
}
},
"type": "array",
"title": "Phase 0"
},
"id": {
"type": "string",
"title": "GLANCE ID"
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"id": "glance_info"
} | o66139 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "Package",
"type": "object",
"additionalProperties": false,
"required": [
"name",
"description"
],
"properties": {
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix."
},
"type": {
"description": "Package type, either 'library' for common packages, 'composer-plugin' for plugins, 'metapackage' for empty packages, or a custom type ([a-z0-9-]+) defined by whatever project this package applies to.",
"type": "string"
},
"target-dir": {
"description": "DEPRECATED: Forces the package to be installed into the given subdirectory path. This is used for autoloading PSR-0 packages that do not contain their full path. Use forward slashes for cross-platform compatibility.",
"type": "string"
},
"description": {
"type": "string",
"description": "Short package description."
},
"keywords": {
"type": "array",
"items": {
"type": "string",
"description": "A tag/keyword that this package relates to."
}
},
"homepage": {
"type": "string",
"description": "Homepage URL for the project.",
"format": "uri"
},
"version": {
"type": "string",
"description": "Package version, see https://getcomposer.org/doc/04-schema.md#version for more info on valid schemes."
},
"time": {
"type": "string",
"description": "Package release date, in 'YYYY-MM-DD', 'YYYY-MM-DD HH:MM:SS' or 'YYYY-MM-DDTHH:MM:SSZ' format."
},
"license": {
"type": [
"string",
"array"
],
"description": "License name. Or an array of license names."
},
"authors": {
"$ref": "#/definitions/authors"
},
"require": {
"type": "object",
"description": "This is a hash of package name (keys) and version constraints (values) that are required to run this package.",
"additionalProperties": {
"type": "string"
}
},
"replace": {
"type": "object",
"description": "This is a hash of package name (keys) and version constraints (values) that can be replaced by this package.",
"additionalProperties": {
"type": "string"
}
},
"conflict": {
"type": "object",
"description": "This is a hash of package name (keys) and version constraints (values) that conflict with this package.",
"additionalProperties": {
"type": "string"
}
},
"provide": {
"type": "object",
"description": "This is a hash of package name (keys) and version constraints (values) that this package provides in addition to this package's name.",
"additionalProperties": {
"type": "string"
}
},
"require-dev": {
"type": "object",
"description": "This is a hash of package name (keys) and version constraints (values) that this package requires for developing it (testing tools and such).",
"additionalProperties": {
"type": "string"
}
},
"suggest": {
"type": "object",
"description": "This is a hash of package name (keys) and descriptions (values) that this package suggests work well with it (this will be suggested to the user during installation).",
"additionalProperties": {
"type": "string"
}
},
"config": {
"type": "object",
"description": "Composer options.",
"properties": {
"process-timeout": {
"type": "integer",
"description": "The timeout in seconds for process executions, defaults to 300 (5mins)."
},
"use-include-path": {
"type": "boolean",
"description": "If true, the Composer autoloader will also look for classes in the PHP include path."
},
"preferred-install": {
"type": [
"string",
"object"
],
"description": "The install method Composer will prefer to use, defaults to auto and can be any of source, dist, auto, or a hash of {\"pattern\": \"preference\"}."
},
"notify-on-install": {
"type": "boolean",
"description": "Composer allows repositories to define a notification URL, so that they get notified whenever a package from that repository is installed. This option allows you to disable that behaviour, defaults to true."
},
"github-protocols": {
"type": "array",
"description": "A list of protocols to use for github.com clones, in priority order, defaults to [\"git\", \"https\", \"http\"].",
"items": {
"type": "string"
}
},
"github-oauth": {
"type": "object",
"description": "A hash of domain name => github API oauth tokens, typically {\"github.com\":\"<token>\"}.",
"additionalProperties": {
"type": "string"
}
},
"gitlab-oauth": {
"type": "object",
"description": "A hash of domain name => gitlab API oauth tokens, typically {\"gitlab.com\":\"<token>\"}.",
"additionalProperties": {
"type": "string"
}
},
"gitlab-token": {
"type": "object",
"description": "A hash of domain name => gitlab private tokens, typically {\"gitlab.com\":\"<token>\"}.",
"additionalProperties": true
},
"disable-tls": {
"type": "boolean",
"description": "Defaults to `false`. If set to true all HTTPS URLs will be tried with HTTP instead and no network level encryption is performed. Enabling this is a security risk and is NOT recommended. The better way is to enable the php_openssl extension in php.ini."
},
"secure-http": {
"type": "boolean",
"description": "Defaults to `true`. If set to true only HTTPS URLs are allowed to be downloaded via Composer. If you really absolutely need HTTP access to something then you can disable it, but using \"Let's Encrypt\" to get a free SSL certificate is generally a better alternative."
},
"cafile": {
"type": "string",
"description": "A way to set the path to the openssl CA file. In PHP 5.6+ you should rather set this via openssl.cafile in php.ini, although PHP 5.6+ should be able to detect your system CA file automatically."
},
"capath": {
"type": "string",
"description": "If cafile is not specified or if the certificate is not found there, the directory pointed to by capath is searched for a suitable certificate. capath must be a correctly hashed certificate directory."
},
"http-basic": {
"type": "object",
"description": "A hash of domain name => {\"username\": \"...\", \"password\": \"...\"}.",
"additionalProperties": {
"type": "object",
"required": [
"username",
"password"
],
"properties": {
"username": {
"type": "string",
"description": "The username used for HTTP Basic authentication"
},
"password": {
"type": "string",
"description": "The password used for HTTP Basic authentication"
}
}
}
},
"store-auths": {
"type": [
"string",
"boolean"
],
"description": "What to do after prompting for authentication, one of: true (store), false (do not store) or \"prompt\" (ask every time), defaults to prompt."
},
"platform": {
"type": "object",
"description": "This is a hash of package name (keys) and version (values) that will be used to mock the platform packages on this machine.",
"additionalProperties": {
"type": "string"
}
},
"vendor-dir": {
"type": "string",
"description": "The location where all packages are installed, defaults to \"vendor\"."
},
"bin-dir": {
"type": "string",
"description": "The location where all binaries are linked, defaults to \"vendor/bin\"."
},
"data-dir": {
"type": "string",
"description": "The location where old phar files are stored, defaults to \"$home\" except on XDG Base Directory compliant unixes."
},
"cache-dir": {
"type": "string",
"description": "The location where all caches are located, defaults to \"~/.composer/cache\" on *nix and \"%LOCALAPPDATA%\\Composer\" on windows."
},
"cache-files-dir": {
"type": "string",
"description": "The location where files (zip downloads) are cached, defaults to \"{$cache-dir}/files\"."
},
"cache-repo-dir": {
"type": "string",
"description": "The location where repo (git/hg repo clones) are cached, defaults to \"{$cache-dir}/repo\"."
},
"cache-vcs-dir": {
"type": "string",
"description": "The location where vcs infos (git clones, github api calls, etc. when reading vcs repos) are cached, defaults to \"{$cache-dir}/vcs\"."
},
"cache-ttl": {
"type": "integer",
"description": "The default cache time-to-live, defaults to 15552000 (6 months)."
},
"cache-files-ttl": {
"type": "integer",
"description": "The cache time-to-live for files, defaults to the value of cache-ttl."
},
"cache-files-maxsize": {
"type": [
"string",
"integer"
],
"description": "The cache max size for the files cache, defaults to \"300MiB\"."
},
"bin-compat": {
"enum": [
"auto",
"full"
],
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"full\" (compatible with both Windows and Unix-based systems)."
},
"discard-changes": {
"type": [
"string",
"boolean"
],
"description": "The default style of handling dirty updates, defaults to false and can be any of true, false or \"stash\"."
},
"autoloader-suffix": {
"type": "string",
"description": "Optional string to be used as a suffix for the generated Composer autoloader. When null a random one will be generated."
},
"optimize-autoloader": {
"type": "boolean",
"description": "Always optimize when dumping the autoloader."
},
"prepend-autoloader": {
"type": "boolean",
"description": "If false, the composer autoloader will not be prepended to existing autoloaders, defaults to true."
},
"classmap-authoritative": {
"type": "boolean",
"description": "If true, the composer autoloader will not scan the filesystem for classes that are not found in the class map, defaults to false."
},
"apcu-autoloader": {
"type": "boolean",
"description": "If true, the Composer autoloader will check for APCu and use it to cache found/not-found classes when the extension is enabled, defaults to false."
},
"github-domains": {
"type": "array",
"description": "A list of domains to use in github mode. This is used for GitHub Enterprise setups, defaults to [\"github.com\"].",
"items": {
"type": "string"
}
},
"github-expose-hostname": {
"type": "boolean",
"description": "Defaults to true. If set to false, the OAuth tokens created to access the github API will have a date instead of the machine hostname."
},
"gitlab-domains": {
"type": "array",
"description": "A list of domains to use in gitlab mode. This is used for custom GitLab setups, defaults to [\"gitlab.com\"].",
"items": {
"type": "string"
}
},
"archive-format": {
"type": "string",
"description": "The default archiving format when not provided on cli, defaults to \"tar\"."
},
"archive-dir": {
"type": "string",
"description": "The default archive path when not provided on cli, defaults to \".\"."
},
"htaccess-protect": {
"type": "boolean",
"description": "Defaults to true. If set to false, Composer will not create .htaccess files in the composer home, cache, and data directories."
},
"sort-packages": {
"type": "boolean",
"description": "Defaults to false. If set to true, Composer will sort packages when adding/updating a new dependency."
}
}
},
"extra": {
"type": [
"object",
"array"
],
"description": "Arbitrary extra data that can be used by plugins, for example, package of type composer-plugin may have a 'class' key defining an installer class name.",
"additionalProperties": true
},
"autoload": {
"$ref": "#/definitions/autoload"
},
"autoload-dev": {
"type": "object",
"description": "Description of additional autoload rules for development purpose (eg. a test suite).",
"properties": {
"psr-0": {
"type": "object",
"description": "This is a hash of namespaces (keys) and the directories they can be found into (values, can be arrays of paths) by the autoloader.",
"additionalProperties": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
}
},
"psr-4": {
"type": "object",
"description": "This is a hash of namespaces (keys) and the PSR-4 directories they can map to (values, can be arrays of paths) by the autoloader.",
"additionalProperties": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
}
},
"classmap": {
"type": "array",
"description": "This is an array of directories that contain classes to be included in the class-map generation process."
},
"files": {
"type": "array",
"description": "This is an array of files that are always required on every request."
}
}
},
"archive": {
"type": [
"object"
],
"description": "Options for creating package archives for distribution.",
"properties": {
"exclude": {
"type": "array",
"description": "A list of patterns for paths to exclude or include if prefixed with an exclamation mark."
}
}
},
"repositories": {
"type": [
"object",
"array"
],
"description": "A set of additional repositories where packages can be found.",
"additionalProperties": {
"oneOf": [
{
"$ref": "#/definitions/repository"
},
{
"type": "boolean",
"enum": [
false
]
}
]
},
"items": {
"oneOf": [
{
"$ref": "#/definitions/repository"
},
{
"type": "object",
"additionalProperties": {
"type": "boolean",
"enum": [
false
]
},
"minProperties": 1,
"maxProperties": 1
}
]
}
},
"minimum-stability": {
"type": [
"string"
],
"description": "The minimum stability the packages must have to be install-able. Possible values are: dev, alpha, beta, RC, stable.",
"pattern": "^dev|alpha|beta|rc|RC|stable$"
},
"prefer-stable": {
"type": [
"boolean"
],
"description": "If set to true, stable packages will be preferred to dev packages when possible, even if the minimum-stability allows unstable packages."
},
"bin": {
"type": [
"string",
"array"
],
"description": "A set of files, or a single file, that should be treated as binaries and symlinked into bin-dir (from config).",
"items": {
"type": "string"
}
},
"include-path": {
"type": [
"array"
],
"description": "DEPRECATED: A list of directories which should get added to PHP's include path. This is only present to support legacy projects, and all new code should preferably use autoloading.",
"items": {
"type": "string"
}
},
"scripts": {
"type": [
"object"
],
"description": "Script listeners that will be executed before/after some events.",
"properties": {
"pre-install-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs before the install command is executed, contains one or more Class::method callables or shell commands."
},
"post-install-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs after the install command is executed, contains one or more Class::method callables or shell commands."
},
"pre-update-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs before the update command is executed, contains one or more Class::method callables or shell commands."
},
"post-update-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs after the update command is executed, contains one or more Class::method callables or shell commands."
},
"pre-status-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs before the status command is executed, contains one or more Class::method callables or shell commands."
},
"post-status-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs after the status command is executed, contains one or more Class::method callables or shell commands."
},
"pre-package-install": {
"type": [
"array",
"string"
],
"description": "Occurs before a package is installed, contains one or more Class::method callables or shell commands."
},
"post-package-install": {
"type": [
"array",
"string"
],
"description": "Occurs after a package is installed, contains one or more Class::method callables or shell commands."
},
"pre-package-update": {
"type": [
"array",
"string"
],
"description": "Occurs before a package is updated, contains one or more Class::method callables or shell commands."
},
"post-package-update": {
"type": [
"array",
"string"
],
"description": "Occurs after a package is updated, contains one or more Class::method callables or shell commands."
},
"pre-package-uninstall": {
"type": [
"array",
"string"
],
"description": "Occurs before a package has been uninstalled, contains one or more Class::method callables or shell commands."
},
"post-package-uninstall": {
"type": [
"array",
"string"
],
"description": "Occurs after a package has been uninstalled, contains one or more Class::method callables or shell commands."
},
"pre-autoload-dump": {
"type": [
"array",
"string"
],
"description": "Occurs before the autoloader is dumped, contains one or more Class::method callables or shell commands."
},
"post-autoload-dump": {
"type": [
"array",
"string"
],
"description": "Occurs after the autoloader is dumped, contains one or more Class::method callables or shell commands."
},
"post-root-package-install": {
"type": [
"array",
"string"
],
"description": "Occurs after the root-package is installed, contains one or more Class::method callables or shell commands."
},
"post-create-project-cmd": {
"type": [
"array",
"string"
],
"description": "Occurs after the create-project command is executed, contains one or more Class::method callables or shell commands."
}
}
},
"scripts-descriptions": {
"type": [
"object"
],
"description": "Descriptions for custom commands, shown in console help.",
"additionalProperties": {
"type": "string"
}
},
"support": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Email address for support.",
"format": "email"
},
"issues": {
"type": "string",
"description": "URL to the issue tracker.",
"format": "uri"
},
"forum": {
"type": "string",
"description": "URL to the forum.",
"format": "uri"
},
"wiki": {
"type": "string",
"description": "URL to the wiki.",
"format": "uri"
},
"irc": {
"type": "string",
"description": "IRC channel for support, as irc://server/channel.",
"format": "uri"
},
"source": {
"type": "string",
"description": "URL to browse or download the sources.",
"format": "uri"
},
"docs": {
"type": "string",
"description": "URL to the documentation.",
"format": "uri"
},
"rss": {
"type": "string",
"description": "URL to the RSS feed.",
"format": "uri"
}
}
},
"non-feature-branches": {
"type": [
"array"
],
"description": "A set of string or regex patterns for non-numeric branch names that will not be handled as feature branches.",
"items": {
"type": "string"
}
},
"abandoned": {
"type": [
"boolean",
"string"
],
"description": "Indicates whether this package has been abandoned, it can be boolean or a package name/URL pointing to a recommended alternative. Defaults to false."
},
"_comment": {
"type": [
"array",
"string"
],
"description": "A key to store comments in"
}
},
"definitions": {
"authors": {
"type": "array",
"description": "List of authors that contributed to the package. This is typically the main maintainers, not the full list.",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Full name of the author."
},
"email": {
"type": "string",
"description": "Email address of the author.",
"format": "email"
},
"homepage": {
"type": "string",
"description": "Homepage URL for the author.",
"format": "uri"
},
"role": {
"type": "string",
"description": "Author's role in the project."
}
}
}
},
"autoload": {
"type": "object",
"description": "Description of how the package can be autoloaded.",
"properties": {
"psr-0": {
"type": "object",
"description": "This is a hash of namespaces (keys) and the directories they can be found in (values, can be arrays of paths) by the autoloader.",
"additionalProperties": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
}
},
"psr-4": {
"type": "object",
"description": "This is a hash of namespaces (keys) and the PSR-4 directories they can map to (values, can be arrays of paths) by the autoloader.",
"additionalProperties": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
}
},
"classmap": {
"type": "array",
"description": "This is an array of directories that contain classes to be included in the class-map generation process."
},
"files": {
"type": "array",
"description": "This is an array of files that are always required on every request."
},
"exclude-from-classmap": {
"type": "array",
"description": "This is an array of patterns to exclude from autoload classmap generation. (e.g. \"exclude-from-classmap\": [\"/test/\", \"/tests/\", \"/Tests/\"]"
}
}
},
"repository": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/composer-repository"
},
{
"$ref": "#/definitions/vcs-repository"
},
{
"$ref": "#/definitions/path-repository"
},
{
"$ref": "#/definitions/artifact-repository"
},
{
"$ref": "#/definitions/pear-repository"
},
{
"$ref": "#/definitions/package-repository"
}
]
},
"composer-repository": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"enum": [
"composer"
]
},
"url": {
"type": "string"
},
"options": {
"type": "object",
"additionalProperties": true
},
"allow_ssl_downgrade": {
"type": "boolean"
},
"force-lazy-providers": {
"type": "boolean"
}
}
},
"vcs-repository": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"enum": [
"vcs",
"github",
"git",
"gitlab",
"git-bitbucket",
"hg",
"hg-bitbucket",
"fossil",
"perforce",
"svn"
]
},
"url": {
"type": "string"
},
"no-api": {
"type": "boolean"
},
"secure-http": {
"type": "boolean"
},
"svn-cache-credentials": {
"type": "boolean"
},
"trunk-path": {
"type": [
"string",
"boolean"
]
},
"branches-path": {
"type": [
"string",
"boolean"
]
},
"tags-path": {
"type": [
"string",
"boolean"
]
},
"package-path": {
"type": "string"
},
"depot": {
"type": "string"
},
"branch": {
"type": "string"
},
"unique_perforce_client_name": {
"type": "string"
},
"p4user": {
"type": "string"
},
"p4password": {
"type": "string"
}
}
},
"path-repository": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"enum": [
"path"
]
},
"url": {
"type": "string"
},
"options": {
"type": "object",
"properties": {
"symlink": {
"type": [
"boolean",
"null"
]
}
},
"additionalProperties": true
}
}
},
"artifact-repository": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"enum": [
"artifact"
]
},
"url": {
"type": "string"
}
}
},
"pear-repository": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string",
"enum": [
"pear"
]
},
"url": {
"type": "string"
},
"vendor-alias": {
"type": "string"
}
}
},
"package-repository": {
"type": "object",
"required": [
"type",
"package"
],
"properties": {
"type": {
"type": "string",
"enum": [
"package"
]
},
"package": {
"oneOf": [
{
"$ref": "#/definitions/inline-package"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/inline-package"
}
}
]
}
}
},
"inline-package": {
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix."
},
"type": {
"type": "string"
},
"target-dir": {
"description": "DEPRECATED: Forces the package to be installed into the given subdirectory path. This is used for autoloading PSR-0 packages that do not contain their full path. Use forward slashes for cross-platform compatibility.",
"type": "string"
},
"description": {
"type": "string"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"homepage": {
"type": "string",
"format": "uri"
},
"version": {
"type": "string"
},
"time": {
"type": "string"
},
"license": {
"type": [
"string",
"array"
]
},
"authors": {
"$ref": "#/definitions/authors"
},
"require": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"replace": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"conflict": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"provide": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"require-dev": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"suggest": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"extra": {
"type": [
"object",
"array"
],
"additionalProperties": true
},
"autoload": {
"$ref": "#/definitions/autoload"
},
"archive": {
"type": [
"object"
],
"properties": {
"exclude": {
"type": "array"
}
}
},
"bin": {
"type": [
"string",
"array"
],
"description": "A set of files, or a single file, that should be treated as binaries and symlinked into bin-dir (from config).",
"items": {
"type": "string"
}
},
"include-path": {
"type": [
"array"
],
"description": "DEPRECATED: A list of directories which should get added to PHP's include path. This is only present to support legacy projects, and all new code should preferably use autoloading.",
"items": {
"type": "string"
}
},
"source": {
"type": "object",
"required": [
"type",
"url",
"reference"
],
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
},
"reference": {
"type": "string"
},
"mirrors": {
"type": "array"
}
}
},
"dist": {
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
},
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"mirrors": {
"type": "array"
}
}
}
},
"additionalProperties": true
}
}
}
| o39230 |
{
"dependencies": {
"mandatory": [
"enum"
]
},
"properties": {
"allOf": {
"allOf": [
{
"description": "Object of type 1.",
"properties": {
"key1": {
"description": "Key for type 1.",
"title": "Key1",
"type": "string"
}
},
"title": "Type1",
"type": "object"
},
{
"description": "Object of type 2.",
"properties": {
"key2": {
"description": "Key for type 2.",
"title": "Key2",
"type": "string"
}
},
"title": "Type2",
"type": "object"
}
],
"description": "A merge of two or more complex types.",
"title": "AllOf",
"type": "object"
},
"anyOf": {
"anyOf": [
{
"description": "Object of type 1.",
"properties": {
"type": {
"description": "Object type.",
"enum": [
"Type1"
],
"title": "Type"
}
},
"title": "Type1",
"type": "object"
},
{
"description": "Object of type 2.",
"properties": {
"type": {
"description": "Object type.",
"enum": [
"Type2"
],
"title": "Type"
}
},
"title": "Type2",
"type": "object"
}
],
"description": "A choice between multiple complex types.",
"title": "AnyOf",
"type": "object"
},
"enum": {
"description": "A choice between multiple values.",
"enum": [
"choice1",
"choice2",
"choice3"
],
"title": "Enum"
},
"mandatory": {
"description": "A required field.",
"title": "Mandatory",
"type": "string"
}
},
"required": [
"mandatory"
]
} | o7501 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"auth": {
"type": "null"
},
"data": {
"type": "object",
"properties": {}
},
"lease_duration": {
"type": "integer"
},
"lease_id": {
"type": "string"
},
"renewable": {
"type": "boolean"
}
},
"required": [
"auth",
"data",
"lease_duration",
"lease_id",
"renewable"
]
} | o11796 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "10/EPMP get metadata response: a set of EP metadata key-value pairs in JSON object representation",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]+$": {}
},
"additionalProperties": false
} | o53908 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "dub Package Schema",
"type": "object",
"definitions": {
"packageName": {
"type": "string",
"pattern": "^[-a-z0-9_]+$"
},
"configurationName": {
"type": "string",
"pattern": "^[-a-zA-Z0-9_]+$"
},
"stringArray": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"_uniqueItems": true
},
"buildOptions": {
"type": "array",
"items": {
"type": "string",
"enum": [
"debugMode",
"releaseMode",
"coverage",
"debugInfo",
"debugInfoC",
"alwaysStackFrame",
"stackStomping",
"inline",
"noBoundsCheck",
"optimize",
"profile",
"profileGC",
"unittests",
"verbose",
"ignoreUnknownPragmas",
"syntaxOnly",
"warnings",
"warningsAsErrors",
"ignoreDeprecations",
"deprecationWarnings",
"deprecationErrors",
"property",
"betterC"
]
},
"minItems": 1,
"_uniqueItems": true,
"description": "List of build option identifiers (corresponding to compiler flags)"
},
"lowBuildSettings": {
"properties": {
"systemDependencies": {
"type": "string",
"description": "A textual description of the required system dependencies (external C libraries) required by the package. This will be visible on the registry and will be displayed in case of linker errors"
},
"buildRequirements": {
"type": "array",
"items": {
"type": "string",
"enum": [
"allowWarnings",
"silenceWarnings",
"disallowDeprecations",
"silenceDeprecations",
"disallowInlining",
"disallowOptimization",
"requireBoundsCheck",
"requireContracts",
"relaxProperties",
"noDefaultFlags"
]
},
"minItems": 1,
"_uniqueItems": true,
"description": "List of required settings for the build process"
},
"buildOptions": {
"$ref": "#/definitions/buildOptions"
},
"libs": {
"$ref": "#/definitions/stringArray",
"description": "A list of external library names - depending on the compiler, these will be converted to the proper linker flag (e.g. \"ssl\" might get translated to \"-L-lssl\")"
},
"sourceFiles": {
"$ref": "#/definitions/stringArray",
"description": "Additional files passed to the compiler - can be useful to add certain configuration dependent source files that are not contained in the general source folder"
},
"sourcePaths": {
"$ref": "#/definitions/stringArray",
"description": "Allows to customize the path where to look for source files (any folder \"source\" or \"src\" is automatically used as a source path if no sourcePaths setting is specified) - note that you usually also need to define \"importPaths\" as \"sourcePaths\" don't influence those"
},
"excludedSourceFiles": {
"$ref": "#/definitions/stringArray",
"description": "Files that should be removed for the set of already added source files (takes precedence over \"sourceFiles\" and \"sourcePaths\") - Glob matching can be used to pattern match multiple files at once"
},
"mainSourceFile": {
"type": "string",
"description": "Determines the file that contains the main() function. This setting can be used by dub to exclude this file in situations where a different main function is defined (e.g. for \"dub test\")"
},
"copyFiles": {
"$ref": "#/definitions/stringArray",
"description": "A list of globs matching files or directories to be copied to targetPath. Matching directories are copied recursively, i.e. \"copyFiles\": [\"path/to/dir\"]\" recursively copies dir, while \"copyFiles\": [\"path/to/dir/*\"]\" only copies files within dir."
},
"versions": {
"$ref": "#/definitions/stringArray",
"description": "A list of D versions to be defined during compilation"
},
"debugVersions": {
"$ref": "#/definitions/stringArray",
"description": "A list of D debug identifiers to be defined during compilation"
},
"importPaths": {
"$ref": "#/definitions/stringArray",
"description": "Additional import paths to search for D modules (the source/ folder is used by default as a source folder, if it exists)",
"default": [
"source"
]
},
"stringImportPaths": {
"$ref": "#/definitions/stringArray",
"description": "Additional import paths to search for string imports/views (the views/ folder is used by default as a string import folder, if it exists)",
"default": [
"views"
]
},
"preGenerateCommands": {
"$ref": "#/definitions/stringArray",
"description": "A list of shell commands that is executed before project generation is started"
},
"postGenerateCommands": {
"$ref": "#/definitions/stringArray",
"description": "A list of shell commands that is executed after project generation is finished"
},
"preBuildCommands": {
"$ref": "#/definitions/stringArray",
"description": "A list of shell commands that is executed always before the project is built"
},
"postBuildCommands": {
"$ref": "#/definitions/stringArray",
"description": "A list of shell commands that is executed always after the project is built"
},
"dflags": {
"$ref": "#/definitions/stringArray",
"description": "Additional flags passed to the D compiler - note that these flags are usually specific to the compiler in use, but a set of flags is automatically translated from DMD to the selected compiler"
},
"lflags": {
"$ref": "#/definitions/stringArray",
"description": "Additional flags passed to the linker - note that these flags are usually specific to the linker in use"
}
}
},
"buildSettings": {
"allOf": [
{
"$ref": "#/definitions/lowBuildSettings"
},
{
"properties": {
"dependencies": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"optional": {
"type": "boolean",
"description": "Indicate an optional dependency"
},
"version": {
"type": "string",
"description": "The version specification as used for the simple form"
},
"path": {
"type": "string",
"description": "Use a folder to source a package from"
}
}
}
]
},
"description": "List of project dependencies given as pairs of \"<name>\" : <version-spec>"
},
"targetType": {
"type": "string",
"default": "autodetect",
"enum": [
"autodetect",
"none",
"executable",
"library",
"sourceLibrary",
"staticLibrary",
"dynamicLibrary"
],
"description": "Specifies a specific target type"
},
"targetName": {
"type": "string",
"description": "Sets the base name of the output file; type and platform specific pre- and suffixes are added automatically"
},
"targetPath": {
"type": "string",
"description": "The destination path of the output binary"
},
"workingDirectory": {
"type": "string",
"description": "A fixed working directory from which the generated executable will be run"
},
"subConfigurations": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/packageName"
},
"description": "Locks the dependencies to specific configurations; a map from package name to configuration name"
}
}
}
]
}
},
"allOf": [
{
"$ref": "#/definitions/buildSettings"
},
{
"properties": {
"name": {
"$ref": "#/definitions/packageName",
"description": "Name of the package, used to uniquely identify the package. Must be comprised of only lower case ASCII alpha-numeric characters, \"-\" or \"_\"."
},
"description": {
"type": "string",
"description": "Brief description of the package"
},
"toolchainRequirements": {
"type": "object",
"description": "Set of version requirements for DUB, for compilers and for language frontend.",
"properties": {
"dub": {
"description": "DUB version requirement",
"type": "string"
},
"frontend": {
"description": "D frontend version requirement",
"type": "string"
},
"dmd": {
"description": "DMD version requirement",
"type": "string"
},
"ldc": {
"description": "LDC version requirement",
"type": "string"
},
"gdc": {
"description": "GDC version requirement",
"type": "string"
}
}
},
"homepage": {
"type": "string",
"format": "uri",
"description": "URL of the project website"
},
"authors": {
"$ref": "#/definitions/stringArray",
"description": "List of project authors. The suggested format is either \"Peter Parker\" or \"Peter Parker <[email protected]>\""
},
"copyright": {
"type": "string",
"description": "Copyright declaration string"
},
"license": {
"type": "string",
"enum": [
"public domain",
"proprietary",
"AFL-3.0",
"AGPL-3.0",
"Apache-2.0",
"APSL-2.0",
"Artistic-2.0",
"BSL-1.0",
"BSD 2-clause",
"BSD 3-clause",
"EPL-1.0",
"GPL-2.0",
"GPL-3.0",
"ISC",
"LGPL-2.1",
"LGPL-3.0",
"MIT",
"MPL-2.0",
"MS-PL",
"MS-RL",
"NCSA",
"OpenSSL",
"SSLeay",
"Zlib"
],
"pattern": ".*",
"description": "License(s) under which the project can be used"
},
"subPackages": {
"type": "array",
"description": "Defines an array of sub-packages defined in the same directory as the root project, where each entry is either a path of a sub folder or an object of the same format as a dub.json file",
"items": {
"oneOf": [
{
"type": "string",
"description": "Path to package folder"
},
{
"$ref": "#"
}
]
}
},
"configurations": {
"type": "array",
"items": {
"allOf": [
{
"properties": {
"name": {
"$ref": "#/definitions/configurationName",
"description": "Name of the configuration, used to uniquely identify the configuration. Must be comprised of ASCII alpha-numeric characters, \"-\" or \"_\"."
}
}
},
{
"$ref": "#/definitions/buildSettings"
}
]
},
"description": "Speficies an optional list of build configurations (chosen on the command line using --config=...)"
},
"buildTypes": {
"type": "object",
"description": "Defines additional custom build types or overrides the default ones (chosen on the command line using --build=...)",
"additionalProperties": {
"$ref": "#/definitions/lowBuildSettings"
}
}
}
}
],
"required": [
"name"
]
} | o17127 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Various definitions used in multiple schema files.",
"team": {
"type": "integer",
"title": "Team.",
"description": "Specifies team relevant to object, 1 for red or 2 for blue",
"enum": [
1,
2
]
},
"frameArrayItem": {
"description": "Array that tracks the state of properties of a player/object over time. Initially 0 (prior to player start), but if a player or object is removed then values are null.",
"anyOf": [
{
"type": "null"
},
{
"description": "Just 0 allowed otherwise.",
"type": "integer",
"enum": [
0
]
}
],
"bool": {
"anyOf": [
{
"$ref": "#/frameArrayItem"
},
{
"type": "boolean"
}
]
},
"number": {
"anyOf": [
{
"$ref": "#/frameArrayItem"
},
{
"type": "number"
}
]
},
"integer": {
"anyOf": [
{
"$ref": "#/frameArrayItem"
},
{
"type": "integer"
}
]
}
},
"properties": {
"team": {
"$ref": "#/team"
},
"frameArrayItem": {
"$ref": "#/frameArrayItem"
}
},
"required": [
"team",
"frameArrayItem"
]
} | o31279 |
{
"additionalProperties": false,
"properties": {
"env": {
"default": {},
"properties": {},
"title": "Env Vars",
"type": "object"
},
"environment_type": {
"default": "docker-encapsulated",
"enum": [
"docker-encapsulated"
],
"type": "string"
},
"envscript": {
"default": "",
"title": "Env Script",
"type": "string"
},
"image": {
"title": "Image",
"type": "string"
},
"imagetag": {
"default": "latest",
"title": "Tag",
"type": "string"
},
"resources": {
"default": [],
"title": "Resources",
"type": "array"
}
},
"required": [
"environment_type",
"image"
],
"title": "Docker Encapsulated Environment",
"type": "object"
} | o89671 |
{
"description": "Represents the licensing as asserted in a package metadata.",
"properties": {
"license": {
"oneOf": [
{
"description": "license as asserted. This can be a text, a name or anything.",
"title": "license",
"type": "string"
},
{
"type": "null"
}
]
},
"notice": {
"oneOf": [
{
"description": "a license notice for this package",
"title": "notice",
"type": "string"
},
{
"type": "null"
}
]
},
"text": {
"oneOf": [
{
"description": "license text as asserted.",
"title": "license text",
"type": "string"
},
{
"type": "null"
}
]
},
"url": {
"oneOf": [
{
"description": "URL to a web page for this license.",
"title": "url",
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "asserted license",
"type": "object"
} | o89984 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/Enfernuz/quik-lua-rpc/json/schema/getQuoteLevel2.result.scheme.json",
"title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getQuoteLevel2",
"description": "\u0421\u0445\u0435\u043c\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u0437\u043e\u0432\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b getQuoteLevel2",
"type": "object",
"definitions": {
"QuoteEntry": {
"description": "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430",
"type": "object",
"properties": {
"price": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 price",
"type": "string"
},
"quantity": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 quantity",
"type": "string"
}
}
}
},
"properties": {
"bid_count": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 bid_count",
"type": "string"
},
"offer_count": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 offer_count",
"type": "string"
},
"bids": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 bid",
"type": "array",
"items": {
"$ref": "#/definitions/QuoteEntry"
}
},
"offers": {
"description": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 offer",
"type": "array",
"items": {
"$ref": "#/definitions/QuoteEntry"
}
}
},
"additionalProperties": false,
"required": [
"bid_count",
"offer_count",
"bids",
"offers"
]
} | o5251 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference": {
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"properties": {
"apiVersion": {
"description": "API version of the referent",
"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: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ExternalMetricSource": {
"description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).",
"properties": {
"metric": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier",
"description": "metric identifies the target metric by name and selector"
},
"target": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget",
"description": "target specifies the target value for the given metric"
}
},
"required": [
"metric",
"target"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier": {
"description": "MetricIdentifier defines the name and optionally selector for a metric",
"properties": {
"name": {
"description": "name is the name of the given metric",
"type": "string"
},
"selector": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelector",
"description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics."
}
},
"required": [
"name"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget": {
"description": "MetricTarget defines the target value, average value, or average utilization of a specific metric",
"properties": {
"averageUtilization": {
"_format": "int32",
"description": "averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type",
"type": "integer"
},
"averageValue": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity",
"description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)"
},
"type": {
"description": "type represents whether the metric type is Utilization, Value, or AverageValue",
"type": "string"
},
"value": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_api_resource_Quantity",
"description": "value is the target value of the metric (as a quantity)."
}
},
"required": [
"type"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ObjectMetricSource": {
"description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).",
"properties": {
"describedObject": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_CrossVersionObjectReference"
},
"metric": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier",
"description": "metric identifies the target metric by name and selector"
},
"target": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget",
"description": "target specifies the target value for the given metric"
}
},
"required": [
"describedObject",
"target",
"metric"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_PodsMetricSource": {
"description": "PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.",
"properties": {
"metric": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricIdentifier",
"description": "metric identifies the target metric by name and selector"
},
"target": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget",
"description": "target specifies the target value for the given metric"
}
},
"required": [
"metric",
"target"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ResourceMetricSource": {
"description": "ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set.",
"properties": {
"name": {
"description": "name is the name of the resource in question.",
"type": "string"
},
"target": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_MetricTarget",
"description": "target specifies the target value for the given metric"
}
},
"required": [
"name",
"target"
],
"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_LabelSelector": {
"description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
"properties": {
"matchExpressions": {
"description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement"
},
"type": "array"
},
"matchLabels": {
"additionalProperties": {
"type": "string"
},
"description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
"type": "object"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_LabelSelectorRequirement": {
"description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"properties": {
"key": {
"description": "key is the label key that the selector applies to.",
"type": "string",
"x-kubernetes-patch-merge-key": "key",
"x-kubernetes-patch-strategy": "merge"
},
"operator": {
"description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
"type": "string"
},
"values": {
"description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"key",
"operator"
],
"type": "object"
}
},
"description": "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).",
"properties": {
"external": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ExternalMetricSource",
"description": "external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster)."
},
"object": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ObjectMetricSource",
"description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)."
},
"pods": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_PodsMetricSource",
"description": "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value."
},
"resource": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_ResourceMetricSource",
"description": "resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source."
},
"type": {
"description": "type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object.",
"type": [
"string",
"null"
]
}
},
"required": [
"type"
],
"type": "object"
} | kb_554_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"id": "http://example.com/schemas/Contact.json",
"definitions": {
"Address": {
"type": "object",
"properties": {
"street_address": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
}
},
"required": [
"street_address",
"city",
"state"
]
}
},
"properties": {
"ContactAddresses": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/Address"
}
},
"DateOfBirth": {
"type": "string",
"format": "date"
},
"HomePhone": {
"type": "string"
},
"HomePhoneCountry": {
"type": "string"
},
"Name": {
"type": "string"
},
"NumDependents": {
"type": "integer",
"format": "int32"
},
"PrimaryAddress": {
"type": "object",
"$ref": "#/definitions/Address"
}
}
} | o58614 |
{
"additionalProperties": false,
"description": "Schema for a Snowflake Loader specific bad row",
"properties": {
"enrichedEvent": {
"additionalProperties": false,
"description": "The enriched event that resulted in a storage loader failure",
"properties": {
"app_id": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"base_currency": {
"maxLength": 3,
"type": [
"string",
"null"
]
},
"br_colordepth": {
"maxLength": 12,
"type": [
"string",
"null"
]
},
"br_cookies": {
"type": [
"boolean",
"null"
]
},
"br_family": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"br_features_director": {
"type": [
"boolean",
"null"
]
},
"br_features_flash": {
"type": [
"boolean",
"null"
]
},
"br_features_gears": {
"type": [
"boolean",
"null"
]
},
"br_features_java": {
"type": [
"boolean",
"null"
]
},
"br_features_pdf": {
"type": [
"boolean",
"null"
]
},
"br_features_quicktime": {
"type": [
"boolean",
"null"
]
},
"br_features_realplayer": {
"type": [
"boolean",
"null"
]
},
"br_features_silverlight": {
"type": [
"boolean",
"null"
]
},
"br_features_windowsmedia": {
"type": [
"boolean",
"null"
]
},
"br_lang": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"br_name": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"br_renderengine": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"br_type": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"br_version": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"br_viewheight": {
"type": [
"integer",
"null"
]
},
"br_viewwidth": {
"type": [
"integer",
"null"
]
},
"collector_tstamp": {
"_format": "date-time",
"type": "string"
},
"contexts": {
"type": [
"object",
"null"
]
},
"derived_contexts": {
"type": [
"object",
"null"
]
},
"derived_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"doc_charset": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"doc_height": {
"type": [
"integer",
"null"
]
},
"doc_width": {
"type": [
"integer",
"null"
]
},
"domain_sessionid": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"domain_sessionidx": {
"type": [
"integer",
"null"
]
},
"domain_userid": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"dvce_created_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"dvce_ismobile": {
"type": [
"boolean",
"null"
]
},
"dvce_screenheight": {
"type": [
"integer",
"null"
]
},
"dvce_screenwidth": {
"type": [
"integer",
"null"
]
},
"dvce_sent_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"dvce_type": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"etl_tags": {
"maxLength": 500,
"type": [
"string",
"null"
]
},
"etl_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"event": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"event_fingerprint": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"event_format": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"event_id": {
"maxLength": 36,
"type": "string"
},
"event_name": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"event_vendor": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"event_version": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"geo_city": {
"maxLength": 75,
"type": [
"string",
"null"
]
},
"geo_country": {
"maxLength": 2,
"type": [
"string",
"null"
]
},
"geo_latitude": {
"type": [
"number",
"null"
]
},
"geo_longitude": {
"type": [
"number",
"null"
]
},
"geo_region": {
"maxLength": 3,
"type": [
"string",
"null"
]
},
"geo_region_name": {
"maxLength": 100,
"type": [
"string",
"null"
]
},
"geo_timezone": {
"maxLength": 64,
"type": [
"string",
"null"
]
},
"geo_zipcode": {
"maxLength": 15,
"type": [
"string",
"null"
]
},
"ip_domain": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"ip_isp": {
"maxLength": 100,
"type": [
"string",
"null"
]
},
"ip_netspeed": {
"maxLength": 100,
"type": [
"string",
"null"
]
},
"ip_organization": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"mkt_campaign": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"mkt_clickid": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"mkt_content": {
"maxLength": 500,
"type": [
"string",
"null"
]
},
"mkt_medium": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"mkt_network": {
"maxLength": 64,
"type": [
"string",
"null"
]
},
"mkt_source": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"mkt_term": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"name_tracker": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"network_userid": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"os_family": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"os_manufacturer": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"os_name": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"os_timezone": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"page_referrer": {
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"page_title": {
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"page_url": {
"maxLength": 4096,
"type": [
"string",
"null"
]
},
"page_urlfragment": {
"maxLength": 3000,
"type": [
"string",
"null"
]
},
"page_urlhost": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"page_urlpath": {
"maxLength": 3000,
"type": [
"string",
"null"
]
},
"page_urlport": {
"type": [
"integer",
"null"
]
},
"page_urlquery": {
"maxLength": 6000,
"type": [
"string",
"null"
]
},
"page_urlscheme": {
"maxLength": 16,
"type": [
"string",
"null"
]
},
"platform": {
"maxLength": 255,
"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": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"refr_dvce_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"refr_medium": {
"maxLength": 25,
"type": [
"string",
"null"
]
},
"refr_source": {
"maxLength": 50,
"type": [
"string",
"null"
]
},
"refr_term": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"refr_urlfragment": {
"maxLength": 3000,
"type": [
"string",
"null"
]
},
"refr_urlhost": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"refr_urlpath": {
"maxLength": 6000,
"type": [
"string",
"null"
]
},
"refr_urlport": {
"type": [
"integer",
"null"
]
},
"refr_urlquery": {
"maxLength": 6000,
"type": [
"string",
"null"
]
},
"refr_urlscheme": {
"maxLength": 16,
"type": [
"string",
"null"
]
},
"se_action": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"se_category": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"se_label": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"se_property": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"se_value": {
"type": [
"number",
"null"
]
},
"ti_category": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"ti_currency": {
"maxLength": 3,
"type": [
"string",
"null"
]
},
"ti_name": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"ti_orderid": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"ti_price": {
"type": [
"number",
"null"
]
},
"ti_price_base": {
"type": [
"number",
"null"
]
},
"ti_quantity": {
"type": [
"integer",
"null"
]
},
"ti_sku": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_affiliation": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_city": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_country": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_currency": {
"maxLength": 3,
"type": [
"string",
"null"
]
},
"tr_orderid": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_shipping": {
"type": [
"number",
"null"
]
},
"tr_shipping_base": {
"type": [
"number",
"null"
]
},
"tr_state": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"tr_tax": {
"type": [
"number",
"null"
]
},
"tr_tax_base": {
"type": [
"number",
"null"
]
},
"tr_total": {
"type": [
"number",
"null"
]
},
"tr_total_base": {
"type": [
"number",
"null"
]
},
"true_tstamp": {
"_format": "date-time",
"type": [
"string",
"null"
]
},
"txn_id": {
"type": [
"integer",
"null"
]
},
"unstruct_event": {
"type": [
"object",
"null"
]
},
"user_fingerprint": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"user_id": {
"maxLength": 255,
"type": [
"string",
"null"
]
},
"user_ipaddress": {
"maxLength": 128,
"type": [
"string",
"null"
]
},
"useragent": {
"maxLength": 1000,
"type": [
"string",
"null"
]
},
"v_collector": {
"maxLength": 100,
"type": "string"
},
"v_etl": {
"maxLength": 100,
"type": "string"
},
"v_tracker": {
"maxLength": 100,
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"failures": {
"description": "Snowflake related failures",
"items": {
"oneOf": [
{
"additionalProperties": false,
"description": "Model for failures related with the one of the fields of the enriched event",
"properties": {
"valueError": {
"additionalProperties": false,
"properties": {
"column": {
"type": "string"
},
"message": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"column",
"message"
],
"type": "object"
}
},
"required": [
"valueError"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "Model for deduplication error info",
"properties": {
"deduplicationError": {
"additionalProperties": false,
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}
},
"required": [
"deduplicationError"
],
"type": "object"
}
]
},
"type": "array"
},
"processor": {
"additionalProperties": false,
"description": "Information about the piece of software responsible for the creation of enrichment failures",
"properties": {
"artifact": {
"description": "Artifact responsible for the creation of enrichment failures",
"maxLength": 512,
"type": "string"
},
"version": {
"description": "Version of the artifact responsible for the creation of enrichment failures",
"maxLength": 32,
"pattern": "^(\\d+\\.\\d+\\.\\d+.*)$",
"type": "string"
}
},
"required": [
"artifact",
"version"
],
"type": "object"
}
},
"required": [
"failures",
"enrichedEvent",
"processor"
],
"self": {
"format": "jsonschema",
"name": "snowflake_error",
"vendor": "com.snowplowanalytics.snowplow.badrows",
"version": "1-0-0"
},
"type": "object"
} | sp_345_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"access_limited": {
"additionalProperties": false,
"properties": {
"auth_bypass_ids": {
"$ref": "#/definitions/guid_list",
"description": "Deprecated: auth_bypass_ids should be sent as a separate field"
},
"organisations": {
"$ref": "#/definitions/guid_list",
"description": "A list of organisation content ids permitted access to this item"
},
"users": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"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."
},
"description": {
"type": "string"
},
"details": {
"additionalProperties": false,
"properties": {
"hidden_search_terms": {
"$ref": "#/definitions/hidden_search_terms"
},
"url": {
"_format": "uri",
"description": "A URL for the external resource",
"type": "string"
}
},
"required": [
"url"
],
"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"
},
"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
},
"hidden_search_terms": {
"description": "List of words/phrases the user can search for that aren't present on the page.",
"items": {
"type": "string"
},
"type": "array"
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"title": {
"type": "string"
},
"update_type": {
"enum": [
"major",
"minor",
"republish"
]
}
},
"properties": {
"access_limited": {
"$ref": "#/definitions/access_limited"
},
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"auth_bypass_ids": {
"$ref": "#/definitions/guid_list",
"description": "A list of ids that will allow access to this item for non-authenticated users"
},
"base_path": {
"type": "null"
},
"bulk_publishing": {
"type": "boolean"
},
"change_note": {
"type": [
"null",
"string"
]
},
"description": {
"$ref": "#/definitions/description"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"external_content"
],
"type": "string"
},
"first_published_at": {
"$ref": "#/definitions/first_published_at"
},
"last_edited_at": {
"_format": "date-time",
"description": "Last time when the content received a major or minor update.",
"type": "string"
},
"links": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"previous_version": {
"type": "string"
},
"public_updated_at": {
"$ref": "#/definitions/public_updated_at"
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"redirects": {
"additionalItems": false,
"items": {},
"type": "array"
},
"rendering_app": {
"type": "null"
},
"routes": {
"additionalItems": false,
"items": {},
"type": "array"
},
"schema_name": {
"enum": [
"external_content"
],
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"update_type": {
"$ref": "#/definitions/update_type"
}
},
"required": [
"description",
"details",
"document_type",
"publishing_app",
"schema_name",
"title"
],
"type": "object"
} | o21202 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"B.B": {
"properties": {
"b": {}
},
"required": [
"b"
],
"additionalProperties": false,
"type": "object"
},
"C.C": {
"properties": {
"c": {
"$ref": "#/definitions/B.B"
}
},
"required": [
"c"
],
"additionalProperties": false,
"type": "object"
},
"D.D": {
"properties": {
"d": {
"$ref": "#/definitions/C.C"
}
},
"required": [
"d"
],
"additionalProperties": false,
"type": "object"
},
"MyObject": {
"$ref": "#/definitions/D.D"
}
},
"$ref": "#/definitions/MyObject"
} | o17663 |
{
"properties": {
"point1": {
"properties": {
"latitude": {
"description": "The latitude of point 1",
"type": "number"
},
"longitude": {
"description": "The longitude of point 1",
"type": "number"
}
},
"type": "object"
},
"point2": {
"properties": {
"latitude": {
"description": "The latitude of point 2",
"type": "number"
},
"longitude": {
"description": "The longitude of point 2",
"type": "number"
}
},
"type": "object"
}
},
"required": [
"point1",
"point2"
],
"type": "object"
} | calculate_distance_32086bca |
{
"additionalProperties": false,
"description": "Schema for configuration of an event fingerprinting enrichment",
"properties": {
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"parameters": {
"additionalProperties": false,
"properties": {
"excludeParameters": {
"items": {
"type": "string"
},
"type": "array"
},
"hashAlgorithm": {
"enum": [
"MD5"
]
}
},
"required": [
"hashAlgorithm",
"excludeParameters"
],
"type": "object"
},
"vendor": {
"type": "string"
}
},
"required": [
"name",
"vendor",
"enabled",
"parameters"
],
"self": {
"format": "jsonschema",
"name": "event_fingerprint_config",
"vendor": "com.snowplowanalytics.snowplow",
"version": "1-0-0"
},
"type": "object"
} | sp_283_Normalized |
{
"properties": {
"dimensions": {
"oneOf": [
{
"not": {
"required": [
"radius"
]
},
"required": [
"length",
"width"
]
},
{
"not": {
"required": [
"length",
"width"
]
},
"required": [
"radius"
]
}
],
"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",
"radius"
],
"type": "object"
},
"shape": {
"description": "The shape type (e.g. triangle, rectangle, circle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_43c11cd0 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ClientIPConfig": {
"description": "ClientIPConfig represents the configurations of Client IP based session affinity.",
"properties": {
"timeoutSeconds": {
"_format": "int32",
"description": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).",
"type": "integer"
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServicePort": {
"description": "ServicePort contains information on service's port.",
"properties": {
"appProtocol": {
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. Field can be enabled with ServiceAppProtocol feature gate.",
"type": "string"
},
"name": {
"description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.",
"type": "string"
},
"nodePort": {
"_format": "int32",
"description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport",
"type": "integer"
},
"port": {
"_format": "int32",
"description": "The port that will be exposed by this service.",
"type": "integer"
},
"protocol": {
"description": "The IP protocol for this port. Supports \"TCP\", \"UDP\", and \"SCTP\". Default is TCP.",
"type": "string"
},
"targetPort": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString",
"description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service"
}
},
"required": [
"port"
],
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SessionAffinityConfig": {
"description": "SessionAffinityConfig represents the configurations of session affinity.",
"properties": {
"clientIP": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ClientIPConfig",
"description": "clientIP contains the configurations of Client IP based session affinity."
}
},
"type": "object"
},
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_util_intstr_IntOrString": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"description": "ServiceSpec describes the attributes that a user creates on a service.",
"properties": {
"clusterIP": {
"description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies",
"type": [
"string",
"null"
]
},
"externalIPs": {
"description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"externalName": {
"description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be ExternalName.",
"type": [
"string",
"null"
]
},
"externalTrafficPolicy": {
"description": "externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. \"Local\" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. \"Cluster\" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.",
"type": [
"string",
"null"
]
},
"healthCheckNodePort": {
"description": "healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"ipFamily": {
"description": "ipFamily specifies whether this Service has a preference for a particular IP family (e.g. IPv4 vs. IPv6). If a specific IP family is requested, the clusterIP field will be allocated from that family, if it is available in the cluster. If no IP family is requested, the cluster's primary IP family will be used. Other IP fields (loadBalancerIP, loadBalancerSourceRanges, externalIPs) and controllers which allocate external load-balancers should use the same IP family. Endpoints for this Service will be of this family. This field is immutable after creation. Assigning a ServiceIPFamily not available in the cluster (e.g. IPv6 in IPv4 only cluster) is an error condition and will fail during clusterIP assignment.",
"type": [
"string",
"null"
]
},
"loadBalancerIP": {
"description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.",
"type": [
"string",
"null"
]
},
"loadBalancerSourceRanges": {
"description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"ports": {
"description": "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_ServicePort"
},
"type": [
"array",
"null"
],
"x-kubernetes-list-map-keys": [
"port",
"protocol"
],
"x-kubernetes-list-type": "map",
"x-kubernetes-patch-merge-key": "port",
"x-kubernetes-patch-strategy": "merge"
},
"publishNotReadyAddresses": {
"description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.",
"type": [
"boolean",
"null"
]
},
"selector": {
"additionalProperties": {
"type": [
"string",
"null"
]
},
"description": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/",
"type": [
"object",
"null"
]
},
"sessionAffinity": {
"description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies",
"type": [
"string",
"null"
]
},
"sessionAffinityConfig": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_core_v1_SessionAffinityConfig",
"description": "sessionAffinityConfig contains the configurations of session affinity."
},
"topologyKeys": {
"description": "topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value \"*\" may be used to mean \"any topology\". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"type": {
"description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_991_Normalized |
{
"definitions": {
"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"
}
},
"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",
"null"
]
},
"gateway": {
"description": "The host address of the ScaleIO API Gateway.",
"type": [
"string",
"null"
]
},
"protectionDomain": {
"description": "The name of the ScaleIO Protection Domain for the configured storage.",
"type": [
"string",
"null"
]
},
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": [
"boolean",
"null"
]
},
"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",
"null"
]
},
"storageMode": {
"description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
"type": [
"string",
"null"
]
},
"storagePool": {
"description": "The ScaleIO Storage Pool associated with the protection domain.",
"type": [
"string",
"null"
]
},
"system": {
"description": "The name of the storage system as configured in ScaleIO.",
"type": [
"string",
"null"
]
},
"volumeName": {
"description": "The name of a volume already created in the ScaleIO system that is associated with this volume source.",
"type": [
"string",
"null"
]
}
},
"required": [
"gateway",
"system",
"secretRef"
],
"type": "object"
} | kb_913_Normalized |
{
"properties": {
"income": {
"description": "The annual income",
"type": "number"
},
"tax_brackets": {
"items": {
"properties": {
"range": {
"description": "The income range for this tax bracket",
"items": {
"type": "number"
},
"type": "array"
},
"rate": {
"description": "The tax rate for this tax bracket",
"type": "number"
}
},
"required": [
"range",
"rate"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"income",
"tax_brackets"
],
"type": "object"
} | calculate_tax_5bb5302b |
{
"definitions": {
"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"
}
},
"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",
"null"
]
},
"rule": {
"description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.",
"type": [
"string",
"null"
]
}
},
"type": "object"
} | kb_1054_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "This document describes the engine definition",
"description": "The meta information of engine",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The engine name"
},
"executable": {
"type": "string",
"description": "The engine executable name; by default it's equal to engine name"
},
"runLocally": {
"type": "boolean",
"description": "Way how to run engine. If engine installed locally for current project, than cant execute it with just engine name",
"default": false
},
"description": {
"type": "string",
"description": "The engine description"
},
"url": {
"type": "string",
"description": "The engine url or homepage",
"format": "uri"
},
"version": {
"type": "string",
"description": "The engine version"
},
"languages": {
"type": "array",
"description": "The list of supported languages",
"items": {
"type": "string",
"enum": [
"coffeescript",
"css",
"html",
"xml",
"javascript",
"json",
"jsx",
"sass",
"typescript",
"c",
"cpp",
"csharp",
"groovy",
"php",
"ruby",
"fortran",
"plsql",
"scala",
"objectivec",
"perl",
"swift",
"python",
"java",
"pug"
]
}
},
"extensions": {
"type": "array",
"description": "Common file extensions parsed by engine",
"items": {
"type": "string"
}
},
"configs": {
"type": "array",
"description": "List of file names which could be treated as engine config",
"items": {
"type": "string"
}
},
"license": {
"type": "string",
"description": "The engine license",
"enum": [
"Unknown",
"AGPL-3.0",
"Apache-2.0",
"MIT",
"ISC"
]
},
"requirements": {
"type": "array",
"description": "The engine requirements",
"items": {
"$ref": "#/definitions/requirement"
}
},
"areas": {
"type": "array",
"description": "The engine areas",
"items": {
"type": "string",
"enum": [
"code simplification",
"commented code",
"complexity",
"documentation",
"duplication",
"formatting",
"grammar",
"memory leak",
"security",
"simplification",
"smell",
"spelling",
"syntax",
"undefined element",
"unreachable code",
"unused code"
]
}
},
"acceptMask": {
"type": "boolean",
"description": "Can use masks for multiple files analyze",
"default": true
},
"output": {
"type": "string",
"description": "The engine output format",
"enum": [
"json",
"xml"
],
"default": "json"
},
"postfix": {
"type": "string",
"description": "Posstfix in terminal (normaly post processor)"
},
"optionsDelimiter": {
"type": "string",
"description": "Delimiter for options (space by default)",
"default": " "
},
"successCode": {
"type": "integer",
"description": "Success exit code"
},
"active": {
"type": "boolean",
"description": "A value indicating whether engine is active",
"default": true
},
"defaults": {
"type": "object",
"description": "The default configuration of engine. This property is specific for each engine"
},
"stdin": {
"type": "object",
"description": "The stdin configuration of engine. This property is specific for each engine. Must be an empty object, if engine needs no params, but supports stdin"
}
},
"required": [
"name",
"description",
"languages",
"license",
"areas"
],
"definitions": {
"requirement": {
"type": "object",
"description": "The engine dependency",
"properties": {
"manager": {
"type": "string",
"description": "The manager for dependency",
"enum": [
"system",
"url",
"composer",
"gem",
"npm",
"pip"
]
},
"package": {
"type": "string",
"description": "The package name"
},
"version": {
"type": "string",
"description": "The package version"
}
}
}
}
} | o69956 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schema.getpostman.com/collection",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "This is the unique identifier of a collection."
},
"name": {
"type": "string",
"description": "This is the name of a collection."
},
"description": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "This is a block of text that describes the collection."
},
"order": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"folders": {
"type": "array",
"items": {
"title": "Schema for a Postman collection folder",
"description": "A folder is an ordered set of requests. It allows for much better organization of one's requests.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "This is the unique identifier of a folder."
},
"owner": {
"type": "string",
"description": "This is the ID of the owner of this folder."
},
"lastUpdatedBy": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "This is the ID of the user who last updated this folder."
},
"lastRevision": {
"type": "number",
"multipleOf": 1,
"description": "This field indicates the last revision of this folder."
},
"collection": {
"type": "string",
"description": "This is the ID of the collection that contains this folder."
},
"name": {
"type": "string",
"description": "This is the name of the folder."
},
"createdAt": {
"type": "string",
"description": "The time at which this folder was created."
},
"updatedAt": {
"type": "string",
"description": "The time at which this folder was updated."
},
"description": {
"type": "string",
"description": "This is a longer description of the folder."
},
"order": {
"type": "array",
"items": {
"type": "string"
},
"_uniqueItems": true
},
"write": {
"type": "boolean",
"description": "This field indicates whether the folder is writable."
},
"collection_name": {
"type": "string",
"description": "This is the name of the collection that contains this folder."
},
"collection_owner": {
"type": "string",
"description": "This is ID of the user who owns this folder."
},
"collection_id": {
"type": "string",
"description": "This is the ID of the collection that contains this folder."
}
},
"required": [
"id",
"owner",
"collection",
"name",
"description",
"order"
]
}
},
"timestamp": {
"type": "number",
"multipleOf": 1
},
"synced": {
"type": "boolean",
"description": "This field indicates whether the collection is synced"
},
"owner": {
"type": "string",
"description": "This is the ID of the owner of this collections."
},
"subscribed": {
"type": "boolean",
"description": "This field indicates whether the collection is subscribed"
},
"remoteLink": {
"type": "string",
"description": "Contains the link to the collection when it's uploaded."
},
"public": {
"type": "boolean",
"description": "This field indicates whether the collection is public"
},
"write": {
"type": "boolean",
"description": "This field indicates whether the collection is writable"
},
"requests": {
"type": "array",
"items": {
"title": "Schema for a Postman collection request",
"description": "A request represents an HTTP request.",
"type": "object",
"properties": {
"owner": {
"type": "string",
"description": "This is the ID of the owner of this request."
},
"lastUpdatedBy": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "This is the ID of the user who last updated this folder."
},
"folder": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "This is the ID of the folder that contains this request."
},
"collection": {
"type": "string",
"description": "This is the ID of the collection that contains this request."
},
"id": {
"type": "string",
"description": "This is the unique ID of this request."
},
"name": {
"type": "string",
"description": "This is the name of this request."
},
"dataMode": {
"type": "string",
"enum": [
"raw",
"urlencoded",
"params"
],
"description": "Represents the data mode for this request."
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"type": {
"enum": [
"file",
"text"
]
}
}
}
},
"descriptionFormat": {
"oneOf": [
{
"type": "string",
"enum": [
"html",
"markdown"
]
},
{
"type": "null"
}
],
"description": "The format of the description text."
},
"description": {
"type": "string",
"description": "The description of this request."
},
"headers": {
"type": "string",
"description": "This is a string containing all the custom headers for this request, e.g: Authorization."
},
"method": {
"type": "string",
"enum": [
"GET",
"PUT",
"POST",
"PATCH",
"DELETE",
"COPY",
"HEAD",
"OPTIONS",
"LINK",
"UNLINK",
"PURGE",
"LOCK",
"UNLOCK",
"PROPFIND",
"VIEW"
],
"description": "The HTTP method associated with this request."
},
"pathVariables": {
"oneOf": [
{
"type": "string"
},
{
"type": "object"
},
{
"type": "null"
}
],
"description": "Contains the path variables in this request."
},
"url": {
"type": "string",
"description": "Contains the URL for this request."
},
"preRequestScript": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A script that is run before executing the request."
},
"tests": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A script that is run after executing the request, which may act on the response."
},
"version": {
"type": "number",
"multipleOf": 1,
"description": "Specifies the version number of the request."
},
"time": {
"type": "number",
"multipleOf": 1,
"description": "The timestamp for this request."
},
"responses": {
"type": "array",
"items": {
"title": "Schema for a Postman collection response",
"description": "A response represents an HTTP response.",
"properties": {
"owner": {
"type": "string",
"description": "This is the ID of the owner of this response."
},
"lastUpdatedBy": {
"type": "string",
"description": "This is the ID of the user who last updated this response."
},
"request": {
"type": "string",
"description": "This is the ID of the request associated with this response."
},
"id": {
"type": "string",
"description": "This is the unique ID of this response."
},
"name": {
"type": "string",
"description": "This is the name of this response."
},
"status": {
"type": "string",
"description": ""
},
"responseCode": {
"type": "object",
"properties": {
"code": {
"type": "number",
"description": "The numeric HTTP response code."
},
"name": {
"type": "string",
"description": "The textual HTTP response code."
},
"detail": {
"type": "string",
"description": "Detailed explanation of the response code."
}
},
"required": [
"code",
"name"
]
},
"time": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "The time taken by the request to complete."
},
"headers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the header."
},
"key": {
"type": "string",
"description": "Key of the header [LHS]."
},
"value": {
"type": "string",
"description": "Value of the header [RHS]."
},
"description": {
"type": "string",
"description": "Description of the header."
}
},
"required": [
"name",
"key",
"value",
"description"
]
}
},
"cookies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain for which this cookie is valid."
},
"expirationDate": {
"type": "number",
"description": "The timestamp of the time when the cookie expires."
},
"hostOnly": {
"type": "boolean",
"description": "Indicates if this cookie is Host Only."
},
"httpOnly": {
"type": "boolean",
"description": "Indicates if this cookie is HTTP Only."
},
"name": {
"type": "string",
"description": "This is the name of the Cookie."
},
"path": {
"type": "string",
"description": "The path associated with the Cookie."
},
"secure": {
"type": "boolean",
"description": "Indicates if the 'secure' flag is set on the Cookie."
},
"session": {
"type": "boolean",
"description": "True if the cookie is a session cookie."
},
"storeId": {
"type": "string",
"description": "The ID of the cookie store containing this cookie."
},
"value": {
"type": "string",
"description": "The value of the Cookie."
},
"expires": {
"type": "string",
"description": "Human readable expiration time."
}
},
"required": [
"domain",
"expirationDate",
"hostOnly",
"httpOnly",
"name",
"path",
"secure",
"session",
"storeId",
"value",
"expires"
]
}
},
"mime": {
"type": "string",
"description": "Mimetype of the response."
},
"text": {
"type": "string",
"description": "The raw text of the response."
},
"language": {
"type": "string",
"enum": [
"html",
"javascript",
"xml"
],
"description": "The language associated with the response."
},
"rawDataType": {
"type": "string",
"description": "The data type of the raw response."
},
"state": {
"type": "object",
"properties": {
"size": {
"type": "string",
"description": "The size at which the response is shown to the user."
}
}
},
"previewType": {
"type": "string",
"enum": [
"pdf",
"parsed",
"preview",
"raw"
],
"description": "Controls how the response is shown in the preview pane"
},
"searchResultScrolledTo": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Indicates whether search results are scrolled to in the response pane."
},
"version": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The version of the response."
},
"requestObject": {
"type": "string",
"description": "Contains the whole request object associated with this response."
},
"write": {
"type": "boolean",
"description": "This field indicates whether the folder is writable"
}
},
"required": [
"id",
"responseCode",
"headers",
"text",
"request",
"name"
]
}
},
"currentHelper": {
"oneOf": [
{
"type": "string",
"enum": [
"normal",
"basic",
"digest",
"oauth1"
]
},
{
"type": "null"
}
],
"description": "The authentication helper used with the request."
},
"helperAttributes": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
},
{
"type": "object"
}
],
"description": "Holds the values of parameters indicated by currentHelper"
},
"collectionId": {
"type": "string",
"description": "This is the ID of the collection that contains this request."
},
"write": {
"type": "boolean",
"description": "This field indicates whether the request is writable"
},
"synced": {
"type": "boolean",
"description": "This field indicates whether the request is synced"
},
"rawModeData": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
},
{
"type": "array"
}
],
"description": "Contains the raw data sent to the server"
}
},
"required": [
"id",
"method",
"url",
"headers",
"name"
]
}
}
},
"required": [
"id",
"name",
"order",
"synced",
"owner",
"requests"
]
} | o67517 |
{
"properties": {
"customer_name": {
"description": "The name of the customer",
"type": "string"
},
"invoice_items": {
"description": "The list of items in the invoice",
"items": {
"properties": {
"item_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": [
"item_name",
"quantity",
"price"
],
"type": "object"
},
"type": "array"
},
"tax_rate": {
"description": "The applicable tax rate",
"type": "number"
}
},
"required": [
"customer_name",
"invoice_items"
],
"type": "object"
} | generate_invoice_9b3bdfbb |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {},
"id": "https://github.com/landrews33/asteriskmqtt/config.json",
"properties": {
"asterisk": {
"id": "/properties/asterisk",
"properties": {
"host": {
"id": "/properties/asterisk/properties/host",
"type": "string"
},
"password": {
"id": "/properties/asterisk/properties/password",
"type": "string"
},
"port": {
"id": "/properties/asterisk/properties/port",
"type": "string"
},
"singleeventpercall": {
"id": "/properties/asterisk/properties/singleeventpercall",
"type": "boolean"
},
"user": {
"id": "/properties/asterisk/properties/user",
"type": "string"
}
},
"required": [
"host",
"password",
"port",
"singleeventpercall",
"user"
],
"type": "object"
},
"lines": {
"id": "/properties/lines",
"items": {
"id": "/properties/lines/items",
"properties": {
"channel": {
"id": "/properties/lines/items/properties/channel",
"type": "string"
},
"dids": {
"id": "/properties/lines/items/properties/dids",
"items": {
"id": "/properties/lines/items/properties/dids/items",
"properties": {
"candial": {
"id": "/properties/lines/items/properties/dids/items/properties/candial",
"type": "boolean"
},
"command_topic": {
"id": "/properties/lines/items/properties/dids/items/properties/command_topic",
"type": "string"
},
"did": {
"id": "/properties/lines/items/properties/dids/items/properties/did",
"type": "string"
},
"id": {
"id": "/properties/lines/items/properties/dids/items/properties/id",
"type": "string"
},
"status_topic": {
"id": "/properties/lines/items/properties/dids/items/properties/status_topic",
"type": "string"
}
},
"required": [
"did",
"command_topic",
"status_topic",
"candial",
"id"
],
"type": "object"
},
"type": "array"
},
"internal": {
"id": "/properties/lines/items/properties/internal",
"type": "boolean"
}
},
"required": [
"internal",
"dids",
"channel"
],
"type": "object"
},
"type": "array"
},
"mqtt": {
"id": "/properties/mqtt",
"properties": {
"password": {
"id": "/properties/mqtt/properties/password",
"type": "string"
},
"url": {
"id": "/properties/mqtt/properties/url",
"type": "string"
},
"username": {
"id": "/properties/mqtt/properties/username",
"type": "string"
}
},
"required": [
"url",
"username",
"password"
],
"type": "object"
}
},
"required": [
"lines",
"mqtt",
"asterisk"
],
"type": "object"
} | o56227 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "TableSettings",
"description": "The data contained in a Table settings object",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"maxValues": {
"type": "integer",
"minimum": 1
},
"showTableGrid": {
"type": "boolean"
},
"newLinePosition": {
"enum": [
"top",
"bottom"
]
},
"allowFilter": {
"type": "boolean"
},
"allowSort": {
"type": "boolean"
},
"pageSize": {
"type": "integer",
"minimum": -1
}
}
} | o54556 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
"items": {
"type": "number"
},
"type": "array"
},
"t": {
"description": "Start time of keyframe segment.",
"extended_name": "Time",
"type": "number"
},
"i": {
"description": "Bezier curve interpolation in value.",
"extended_name": "In Value",
"properties": {
"x": {
"description": "bezier x axis. Array of numbers.",
"extended_name": "X axis",
"type": "array"
},
"y": {
"description": "bezier y axis. Array of numbers.",
"extended_name": "Y axis",
"type": "array"
}
},
"type": "object"
},
"o": {
"description": "Bezier curve interpolation out value.",
"extended_name": "Out Value",
"properties": {
"x": {
"description": "bezier x axis. Array of numbers.",
"extended_name": "X axis",
"type": "array"
},
"y": {
"description": "bezier y axis. Array of numbers.",
"extended_name": "Y axis",
"type": "array"
}
},
"type": "object"
}
}
} | o26969 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/washingtonpost/ans-schema/master/src/main/resources/schema/ans/v0_4/trait-channel.json",
"title": "Channel trait",
"description": "Trait that captures an optional list of output types for which this element should be visible",
"type": "object",
"properties": {
"channels": {
"description": "List of channels in which this content may appear",
"type": "array",
"items": {
"type": "string"
}
}
}
} | o87848 |
{
"properties": {
"departure_date": {
"description": "The departure date",
"format": "date",
"type": "string"
},
"destination": {
"description": "The destination airport",
"type": "string"
},
"origin": {
"description": "The origin airport",
"type": "string"
},
"passengers": {
"description": "The number of passengers",
"type": "integer"
},
"return_date": {
"description": "The return date (if applicable)",
"format": "date",
"type": "string"
}
},
"required": [
"origin",
"destination",
"departure_date",
"passengers"
],
"type": "object"
} | book_flight_f6de227e |
{
"definitions": {
"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": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
"properties": {
"minReadySeconds": {
"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)",
"format": "int32",
"type": [
"integer",
"null"
]
},
"paused": {
"description": "Indicates that the deployment is paused.",
"type": [
"boolean",
"null"
]
},
"progressDeadlineSeconds": {
"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.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"replicas": {
"description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"revisionHistoryLimit": {
"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.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"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"
} | kb_273_Normalized |
{
"definitions": {
"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": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).",
"properties": {
"$ref": {
"type": [
"string",
"null"
]
},
"$schema": {
"type": [
"string",
"null"
]
},
"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",
"null"
]
},
"anyOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": [
"array",
"null"
]
},
"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",
"null"
]
},
"dependencies": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray"
},
"type": [
"object",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"enum": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"type": [
"array",
"null"
]
},
"example": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSON"
},
"exclusiveMaximum": {
"type": [
"boolean",
"null"
]
},
"exclusiveMinimum": {
"type": [
"boolean",
"null"
]
},
"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",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaPropsOrArray"
},
"maxItems": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maxLength": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maxProperties": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"maximum": {
"format": "double",
"type": [
"number",
"null"
]
},
"minItems": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minLength": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minProperties": {
"format": "int64",
"type": [
"integer",
"null"
]
},
"minimum": {
"format": "double",
"type": [
"number",
"null"
]
},
"multipleOf": {
"format": "double",
"type": [
"number",
"null"
]
},
"not": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"nullable": {
"type": [
"boolean",
"null"
]
},
"oneOf": {
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": [
"array",
"null"
]
},
"pattern": {
"type": [
"string",
"null"
]
},
"patternProperties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": [
"object",
"null"
]
},
"properties": {
"additionalProperties": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1_JSONSchemaProps"
},
"type": [
"object",
"null"
]
},
"required": {
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"type": {
"type": [
"string",
"null"
]
},
"uniqueItems": {
"type": [
"boolean",
"null"
]
},
"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",
"null"
]
},
"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",
"null"
]
},
"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",
"null"
]
},
"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",
"null"
]
},
"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",
"null"
]
},
"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",
"null"
]
}
},
"type": "object"
} | kb_494_Normalized |
{
"properties": {
"appflowlog": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"authentication": {
"enum": [
"ON",
"OFF"
],
"type": "string"
},
"authenticationdomain": {
"type": "string"
},
"backupvserver": {
"readonly": true,
"type": "string"
},
"bindpoint": {
"enum": [
"REQUEST",
"RESPONSE",
"ICA_REQUEST",
"OTHERTCP_REQUEST"
],
"readonly": true,
"type": "string"
},
"cachetype": {
"enum": [
"TRANSPARENT",
"REVERSE",
"FORWARD"
],
"readonly": true,
"type": "string"
},
"cachevserver": {
"readonly": true,
"type": "string"
},
"certkeynames": {
"type": "string"
},
"clttimeout": {
"readonly": true,
"type": "integer"
},
"comment": {
"type": "string"
},
"curaaausers": {
"readonly": true,
"type": "integer"
},
"curstate": {
"enum": [
"UP",
"DOWN",
"UNKNOWN",
"BUSY",
"OUT OF SERVICE",
"GOING OUT OF SERVICE",
"DOWN WHEN GOING OUT OF SERVICE",
"NS_EMPTY_STR",
"Unknown",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"disableprimaryondown": {
"enum": [
"ENABLED",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"downstateflush": {
"enum": [
"ENABLED",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"failedlogintimeout": {
"type": "integer"
},
"groupextraction": {
"readonly": true,
"type": "boolean"
},
"httpprofilename": {
"readonly": true,
"type": "string"
},
"ip": {
"readonly": true,
"type": "string"
},
"ipv46": {
"type": "string"
},
"listenpolicy": {
"readonly": true,
"type": "string"
},
"listenpriority": {
"readonly": true,
"type": "integer"
},
"maxloginattempts": {
"type": "integer"
},
"name": {
"type": "string"
},
"newname": {
"type": "string"
},
"ngname": {
"readonly": true,
"type": "string"
},
"policy": {
"readonly": true,
"type": "string"
},
"port": {
"type": "integer"
},
"precedence": {
"enum": [
"RULE",
"URL"
],
"readonly": true,
"type": "string"
},
"priority": {
"readonly": true,
"type": "integer"
},
"range": {
"type": "integer"
},
"redirect": {
"enum": [
"CACHE",
"POLICY",
"ORIGIN"
],
"readonly": true,
"type": "string"
},
"redirecturl": {
"readonly": true,
"type": "string"
},
"secondary": {
"readonly": true,
"type": "boolean"
},
"servicename": {
"readonly": true,
"type": "string"
},
"servicetype": {
"enum": [
"SSL"
],
"type": "string"
},
"somethod": {
"enum": [
"CONNECTION",
"DYNAMICCONNECTION",
"BANDWIDTH",
"HEALTH",
"NONE"
],
"readonly": true,
"type": "string"
},
"sopersistence": {
"enum": [
"ENABLED",
"DISABLED"
],
"readonly": true,
"type": "string"
},
"sopersistencetimeout": {
"readonly": true,
"type": "integer"
},
"sothreshold": {
"readonly": true,
"type": "integer"
},
"state": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"status": {
"readonly": true,
"type": "integer"
},
"tcpprofilename": {
"readonly": true,
"type": "string"
},
"td": {
"type": "integer"
},
"type": {
"enum": [
"CONTENT",
"ADDRESS"
],
"readonly": true,
"type": "string"
},
"value": {
"enum": [
"Certkey not bound",
"SSL feature disabled"
],
"readonly": true,
"type": "string"
},
"vstype": {
"readonly": true,
"type": "integer"
},
"weight": {
"readonly": true,
"type": "integer"
}
},
"title": "authenticationvserver",
"type": "object"
} | o30160 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"orders": {
"additionalItems": false,
"items": {
"properties": {
"customerName": {
"type": "string"
},
"date": {
"pattern": "^([0][1-9]|[1][0-2])-([0][0-9]|[1][0-9]|[2][0-9]|[3][0-1])-20\\d{2}$",
"type": "string"
},
"drink": {
"properties": {
"drinkType": {
"enum": [
"Latte",
"Espresso",
"Cappuccino",
"Chai",
"Tea",
"Steamer",
"Hot Chocolate"
],
"type": "string"
},
"flavor": {
"enum": [
"Carmel",
"Chocolate",
"Hazelnut",
"Vanilla",
"Peppermint",
"White Chocolate"
],
"type": "string"
},
"milk": {
"enum": [
"Non-Fat",
"Whole",
"Breve",
"Soy",
"Almond"
],
"type": "string"
},
"size": {
"enum": [
"Small",
"Medium",
"Large",
"Extra-Large",
"Bucket"
],
"type": "string"
}
},
"type": "object"
},
"espressoConCard": {
"pattern": "^[A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}$",
"type": "string"
},
"id": {
"type": "integer"
},
"muffin": {
"enum": [
"Blueberry",
"Double Berry Crumb",
"Carrot Cake",
"Chocolate Chip",
"Double Chocolate Chip",
"Cherry Cheesecake",
"Cinnamon Cheesecake",
"Chocolate Cheesecake",
"Banana Nut"
],
"type": "string"
},
"orderId": {
"type": "integer"
},
"time": {
"pattern": "^([0-2][0-3]|[0-1][0-9])(:[0-5][0-9]){2}$",
"type": "string"
},
"totalPrice": {
"pattern": "^\\$[0-9]{1,3}.[0-9]{2}$",
"type": "string"
}
},
"required": [
"id",
"orderId",
"customerName",
"drink",
"muffin",
"date",
"time",
"espressoConCard",
"totalPrice"
],
"type": "object"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"orders"
],
"type": "object"
} | o81602 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"types": {
"enum": [
"Float",
"Boolean",
"Date",
"DateTime",
"Integer",
"Short",
"Counter",
"Duration",
"Number",
"Text",
"Time",
"URL",
"Language",
"Model",
"Guid",
"Object",
"NegativeInteger",
"NegativeNumber",
"NonNegativeInteger",
"NonNegativeNumber",
"NonPositiveInteger",
"NonPositiveNumber",
"PositiveInteger",
"PositiveNumber",
"Email",
"AbsoluteURI",
"RelativeURI"
]
},
"unknownTypes": {
"not": {
"$ref": "#/definitions/types"
}
}
},
"id": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
"properties": {
"@id": {
"description": "A string which represents a literal unique identifier for this model e.g. https://example.com/models/User",
"type": "string"
},
"abstract": {
"default": false,
"description": "A boolean which indicates whether this model is an abstract model or not. The default value is false.",
"type": "boolean"
},
"caching": {
"default": "none",
"description": "A boolean which indicates whether model data will be cached or not. The default value is none -no caching-. A conditional caching allows developers to control caching mechanism while fetching data.",
"enum": [
"none",
"always",
"conditional"
],
"type": "string"
},
"classPath": {
"description": "A string which represents a module path that exports a class which maps this database model e.g. './models/some-model'",
"type": "string"
},
"constraints": {
"items": {
"properties": {
"description": {
"description": "A short description for this constraint e.g. Unique identifier field must be unique across different records.",
"type": "string"
},
"fields": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"description": "A string which represents the type of this constraint e.g. unique",
"enum": [
"unique"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
},
"eventListeners": {
"items": {
"properties": {
"name": {
"description": "A string which the name of this event listener e.g. update person user listener",
"type": "string"
},
"type": {
"description": "A string which represents the path of the module that exports this listener. This path may be a relative to execution folder path of a module exists in package modules e.g. ./listeners/add-user-listener or my-module/send-mail-listener",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
},
"fields": {
"items": {
"properties": {
"@id": {
"description": "A string which represents a literal unique identifier for this attribute e.g. https://example.com/models/attributes/name",
"type": "string"
},
"calculation": {
"description": "An expression which represents the calculated value for this attribute.",
"type": "string"
},
"description": {
"description": "A string which represents a short description of this attribute",
"type": "string"
},
"editable": {
"default": false,
"description": "A boolean which indicates whether this attribute is editable or not.",
"type": "boolean"
},
"expandable": {
"default": false,
"description": "A boolean value which indicates whether the associated object(s) will be automatically expanded or not.",
"type": "boolean"
},
"indexed": {
"default": false,
"description": "A boolean which indicates whether this attribute is an indexed column or not.",
"type": "boolean"
},
"many": {
"description": "A boolean value which indicates whether this attribute represents an one-to-many or many-to-many association between two models.",
"type": "boolean"
},
"mapping": {
"properties": {
"associationAdapter": {
"type": "string"
},
"associationObjectField": {
"type": "string"
},
"associationType": {
"enum": [
"association",
"junction"
],
"type": "string"
},
"associationValueField": {
"type": "string"
},
"cascade": {
"enum": [
"delete",
"none"
],
"type": "string"
},
"childField": {
"type": "string"
},
"childModel": {
"type": "string"
},
"options": {
"properties": {
"$expand": {
"description": "The set of expanded entities can be further refined through the application of expand options, expressed as a semicolon-separated list of system query options.",
"type": "string"
},
"$levels": {
"description": "The value of the $levels system query option is a positive integer to specify the number of levels to expand e.g. $levels=2",
"type": "string"
},
"$orderby": {
"description": "The $orderby system query option specifies the order in which items are returned from the service. e.g. $orderby=dateCreated desc",
"type": "string"
},
"$select": {
"description": "The $select system query option requests that the service return only the properties, dynamic properties requested by the client e.g. $select=id,name,dateCreated",
"type": "string"
}
},
"type": "object"
},
"parentField": {
"type": "string"
},
"parentModel": {
"type": "string"
},
"privileges": {
"items": {
"properties": {
"account": {
"description": "A string which represents the name of the security group where this privilege will be applied e.g. Administrators, Sales etc.",
"type": "string"
},
"filter": {
"description": "A string which represents a filter expression for this privilege. This attribute is used for self privileges which are commonly derived from user's attributes e.g. 'owner eq me()' or 'orderStatus eq 1 and customer eq me()' etc.",
"type": "string"
},
"mask": {
"default": 1,
"description": "A number which represents permission mask (1=Read, 2=Create, 4=Update, 8=Delete, 16=Execute)",
"maximum": 31,
"minimum": 0,
"type": "number"
},
"type": {
"description": "A string which represents the permission scope.",
"enum": [
"self",
"global",
"parent",
"item"
],
"type": "string"
}
},
"required": [
"mask",
"type"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"name": {
"description": "A string which represents the name of this attribute e.g. title, description, dateCreated etc",
"type": "string"
},
"nested": {
"default": false,
"description": "A boolean which indicates whether this attribute defines an association between two models where child objects are always treated as a part of the parent object.",
"type": "boolean"
},
"nullable": {
"default": true,
"description": "A boolean which indicates whether this attribute is nullable or not.",
"type": "boolean"
},
"primary": {
"description": "A boolean which indicates whether this attribute is a key column or not.",
"type": "boolean"
},
"property": {
"description": "A string which optionally represents the name of this attribute in object mapping. This name may defer from the name of the database field.",
"type": "string"
},
"readonly": {
"default": false,
"description": "A boolean which indicates whether this attribute is readonly or not. A readonly value must have a default value or a calculated value.",
"type": "boolean"
},
"size": {
"description": "A number which represents the maximum size for this attribute e.g. the size of a text field etc",
"type": "number"
},
"title": {
"description": "A string which represents a title for this attribute e.g. Date Created etc",
"type": "string"
},
"type": {
"description": "A string which represents the type of this attribute e.g. Counter, Integer, Number, Text etc",
"oneOf": [
{
"$ref": "#/definitions/types"
},
{
"$ref": "#/definitions/unknownTypes"
}
],
"type": "string"
},
"validation": {
"description": "Defines a data validator for this attribute",
"properties": {
"maxLength": {
"description": "Sets a value which represents the max allowed length.",
"type": "integer"
},
"maxValue": {
"description": "Sets a value which represents the max value."
},
"message": {
"description": "A string which represents a message that is going to be used when validation fails.",
"type": "string"
},
"minLength": {
"description": "Sets a value which represents the min length.",
"type": "integer"
},
"minValue": {
"description": "Sets a value which represents the min value."
},
"pattern": {
"description": "A string which represents a regular expression that validates values of this attribute.",
"type": "string"
},
"patternMessage": {
"description": "A string which represents a message that is going to be used when pattern validation fails.",
"type": "string"
},
"type": {
"description": "Defines a validation against a pre-defined data type e.g. PositiveInteger, URL etc",
"oneOf": [
{
"$ref": "#/definitions/types"
},
{
"$ref": "#/definitions/unknownTypes"
}
],
"type": "string"
},
"validator": {
"description": "A string which represetns the module path that exports a custom validator e.g. ./validators/custom-validator.js",
"type": "string"
}
},
"type": "object"
},
"value": {
"description": "An expression which represents the default value for this attribute.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
},
"hidden": {
"default": false,
"description": "A boolean which indicates whether this model is hidden or not. The default value is false.",
"type": "boolean"
},
"id": {
"description": "An optional numeric identifier for this model e.g. 9587891",
"type": "number"
},
"implements": {
"description": "A string which represents the model which is implemented by this model e.g. ActionStatusType model implements Enumeration model etc",
"type": "string"
},
"inherits": {
"description": "A string which represents the model which is inherited by this model e.g. User inherits Account, Person inherits Party etc",
"type": "string"
},
"name": {
"description": "A string which represents the name of this model e.g. Order, Customer, Person etc",
"type": "string"
},
"privileges": {
"items": {
"properties": {
"account": {
"description": "A string which represents the name of the security group where this privilege will be applied e.g. Administrators, Sales etc.",
"type": "string"
},
"filter": {
"description": "A string which represents a filter expression for this privilege. This attribute is used for self privileges which are commonly derived from user's attributes e.g. 'owner eq me()' or 'orderStatus eq 1 and customer eq me()' etc.",
"type": "string"
},
"mask": {
"default": 1,
"description": "A number which represents permission mask (1=Read, 2=Create, 4=Update, 8=Delete, 16=Execute)",
"maximum": 31,
"minimum": 0,
"type": "number"
},
"type": {
"description": "A string which represents the permission scope.",
"enum": [
"self",
"global",
"parent",
"item"
],
"type": "string"
}
},
"required": [
"mask",
"type"
],
"type": "object"
},
"type": "array"
},
"sealed": {
"default": false,
"description": "A boolean which indicates whether this model is being upgraded automatically or not. The default value is false.",
"type": "boolean"
},
"seed": {
"items": {
"type": "object"
},
"type": "array"
},
"source": {
"description": "A string which holds the database object of this model. If this property is missing the database object's name is the concatenation of the model's name and the keyword 'Base' e.g. UserBase, PersonBase etc",
"type": "string"
},
"title": {
"description": "A string which represents the title of this e.g. Supplier Orders, Person Followers etc",
"type": "string"
},
"version": {
"default": "1.0",
"description": "A string which represents the version of the model's schema. This version is going to be used in model upgrade operations e.g. 1.0, 0.1.2 etc",
"pattern": "^[0-9]+\\.[0-9]+(\\.[0-9]+)?$",
"type": "string"
},
"view": {
"description": "A string which holds the database object that is going to be used for fetching data. If this property is missing this database object's name is the concatenation of the model's name and the keyword 'Data' e.g. UserData, PersonData etc",
"type": "string"
},
"views": {
"items": {
"properties": {
"fields": {
"items": {
"properties": {
"description": {
"description": "A string which represents a short description of this attribute",
"type": "string"
},
"editable": {
"default": false,
"description": "A boolean which indicates whether this attribute is editable or not.",
"type": "boolean"
},
"expandable": {
"default": false,
"description": "A boolean value which indicates whether the associated object(s) will be automatically expanded or not.",
"type": "boolean"
},
"mapping": {
"properties": {
"options": {
"properties": {
"$expand": {
"description": "string\n(query)\t\nThe set of expanded entities can be further refined through the application of expand options, expressed as a semicolon-separated list of system query options.",
"type": "string"
},
"$levels": {
"description": "The value of the $levels option is a positive integer to specify the number of levels to expand e.g. $levels=2",
"type": "string"
},
"$orderby": {
"description": "The $orderby system Query option specifies the order in which items are returned from the service. e.g. $orderby=dateCreated desc",
"type": "string"
},
"$select": {
"description": "The $select system query option requests that the service return only the properties, dynamic properties requested by the client e.g. $select=id,name,dateCreated",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"name": {
"description": "A string which represents the name of this attribute e.g. title, description, dateCreated etc",
"type": "string"
},
"property": {
"description": "A string which optionally represents the name of this attribute in object mapping. This name may defer from the name of the database field.",
"type": "string"
},
"title": {
"description": "A string which represents a title for this attribute e.g. Date Created etc",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
},
"filter": {
"description": "A string which represents a $filter system query option which is going to be used by default for this data view",
"type": "string"
},
"group": {
"description": "A string which represents a $groupby system query option which is going to be used for this data view",
"type": "string"
},
"levels": {
"description": "A positive number which represents a $levels system query option which is going to be used for this data view",
"type": "number"
},
"name": {
"description": "A string which represents the name of this data view e.g. MyCustomView",
"type": "string"
},
"order": {
"description": "A string which represents a $orderby system query option which is going to be used for this data view",
"type": "string"
},
"public": {
"description": "A boolean which indicates whether this data view is public or not. The default value is true.",
"type": "boolean"
},
"select": {
"description": "A string which represents a $select system query option which is going to be used for this data view",
"type": "string"
},
"title": {
"description": "A string which represents the title of this data view e.g. MyCustomView",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"title",
"version"
],
"type": "object"
} | o80324 |
{
"additionalProperties": true,
"properties": {
"additionalAudience": {
"additionalItems": true,
"id": "additionalAudience",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"allowSpontaneousScopes": {
"description": "Whether spontaneous scopes are allowed",
"id": "allowSpontaneousScopes",
"type": "boolean"
},
"backchannelLogoutSessionRequired": {
"description": "Back channel Logout Session Required.",
"id": "backchannelLogoutSessionRequired",
"type": "boolean"
},
"backchannelLogoutUri": {
"additionalItems": true,
"id": "backchannelLogoutUri",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"consentGatheringScripts": {
"additionalItems": true,
"id": "consentGatheringScripts",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"introspectionScripts": {
"additionalItems": true,
"id": "introspectionScripts",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"keepClientAuthorizationAfterExpiration": {
"description": "Keep Client Authorization After Expiration.",
"id": "keepClientAuthorizationAfterExpiration",
"type": "boolean"
},
"postAuthnScripts": {
"additionalItems": true,
"id": "postAuthnScripts",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"runIntrospectionScriptBeforeAccessTokenAsJwtCreationAndIncludeClaims": {
"description": "Run Introspection Script Before Access Token As Jwt Creation And Include Claims.",
"id": "runIntrospectionScriptBeforeAccessTokenAsJwtCreationAndIncludeClaims",
"type": "boolean"
},
"spontaneousScopeScriptDns": {
"additionalItems": true,
"id": "spontaneousScopeScriptDns",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"spontaneousScopes": {
"additionalItems": true,
"id": "spontaneousScopes",
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array",
"_uniqueItems": true
},
"tlsClientAuthSubjectDn": {
"id": "tlsClientAuthSubjectDn",
"type": "string"
}
},
"title": "oxAttributes",
"type": "object"
} | o6290 |
{
"additionalProperties": false,
"description": "Message with batch metadata, passed from Shredder to Loader",
"properties": {
"base": {
"_format": "uri",
"description": "Blob storage path to the root of the batch",
"maxLength": 1024,
"type": "string"
},
"compression": {
"description": "File compression type",
"enum": [
"GZIP",
"NONE"
]
},
"count": {
"description": "Count of events in the batch, null means the count could not be calculated",
"properties": {
"good": {
"description": "Amount of good events in the batch",
"minimum": 0,
"type": "integer"
}
},
"type": [
"object",
"null"
]
},
"processor": {
"description": "Identificator of a shredder sent the message",
"properties": {
"artifact": {
"description": "Name of the artifact",
"maxLength": 64,
"type": "string"
},
"version": {
"description": "Semantic Version of the artifact",
"maxLength": 16,
"type": "string"
}
},
"required": [
"artifact",
"version"
],
"type": "object"
},
"timestamps": {
"description": "Set of timestampts associated with the batch",
"properties": {
"jobCompleted": {
"_format": "date-time",
"description": "Time when the batch shredding has been finished (and the message being prepared)",
"type": "string"
},
"jobStarted": {
"_format": "date-time",
"description": "Time when the batch started being shredded",
"type": "string"
},
"max": {
"_format": "date-time",
"description": "The latest collector_tstamp available in the batch",
"type": [
"string",
"null"
]
},
"min": {
"_format": "date-time",
"description": "The earliest collector_stamp available in the batch",
"type": [
"string",
"null"
]
}
},
"required": [
"jobStarted",
"jobCompleted",
"min",
"max"
],
"type": "object"
},
"typesInfo": {
"description": "Info about schemas used in events and output formats in the respective batch",
"oneOf": [
{
"additionalProperties": false,
"properties": {
"transformation": {
"description": "Type of the transformation",
"enum": [
"SHREDDED"
]
},
"types": {
"description": "Set of Iglu URIs and the format they were shredded into",
"items": {
"additionalProperties": false,
"properties": {
"format": {
"description": "File format into which the entities were shredded",
"enum": [
"TSV",
"JSON"
]
},
"schemaKey": {
"description": "Iglu URI",
"maxLength": 256,
"type": "string"
},
"snowplowEntity": {
"description": "Type of the self-describing JSONs in the event",
"enum": [
"SELF_DESCRIBING_EVENT",
"CONTEXT"
]
}
},
"required": [
"schemaKey",
"format",
"snowplowEntity"
]
},
"type": "array"
}
},
"required": [
"transformation",
"types"
]
},
{
"additionalProperties": false,
"properties": {
"fileFormat": {
"description": "Output file format",
"enum": [
"JSON",
"PARQUET"
]
},
"transformation": {
"description": "Type of the transformation",
"enum": [
"WIDEROW"
]
},
"types": {
"description": "Set of Iglu URIs and the format they were shredded into",
"items": {
"additionalProperties": false,
"properties": {
"schemaKey": {
"description": "Iglu URI",
"maxLength": 256,
"type": "string"
},
"snowplowEntity": {
"description": "Type of the self-describing JSONs in the event",
"enum": [
"SELF_DESCRIBING_EVENT",
"CONTEXT"
]
}
},
"required": [
"schemaKey",
"snowplowEntity"
]
},
"type": "array"
}
},
"required": [
"transformation",
"fileFormat",
"types"
]
}
],
"type": "object"
}
},
"required": [
"base",
"compression",
"typesInfo",
"timestamps",
"processor"
],
"self": {
"format": "jsonschema",
"name": "shredding_complete",
"vendor": "com.snowplowanalytics.snowplow.storage",
"version": "2-0-0"
},
"type": "object"
} | sp_375_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"order": {
"type": "number"
},
"icon": {
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"order",
"icon"
]
},
"properties": {},
"additionalProperties": false
} | o45166 |
{
"additionalProperties": false,
"description": "Schema for a Google Analytics enhanced e-commerce product custom dimension entity",
"properties": {
"dimensionIndex": {
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"productIndex": {
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"value": {
"type": [
"string",
"null"
]
}
},
"self": {
"format": "jsonschema",
"name": "product_custom_dimension",
"vendor": "com.google.analytics.measurement-protocol",
"version": "1-0-0"
},
"type": "object"
} | sp_52_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"absolute_fullpath": {
"description": "A path with optional query string and/or fragment.",
"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})*)?$",
"type": "string"
},
"absolute_path": {
"description": "A path only. Query string and/or fragment are not allowed.",
"pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$",
"type": "string"
},
"analytics_identifier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations."
},
"body": {
"description": "The main content provided as HTML rendered from govspeak",
"type": "string"
},
"change_history": {
"items": {
"additionalProperties": false,
"properties": {
"note": {
"description": "A summary of the change",
"type": "string"
},
"public_timestamp": {
"_format": "date-time",
"type": "string"
}
},
"required": [
"public_timestamp",
"note"
],
"type": "object"
},
"type": "array"
},
"description": {
"type": "string"
},
"description_optional": {
"anyOf": [
{
"$ref": "#/definitions/description"
},
{
"type": "null"
}
]
},
"details": {
"additionalProperties": false,
"properties": {
"attachments": {
"description": "An ordered list of asset links",
"items": {
"$ref": "#/definitions/file_attachment_asset"
},
"type": "array"
},
"body": {
"$ref": "#/definitions/body"
},
"change_history": {
"$ref": "#/definitions/change_history"
},
"corporate_information_groups": {
"$ref": "#/definitions/grouped_lists_of_links",
"description": "Groups of corporate information to display on about pages"
},
"organisation": {
"$ref": "#/definitions/guid",
"description": "A single organisation that is the subject of this corporate information page"
},
"tags": {
"$ref": "#/definitions/tags"
}
},
"required": [
"body",
"organisation"
],
"type": "object"
},
"external_link": {
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
},
"url": {
"_format": "uri",
"type": "string"
}
},
"required": [
"title",
"url"
],
"type": "object"
},
"file_attachment_asset": {
"additionalProperties": false,
"properties": {
"accessible": {
"type": "boolean"
},
"alternative_format_contact_email": {
"type": "string"
},
"attachment_type": {
"enum": [
"file"
],
"type": "string"
},
"content_type": {
"type": "string"
},
"file_size": {
"type": "integer"
},
"filename": {
"type": "string"
},
"id": {
"type": "string"
},
"locale": {
"$ref": "#/definitions/locale"
},
"number_of_pages": {
"type": "integer"
},
"preview_url": {
"_format": "uri",
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"_format": "uri",
"type": "string"
}
},
"required": [
"attachment_type",
"content_type",
"id",
"url"
],
"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"
},
"grouped_lists_of_links": {
"description": "Lists of links with titles in named groups",
"items": {
"additionalProperties": false,
"properties": {
"contents": {
"description": "An ordered list of links, either internal with GUID or external with URL and title",
"items": {
"$ref": "#/definitions/internal_or_external_link"
},
"type": "array"
},
"name": {
"description": "Title of the group",
"type": "string"
}
},
"required": [
"name",
"contents"
],
"type": "object"
},
"type": "array"
},
"guid": {
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$",
"type": "string"
},
"internal_link_without_guid": {
"additionalProperties": false,
"description": "Links to pages on GOV.UK without a corresponding GUID. eg A filtered list of publications",
"properties": {
"path": {
"$ref": "#/definitions/absolute_fullpath"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"path"
],
"type": "object"
},
"internal_or_external_link": {
"anyOf": [
{
"$ref": "#/definitions/external_link"
},
{
"$ref": "#/definitions/internal_link_without_guid"
},
{
"$ref": "#/definitions/guid"
}
]
},
"locale": {
"enum": [
"ar",
"az",
"be",
"bg",
"bn",
"cs",
"cy",
"da",
"de",
"dr",
"el",
"en",
"es",
"es-419",
"et",
"fa",
"fi",
"fr",
"gd",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ja",
"ka",
"kk",
"ko",
"lt",
"lv",
"ms",
"mt",
"nl",
"no",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"so",
"sq",
"sr",
"sv",
"sw",
"ta",
"th",
"tk",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zh-hk",
"zh-tw"
],
"type": "string"
},
"public_updated_at": {
"_format": "date-time",
"description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
"type": "string"
},
"publishing_app_name": {
"description": "The application that published this item.",
"enum": [
"calculators",
"calendars",
"collections-publisher",
"contacts",
"content-publisher",
"content-tagger",
"email-alert-frontend",
"external-link-tracker",
"feedback",
"frontend",
"government-frontend",
"hmrc-manuals-api",
"info-frontend",
"licencefinder",
"local-links-manager",
"manuals-frontend",
"manuals-publisher",
"maslow",
"performanceplatform-big-screen-view",
"publisher",
"rummager",
"search-admin",
"search-api",
"service-manual-publisher",
"share-sale-publisher",
"short-url-manager",
"smartanswers",
"special-route-publisher",
"specialist-publisher",
"static",
"tariff",
"travel-advice-publisher",
"whitehall"
],
"type": "string"
},
"publishing_request_id": {
"description": "A unique identifier used to track publishing requests to rendered content",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"publishing_scheduled_at": {
"_format": "date-time",
"description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.",
"type": "string"
},
"rendering_app": {
"description": "The application that renders this item.",
"enum": [
"calculators",
"calendars",
"collections",
"content-store",
"email-alert-frontend",
"email-campaign-frontend",
"feedback",
"finder-frontend",
"frontend",
"government-frontend",
"info-frontend",
"licencefinder",
"manuals-frontend",
"performanceplatform-big-screen-view",
"rummager",
"search-api",
"service-manual-frontend",
"smartanswers",
"spotlight",
"static",
"tariff",
"whitehall-admin",
"whitehall-frontend"
],
"type": "string"
},
"scheduled_publishing_delay_seconds": {
"description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.",
"type": "integer"
},
"tags": {
"additionalProperties": false,
"description": "Field used by email-alert-api to trigger email alerts for subscriptions to topics (gov.uk/topic) and policies (gov.uk/policies).",
"properties": {
"additional_topics": {
"items": {
"type": "string"
},
"type": "array"
},
"browse_pages": {
"items": {
"type": "string"
},
"type": "array"
},
"policies": {
"items": {
"type": "string"
},
"type": "array"
},
"primary_topic": {
"items": {
"type": "string"
},
"type": "array"
},
"topics": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"title": {
"type": "string"
},
"withdrawn_notice": {
"additionalProperties": false,
"properties": {
"explanation": {
"type": "string"
},
"withdrawn_at": {
"format": "date-time"
}
},
"type": "object"
}
},
"properties": {
"analytics_identifier": {
"$ref": "#/definitions/analytics_identifier"
},
"base_path": {
"$ref": "#/definitions/absolute_path"
},
"content_id": {
"$ref": "#/definitions/guid"
},
"description": {
"$ref": "#/definitions/description_optional"
},
"details": {
"$ref": "#/definitions/details"
},
"document_type": {
"enum": [
"about",
"recruitment",
"complaints_procedure",
"about_our_services",
"social_media_use",
"publication_scheme",
"our_governance",
"procurement",
"statistics",
"membership",
"research",
"welsh_language_scheme",
"media_enquiries",
"access_and_opening",
"our_energy_use",
"personal_information_charter",
"equality_and_diversity",
"staff_update",
"terms_of_reference",
"petitions_and_campaigns",
"accessible_documents_policy"
],
"type": "string"
},
"first_published_at": {
"anyOf": [
{
"$ref": "#/definitions/first_published_at"
},
{
"type": "null"
}
]
},
"links": {
"additionalProperties": false,
"properties": {
"available_translations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"child_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"children": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"corporate_information_pages": {
"$ref": "#/definitions/frontend_links_with_base_path"
},
"document_collections": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"facet_groups": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging tree roots for this content item. A content item my belong to many facet groups without having any specific facet_values links."
},
"facet_values": {
"$ref": "#/definitions/frontend_links",
"description": "Prototype-stage metadata tagging values for this content item, a content item can be linked to many facet values from varying facet groups."
},
"finder": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers links from content back to finders the content is surfaced on"
},
"government": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The government associated with this document",
"maxItems": 1
},
"lead_organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array."
},
"level_one_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"mainstream_browse_pages": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /browse section of the site. These are known as sections in some legacy apps."
},
"meets_user_needs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The user needs this piece of content meets."
},
"ministers": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger."
},
"ordered_related_items_overrides": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation."
},
"organisations": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "All organisations linked to this content item. This should include lead organisations."
},
"original_primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications."
},
"parent": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The parent content item.",
"maxItems": 1
},
"part_of_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policies": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"policy_areas": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "A largely deprecated tag currently only used to power email alerts."
},
"primary_publishing_organisation": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
"maxItems": 1
},
"related_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"role_appointments": {
"$ref": "#/definitions/frontend_links",
"description": "Link type automatically added by Publishing API"
},
"secondary_to_step_navs": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"suggested_ordered_related_items": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "New A/B test suggestions for related items. Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms included in this A/B test."
},
"taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Prototype-stage taxonomy label for this content item"
},
"topic_taxonomy_taxons": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Link type automatically added by Publishing API"
},
"topics": {
"$ref": "#/definitions/frontend_links_with_base_path",
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps."
}
},
"type": "object"
},
"locale": {
"$ref": "#/definitions/locale"
},
"need_ids": {
"items": {
"type": "string"
},
"type": "array"
},
"phase": {
"description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
"enum": [
"alpha",
"beta",
"live"
],
"type": "string"
},
"public_updated_at": {
"anyOf": [
{
"$ref": "#/definitions/public_updated_at"
},
{
"type": "null"
}
]
},
"publishing_app": {
"$ref": "#/definitions/publishing_app_name"
},
"publishing_request_id": {
"$ref": "#/definitions/publishing_request_id"
},
"publishing_scheduled_at": {
"anyOf": [
{
"$ref": "#/definitions/publishing_scheduled_at"
},
{
"type": "null"
}
]
},
"rendering_app": {
"$ref": "#/definitions/rendering_app"
},
"scheduled_publishing_delay_seconds": {
"anyOf": [
{
"$ref": "#/definitions/scheduled_publishing_delay_seconds"
},
{
"type": "null"
}
]
},
"schema_name": {
"enum": [
"corporate_information_page"
],
"type": "string"
},
"title": {
"$ref": "#/definitions/title"
},
"updated_at": {
"_format": "date-time",
"type": "string"
},
"withdrawn_notice": {
"$ref": "#/definitions/withdrawn_notice"
}
},
"required": [
"base_path",
"content_id",
"description",
"details",
"document_type",
"links",
"locale",
"public_updated_at",
"schema_name",
"title",
"updated_at"
],
"type": "object"
} | o21184 |
{
"title": "Invocation manifest for OpenSlide to PNG file converter",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"gear-log-level": {
"default": "INFO",
"type": "string",
"enum": [
"ERROR",
"WARNING",
"INFO",
"DEBUG"
]
}
},
"required": [
"gear-log-level"
]
},
"inputs": {
"type": "object",
"properties": {
"image": {
"type": "object",
"properties": {}
}
},
"required": [
"image"
]
}
},
"required": [
"config",
"inputs"
]
} | o41347 |
{
"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"
}
},
"required": [],
"type": "object"
},
"shape": {
"description": "The type of shape (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_bef507ec |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "http://bitctrl.de/statusresponse.schema.json",
"properties": {
"code": {
"type": "integer"
},
"messages": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"code"
],
"type": "object"
} | o79717 |
{
"properties": {
"down_payment": {
"description": "The down payment amount",
"type": "number"
},
"interest_rate": {
"description": "The annual interest rate",
"type": "number"
},
"mortgage_term": {
"description": "The term of the mortgage in years",
"type": "integer"
},
"property_price": {
"description": "The price of the property",
"type": "number"
}
},
"required": [
"property_price",
"down_payment",
"interest_rate",
"mortgage_term"
],
"type": "object"
} | calculate_mortgage_payment_88199403 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "dolittle.io/schemas/Runtime/Events/event-horizons.json",
"title": "Event Horizons Configuration",
"description": "The event horizons configuration",
"type": "array",
"items": {
"$ref": "#/definitions/eventHorizonConfiguration"
},
"definitions": {
"eventHorizonConfiguration": {
"description": "The configuration of an event horizon",
"type": "object",
"properties": {
"application": {
"description": "The application id of the application which the bounded context you want to communicate belongs to",
"type": "string"
},
"boundedContext": {
"description": "The bounded context id you wish to penetrate to",
"type": "string"
},
"url": {
"description": "The url where the other bounded context's event horizon lives",
"type": "string",
"format": "uri-reference"
},
"events": {
"description": "An array of event artifacts that this bounded context is interested in",
"type": "array",
"items": {
"$ref": "#/definitions/artifact"
}
}
},
"required": [
"application",
"boundedContext",
"url",
"events"
]
},
"artifact": {
"$comment": "Should become it's own schema file'",
"description": "The configuration of an artifact",
"properties": {
"id": {
"description": "The artifact id",
"type": "string"
},
"generation": {
"description": "The artifact generation",
"type": "number"
}
},
"required": [
"id",
"generation"
]
}
}
} | event-horizons |
{
"$id": "https://json.schemastore.org/appsscript.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"homepageTrigger": {
"title": "homepage trigger",
"type": "object",
"description": "The Google Workspace add-on manifest configuration for homepage triggers.",
"properties": {
"enabled": {
"description": "Whether or not homepage (non-contextual) cards are enabled in Calendar. Defaults to true.",
"type": "boolean"
},
"runFunction": {
"description": "The name of the function to run when this trigger fires. You must implement this function in your add-on project. This function must build and return an array of Card objects.",
"type": "string"
}
}
}
},
"properties": {
"runtimeVersion": {
"description": "Version of the server to use when executing this project.",
"type": "string",
"enum": ["STABLE", "V8", "DEPRECATED_ES5"],
"default": "STABLE"
},
"timeZone": {
"description": "The script time zone in one of the available ZoneId values such as \"America/Denver\".",
"type": "string",
"default": "America/New_York"
},
"dependencies": {
"title": "dependencies",
"description": "A list of advanced services and libraries.",
"type": "object",
"properties": {
"enabledAdvancedServices": {
"description": "The list of advanced services enabled for use by the script project.",
"type": "array",
"items": {
"title": "advanced service",
"description": "A single advanced service.",
"type": "object",
"required": ["userSymbol", "serviceId", "version"],
"properties": {
"userSymbol": {
"description": "The identifier used to refer to this service in the code of the Apps Script project.",
"type": "string",
"default": "Sheets"
},
"serviceId": {
"description": "The identifier of the service that is shown in the API discovery document (e.g., drive).",
"type": "string",
"default": "sheets"
},
"version": {
"description": "The enabled version of the service (e.g., \"v1\").",
"type": "string",
"default": "v4"
}
}
}
},
"libraries": {
"description": "The list of libraries used by the script project.",
"type": "array",
"items": {
"title": "library",
"description": "A single library.",
"type": "object",
"required": ["userSymbol", "libraryId", "version"],
"properties": {
"userSymbol": {
"description": "The label that is used in the script project code to refer to this library.",
"type": "string",
"default": "OAuth2"
},
"libraryId": {
"description": "The script ID of the library's script project. You can find a script ID in the library script's URL or in the script editor by selecting **File > Project properties**.",
"type": "string",
"default": "1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF",
"maxLength": 57,
"minLength": 57
},
"version": {
"description": "The version of the library that is used by the script. This is either a version number or stable, meaning the last version created.",
"type": "string",
"default": "41"
},
"developmentMode": {
"description": "If true, version is ignored and the script uses the current library project saved code, even if that code has not been saved to a new version.",
"type": "boolean",
"default": true
}
}
}
}
}
},
"webapp": {
"title": "script",
"description": "The script project's web app configuration. Only used if the project is deployed as a web app.",
"type": "object",
"properties": {
"access": {
"description": "The levels of permission for running the web app.",
"type": "string",
"enum": ["MYSELF", "DOMAIN", "ANYONE", "ANYONE_ANONYMOUS"],
"default": "MYSELF"
},
"executeAs": {
"description": "The identity under which the web app executes.",
"type": "string",
"enum": ["USER_ACCESSING", "USER_DEPLOYING"],
"default": "USER_DEPLOYING"
}
}
},
"exceptionLogging": {
"description": "The location where exceptions are logged.",
"type": "string",
"enum": ["NONE", "STACKDRIVER"]
},
"oauthScopes": {
"description": "The definition of authorization scopes used by the script project.",
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"urlFetchWhitelist": {
"description": "A list of HTTPS URL prefixes. If present, any URL endpoint fetched must match one of the prefixes in this list. This can help to protect user data.",
"type": "array",
"items": {
"type": "string",
"format": "hostname"
}
},
"executionApi": {
"title": "api options",
"description": "The script project's API executable configuration. Only used if the project is deployed for API execution.",
"type": "object",
"properties": {
"access": {
"description": "Determines who has permission to run the script from the API.",
"type": "string",
"enum": ["MYSELF", "DOMAIN", "ANYONE", "ANYONE_ANONYMOUS"]
}
}
},
"sheets": {
"title": "sheet manifest",
"description": "Defines manifest values specific to Sheets.",
"type": "object",
"properties": {
"macros": {
"description": "A list of defined macros and their associated properties.",
"type": "array",
"items": {
"title": "macros",
"description": "A defined macros and it's associated properties.",
"type": "object",
"properties": {
"menuName": {
"description": "The name of the macro as it appears in the Google Sheets UI.",
"type": "string",
"default": "My Macro"
},
"functionName": {
"description": "The name of the Apps Script function that executes the macro. By default this matches the menuName for functions automatically created, but this is not a requirement.",
"type": "string",
"default": "myFunction"
},
"defaultShortcut": {
"description": "Defines the keyboard shortcut that executes the macro. This must be of the form Ctrl+Alt+Shift+Number, where Number is a single-digit. Macros without shortcuts can only be executed from the Tools > Macros menu.",
"type": "string",
"default": "Ctrl+Alt+Shift+1"
}
},
"required": ["menuName", "functionName", "defaultShortcut"]
}
}
}
},
"dataStudio": {
"title": "add-on manifest",
"description": "Data Studio add-on manifest.",
"type": "object",
"properties": {
"name": {
"description": "Display name for add-on.",
"type": "string"
},
"logoUrl": {
"description": "URL for logo image of add-on.",
"type": "string",
"format": "hostname"
},
"company": {
"description": "Company name for the add-on.",
"type": "string"
},
"addonUrl": {
"type": "string",
"format": "hostname"
},
"companyUrl": {
"type": "string",
"format": "hostname"
},
"supportUrl": {
"description": "URL for support information of the add-on.",
"type": "string",
"format": "hostname"
},
"description": {
"description": "Short description about the add-on.",
"type": "string"
},
"sources": {
"description": "List of sources or services that can be accessed with this add-on.",
"type": "array",
"items": {
"description": "A single source type.",
"type": "string"
}
},
"templates": {
"title": "templates",
"description": "Map of template name to report ID.",
"type": "object"
},
"shortDescription": {
"description": "Even shorter description used in gallery cards. Only a maximum of 114 characters will be shown on the card.",
"type": "string"
},
"authType": {
"description": "List of AuthTypes supported.",
"type": "array",
"items": {
"description": "Types of Authorization supported by the add-on.",
"type": "string",
"enum": ["NONE", "KEY", "USER_PASS", "OAUTH2"]
}
},
"privacyPolicyUrl": {
"description": "Url for privacy policy information about the add-on.",
"type": "string",
"format": "hostname"
},
"termsOfServiceUrl": {
"description": "Url for terms of service information about the add-on.",
"type": "string",
"format": "hostname"
}
},
"required": ["name", "logoUrl", "company", "supportUrl", "description"]
},
"addOns": {
"title": "add-ons",
"description": "G Suite Add-ons",
"type": "object",
"properties": {
"common": {
"title": "common options",
"description": "Common properties between all G Suite add-on types.",
"type": "object",
"properties": {
"name": {
"description": "The add-on name.",
"type": "string"
},
"logoUrl": {
"description": "The logo URL.",
"type": "string",
"format": "uri"
},
"layoutProperties": {
"title": "layout options",
"description": "Layout properties.",
"type": "object",
"properties": {
"primaryColor": {
"description": "The color of toolbar. Defaults to grey (#424242).",
"type": "string"
},
"secondaryColor": {
"description": "The default color of buttons. Defaults to the primary color (if it is set); otherwise defaults to blue (#2196F3).",
"type": "string"
}
}
},
"homepageTrigger": {
"title": "homepage trigger",
"description": "Homepage trigger data",
"type": "object",
"properties": {
"enabled": {
"description": "Whether or not homepage (non-contextual) cards are enabled. Defaults to true.",
"type": "boolean"
},
"runFunctions": {
"description": "The name of the function to run",
"type": "string"
}
}
},
"universalActions": {
"description": "Universal add-on actions",
"type": "array",
"items": {
"title": "actions",
"description": "Actions",
"type": "object",
"properties": {
"label": {
"description": "The action label.",
"type": "string"
},
"openLink": {
"description": "The link's URL",
"type": "string",
"format": "hostname"
},
"runFunction": {
"description": "Required for each defined universal action if openLink is not present. If provided, the name of the Apps Script function that executes when the user selects this action.",
"type": "string"
}
}
}
},
"openLinkUrlPrefixes": {
"description": "Link prefixes.",
"type": "array",
"items": {
"description": "A link prefix.",
"type": "string"
}
},
"useLocaleFromApp": {
"description": "Use the locale from the host application?",
"type": "boolean"
}
},
"required": ["logoUrl", "name"]
},
"gmail": {
"title": "add-on metadata",
"description": "Gmail add-on metadata.",
"type": "object",
"properties": {
"contextualTriggers": {
"description": "Contextual triggers.",
"type": "array",
"items": {
"title": "contextual trigger",
"description": "A contextual trigger.",
"type": "object",
"properties": {
"onTriggerFunction": {
"description": "The name of the Apps Script function that executes when this contextual trigger fires (that is, when a message is opened in Gmail). The function specified here must build and return an array of Card objects.",
"type": "string"
},
"unconditional": {
"title": "unconditional",
"description": "Used to specify that the contextual trigger is fired for all Gmail messages. This is currently the only option, so this should always be an empty object.",
"type": "object"
}
}
}
},
"homepageTrigger": {
"title": "homepage trigger",
"description": "The trigger function specification for creating the add-on homepage in the Gmail host.",
"type": "object",
"properties": {
"enabled": {
"description": "Whether or not homepage (non-contextual) cards are enabled in Gmail. Defaults to true.",
"type": "boolean"
},
"runFunction": {
"description": "The name of the function to run when this trigger fires. You must implement this function in your add-on project. This function must build and return an array of Card objects.",
"type": "string"
}
}
}
}
},
"calendar": {
"title": "calendar metadata",
"description": "Calendar add-on metadata.",
"type": "object",
"properties": {
"homepageTrigger": {
"title": "homepage trigger",
"description": "The trigger function specification for creating the add-on homepage in the Calendar host.",
"type": "object",
"properties": {
"enabled": {
"description": "Whether or not homepage (non-contextual) cards are enabled in Calendar. Defaults to true.",
"type": "boolean"
},
"runFunction": {
"description": "The name of the function to run when this trigger fires. You must implement this function in your add-on project. This function must build and return an array of Card objects.",
"type": "string"
}
}
},
"eventOpenTrigger": {
"title": "event",
"description": "When a Calendar event is opened",
"type": "object",
"properties": {
"runFunction": {
"description": "Event hander function",
"type": "string"
}
}
},
"eventUpdateTrigger": {
"title": "event",
"description": "When a Calendar event is updated",
"type": "object",
"properties": {
"runFunction": {
"description": "Event hander function",
"type": "string"
}
}
},
"eventAccess": {
"description": "Handler access to Calendar event",
"type": "string",
"enum": ["METADATA", "READ", "WRITE", "READ_WRITE"]
}
}
},
"sheets": {
"title": "add-on options",
"description": "Configurations for the Google Workspace Add-on's appearance and behavior within the Sheets host application.",
"type": "object",
"properties": {
"homepageTrigger": {
"$ref": "#/definitions/homepageTrigger"
},
"onFileScopeGrantedTrigger": {
"title": "contextual trigger",
"type": "object",
"description": "A configuration for a contextual trigger that fires when the add-on presents the request file scope dialog.",
"properties": {
"runFunction": {
"type": "string"
}
}
}
},
"additionalProperties": false
}
}
}
},
"title": "JSON schema for Google Apps Script manifest files",
"type": "object"
}
| appsscript |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time": {
"_format": "date-time",
"description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type": "string"
}
},
"description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.",
"properties": {
"lastTransitionTime": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_apimachinery_pkg_apis_meta_v1_Time",
"description": "lastTransitionTime is the last time the condition transitioned from one status to another"
},
"message": {
"description": "message is a human-readable explanation containing details about the transition",
"type": [
"string",
"null"
]
},
"reason": {
"description": "reason is the reason for the condition's last transition.",
"type": [
"string",
"null"
]
},
"status": {
"description": "status is the status of the condition (True, False, Unknown)",
"type": [
"string",
"null"
]
},
"type": {
"description": "type describes the current condition",
"type": [
"string",
"null"
]
}
},
"required": [
"type",
"status"
],
"type": "object"
} | kb_395_Normalized |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://hepdata.net/submission/schemas/1.0.1/additional_info_schema.json",
"title": "Additional information",
"description": "Optional information concerning a whole submission rather than individual data tables",
"type": "object",
"properties": {
"record_ids": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": [
"string"
]
},
"id": {
"type": [
"string",
"number"
]
}
},
"required": [
"type",
"id"
],
"additionalProperties": false
}
},
"preprintyear": {
"type": "string",
"title": "Preprint Year",
"description": "Indicates the year when the submission preprint was first available.",
"name": "preprintyear"
},
"publicationyear": {
"type": "string",
"title": "Publication Year",
"description": "Indicates the year when the submission publication was available.",
"name": "publicationyear"
},
"dateupdated": {
"type": "string",
"title": "Date Updated",
"description": "Indicates when the submission was last updated.",
"name": "dateupdated"
},
"modifications": {
"type": "array",
"items": {
"type": "object",
"properties": {
"action": {
"type": "string"
},
"who": {
"type": "string"
}
},
"required": [
"action",
"who"
]
}
},
"additional_resources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"location": {
"type": "string"
},
"description": {
"type": "string"
},
"license": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"name",
"url"
],
"additionalProperties": false
}
},
"required": [
"location",
"description"
]
}
},
"comment": {
"type": "string",
"description": "Information that applies to all data tables."
}
},
"additionalProperties": true
} | o6767 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"fw_core": {
"type": "object",
"properties": {
"name": {
"type": "string",
"pattern": ".*[Hh]otel [Pp]aris.*"
}
}
}
}
} | o78451 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"engineDetail": {
"properties": {
"deprecated": {
"default": "",
"description": "The version of the engine in which this was deprecated",
"pattern": "^((0|[1-9]\\d*)(\\.(0|[1-9]\\d*)(\\.(0|[1-9]\\d*))?)?)?$",
"title": "Deprecated version",
"type": "string"
},
"docs": {
"default": "",
"description": "Link to engine-specific documentation",
"title": "Docs",
"type": "string"
},
"minimum_version": {
"description": "The version of the engine in which this was introduced",
"pattern": "^((0|[1-9]\\d*)(\\.(0|[1-9]\\d*)(\\.(0|[1-9]\\d*))?)?)?$",
"title": "Minimum version",
"type": "string"
},
"notes": {
"default": "",
"description": "Additional notes about engine compatibility",
"title": "Notes",
"type": "string"
},
"removed": {
"default": "",
"description": "The version of the engine in which this was removed",
"pattern": "^((0|[1-9]\\d*)(\\.(0|[1-9]\\d*)(\\.(0|[1-9]\\d*))?)?)?$",
"title": "Removed version",
"type": "string"
}
},
"required": [
"minimum_version"
],
"title": "Engine Detail",
"type": "object"
},
"engines": {
"properties": {
"coldfusion": {
"$ref": "#/definitions/engineDetail",
"description": "Engine details for ColdFusion",
"title": "ColdFusion",
"type": "object"
},
"lucee": {
"$ref": "#/definitions/engineDetail",
"description": "Engine details for Lucee",
"title": "Lucee",
"type": "object"
},
"openbd": {
"$ref": "#/definitions/engineDetail",
"description": "Engine details for OpenBD",
"title": "OpenBD",
"type": "object"
},
"railo": {
"$ref": "#/definitions/engineDetail",
"description": "Engine details for Railo",
"title": "Railo",
"type": "object"
}
},
"title": "Engines",
"type": "object"
},
"params": {
"default": [],
"description": "List of parameters",
"items": {
"description": "Argument or attribute",
"properties": {
"callback_params": {
"$ref": "#/definitions/params",
"default": [],
"description": "When type is function, this ",
"minItems": 0,
"title": "Callback Parameters",
"type": "array"
},
"default": {
"default": "",
"description": "The default value of the parameter when not provided",
"title": "Default",
"type": "string"
},
"description": {
"description": "Description of the parameter",
"title": "Description",
"type": "string"
},
"engines": {
"$ref": "#/definitions/engines",
"description": "Engine compatibility information",
"title": "Engines",
"type": "object"
},
"name": {
"description": "Parameter name",
"title": "Name",
"type": "string"
},
"required": {
"description": "Whether this parameter is required",
"title": "Required",
"type": "boolean"
},
"type": {
"description": "The data type of the parameter",
"enum": [
"any",
"array",
"binary",
"boolean",
"component",
"date",
"function",
"guid",
"numeric",
"query",
"string",
"struct",
"uuid",
"variableName",
"xml"
],
"title": "Type",
"type": "string"
},
"values": {
"default": [],
"description": "List of enumerated values for the parameter",
"items": {
"description": "One of the enumerated values for the parameter",
"title": "Value",
"type": "string"
},
"minItems": 0,
"title": "Values",
"type": "array"
}
},
"required": [
"name",
"description",
"type",
"required"
],
"title": "Parameter",
"type": "object"
},
"minItems": 0,
"title": "Parameters",
"type": "array"
}
},
"description": "CFDocs data file",
"properties": {
"description": {
"description": "A short description of the item",
"title": "Description",
"type": "string"
},
"discouraged": {
"default": "",
"description": "If this key exists and has content a warning is displayed stating that the tag or function is discouraged by the CFML community.",
"title": "Discouraged",
"type": "string"
},
"engines": {
"$ref": "#/definitions/engines",
"description": "Engine compatibility information",
"title": "Engines",
"type": "object"
},
"examples": {
"default": [],
"description": "A list of examples",
"items": {
"description": "Information about the example",
"properties": {
"code": {
"description": "The example code",
"title": "Code",
"type": "string"
},
"description": {
"description": "Description of the code example",
"title": "Description",
"type": "string"
},
"result": {
"description": "The expected output of the code example",
"title": "Result",
"type": "string"
},
"runnable": {
"description": "Whether the code is runnable",
"title": "Runnable",
"type": "boolean"
},
"title": {
"description": "Name of the code example",
"title": "Title",
"type": "string"
}
},
"required": [
"title",
"description",
"code"
],
"title": "Example",
"type": "object"
},
"minItems": 0,
"title": "Examples",
"type": "array"
},
"links": {
"default": [],
"description": "A list of external references",
"items": {
"description": "Information about the reference",
"properties": {
"description": {
"description": "A description for the link",
"title": "Description",
"type": "string"
},
"title": {
"description": "A title for the link",
"title": "Title",
"type": "string"
},
"url": {
"description": "The link URL",
"title": "URL",
"type": "string"
}
},
"required": [
"title",
"description",
"url"
],
"title": "Link",
"type": "object"
},
"minItems": 0,
"title": "Links",
"type": "array"
},
"member": {
"default": "",
"description": "For functions, shows the available member function syntax.",
"title": "Member",
"type": "string"
},
"name": {
"description": "The name of the tag or function. Use lowercase.",
"pattern": "^[a-z]\\w+$",
"title": "Name",
"type": "string"
},
"params": {
"$ref": "#/definitions/params",
"default": [],
"description": "List of parameters",
"minItems": 0,
"title": "Parameters",
"type": "array"
},
"related": {
"default": [],
"description": "A list of tag or function names that are related to this item",
"items": {
"description": "The name of a function or tag that is already documented",
"title": "Entity name",
"type": "string"
},
"minItems": 0,
"title": "Related",
"type": "array"
},
"returns": {
"default": "void",
"description": "The return type of a function.",
"enum": [
"any",
"array",
"binary",
"boolean",
"date",
"function",
"guid",
"numeric",
"query",
"string",
"struct",
"uuid",
"variableName",
"void",
"xml"
],
"title": "Return Type",
"type": "string"
},
"script": {
"default": "",
"description": "For tags, shows how the tag would be invoked from cfscript.",
"title": "Syntax",
"type": "string"
},
"syntax": {
"default": "",
"description": "The basic syntax of the tag or function",
"title": "Syntax",
"type": "string"
},
"type": {
"description": "Whether this refers to a function, tag, or listing",
"enum": [
"function",
"tag",
"listing"
],
"title": "Type",
"type": "string"
}
},
"required": [
"name",
"description",
"type"
],
"title": "CFDocs",
"type": "object"
} | o61026 |
{
"$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": [
"EiffelEnvironmentDefinedEvent"
]
},
"version": {
"type": "string",
"enum": [
"1.1.0"
],
"default": "1.1.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": "object",
"properties": {
"groupId": {
"type": "string"
},
"artifactId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"additionalProperties": false
},
"uri": {
"type": "string"
}
},
"additionalProperties": false
},
"security": {
"type": "object",
"properties": {
"sdm": {
"type": "object",
"properties": {
"authorIdentity": {
"type": "string"
},
"encryptedDigest": {
"type": "string"
}
},
"required": [
"authorIdentity",
"encryptedDigest"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": [
"id",
"type",
"version",
"time"
],
"additionalProperties": false
},
"data": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"image": {
"type": "string"
},
"host": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"user": {
"type": "string"
}
},
"required": [
"name",
"user"
],
"additionalProperties": false
},
"uri": {
"type": "string"
},
"customData": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {}
},
"required": [
"key",
"value"
],
"additionalProperties": false
}
}
},
"required": [
"name"
],
"additionalProperties": false
},
"links": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"target": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
}
},
"required": [
"type",
"target"
],
"additionalProperties": false
}
}
},
"required": [
"meta",
"data",
"links"
],
"additionalProperties": false
} | o5368 |
{
"definitions": {
"https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy": {
"description": "HPAScalingPolicy is a single policy which must hold true for a specified past interval.",
"properties": {
"periodSeconds": {
"_format": "int32",
"description": "PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).",
"type": "integer"
},
"type": {
"description": "Type is used to specify the scaling policy.",
"type": "string"
},
"value": {
"_format": "int32",
"description": "Value contains the amount of change which is permitted by the policy. It must be greater than zero",
"type": "integer"
}
},
"required": [
"type",
"value",
"periodSeconds"
],
"type": "object"
}
},
"description": "HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.",
"properties": {
"policies": {
"description": "policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid",
"items": {
"$ref": "#/definitions/https:__kubernetesjsonschema_dev_master__defs_json_defs_io_k8s_api_autoscaling_v2beta2_HPAScalingPolicy"
},
"type": [
"array",
"null"
]
},
"selectPolicy": {
"description": "selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.",
"type": [
"string",
"null"
]
},
"stabilizationWindowSeconds": {
"description": "StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).",
"format": "int32",
"type": [
"integer",
"null"
]
}
},
"type": "object"
} | kb_420_Normalized |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"side_length": {
"description": "The side length of the square",
"type": "number"
}
},
"required": [
"radius",
"side_length",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The name of the shape (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_dc440e1b |
{
"properties": {
"dimensions": {
"properties": {
"base": {
"description": "The base of the triangle",
"type": "number"
},
"height": {
"description": "The height of the triangle",
"type": "number"
},
"length": {
"description": "The length of the rectangle",
"type": "number"
},
"radius": {
"description": "The radius of the circle",
"type": "number"
},
"width": {
"description": "The width of the rectangle",
"type": "number"
}
},
"type": "object"
},
"shape": {
"description": "The type of geometric shape (e.g. circle, rectangle, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_0d060209 |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"a": {
"items": {
"type": "integer"
},
"type": "array"
},
"b": {
"items": {
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"c": {
"items": {
"minimum": 0,
"type": "integer"
},
"type": "array"
},
"d": {
"items": {
"type": "integer"
},
"type": "array"
},
"emails": {
"items": {
"type": "string",
"format": "email"
},
"type": "array"
},
"emails2": {
"items": {
"type": "string",
"format": "email"
},
"type": "array"
}
},
"required": [
"a",
"b",
"c",
"d",
"emails",
"emails2"
],
"type": "object"
} | o17600 |
{
"type": "object",
"properties": {
"all": {
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/Java"
}
},
"default": {
"type": "integer",
"minimum": 0,
"default": 0
}
},
"required": [
"all",
"default"
],
"definitions": {
"Java": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"version": {
"type": "string"
},
"majorVersion": {
"type": "number"
}
},
"required": [
"majorVersion",
"path",
"version"
]
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false
} | o7376 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/default_pulse_config_schema.json",
"description": "Default OpenPulse backend configuration",
"version": "1.0.0",
"definitions": {
"cmd_def": {
"description": "OpenPulse command definition schema. Defines QASM commands in terms of pulses.",
"properties": {
"name": {
"description": "QASM command name",
"type": "string"
},
"qubits": {
"description": "Qubits to which this command def applies",
"items": {
"minimum": 0,
"type": "integer"
},
"minItems": 1,
"type": "array"
},
"sequence": {
"description": "Sequence of pulse instructions",
"items": {
"type": "object"
},
"type": "array"
}
},
"required": [
"name"
],
"type": "object"
},
"complex": {
"description": "JSON representation of a complex number",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"complex_array": {
"description": "JSON representation of a complex vector",
"items": {
"$ref": "#/definitions/complex"
},
"minItems": 1,
"type": "array"
},
"complex_matrix": {
"description": "JSON representation of a complex matrix",
"items": {
"$ref": "#/definitions/complex_array"
},
"minItems": 1,
"type": "array"
},
"discriminator": {
"description": "Default measurement kernel",
"properties": {
"name": {
"type": "string"
},
"params": {
"type": "object"
}
},
"type": "object"
},
"meas_kernel": {
"description": "Default measurement kernel",
"properties": {
"name": {
"type": "string"
},
"params": {
"type": "object"
}
},
"type": "object"
}
},
"properties": {
"buffer": {
"default": 1,
"description": "Default buffer time between pulses",
"minimum": 0,
"type": "integer"
},
"cmd_def": {
"description": "Backend calibrated QASM to Pulse definitions",
"items": {
"$ref": "#/definitions/cmd_def"
},
"type": "array"
},
"discriminator": {
"$ref": "#/definitions/discriminator"
},
"meas_freq_est": {
"description": "Backend calibrated qubit frequencies",
"items": {
"type": "number"
},
"minItems": 1,
"type": "array"
},
"meas_kernel": {
"$ref": "#/definitions/meas_kernel"
},
"pulse_library": {
"description": "Backend pulse library",
"items": {
"properties": {
"name": {
"description": "Pulse name",
"type": "string"
},
"samples": {
"$ref": "#/definitions/complex_array"
}
},
"required": [
"name",
"samples"
],
"type": "object"
},
"type": "array"
},
"qubit_freq_est": {
"description": "Backend calibrated qubit frequencies",
"items": {
"type": "number"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"qubit_freq_est",
"meas_freq_est",
"pulse_library",
"buffer"
],
"type": "object"
} | o13112 |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "RoutineOutline",
"description": "A squash training routing containing many activities. Activities are stored as references to Activity ids.",
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the routine.",
"type": "string"
},
"name": {
"description": "Name of the routine.",
"type": "string"
},
"activities": {
"description": "List of activities in the routine.",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"id": {
"description": "id of the activity.",
"type": "string"
},
"time": {
"description": "Time in seconds that the activity should run.",
"type": "number",
"minimum": 1
}
},
"required": [
"id",
"time"
]
}
}
}
} | o26118 |
{
"links": [
{
"href": "/products/{product_id}/product_tests/{id}",
"rel": "self"
},
{
"href": "/product_tests/{id}/tasks",
"rel": "tasks"
},
{
"href": "/product_tests/{id}/patients",
"rel": "patients"
}
],
"properties": {
"cms_id": {
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"filters": {
"properties": {
"ethnicity": {
"type": "string"
},
"gender": {
"type": "string"
},
"payer": {
"type": "string"
},
"problem": {
"type": "string"
},
"provider": {
"properties": {
"address": {
"properties": {
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"state": {
"type": "string"
},
"street": {
"type": "string"
},
"zip": {
"type": "string"
}
},
"type": "object"
},
"npi": {
"type": "string"
},
"tin": {
"type": "string"
}
},
"type": "object"
},
"race": {
"type": "string"
}
},
"type": "object"
},
"measure_id": {
"type": "string"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"title": "Product Test",
"type": "object"
} | o68435 |
{
"definitions": {
"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"
}
},
"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",
"null"
]
},
"fsType": {
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\".",
"type": [
"string",
"null"
]
},
"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",
"null"
]
},
"volumeAttributes": {
"additionalProperties": {
"type": [
"string",
"null"
]
},
"description": "Attributes of the volume to publish.",
"type": [
"object",
"null"
]
},
"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",
"null"
]
}
},
"required": [
"driver",
"volumeHandle"
],
"type": "object"
} | kb_181_Normalized |
{
"properties": {
"dimensions": {
"oneOf": [
{
"required": [
"radius"
]
},
{
"required": [
"side_length"
]
},
{
"required": [
"base",
"height"
]
}
],
"properties": {
"base": {
"description": "The base length 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"
}
},
"required": [
"radius",
"side_length",
"base",
"height"
],
"type": "object"
},
"shape": {
"description": "The shape type (e.g. circle, square, triangle)",
"type": "string"
}
},
"required": [
"shape",
"dimensions"
],
"type": "object"
} | calculate_area_4493ae68 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.