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