Tomas Cohen Arazi
566badf12a
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
29 lines
562 B
JSON
29 lines
562 B
JSON
{
|
|
"account_line": {
|
|
"$ref": "definitions/account_line.json"
|
|
},
|
|
"city": {
|
|
"$ref": "definitions/city.json"
|
|
},
|
|
"error": {
|
|
"$ref": "definitions/error.json"
|
|
},
|
|
"hold": {
|
|
"$ref": "definitions/hold.json"
|
|
},
|
|
"holds": {
|
|
"$ref": "definitions/holds.json"
|
|
},
|
|
"patron": {
|
|
"$ref": "definitions/patron.json"
|
|
},
|
|
"patron_account_credit": {
|
|
"$ref": "definitions/patron_account_credit.json"
|
|
},
|
|
"patron_balance": {
|
|
"$ref": "definitions/patron_balance.json"
|
|
},
|
|
"vendor": {
|
|
"$ref": "definitions/vendor.json"
|
|
}
|
|
}
|