Image embed. Currently limited to one image per post; maxLength may be increased in future versions without breaking existing records.
Properties
images
array
of ref#image
Required
No description available.
maxLength: 1 itemsView raw schema
{
"type": "object",
"required": [
"images"
],
"properties": {
"images": {
"type": "array",
"items": {
"ref": "#image",
"type": "ref"
},
"maxLength": 1
}
},
"description": "Image embed. Currently limited to one image per post; maxLength may be increased in future versions without breaking existing records."
}