Skip to content

Commit 306493f

Browse files
authored
Add ontology field to Conversion V2 examples (#17673)
1 parent b5d7781 commit 306493f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

specification/maps/data-plane/Creator/preview/2.0/examples/conversion/Conversion_Get.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"udid": "31838736-8b84-11ea-bc55-0242ac130003",
1212
"created": "5/19/2020 9:00:00 AM +00:00",
1313
"description": "User provided description.",
14+
"ontology": "facility-2.0",
1415
"featureCounts": {
1516
"directoryInfo": 1,
1617
"level": 3,

specification/maps/data-plane/Creator/preview/2.0/examples/conversion/Conversion_List.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"udid": "31838736-8b84-11ea-bc55-0242ac130003",
1313
"created": "5/19/2020 9:00:00 AM +00:00",
1414
"description": "User provided description.",
15+
"ontology": "facility-2.0",
1516
"featureCounts": {
1617
"directoryInfo": 1,
1718
"level": 3,
@@ -25,16 +26,18 @@
2526
{
2627
"conversionId": "2acf7d32-8b84-11ea-bc55-0242ac130003",
2728
"udid": "1214bc58-8b84-11ea-bc55-0242ac1300039",
28-
"created": "5/19/2020 9:00:00 AM +00:00",
29+
"created": "5/20/2020 11:30:00 AM +00:00",
2930
"description": "User provided description.",
31+
"ontology": "facility-2.0",
3032
"featureCounts": {
33+
"structure": 614,
3134
"directoryInfo": 1,
32-
"level": 3,
35+
"level": 2,
3336
"facility": 1,
34-
"unit": 150,
35-
"category": 8,
36-
"areaElement": 0,
37-
"opening": 10
37+
"unit": 461,
38+
"category": 30,
39+
"verticalPenetration": 8,
40+
"opening": 270
3841
}
3942
}
4043
]

0 commit comments

Comments
 (0)