Lines 11-16
Link Here
|
11 |
}, |
11 |
}, |
12 |
"suggested_date": { |
12 |
"suggested_date": { |
13 |
"type": ["string", "null"], |
13 |
"type": ["string", "null"], |
|
|
14 |
"format": "date", |
14 |
"description": "the suggestion was submitted" |
15 |
"description": "the suggestion was submitted" |
15 |
}, |
16 |
}, |
16 |
"managed_by": { |
17 |
"managed_by": { |
Lines 19-24
Link Here
|
19 |
}, |
20 |
}, |
20 |
"managed_date": { |
21 |
"managed_date": { |
21 |
"type": ["string", "null"], |
22 |
"type": ["string", "null"], |
|
|
23 |
"format": "date", |
22 |
"description": "date the suggestion was updated" |
24 |
"description": "date the suggestion was updated" |
23 |
}, |
25 |
}, |
24 |
"accepted_by": { |
26 |
"accepted_by": { |
Lines 27-32
Link Here
|
27 |
}, |
29 |
}, |
28 |
"accepted_date": { |
30 |
"accepted_date": { |
29 |
"type": ["string", "null"], |
31 |
"type": ["string", "null"], |
|
|
32 |
"format": "date", |
30 |
"description": "date the suggestion was marked as accepted" |
33 |
"description": "date the suggestion was marked as accepted" |
31 |
}, |
34 |
}, |
32 |
"rejected_by": { |
35 |
"rejected_by": { |
Lines 35-45
Link Here
|
35 |
}, |
38 |
}, |
36 |
"rejected_date": { |
39 |
"rejected_date": { |
37 |
"type": ["string", "null"], |
40 |
"type": ["string", "null"], |
|
|
41 |
"format": "date", |
38 |
"description": "date the suggestion was marked as rejected" |
42 |
"description": "date the suggestion was marked as rejected" |
39 |
}, |
43 |
}, |
40 |
"status": { |
44 |
"status": { |
41 |
"type": "string", |
45 |
"type": "string", |
42 |
"description": "suggestion status (ASKED, CHECKED, ACCEPTED, or REJECTED)" |
46 |
"description": "Suggestion status", |
|
|
47 |
"enum": [ |
48 |
"ASKED", |
49 |
"CHECKED", |
50 |
"ACCEPTED", |
51 |
"REJECTED" |
52 |
] |
43 |
}, |
53 |
}, |
44 |
"note": { |
54 |
"note": { |
45 |
"type": ["string", "null"], |
55 |
"type": ["string", "null"], |
Lines 55-60
Link Here
|
55 |
}, |
65 |
}, |
56 |
"copyright_date": { |
66 |
"copyright_date": { |
57 |
"type": ["string", "null"], |
67 |
"type": ["string", "null"], |
|
|
68 |
"format": "date", |
58 |
"description": "copyright date of the suggested item" |
69 |
"description": "copyright date of the suggested item" |
59 |
}, |
70 |
}, |
60 |
"publisher_code": { |
71 |
"publisher_code": { |
Lines 63-68
Link Here
|
63 |
}, |
74 |
}, |
64 |
"date_created": { |
75 |
"date_created": { |
65 |
"type": ["string", "null"], |
76 |
"type": ["string", "null"], |
|
|
77 |
"format": "date", |
66 |
"description": "date created" |
78 |
"description": "date created" |
67 |
}, |
79 |
}, |
68 |
"volume_desc": { |
80 |
"volume_desc": { |
Lines 118-127
Link Here
|
118 |
"description": "suggested currency for the suggested price" |
130 |
"description": "suggested currency for the suggested price" |
119 |
}, |
131 |
}, |
120 |
"item_price": { |
132 |
"item_price": { |
121 |
"type": ["string", "null"], |
133 |
"type": ["number", "null"], |
122 |
"description": "suggested price" |
134 |
"description": "suggested price" |
123 |
}, |
135 |
}, |
124 |
"total": { |
136 |
"total_price": { |
125 |
"type": ["string", "null"], |
137 |
"type": ["string", "null"], |
126 |
"description": "suggested total cost (price*quantity updated for currency)" |
138 |
"description": "suggested total cost (price*quantity updated for currency)" |
127 |
} |
139 |
} |