Lines 176-181
Link Here
|
176 |
"new_status": { |
176 |
"new_status": { |
177 |
"type": ["string", "null"], |
177 |
"type": ["string", "null"], |
178 |
"description": "'new' value, whatever free-text information." |
178 |
"description": "'new' value, whatever free-text information." |
|
|
179 |
}, |
180 |
"exclude_from_local_holds_priority": { |
181 |
"type": "boolean", |
182 |
"description": "Exclude this item from local holds priority." |
179 |
} |
183 |
} |
180 |
}, |
184 |
}, |
181 |
"additionalProperties": false, |
185 |
"additionalProperties": false, |
182 |
- |
|
|