diff --git a/Ontology/Willow/Space/Outdoor Area/OutdoorArea.json b/Ontology/Willow/Space/Outdoor Area/OutdoorArea.json index 0a099ead..89d2a182 100644 --- a/Ontology/Willow/Space/Outdoor Area/OutdoorArea.json +++ b/Ontology/Willow/Space/Outdoor Area/OutdoorArea.json @@ -11,6 +11,14 @@ "dtmi:com:willowinc:Space;1" ], "contents": [ + { + "@type": "Component", + "displayName": { + "en": "address" + }, + "name": "address", + "schema": "dtmi:com:willowinc:Address;1" + }, { "@type": "Property", "name": "type", @@ -19,6 +27,69 @@ }, "writable": true, "schema": "string" + }, + { + "@type": "Component", + "name": "timeZone", + "displayName": { + "en": "Time Zone" + }, + "schema": "dtmi:com:willowinc:TimeZone;1" + }, + { + "@type": "Property", + "name": "coordinates", + "displayName": { + "en": "Coordinates" + }, + "writable": true, + "schema": { + "@id": "dtmi:com:willowinc:OutdoorAreaCoordinates;1", + "@type": "Object", + "fields": [ + { + "name": "latitude", + "displayName": { + "en": "Latitude" + }, + "schema": "double" + }, + { + "name": "longitude", + "displayName": { + "en": "Longitude" + }, + "schema": "double" + } + ] + } + }, + { + "@type": "Property", + "name": "constructionStartDate", + "displayName": { + "en": "Construction Start Date" + }, + "writable": true, + "schema": "date" + }, + { + "@type": "Property", + "name": "constructionCompletionDate", + "displayName": { + "en": "Construction Completion Date" + }, + "writable": true, + "schema": "date" + }, + { + "@type": "Property", + "name": "dateOpened", + "displayName": { + "en": "Date Opened" + }, + "writable": true, + "schema": "date" } ], "@context": [ diff --git a/Ontology/Willow/Space/Substructure/Substructure.json b/Ontology/Willow/Space/Substructure/Substructure.json index c8914571..4aa4dc4d 100644 --- a/Ontology/Willow/Space/Substructure/Substructure.json +++ b/Ontology/Willow/Space/Substructure/Substructure.json @@ -11,6 +11,14 @@ "dtmi:com:willowinc:Space;1" ], "contents": [ + { + "@type": "Component", + "displayName": { + "en": "address" + }, + "name": "address", + "schema": "dtmi:com:willowinc:Address;1" + }, { "@type": "Property", "name": "type",