No description available.
Properties
content
array
of ref#item
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "array",
"items": {
"ref": "#item",
"type": "ref"
}
}
}
}