{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContentBlueprintDraft", "type": "object", "properties": { "version": { "type": "object" }, "title": { "type": "string" }, "type": { "type": "string" }, "status": { "type": "string" }, "space": { "type": "object" }, "ancestors": { "type": "array" } } }