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