schemas/flowPost.json in losant_rest-1.2.2 vs schemas/flowPost.json in losant_rest-1.2.3
- old
+ new
@@ -105,19 +105,21 @@
]
}
},
"globals": {
"type": "array",
+ "maxItems": 100,
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
},
"json": {
"type": "string",
- "minLength": 1
+ "minLength": 1,
+ "maxLength": 2048
}
},
"additionalProperties": false,
"required": [
"key",
\ No newline at end of file