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