schemas/applicationImportOptions.json in losant_rest-1.16.0 vs schemas/applicationImportOptions.json in losant_rest-1.16.1

- old
+ new

@@ -2,10 +2,42 @@ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "importUrl": { "type": "string", - "format": "url" + "format": "uri", + "maxLength": 1024 + }, + "callbackUrl": { + "type": "string", + "format": "uri", + "maxLength": 1024 + }, + "include": { + "type": "array", + "items": { + "enum": [ + "ApplicationCertificateAuthority", + "Dashboard", + "DataTableRow", + "DataTable", + "DeviceRecipe", + "Device", + "ExperienceEndpoint", + "ExperienceFlowVersion", + "ExperienceGroup", + "ExperienceUser", + "ExperienceVersion", + "ExperienceView", + "File", + "FlowVersion", + "Flow", + "Integration", + "Notebook", + "Webhook" + ] + }, + "uniqueItems": true } }, "additionalProperties": false } \ No newline at end of file