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

(-)a/api/v1/swagger/definitions.json (-8 / +7 lines)
Lines 2-17 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
  },
14
  "error": {
11
  "holds": {
15
    "$ref": "definitions/error.json"
12
    "$ref": "definitions/holds.json"
13
  },
14
  "patron": {
15
    "$ref": "definitions/patron.json"
16
  }
16
  }
17
}
17
}
18
- 

Return to bug 18137