File tree Expand file tree Collapse file tree
Source/DTDLv2/RealEstateCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "schema" : " string" ,
3030 "writable" : true
3131 },
32+ {
33+ "@type" : " Property" ,
34+ "displayName" : {
35+ "en" : " colour"
36+ },
37+ "name" : " colour" ,
38+ "schema" : " string" ,
39+ "writable" : true
40+ },
3241 {
3342 "@type" : " Property" ,
3443 "displayName" : {
283292 "name" : " servicedBy" ,
284293 "target" : " dtmi:org:w3id:rec:Agent;1" ,
285294 "writable" : true
295+ },
296+ {
297+ "@type" : " Relationship" ,
298+ "displayName" : {
299+ "en" : " warranty"
300+ },
301+ "name" : " warranty" ,
302+ "target" : " dtmi:org:w3id:rec:Warranty;1" ,
303+ "writable" : true
286304 }
287305 ],
288306 "description" : {
Original file line number Diff line number Diff line change 1+ {
2+ "@id" : " dtmi:org:w3id:rec:Warranty;1" ,
3+ "@type" : " Interface" ,
4+ "extends" : " dtmi:org:w3id:rec:Event;1" ,
5+ "description" : {
6+ "en" : " Represents warranty information for an asset."
7+ },
8+ "displayName" : {
9+ "en" : " Warranty"
10+ },
11+ "@context" : [
12+ " dtmi:dtdl:context;2"
13+ ]
14+ }
You can’t perform that action at this time.
0 commit comments