{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RichText", "title": "RichText", "properties": { "empty": { "type": "boolean" }, "emptyAdf": { "type": "boolean" }, "finalised": { "type": "boolean" }, "valueSet": { "type": "boolean" } }, "type": "object" }