schemas/instancePatch.json in losant_rest-1.14.1 vs schemas/instancePatch.json in losant_rest-1.15.0
- old
+ new
@@ -2,13 +2,13 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"reportConfigs": {
"type": "array",
+ "maxItems": 10,
"items": {
"type": "object",
- "max": 10,
"properties": {
"id": {
"type": "string",
"maxLength": 48
},
@@ -20,10 +20,10 @@
"type": "string",
"maxLength": 255
},
"emails": {
"type": "array",
- "max": 10,
+ "maxItems": 10,
"items": {
"type": "string",
"format": "email",
"maxLength": 1024
}
\ No newline at end of file