schemas/dashboardPost.json in losant_rest-1.1.2 vs schemas/dashboardPost.json in losant_rest-1.2.0
- old
+ new
@@ -128,11 +128,12 @@
"deviceIds": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
- }
+ },
+ "maxItems": 1000
},
"deviceTags": {
"type": "array",
"items": {
"type": "object",
@@ -146,10 +147,11 @@
"minLength": 1,
"maxLength": 255
}
},
"additionalProperties": false
- }
+ },
+ "maxItems": 100
}
},
"additionalProperties": false
}
},
\ No newline at end of file