forked from openBackhaul/ApplicationPattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ApplicationPattern+profiles.yaml
46 lines (40 loc) · 1.17 KB
/
ApplicationPattern+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
46
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:
request: 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-path: string
user-name: string
password: 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
unit: string
minimum: integer
maximum: integer
configuration:
integer-value: integer
- profile-name: 'StringProfile'
uuid: '^[a-z]{2,6}-([0-9]+)-([0-9]+)-([0-9]+)-string-p-[0-9]{3}$'
capability:
string-name: string
enumeration: array
pattern: string
configuration:
string-value: string
## TODO: Add further Profile definitions, if required