Line 0
Link Here
|
|
|
1 |
--- |
2 |
type: object |
3 |
properties: |
4 |
vendor_interface_id: |
5 |
description: Internally assigned vendor interface identifier |
6 |
type: integer |
7 |
vendor_id: |
8 |
description: Internally assigned vendor identifier |
9 |
type: integer |
10 |
type: |
11 |
description: Type of the interface, authorised value VENDOR_INTERFACE_TYPE |
12 |
type: string |
13 |
name: |
14 |
description: Name of the interface |
15 |
type: string |
16 |
uri: |
17 |
description: URI of the interface |
18 |
type: string |
19 |
login: |
20 |
description: Login to be used for the interface |
21 |
type: string |
22 |
password: |
23 |
description: Hashed password |
24 |
type: string |
25 |
account_email: |
26 |
description: Account email |
27 |
type: string |
28 |
notes: |
29 |
description: Interface notes |
30 |
type: string |
31 |
additionalProperties: false |