{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Content", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "status": { "type": "string" }, "title": { "type": "string" }, "ancestors": { "type": "array" }, "operations": { "type": "array" }, "body": { "type": "object" }, "restrictions": { "type": "object" }, "macroRenderedOutput": { "type": "object" }, "extensions": { "type": "object" }, "_expandable": { "type": "object" } } }