Sha256: bb2b1af3693a976ebd32b51f723eaa764ce84fba6b0fb93cf5c48220f4f3a365
Contents?: true
Size: 930 Bytes
Versions: 25
Compression:
Stored size: 930 Bytes
Contents
{ "$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 }, "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 }
Version data entries
25 entries across 25 versions & 1 rubygems