スキーマ
{
"type": "object",
"properties": {
"contentType": {
"type": "string",
"description": "The underlying image data format (e.g. image/png)."
},
"contentBase64": {
"type": "string",
"description": "The encoded image data (Base64)."
}
},
"additionalProperties": false
}