No description available.
Properties
images
array
of refso.sprk.media.image
Required
No description available.
maxLength: 12 itemsView raw schema
{
"type": "object",
"required": [
"images"
],
"properties": {
"images": {
"type": "array",
"items": {
"ref": "so.sprk.media.image",
"type": "ref"
},
"maxLength": 12
}
}
}