d4f9e294b249961e1f9c1320c1c98ec279464265
[koha-ffzg.git] / api / v1 / swagger / definitions / erm_agreement_document.yaml
1 ---
2 type: object
3 properties:
4   document_id:
5     type: integer
6     description: internally assigned identifier
7     readOnly: true
8   agreement_id:
9     type: integer
10     description: Internal agreement identifier
11   file_name:
12     type:
13       - string
14       - "null"
15     description: Name of the file
16   file_type:
17     type:
18       - string
19       - "null"
20     description: Name of the file
21   file_description:
22     type:
23       - string
24       - "null"
25     description: Description of the file
26   file_content:
27     type:
28       - string
29       - "null"
30     description: Content of the file
31   uploaded_on:
32     type:
33       - string
34       - "null"
35     format: date-time
36     description: Datetime of the upload
37   file_type:
38     type:
39       - string
40       - "null"
41     description: Name of the file
42   physical_location:
43     type:
44       - string
45       - "null"
46     description: Physical location of the document
47   uri:
48     description: URI of the document
49     type:
50       - string
51       - "null"
52   notes:
53     type:
54       - string
55       - "null"
56 additionalProperties: false