Bug 29620: Move the OpenAPI spec to YAML format
[koha.git] / api / v1 / swagger / definitions / patron_extended_attribute.yaml
1 ---
2 type: object
3 properties:
4   extended_attribute_id:
5     description: Internal ID for the extended attribute
6     type: integer
7   type:
8     description: Extended attribute type
9     type: string
10   value:
11     description: Extended attribute value
12     type:
13       - string
14 additionalProperties: false
15 required:
16   - type
17   - value