|
Lines 8-58
Link Here
|
| 8 |
"$ref": "../x-primitives.json#/borrowernumber" |
8 |
"$ref": "../x-primitives.json#/borrowernumber" |
| 9 |
}, |
9 |
}, |
| 10 |
"reservedate": { |
10 |
"reservedate": { |
|
|
11 |
"type": ["string", "null"], |
| 11 |
"description": "the date the hold was placed" |
12 |
"description": "the date the hold was placed" |
| 12 |
}, |
13 |
}, |
| 13 |
"biblionumber": { |
14 |
"biblionumber": { |
| 14 |
"$ref": "../x-primitives.json#/biblionumber" |
15 |
"$ref": "../x-primitives.json#/biblionumber" |
| 15 |
}, |
16 |
}, |
| 16 |
"branchcode": { |
17 |
"branchcode": { |
| 17 |
"$ref": "../x-primitives.json#/branchcode" |
18 |
"type": ["string", "null"], |
|
|
19 |
"description": "code of patron's home branch" |
| 18 |
}, |
20 |
}, |
| 19 |
"notificationdate": { |
21 |
"notificationdate": { |
|
|
22 |
"type": ["string", "null"], |
| 20 |
"description": "currently unused" |
23 |
"description": "currently unused" |
| 21 |
}, |
24 |
}, |
| 22 |
"reminderdate": { |
25 |
"reminderdate": { |
|
|
26 |
"type": ["string", "null"], |
| 23 |
"description": "currently unused" |
27 |
"description": "currently unused" |
| 24 |
}, |
28 |
}, |
| 25 |
"cancellationdate": { |
29 |
"cancellationdate": { |
|
|
30 |
"type": ["string", "null"], |
| 26 |
"description": "the date the hold was cancelled" |
31 |
"description": "the date the hold was cancelled" |
| 27 |
}, |
32 |
}, |
| 28 |
"reservenotes": { |
33 |
"reservenotes": { |
|
|
34 |
"type": ["string", "null"], |
| 29 |
"description": "notes related to this hold" |
35 |
"description": "notes related to this hold" |
| 30 |
}, |
36 |
}, |
| 31 |
"priority": { |
37 |
"priority": { |
|
|
38 |
"type": ["integer", "null"], |
| 32 |
"description": "where in the queue the patron sits" |
39 |
"description": "where in the queue the patron sits" |
| 33 |
}, |
40 |
}, |
| 34 |
"found": { |
41 |
"found": { |
|
|
42 |
"type": ["string", "null"], |
| 35 |
"description": "a one letter code defining what the status of the hold is after it has been confirmed" |
43 |
"description": "a one letter code defining what the status of the hold is after it has been confirmed" |
| 36 |
}, |
44 |
}, |
| 37 |
"timestamp": { |
45 |
"timestamp": { |
|
|
46 |
"type": "string", |
| 38 |
"description": "date and time the hold was last updated" |
47 |
"description": "date and time the hold was last updated" |
| 39 |
}, |
48 |
}, |
| 40 |
"itemnumber": { |
49 |
"itemnumber": { |
| 41 |
"$ref": "../x-primitives.json#/itemnumber" |
50 |
"$ref": "../x-primitives.json#/itemnumber" |
| 42 |
}, |
51 |
}, |
| 43 |
"waitingdate": { |
52 |
"waitingdate": { |
|
|
53 |
"type": ["string", "null"], |
| 44 |
"description": "the date the item was marked as waiting for the patron at the library" |
54 |
"description": "the date the item was marked as waiting for the patron at the library" |
| 45 |
}, |
55 |
}, |
| 46 |
"expirationdate": { |
56 |
"expirationdate": { |
|
|
57 |
"type": ["string", "null"], |
| 47 |
"description": "the date the hold expires" |
58 |
"description": "the date the hold expires" |
| 48 |
}, |
59 |
}, |
| 49 |
"lowestPriority": { |
60 |
"lowestPriority": { |
|
|
61 |
"type": "integer", |
| 50 |
"description": "" |
62 |
"description": "" |
| 51 |
}, |
63 |
}, |
| 52 |
"suspend": { |
64 |
"suspend": { |
|
|
65 |
"type": "integer", |
| 53 |
"description": "" |
66 |
"description": "" |
| 54 |
}, |
67 |
}, |
| 55 |
"suspend_until": { |
68 |
"suspend_until": { |
|
|
69 |
"type": ["string", "null"], |
| 56 |
"description": "" |
70 |
"description": "" |
| 57 |
}, |
71 |
}, |
| 58 |
"itemtype": { |
72 |
"itemtype": { |