Sha256: af465d5f244ba55aa37b6b477cbd9e4cdb9237fc3903129a3f2bbef51b1e97e0
Contents?: true
Size: 1.21 KB
Versions: 19
Compression:
Stored size: 1.21 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Application Template Category", "description": "Schema for a single Application Template Category", "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 } } } }, "baseId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "count": { "type": "integer" }, "totalCount": { "type": "integer" } } }
Version data entries
19 entries across 19 versions & 1 rubygems