@@ -, +, @@ --- api/v1/swagger/definitions/item.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/item.json +++ a/api/v1/swagger/definitions/item.json @@ -9,6 +9,10 @@ "type": "integer", "description": "Internal identifier for the parent bibliographic record" }, + "holding_id": { + "type": ["integer", "null"], + "description": "Internal identifier for the parent holdings record" + }, "external_id": { "type": ["string", "null"], "description": "The item's barcode" --