|
Lines 2-20
Link Here
|
| 2 |
"city": { |
2 |
"city": { |
| 3 |
"$ref": "definitions/city.json" |
3 |
"$ref": "definitions/city.json" |
| 4 |
}, |
4 |
}, |
| 5 |
"patron": { |
5 |
"error": { |
| 6 |
"$ref": "definitions/patron.json" |
6 |
"$ref": "definitions/error.json" |
| 7 |
}, |
|
|
| 8 |
"holds": { |
| 9 |
"$ref": "definitions/holds.json" |
| 10 |
}, |
7 |
}, |
| 11 |
"hold": { |
8 |
"hold": { |
| 12 |
"$ref": "definitions/hold.json" |
9 |
"$ref": "definitions/hold.json" |
| 13 |
}, |
10 |
}, |
|
|
11 |
"holds": { |
| 12 |
"$ref": "definitions/holds.json" |
| 13 |
}, |
| 14 |
"library": { |
14 |
"library": { |
| 15 |
"$ref": "definitions/library.json" |
15 |
"$ref": "definitions/library.json" |
| 16 |
}, |
16 |
}, |
| 17 |
"error": { |
17 |
"patron": { |
| 18 |
"$ref": "definitions/error.json" |
18 |
"$ref": "definitions/patron.json" |
| 19 |
} |
19 |
} |
| 20 |
} |
20 |
} |
| 21 |
- |
|
|