View | Details | Raw Unified | Return to bug 20447
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/item.json (-1 / +4 lines)
Lines 9-14 Link Here
9
      "type": "integer",
9
      "type": "integer",
10
      "description": "Internal identifier for the parent bibliographic record"
10
      "description": "Internal identifier for the parent bibliographic record"
11
    },
11
    },
12
    "holding_id": {
13
      "type": ["integer", "null"],
14
      "description": "Internal identifier for the parent holdings record"
15
    },
12
    "external_id": {
16
    "external_id": {
13
      "type": ["string", "null"],
17
      "type": ["string", "null"],
14
      "description": "The item's barcode"
18
      "description": "The item's barcode"
15
- 

Return to bug 20447