Bug 22615: Add /ill_backends endpoint
[koha-equinox.git] / api / v1 / swagger / definitions / ill_backend.json
1 {
2   "type": "object",
3   "properties": {
4     "ill_backend_id": {
5       "type": "string",
6       "description": "Internal ILL backend identifier"
7     },
8     "capabilities": {
9       "type": "object",
10       "description": "List of capabilities"
11     }
12   }
13 }