-
Notifications
You must be signed in to change notification settings - Fork 8
/
RegistryOffice+profiles.yaml
45 lines (41 loc) · 1.22 KB
/
RegistryOffice+profiles.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
profiles:
- profile-name: 'ActionProfile'
uuid: '^[a-z]{2,6}-([0-9]+)-([0-9]+)-([0-9]+)-action-p-[0-9]{3}$'
capability:
operation-name: string
label: string
input-value-list:
- field-name: string
unit: string
display-in-new-browser-window: boolean
configuration:
consequent-operation-reference: string
- profile-name: 'GenericResponseProfile'
uuid: '^[a-z]{2,6}-([0-9]+)-([0-9]+)-([0-9]+)-response-p-[0-9]{3}$'
capability:
operation-name: string
static-field-name: string
field-name-reference: string
description: string
datatype: string
configuration:
static-value: string
value-reference: string
- profile-name: 'FileProfile'
uuid: '^[a-z]{2,6}-([0-9]+)-([0-9]+)-([0-9]+)-file-p-[0-9]{3}$'
capability:
file-identifier: string
file-description: string
configuration:
file-name: string
operation: string
- profile-name: 'IntegerProfile'
uuid: '^[a-z]{2,6}-([0-9]+)-([0-9]+)-([0-9]+)-integer-p-[0-9]{3}$'
capability:
integer-name: string
purpose: string
unit: string
minimum: integer
maximum: integer
configuration:
integer-value: integer