Sha256: d1bd51bf196feb61fef530277170caca92de22a31ca4e4f7aeed04bfeb99fdd1
Contents?: true
Size: 536 Bytes
Versions: 18
Compression:
Stored size: 536 Bytes
Contents
{ "title": "Directory", "description": "A directory listing of all pages beneath a given path", "type": "object", "additionalProperties": false, "required": ["id"], "properties": { "id": { "type": "string", "format": "^/" }, "path": { "$ref": "#/properties/id" }, "subdirectory_ids": { "type": "array", "items": { "$ref": "#/properties/id" }, "uniqueItems": true }, "page_ids": { "type": "array", "items": { "$ref": "uuid.json" }, "uniqueItems": true } } }
Version data entries
18 entries across 18 versions & 1 rubygems