schemas/experienceDomain.json in losant_rest-1.8.7 vs schemas/experienceDomain.json in losant_rest-1.8.9
- old
+ new
@@ -21,13 +21,17 @@
"lastUpdated": {
"type": "string",
"format": "date-time"
},
"sslCert": {
- "$ref": "#/definitions/common/certificateString"
+ "type": "string",
+ "maxLength": 32767,
+ "minLength": 50
},
"sslBundle": {
- "$ref": "#/definitions/common/certificateString"
+ "type": "string",
+ "maxLength": 32767,
+ "minLength": 50
},
"domainName": {
"type": "string",
"maxLength": 1024,
"minLength": 3
\ No newline at end of file