24 lines
393 B
JSON
24 lines
393 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"amazingField": {
|
|
"type": "string"
|
|
},
|
|
"org": {
|
|
"type": "string"
|
|
},
|
|
"tables": {
|
|
"items": {
|
|
"$ref": "#/components/schemas/NestedComplexItem-table"
|
|
},
|
|
"description": "Collection of important items",
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"amazingField",
|
|
"org",
|
|
"tables"
|
|
]
|
|
}
|