|
|
@ -22,11 +22,19 @@ |
|
|
|
"type": ["string", "null"], |
|
|
|
"description": "Internal library identifier for the pickup library" |
|
|
|
}, |
|
|
|
"desk_id": { |
|
|
|
"type": ["integer", "null"], |
|
|
|
"description": "The id of the desk" |
|
|
|
}, |
|
|
|
"cancellation_date": { |
|
|
|
"type": ["string", "null"], |
|
|
|
"format": "date", |
|
|
|
"description": "The date the hold was cancelled" |
|
|
|
}, |
|
|
|
"cancellation_reason": { |
|
|
|
"type": ["string", "null"], |
|
|
|
"description": "The reason the hold was cancelled" |
|
|
|
}, |
|
|
|
"notes": { |
|
|
|
"type": ["string", "null"], |
|
|
|
"description": "Notes related to this hold" |
|
|
|