64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"patron_id_pp": {
|
|
"$ref": "parameters/patron.json#/patron_id_pp"
|
|
},
|
|
"patron_id_qp": {
|
|
"$ref": "parameters/patron.json#/patron_id_qp"
|
|
},
|
|
"city_id_pp": {
|
|
"$ref": "parameters/city.json#/city_id_pp"
|
|
},
|
|
"hold_id_pp": {
|
|
"$ref": "parameters/hold.json#/hold_id_pp"
|
|
},
|
|
"library_id_pp": {
|
|
"$ref": "parameters/library.json#/library_id_pp"
|
|
},
|
|
"vendoridPathParam": {
|
|
"$ref": "parameters/vendor.json#/vendoridPathParam"
|
|
},
|
|
"checkout_id_pp": {
|
|
"$ref": "parameters/checkout.json#/checkout_id_pp"
|
|
},
|
|
"match": {
|
|
"name": "_match",
|
|
"in": "query",
|
|
"required": false,
|
|
"description": "Matching criteria",
|
|
"type": "string",
|
|
"enum": [
|
|
"contains",
|
|
"exact",
|
|
"starts_with",
|
|
"ends_with"
|
|
]
|
|
},
|
|
"order_by": {
|
|
"name": "_order_by",
|
|
"in": "query",
|
|
"required": false,
|
|
"description": "Sorting criteria",
|
|
"type": "array",
|
|
"collectionFormat": "pipes",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"page": {
|
|
"name": "_page",
|
|
"in": "query",
|
|
"required": false,
|
|
"description": "Page number, for paginated object listing",
|
|
"type": "integer"
|
|
},
|
|
"per_page": {
|
|
"name": "_per_page",
|
|
"in": "query",
|
|
"required": false,
|
|
"description": "Page size, for paginated object listing",
|
|
"type": "integer"
|
|
},
|
|
"fundidPathParam": {
|
|
"$ref": "parameters/fund.json#/fundidPathParam"
|
|
}
|
|
}
|