Bug 28272: Prevent api spec to accept extra parameters
[koha.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   "additionalProperties": false
14 }