View | Details | Raw Unified | Return to bug 16497
Collapse All | Expand All

(-)a/api/v1/swagger/definitions.json (-8 / +7 lines)
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
- 

Return to bug 16497