Lines 4-29
properties:
Link Here
|
4 |
concern_id: |
4 |
concern_id: |
5 |
type: integer |
5 |
type: integer |
6 |
description: Internal concern identifier |
6 |
description: Internal concern identifier |
7 |
added_date: |
7 |
reported_date: |
8 |
type: |
8 |
type: |
9 |
- string |
9 |
- string |
10 |
- "null" |
10 |
- "null" |
11 |
format: date-time |
11 |
format: date-time |
12 |
description: Date the concern was reported |
12 |
description: Date the concern was reported |
|
|
13 |
biblio: |
14 |
type: |
15 |
- object |
16 |
- "null" |
17 |
description: The object representing the biblio the concern is related to |
13 |
biblio_id: |
18 |
biblio_id: |
14 |
type: integer |
19 |
type: integer |
15 |
description: Internal identifier for the biblio the concern is related to |
20 |
description: Internal identifier for the biblio the concern is related to |
16 |
message: |
21 |
message: |
17 |
type: string |
22 |
type: string |
18 |
description: Concern details |
23 |
description: Concern details |
19 |
patron_id: |
24 |
reporter: |
|
|
25 |
type: |
26 |
- object |
27 |
- "null" |
28 |
description: The object representing the patron who reported the concern |
29 |
reporter_id: |
20 |
type: integer |
30 |
type: integer |
21 |
description: Internal identifier for the patron the concern was submitted by |
31 |
description: Internal identifier for the patron who reported the concern |
22 |
resolved_by: |
32 |
resolver: |
|
|
33 |
type: |
34 |
- object |
35 |
- "null" |
36 |
description: The object representing the user who resolved the concern |
37 |
resolver_id: |
23 |
type: |
38 |
type: |
24 |
- integer |
39 |
- integer |
25 |
- "null" |
40 |
- "null" |
26 |
description: Internal identifier for the patron the concern was resolved by |
41 |
description: Internal identifier for the user who resolved the concern |
27 |
resolved_date: |
42 |
resolved_date: |
28 |
type: |
43 |
type: |
29 |
- string |
44 |
- string |