schemas/experienceGroups.json in losant_rest-1.18.0 vs schemas/experienceGroups.json in losant_rest-1.19.0
- old
+ new
@@ -108,9 +108,17 @@
{
"type": "null"
}
]
},
+ "ancestorIds": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
+ "maxItems": 1000
+ },
"directDeviceCount": {
"type": "number"
},
"totalDeviceCount": {
"type": "number"
\ No newline at end of file