schemas/applicationCertificatePost.json in losant_rest-1.9.1 vs schemas/applicationCertificatePost.json in losant_rest-1.9.2

- old
+ new

@@ -42,9 +42,43 @@ }, "certificate": { "type": "string", "maxLength": 32767, "minLength": 50 + }, + "filterType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "all", + "whitelist", + "blacklist" + ] + }, + { + "type": "string", + "enum": [ + "none" + ] + } + ] + }, + "pubTopics": { + "type": "array", + "items": { + "type": "string", + "minLength": 1, + "maxLength": 1024 + } + }, + "subTopics": { + "type": "array", + "items": { + "type": "string", + "minLength": 1, + "maxLength": 1024 + } } }, "required": [ "certificate" ], \ No newline at end of file