|
Lines 22-32
Link Here
|
| 22 |
"type": ["string", "null"], |
22 |
"type": ["string", "null"], |
| 23 |
"description": "Internal library identifier for the pickup library" |
23 |
"description": "Internal library identifier for the pickup library" |
| 24 |
}, |
24 |
}, |
|
|
25 |
"desk_id": { |
| 26 |
"type": ["integer", "null"], |
| 27 |
"description": "The id of the desk" |
| 28 |
}, |
| 25 |
"cancellation_date": { |
29 |
"cancellation_date": { |
| 26 |
"type": ["string", "null"], |
30 |
"type": ["string", "null"], |
| 27 |
"format": "date", |
31 |
"format": "date", |
| 28 |
"description": "The date the hold was cancelled" |
32 |
"description": "The date the hold was cancelled" |
| 29 |
}, |
33 |
}, |
|
|
34 |
"cancellation_reason": { |
| 35 |
"type": ["string", "null"], |
| 36 |
"description": "The reason the hold was cancelled" |
| 37 |
}, |
| 30 |
"notes": { |
38 |
"notes": { |
| 31 |
"type": ["string", "null"], |
39 |
"type": ["string", "null"], |
| 32 |
"description": "Notes related to this hold" |
40 |
"description": "Notes related to this hold" |
| 33 |
- |
|
|