-
Notifications
You must be signed in to change notification settings - Fork 6
/
ignoreSchemaList.json
114 lines (114 loc) · 2.56 KB
/
ignoreSchemaList.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"name": "Egress",
"version": "*"
},
{
"name": "Site",
"version": "*"
},
{
"name": "BuildingSpacePlanning",
"version": "*"
},
{
"name": "PlantBreakdownFunctional",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessPipingPhysical",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessPipingFunctional",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessEquipmentFunctional",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessEquipmentPhysical",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessInstrumentationFunctional",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "ProcessInstrumentationPhysical",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "PidGraphical",
"version": "*",
"reason": "WIP 2.0 version of a process schema"
},
{
"name": "SchemaLocalizationCustomAttributes",
"version": "01.00.00",
"reason": "Not approved for release in inventory"
},
{
"name": "Asset",
"version": "01.00.00",
"reason": "Not approved for release in inventory"
},
{
"name": "Markup",
"version": "01.00.00",
"reason": "Not approved for release in inventory"
},
{
"name": "TestDistributionSystemConsumption",
"version": "01.00.00",
"reason": "It is test schema not an actual schema"
},
{
"name": "DgnV8OpenRoadsDesigner",
"version": "01.00.00",
"reason": "It is deprecated schema"
},
{
"name": "DgnV8OpenRoadsDesigner",
"version": "02.00.00",
"reason": "It is deprecated schema"
},
{
"name": "DgnV8OpenRoadsDesigner",
"version": "02.00.01",
"reason": "It is deprecated schema"
},
{
"name": "OpenBridgeModelerCE",
"version": "01.00.00",
"reason": "It is deprecated schema"
},
{
"name": "Construction",
"version": "01.00.00",
"reason": "Reference schemas CoreCustomAttributes and ECDbMap are missing"
},
{
"name": "Construction",
"version": "01.00.01",
"reason": "Reference schemas CoreCustomAttributes and ECDbMap are missing"
},
{
"name": "RoadRailAlignment",
"version": "02.00.00",
"reason": "Reference schema ECDbMap is missing"
},
{
"name": "RoadRailAlignment",
"version": "02.00.01",
"reason": "Reference schema ECDbMap is missing"
}
]