addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / filter_pattern
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedInput schema / properties / limit
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedInput schema / properties / metric / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / metric / default
Added value: +null
removedInput schema / properties / metric / title
Removed value: -"Metric"
removedInput schema / properties / metric / type
Removed value: -"string"
addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "type": "integer"
+}
removedInput schema / required
Removed value: -[
- "metric"
-]
addedOutput schema / properties / result / anyOf
Added value: +[
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ }
+]
removedOutput schema / properties / result / items
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
removedOutput schema / properties / result / title
Removed value: -"Result"
removedOutput schema / properties / result / type
Removed value: -"array"
removedOutput schema / title
Removed value: -"_WrappedResult"