schemas/experienceDomain.json in losant_rest-1.7.2 vs schemas/experienceDomain.json in losant_rest-1.8.0

- old
+ new

@@ -34,8 +34,13 @@ }, "domainName": { "type": "string", "maxLength": 1024, "minLength": 3 + }, + "version": { + "type": "string", + "minLength": 1, + "maxLength": 255 } } } \ No newline at end of file