Skip to content

Commit

Permalink
Adding sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkarcher-msft authored Oct 21, 2020
1 parent 9b6b3b2 commit aaa2307
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
25 changes: 25 additions & 0 deletions client/examples/Floor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"@id": "dtmi:example:Floor;1",
"@type": "Interface",
"displayName": "Floor",
"@context": "dtmi:dtdl:context;2",
"contents": [
{
"@type": "Relationship",
"name": "contains",
"displayName": "contains",
"properties": [
{
"name": "ownershipUser",
"@type":"Property",
"schema": "string"
},
{
"name": "ownershipDepartment",
"@type":"Property",
"schema": "string"
}
]
}
]
}
18 changes: 18 additions & 0 deletions client/examples/Room.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"@id": "dtmi:example:Room;1",
"@type": "Interface",
"displayName": "Room",
"contents": [
{
"@type": "Property",
"name": "Temperature",
"schema": "double"
},
{
"@type": "Property",
"name": "Humidity",
"schema": "double"
}
],
"@context": "dtmi:dtdl:context;2"
}
Binary file added client/examples/buildingScenario.xlsx
Binary file not shown.

0 comments on commit aaa2307

Please sign in to comment.