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