Sha256: 18c49f4ca0ad6c80f76a6b597451576b0096cf939b5149d511e73a163cdb7c3e
Contents?: true
Size: 1.4 KB
Versions: 8
Compression:
Stored size: 1.4 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "fromApplicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "importUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "conflictBehavior": { "type": "string", "enum": [ "create", "error", "retain", "replace" ], "default": "create" }, "dryRun": { "type": "boolean", "default": false }, "forceJob": { "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", "ResourceJob" ] }, "uniqueItems": true } }, "additionalProperties": false }
Version data entries
8 entries across 8 versions & 1 rubygems