Sha256: 8fc3a94a84f4115d6766341749d09a3e57cffe88a120e52f1e74fd243e90fc14
Contents?: true
Size: 1.06 KB
Versions: 20
Compression:
Stored size: 1.06 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "importUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "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 }, "forceJob": { "type": "boolean", "default": false } }, "additionalProperties": false }
Version data entries
20 entries across 20 versions & 1 rubygems