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