A fixed, human-facing manifestation of a source record.
Properties
View raw schema
{
"type": "object",
"required": [
"visual"
],
"properties": {
"visual": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
]
},
"caption": {
"type": "string",
"maxLength": 300,
"description": "Optional caption providing additional context for the visual."
},
"heading": {
"type": "string",
"maxLength": 100,
"description": "A short human-readable heading identifying the source."
}
},
"description": "A fixed, human-facing manifestation of a source record."
}