Sha256: 9462f20077940f822c60568eb9c54b8478bf74d1a67db56b739be1f8fb7e4e5e
Contents?: true
Size: 1.01 KB
Versions: 18
Compression:
Stored size: 1.01 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "name": { "type": "string" }, "metadata": { "type": "object" }, "viewType": { "type": "string" }, "version": { "type": "string" }, "_type": { "type": "string", "enum": [ "applicationApiToken", "dashboard", "dataTable", "deviceRecipe", "device", "experienceDomain", "event", "experienceEndpoint", "experienceGroup", "experienceSlug", "experienceUser", "experienceVersion", "experienceView", "file", "flow", "integration", "webhook", "notebook" ] } }, "required": [ "id", "name", "_type" ] } }
Version data entries
18 entries across 18 versions & 1 rubygems