-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-meta-data.txt
56 lines (47 loc) · 1.35 KB
/
app-meta-data.txt
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
CIM
meta data about CIMI models
controls the CIM tool
# modeling patterns
#
# pattern name
# model or list of models to specialize
Select a pattern from the list of CIMI models
selecting one of the models from anywhere within the tree is too overwhelming
{
'observation':
{
'model-name':'observation_result',
'model':'CIMI-CORE-ITEM_GROUP.observation_result.v1.0.0.json',
'elements-to-hide':
{
'Subject of information': true,
'Cluster': true,
'Element': true,
'item': true
}
},
'procedure':
{
'model-name':'???',
'model':'CIMI-CORE-ITEM_GROUP.???.v1.0.0.json',
'elements-to-hide':
{
'Subject of information': true,
'Cluster': true,
'Element': true,
'item': true
}
},
'assertion':
{
'model-name':'???',
'model':'CIMI-CORE-ITEM_GROUP.???.v1.0.0.json',
'elements-to-hide':
{
'Subject of information': true,
'Cluster': true,
'Element': true,
'item': true
}
}
}