{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ContentBodyCreate",
"type": "object",
"description": "This object is used when creating or updating content.",
"properties": {
"value": {
"type": "string",
"description": "The body of the content in the relevant format."
},
"representation": {
"type": "string",
"description": "The content format type. Set the value of this property to\nthe name of the format being used, e.g. 'storage'."
}
}
}