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