Lines 21-26
Link Here
|
21 |
"type": ["string", "null"], |
21 |
"type": ["string", "null"], |
22 |
"description": "code of the library the item was checked out" |
22 |
"description": "code of the library the item was checked out" |
23 |
}, |
23 |
}, |
|
|
24 |
"issuer_id": { |
25 |
"type": [ "integer", "null" ], |
26 |
"description": "internally assigned for the user that processed the checkout" |
27 |
}, |
24 |
"checkin_date": { |
28 |
"checkin_date": { |
25 |
"type": ["string", "null"], |
29 |
"type": ["string", "null"], |
26 |
"format": "date-time", |
30 |
"format": "date-time", |
27 |
- |
|
|