From 9361d56bd8c480c8ed965caca062ba89c1014ffe Mon Sep 17 00:00:00 2001 From: Oleksandra Podhurska Date: Fri, 4 Oct 2024 14:27:16 +0300 Subject: [PATCH] Added Geometry Relation for Point --- Source/DTDLv2/Brick/Point/Point.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Source/DTDLv2/Brick/Point/Point.json b/Source/DTDLv2/Brick/Point/Point.json index a5b554435..d8c6d7a25 100644 --- a/Source/DTDLv2/Brick/Point/Point.json +++ b/Source/DTDLv2/Brick/Point/Point.json @@ -739,6 +739,18 @@ }, "name": "isPointOf", "writable": true + }, + { + "@type": "Relationship", + "description": { + "en": "Polygon representing the spatial extent of this Space." + }, + "displayName": { + "en": "geometry" + }, + "name": "geometry", + "target": "dtmi:org:w3id:rec:Geometry;1", + "writable": true } ], "displayName": {