{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "importUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "conflictBehavior": { "type": "string", "enum": [ "create", "error", "retain" ], "default": "create" }, "dryRun": { "type": "boolean", "default": false }, "include": { "type": "array", "items": { "enum": [ "ApplicationCertificateAuthority", "Dashboard", "DataTableRow", "DataTable", "DeviceRecipe", "Device", "ExperienceDevelopConfig", "ExperienceEndpoint", "ExperienceFlowVersion", "ExperienceGroup", "ExperienceUser", "ExperienceVersion", "ExperienceView", "File", "FlowVersion", "Flow", "Global", "Integration", "Notebook", "Webhook" ] }, "uniqueItems": true } }, "additionalProperties": false }