Pedro Amorim
50909d2266
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
15 lines
314 B
YAML
15 lines
314 B
YAML
---
|
|
type: object
|
|
properties:
|
|
ill_backend_id:
|
|
type: string
|
|
description: Internal ILL backend identifier
|
|
capabilities:
|
|
type: object
|
|
description: List of capabilities
|
|
statuses:
|
|
type: array
|
|
description: existing statuses
|
|
items:
|
|
$ref: ill_status.yaml
|
|
additionalProperties: false
|