From 453b28e40f50db1f47045b39484c98e024e3ca08 Mon Sep 17 00:00:00 2001 From: Oleksandra Podhurska Date: Tue, 19 Mar 2024 10:10:56 +0200 Subject: [PATCH] Application agent improvement --- .../DTDLv2/RealEstateCore/Agent/Application.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Source/DTDLv2/RealEstateCore/Agent/Application.json diff --git a/Source/DTDLv2/RealEstateCore/Agent/Application.json b/Source/DTDLv2/RealEstateCore/Agent/Application.json new file mode 100644 index 00000000..e070e285 --- /dev/null +++ b/Source/DTDLv2/RealEstateCore/Agent/Application.json @@ -0,0 +1,14 @@ +{ + "@id": "dtmi:org:w3id:rec:Application;1", + "@type": "Interface", + "description": { + "en": "A software application." + }, + "displayName": { + "en": "Application" + }, + "extends": "dtmi:org:w3id:rec:Agent;1", + "@context": [ + "dtmi:dtdl:context;2" + ] +} \ No newline at end of file