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