schemas/experienceDomainPost.json in losant_rest-1.7.2 vs schemas/experienceDomainPost.json in losant_rest-1.8.0
- old
+ new
@@ -19,9 +19,21 @@
},
"domainName": {
"type": "string",
"maxLength": 1024,
"minLength": 3
+ },
+ "version": {
+ "$oneOf": [
+ {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ {
+ "type": null
+ }
+ ]
}
},
"additionalProperties": false,
"required": [
"domainName"
\ No newline at end of file