{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentProperty", "type": "object", "properties": { "id": { "type": "string" }, "key": { "type": "string" }, "value": { "type": "string", "description": "The value of the content property. This can be empty or a complex object." }, "version": { "type": "object" }, "_expandable": { "type": "object" } } }