schemas/applicationCertificatePost.json in losant_rest-1.8.7 vs schemas/applicationCertificatePost.json in losant_rest-1.8.9

- old
+ new

@@ -39,10 +39,12 @@ "additionalProperties": false }, "maxItems": 100 }, "certificate": { - "$ref": "#/definitions/common/certificateString" + "type": "string", + "maxLength": 32767, + "minLength": 50 } }, "required": [ "certificate" ], \ No newline at end of file