Sha256: 5f740937c8196114236c866921c38d7a270c1619baac8bc61a2278ffee3f5626
Contents?: true
Size: 637 Bytes
Versions: 21
Compression:
Stored size: 637 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "parentId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, "resourceTypes": { "type": "array", "items": { "type": "string", "enum": [ "DeviceRecipe", "CustomNode" ] }, "maxItems": 100 } } }
Version data entries
21 entries across 21 versions & 1 rubygems