Add item_descriptor and use it in acceptable places (#115)
* Add item_descriptor and use it in acceptable places * Rename descriptor * Fix refs * Fix refs * Add descriptor to 3 more components
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"$ref": "../../../../general/item/descriptor.json",
|
||||
"title": "Item"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "../../../../general/item/identifier.json"
|
||||
"$ref": "../../../../general/item/descriptor.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user