forked from openBackhaul/ApplicationPattern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplicationPattern+profiles.yaml
More file actions
58 lines (51 loc) · 1.53 KB
/
ApplicationPattern+profiles.yaml
File metadata and controls
58 lines (51 loc) · 1.53 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
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-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