addedOutput schema / properties / data / oneOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "queryKind": {
+ "const": "instant",
+ "type": "string"
+ },
+ "queryTemplate": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "series": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "labels": {
+ "additionalProperties": {
+ "maxLength": 256,
+ "type": "string"
+ },
+ "propertyNames": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "samples": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "timestamp": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "timestamp",
+ "value"
+ ],
+ "type": "object"
+ },
+ "maxItems": 1440,
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "name",
+ "labels",
+ "samples"
+ ],
+ "type": "object"
+ },
+ "maxItems": 50,
+ "type": "array"
+ }
+ },
+ "required": [
+ "queryTemplate",
+ "series",
+ "queryKind"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "from": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+ },
+ "queryKind": {
+ "const": "range",
+ "type": "string"
+ },
+ "queryTemplate": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "series": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "labels": {
+ "additionalProperties": {
+ "maxLength": 256,
+ "type": "string"
+ },
+ "propertyNames": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "maxLength": 64,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
+ "type": "string"
+ },
+ "samples": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "timestamp": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "timestamp",
+ "value"
+ ],
+ "type": "object"
+ },
+ "maxItems": 1440,
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "name",
+ "labels",
+ "samples"
+ ],
+ "type": "object"
+ },
+ "maxItems": 50,
+ "type": "array"
+ },
+ "stepMs": {
+ "maximum": 3600000,
+ "minimum": 1000,
+ "type": "integer"
+ },
+ "to": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "queryTemplate",
+ "series",
+ "queryKind",
+ "from",
+ "to",
+ "stepMs"
+ ],
+ "type": "object"
+ }
+]
removedOutput schema / properties / data / properties
Removed value: -{
- "from": {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
- "type": "string"
- },
- "queryKind": {
- "enum": [
- "instant",
- "range"
- ],
- "type": "string"
- },
- "queryTemplate": {
- "maxLength": 64,
- "minLength": 1,
- "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
- "type": "string"
- },
- "series": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "labels": {
- "additionalProperties": {
- "maxLength": 256,
- "type": "string"
- },
- "propertyNames": {
- "maxLength": 64,
- "minLength": 1,
- "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
- "type": "string"
- },
- "type": "object"
- },
- "name": {
- "maxLength": 64,
- "minLength": 1,
- "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
- "type": "string"
- },
- "samples": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "timestamp": {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "timestamp",
- "value"
- ],
- "type": "object"
- },
- "maxItems": 1440,
- "minItems": 1,
- "type": "array"
- }
- },
- "required": [
- "name",
- "labels",
- "samples"
- ],
- "type": "object"
- },
- "maxItems": 50,
- "type": "array"
- },
- "stepMs": {
- "maximum": 3600000,
- "minimum": 1000,
- "type": "integer"
- },
- "to": {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
- "type": "string"
- }
-}