{ "kind": "collectionType", "collectionName": "layers", "info": { "name": "Layer" }, "options": { "increments": true, "timestamps": true }, "attributes": { "title": { "type": "string" }, "body": { "type": "richtext" }, "parent": { "model": "layer", "via": "children" }, "children": { "collection": "layer", "via": "parent" } } }