{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentBody", "type": "object", "properties": { "value": { "type": "string" }, "representation": { "type": "string" }, "embeddedContent": { "type": "array" }, "mediaToken": { "type": "object" }, "_expandable": { "type": "object" } } }