Sha256: c7898b646899ce14b2a87737f7ced59d8606cda5c2c052b10e60ad777c0f72c0
Contents?: true
Size: 494 Bytes
Versions: 19
Compression:
Stored size: 494 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "itemType": { "type": "string", "enum": [ "application", "device", "flow", "dashboard", "organization" ] }, "parentId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "itemId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "required": [ "itemType", "itemId" ] }
Version data entries
19 entries across 19 versions & 1 rubygems