schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
prometheus.rules.json | for | Alerts are considered firing once they have been returned for this long. Alerts which have not yet fired for long enough are considered pending. | {} |
prometheus.rules.json | labels | Labels to add or overwrite for each alert. | {} |
prometheus.rules.json | annotations | Annotations to add to each alert. | {} |
prometheus.rules.json | name | The name of the group. Must be unique within a file. | {"type": "string"} |
prometheus.rules.json | interval | How often rules in the group are evaluated. | {} |
prometheus.rules.json | limit | Limit the number of alerts an alerting rule and series a recording rule can produce. 0 is no limit. | {"type": ["integer", "null"], "default": 0} |
yippee-ki-json_config_schema.json | commonTypes | Some of the reusable base types | {"definitions": {"charSet": {"type": "string", "enum": ["ISO-8859-1", "US-ASCII", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-8"], "additionalItems": false}, "chronoUnit": {"type": "string", "enum": ["NANOS", "MICROS", "MILLIS", "SECONDS", "MINUTES", "HOURS", "HALF_DAYS", "DAYS", "WEEKS", "MONTHS", "YEARS", "DECADES", "CENTURIES", "MILLENNIA", "ERAS", "FOREVER"], "additionalItems": false}, "httpHeaders": {"type": "object", "additionalProperties": {"type": "string"}, "uniqueItems": true}, "httpMethod": {"type": "string", "enum": ["GET", "POST"], "additionalItems": false}, "jsonPath": {"type": "string", "pattern": "^[$@](((\\.|\\.\\.)([$_a-zA-Z]+[$a-zA-Z0-9\\-_]*|\\*))|\\[\\*]|\\[[0-9]+((, [0-9]+)*|:[0-9]+)]|\\['[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*'(, '[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*')*]|\\[\\?\\(.+\\)])*$"}, "name": {"type": "string", "pattern": "^[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*$"}}} |
yippee-ki-json_config_schema.json | charSet | Standard character sets. | {"type": "string", "enum": ["ISO-8859-1", "US-ASCII", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-8"], "additionalItems": false} |
yippee-ki-json_config_schema.json | chronoUnit | The chrono unit we want to use. | {"type": "string", "enum": ["NANOS", "MICROS", "MILLIS", "SECONDS", "MINUTES", "HOURS", "HALF_DAYS", "DAYS", "WEEKS", "MONTHS", "YEARS", "DECADES", "CENTURIES", "MILLENNIA", "ERAS", "FOREVER"], "additionalItems": false} |
yippee-ki-json_config_schema.json | httpHeaders | HTTP header map. | {"type": "object", "additionalProperties": {"type": "string"}, "uniqueItems": true} |
yippee-ki-json_config_schema.json | httpMethod | Supported HTTP methods. | {"type": "string", "enum": ["GET", "POST"], "additionalItems": false} |
yippee-ki-json_config_schema.json | jsonPath | A JSON Path selecting one or more nodes of the parsed JSON document. | {"type": "string", "pattern": "^[$@](((\\.|\\.\\.)([$_a-zA-Z]+[$a-zA-Z0-9\\-_]*|\\*))|\\[\\*]|\\[[0-9]+((, [0-9]+)*|:[0-9]+)]|\\['[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*'(, '[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*')*]|\\[\\?\\(.+\\)])*$"} |
yippee-ki-json_config_schema.json | name | A single JSON key name | {"type": "string", "pattern": "^[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*$"} |
yippee-ki-json_config_schema.json | functionTypes | Definition of known function types | {"definitions": {"functionAbsoluteValue": {"type": "object", "properties": {"name": {"type": "string", "const": "absoluteValue"}, "scale": {"type": "integer"}}, "required": ["name", "scale"], "additionalProperties": false}, "functionAdd": {"type": "object", "properties": {"name": {"type": "string", "const": "add"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "functionChangeCase": {"type": "object", "properties": {"name": {"type": "string", "const": "changeCase"}, "to": {"type": "string", "enum": ["CAPITALIZED", "UNCAPITALIZED", "LOWER_CASE", "UPPER_CASE"], "additionalItems": false}}, "required": ["name", "to"], "additionalProperties": false}, "functionCloneKey": {"type": "object", "properties": {"name": {"type": "string", "const": "cloneKey"}, "from": {"allOf": [{}, {}]}, "to": {"allOf": [{}, {}]}}, "required": ["from", "name", "to"], "additionalProperties": false}, "functionDivide": {"type": "object", "properties": {"name": {"type": "string", "const": "divide"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "functionDividend": {"type": "object", "properties": {"name": {"type": "string", "const": "dividend"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "functionEpochMillisDateAdd": {"type": "object", "properties": {"name": {"type": "string", "const": "epochMillisDateAdd"}, "amount": {"type": "integer"}, "unit": {"allOf": [{}, {}]}}, "required": ["amount", "name", "unit"], "additionalProperties": false}, "functionHttpResource": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResource"}, "uriFunction": {"allOf": [{}, {}]}, "methodFunction": {"allOf": [{}, {}]}, "headerFunction": {"allOf": [{}, {}]}, "uri": {"type": "string"}, "httpMethod": {"allOf": [{}, {}]}, "httpHeaders": {"allOf": [{}, {}]}, "charset": {"allOf": [{}, {}]}}, "required": ["name"], "minProperties": 2, "additionalProperties": false}, "functionHttpResourceByUri": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResourceByUri"}, "uriFunction": {"allOf": [{}, {}]}, "uri": {"type": "string"}, "httpMethod": {"allOf": [{}, {}]}, "httpHeaders": {"allOf": [{}, {}]}, "charset": {"allOf": [{}, {}]}}, "required": ["name"], "minProperties": 2, "additionalProperties": false}, "functionJsonParse": {"type": "object", "properties": {"name": {"type": "string", "const": "jsonParse"}}, "required": ["name"], "additionalProperties": false}, "functionMultiply": {"type": "object", "properties": {"name": {"type": "string", "const": "multiply"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "functionRegex": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}, "pattern": {"type": "string"}, "replacement": {"type": "string"}}, "required": ["name", "pattern", "replacement"], "additionalProperties": false}, "functionReplace": {"type": "object", "properties": {"name": {"type": "string", "const": "replace"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["find", "name", "replace"], "additionalProperties": false}, "functionRoundDecimal": {"type": "object", "properties": {"name": {"type": "string", "const": "roundDecimal"}, "scale": {"type": "integer"}}, "required": ["name", "scale"], "additionalProperties": false}, "functionStringDateAdd": {"type": "object", "properties": {"name": {"type": "string", "const": "stringDateAdd"}, "formatter": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"allOf": [{}, {}]}}, "required": ["amount", "formatter", "name", "unit"], "additionalProperties": false}, "functionSubtract": {"type": "object", "properties": {"name": {"type": "string", "const": "subtract"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "functionSubtractFrom": {"type": "object", "properties": {"name": {"type": "string", "const": "subtractFrom"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false}, "stringToObjectFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["changeCase", "httpResourceByUri", "jsonParse", "regex", "replace", "stringDateAdd"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "changeCase"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResourceByUri"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "jsonParse"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "replace"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "stringDateAdd"}}}, "then": {}}]}, "stringToStringFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["changeCase", "httpResourceByUri", "regex", "replace", "stringDateAdd"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "changeCase"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResourceByUri"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "replace"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "stringDateAdd"}}}, "then": {}}]}, "bigDecimalToBigDecimalFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["absoluteValue", "add", "divide", "dividend", "epochMillisDateAdd", "multiply", "roundDecimal", "subtract", "subtractFrom"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "absoluteValue"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "add"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "divide"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "dividend"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "epochMillisDateAdd"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "multiply"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "roundDecimal"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "subtract"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "subtractFrom"}}}, "then": {}}]}, "stringObjectMapToStringObjectMapFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["cloneKey"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "cloneKey"}}}, "then": {}}]}, "stringObjectMapToStringFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["httpResource"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResource"}}}, "then": {}}]}, "anyFunctionType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["absoluteValue", "add", "changeCase", "cloneKey", "divide", "dividend", "epochMillisDateAdd", "httpResource", "httpResourceByUri", "jsonParse", "multiply", "regex", "replace", "roundDecimal", "stringDateAdd", "subtract", "subtractFrom"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "absoluteValue"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "add"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "changeCase"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "cloneKey"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "divide"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "dividend"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "epochMillisDateAdd"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResource"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "httpResourceByUri"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "jsonParse"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "multiply"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "replace"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "roundDecimal"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "stringDateAdd"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "subtract"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "subtractFrom"}}}, "then": {}}]}}} |
yippee-ki-json_config_schema.json | functionAbsoluteValue | Absolute value function | {"type": "object", "properties": {"name": {"type": "string", "const": "absoluteValue"}, "scale": {"type": "integer"}}, "required": ["name", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "absoluteValue"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionAdd | Decimal add function | {"type": "object", "properties": {"name": {"type": "string", "const": "add"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "add"} |
yippee-ki-json_config_schema.json | operand | Second operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionChangeCase | Change case | {"type": "object", "properties": {"name": {"type": "string", "const": "changeCase"}, "to": {"type": "string", "enum": ["CAPITALIZED", "UNCAPITALIZED", "LOWER_CASE", "UPPER_CASE"], "additionalItems": false}}, "required": ["name", "to"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "changeCase"} |
yippee-ki-json_config_schema.json | to | Defines what is the desired case change operation we want to do. | {"type": "string", "enum": ["CAPITALIZED", "UNCAPITALIZED", "LOWER_CASE", "UPPER_CASE"], "additionalItems": false} |
yippee-ki-json_config_schema.json | functionCloneKey | Clone key function | {"type": "object", "properties": {"name": {"type": "string", "const": "cloneKey"}, "from": {"allOf": [{}, {}]}, "to": {"allOf": [{}, {}]}}, "required": ["from", "name", "to"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "cloneKey"} |
yippee-ki-json_config_schema.json | from | The name of the key we need to duplicate. | {} |
yippee-ki-json_config_schema.json | to | The name of the destination key. | {} |
yippee-ki-json_config_schema.json | functionDivide | Decimal divide function | {"type": "object", "properties": {"name": {"type": "string", "const": "divide"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "divide"} |
yippee-ki-json_config_schema.json | operand | Second operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionDividend | Decimal dividend function | {"type": "object", "properties": {"name": {"type": "string", "const": "dividend"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "dividend"} |
yippee-ki-json_config_schema.json | operand | First operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionEpochMillisDateAdd | Epoch millis date add function | {"type": "object", "properties": {"name": {"type": "string", "const": "epochMillisDateAdd"}, "amount": {"type": "integer"}, "unit": {"allOf": [{}, {}]}}, "required": ["amount", "name", "unit"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "epochMillisDateAdd"} |
yippee-ki-json_config_schema.json | amount | The amount of time units we need to add to the date time. | {"type": "integer"} |
yippee-ki-json_config_schema.json | unit | The time unit we want to use to interpret the amount. | {} |
yippee-ki-json_config_schema.json | functionHttpResource | HTTP resource content map function | {"type": "object", "properties": {"name": {"type": "string", "const": "httpResource"}, "uriFunction": {"allOf": [{}, {}]}, "methodFunction": {"allOf": [{}, {}]}, "headerFunction": {"allOf": [{}, {}]}, "uri": {"type": "string"}, "httpMethod": {"allOf": [{}, {}]}, "httpHeaders": {"allOf": [{}, {}]}, "charset": {"allOf": [{}, {}]}}, "required": ["name"], "minProperties": 2, "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "httpResource"} |
yippee-ki-json_config_schema.json | uriFunction | The function that is calculating the request URI based on the input map. | {} |
yippee-ki-json_config_schema.json | methodFunction | The function that is calculating the request method based on the input map. | {} |
yippee-ki-json_config_schema.json | headerFunction | The function that is calculating the request headers based on the input map. | {} |
yippee-ki-json_config_schema.json | uri | The default request URI as a fallback. | {"type": "string"} |
yippee-ki-json_config_schema.json | httpMethod | The default request method as a fallback. Defaults to GET. | {} |
yippee-ki-json_config_schema.json | httpHeaders | The default request headers as a fallback. | {} |
yippee-ki-json_config_schema.json | charset | The charset used to read the response. Defaults to UTF-8. | {} |
yippee-ki-json_config_schema.json | functionHttpResourceByUri | HTTP resource by URI function | {"type": "object", "properties": {"name": {"type": "string", "const": "httpResourceByUri"}, "uriFunction": {"allOf": [{}, {}]}, "uri": {"type": "string"}, "httpMethod": {"allOf": [{}, {}]}, "httpHeaders": {"allOf": [{}, {}]}, "charset": {"allOf": [{}, {}]}}, "required": ["name"], "minProperties": 2, "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "httpResourceByUri"} |
yippee-ki-json_config_schema.json | uriFunction | The function that is calculating the request URI based on the input map. | {} |
yippee-ki-json_config_schema.json | uri | The default request URI as a fallback. | {"type": "string"} |
yippee-ki-json_config_schema.json | httpMethod | The default request method as a fallback. Defaults to GET. | {} |
yippee-ki-json_config_schema.json | httpHeaders | The default request headers as a fallback. | {} |
yippee-ki-json_config_schema.json | charset | The charset used to read the response. Defaults to UTF-8. | {} |
yippee-ki-json_config_schema.json | functionJsonParse | JSON parse function | {"type": "object", "properties": {"name": {"type": "string", "const": "jsonParse"}}, "required": ["name"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "jsonParse"} |
yippee-ki-json_config_schema.json | functionMultiply | Decimal multiply function | {"type": "object", "properties": {"name": {"type": "string", "const": "multiply"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "multiply"} |
yippee-ki-json_config_schema.json | operand | Second operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionRegex | RegEx replace function | {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}, "pattern": {"type": "string"}, "replacement": {"type": "string"}}, "required": ["name", "pattern", "replacement"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "regex"} |
yippee-ki-json_config_schema.json | pattern | A regex pattern that will be matched against the input, capturing certain named groups for later use. | {"type": "string"} |
yippee-ki-json_config_schema.json | replacement | Defines how the captured groups should be used to piece together the output value using EL-like syntax. | {"type": "string"} |
yippee-ki-json_config_schema.json | functionReplace | Literal replace function | {"type": "object", "properties": {"name": {"type": "string", "const": "replace"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["find", "name", "replace"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "replace"} |
yippee-ki-json_config_schema.json | find | A literal we need to find in the input String. | {"type": "string"} |
yippee-ki-json_config_schema.json | replace | The replacement we need to use. | {"type": "string"} |
yippee-ki-json_config_schema.json | functionRoundDecimal | Round decimal function | {"type": "object", "properties": {"name": {"type": "string", "const": "roundDecimal"}, "scale": {"type": "integer"}}, "required": ["name", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "roundDecimal"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionStringDateAdd | String date add function | {"type": "object", "properties": {"name": {"type": "string", "const": "stringDateAdd"}, "formatter": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"allOf": [{}, {}]}}, "required": ["amount", "formatter", "name", "unit"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "stringDateAdd"} |
yippee-ki-json_config_schema.json | formatter | The format String we need to use for date time parsing. [See](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/format/DateTimeFormatter.html) | {"type": "string"} |
yippee-ki-json_config_schema.json | amount | The amount of time units we need to add to the date time. | {"type": "integer"} |
yippee-ki-json_config_schema.json | unit | The time unit we want to use to interpret the amount. | {} |
yippee-ki-json_config_schema.json | functionSubtract | Decimal subtract function | {"type": "object", "properties": {"name": {"type": "string", "const": "subtract"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "subtract"} |
yippee-ki-json_config_schema.json | operand | Second operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | functionSubtractFrom | Decimal subtract from function | {"type": "object", "properties": {"name": {"type": "string", "const": "subtractFrom"}, "operand": {"type": "number"}, "scale": {"type": "integer"}}, "required": ["name", "operand", "scale"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "subtractFrom"} |
yippee-ki-json_config_schema.json | operand | First operand of the calculation. | {"type": "number"} |
yippee-ki-json_config_schema.json | scale | The number of digits we want to keep right of the decimal point. | {"type": "integer"} |
yippee-ki-json_config_schema.json | predicateTypes | Definition of known predicate types | {"definitions": {"predicateAllMatch": {"type": "object", "properties": {"name": {"type": "string", "const": "allMatch"}, "from": {"type": "array", "items": {}, "minItems": 1, "additionalItems": false}}, "required": ["from", "name"], "additionalProperties": false}, "predicateAnyMatch": {"type": "object", "properties": {"name": {"type": "string", "const": "anyMatch"}, "from": {"type": "array", "items": {}, "minItems": 1, "additionalItems": false}}, "required": ["from", "name"], "additionalProperties": false}, "predicateAnyString": {"type": "object", "properties": {"name": {"type": "string", "const": "anyString"}}, "required": ["name"], "additionalProperties": false}, "predicateContainsKey": {"type": "object", "properties": {"name": {"type": "string", "const": "containsKey"}, "key": {"allOf": [{}, {}]}}, "required": ["key", "name"], "additionalProperties": false}, "predicateEvalOn": {"type": "object", "properties": {"name": {"type": "string", "const": "evalOn"}, "childPath": {"type": "string", "pattern": "^([$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)(.[$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)*$"}, "predicate": {"allOf": [{}, {}]}}, "required": ["childPath", "name", "predicate"], "additionalProperties": false}, "predicateIsNull": {"type": "object", "properties": {"name": {"type": "string", "const": "isNull"}}, "required": ["name"], "additionalProperties": false}, "predicateNoneMatch": {"type": "object", "properties": {"name": {"type": "string", "const": "noneMatch"}, "from": {"type": "array", "items": {}, "minItems": 1, "additionalItems": false}}, "required": ["from", "name"], "additionalProperties": false}, "predicateNotNull": {"type": "object", "properties": {"name": {"type": "string", "const": "notNull"}}, "required": ["name"], "additionalProperties": false}, "predicateRegex": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}, "pattern": {"type": "string"}}, "required": ["name", "pattern"], "additionalProperties": false}, "predicateSpEL": {"type": "object", "properties": {"name": {"type": "string", "const": "SpEL"}, "expression": {"type": "string"}}, "required": ["expression", "name"], "additionalProperties": false}, "stringPredicateType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["SpEL", "allMatch", "anyMatch", "anyString", "isNull", "noneMatch", "notNull", "regex"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "anyString"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "allMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "anyMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "isNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "noneMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "notNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "SpEL"}}}, "then": {}}]}, "stringObjectMapPredicateType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["SpEL", "allMatch", "anyMatch", "containsKey", "evalOn", "isNull", "noneMatch", "notNull"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "containsKey"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "evalOn"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "allMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "anyMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "isNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "noneMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "notNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "SpEL"}}}, "then": {}}]}, "anyPredicateType": {"allOf": [{"type": "object", "properties": {"name": {"type": "string", "enum": ["SpEL", "allMatch", "anyMatch", "anyString", "containsKey", "evalOn", "isNull", "noneMatch", "notNull", "regex"], "additionalItems": false}}, "required": ["name"]}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "allMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "anyMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "anyString"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "containsKey"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "evalOn"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "isNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "noneMatch"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "notNull"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "regex"}}}, "then": {}}, {"if": {"type": "object", "properties": {"name": {"type": "string", "const": "SpEL"}}}, "then": {}}]}}} |
yippee-ki-json_config_schema.json | predicateAllMatch | All Match predicate | {"type": "object", "properties": {"name": {"type": "string", "const": "allMatch"}, "from": {"type": "array", "items": {}, "minItems": 1, "additionalItems": false}}, "required": ["from", "name"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "allMatch"} |
yippee-ki-json_config_schema.json | predicateAnyMatch | Any Match predicate | {"type": "object", "properties": {"name": {"type": "string", "const": "anyMatch"}, "from": {"type": "array", "items": {}, "minItems": 1, "additionalItems": false}}, "required": ["from", "name"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "anyMatch"} |
yippee-ki-json_config_schema.json | predicateAnyString | Any String predicate | {"type": "object", "properties": {"name": {"type": "string", "const": "anyString"}}, "required": ["name"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "anyString"} |
yippee-ki-json_config_schema.json | predicateContainsKey | Contains key predicate | {"type": "object", "properties": {"name": {"type": "string", "const": "containsKey"}, "key": {"allOf": [{}, {}]}}, "required": ["key", "name"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "containsKey"} |
yippee-ki-json_config_schema.json | key | The name of the key we want to check. | {} |
yippee-ki-json_config_schema.json | predicateEvalOn | Eval on predicate | {"type": "object", "properties": {"name": {"type": "string", "const": "evalOn"}, "childPath": {"type": "string", "pattern": "^([$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)(.[$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)*$"}, "predicate": {"allOf": [{}, {}]}}, "required": ["childPath", "name", "predicate"], "additionalProperties": false} |
yippee-ki-json_config_schema.json | name | The name of the component. | {"type": "string", "const": "evalOn"} |
yippee-ki-json_config_schema.json | childPath | The desired navigation we want to perform relative to the Map/Object we operate on. | {"type": "string", "pattern": "^([$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)(.[$_a-zA-Z]+[$a-zA-Z0-9\\-_]+)*$"} |
yippee-ki-json_config_schema.json | predicate | The Predicate we need to evaluate after the navigation is done. | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.