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

- old
+ new

@@ -67,9 +67,43 @@ "maxItems": 100 }, "description": { "type": "string", "maxLength": 32767 + }, + "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 + } } } } }, "count": { \ No newline at end of file