Skip to content

Commit 5e95b95

Browse files
committed
Remove unused properties
1 parent 1db98d4 commit 5e95b95

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/digital-twins/concepts-twins-graph.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,9 @@ When represented as a JSON object, a digital twin will display the following fie
7777
| --- | --- |
7878
| `$dtId` | A user-provided string representing the ID of the digital twin |
7979
| `$etag` | Standard HTTP field assigned by the web server |
80-
| `$conformance` | An enum containing the conformance status of this digital twin (*conformant*, *non-conformant*, *unknown*) |
8180
| `<property-name>` | The value of a property in JSON (`string`, number type, or object) |
8281
| `$relationships` | The URL of the path to the relationships collection. This field is absent if the digital twin has no outgoing relationship edges. |
8382
| `$metadata.$model` | [Optional] The ID of the model interface that characterizes this digital twin |
84-
| `$metadata.<property-name>.desiredValue` | [Only for writable properties] The desired value of the specified property |
85-
| `$metadata.<property-name>.desiredVersion` | [Only for writable properties] The version of the desired value |
86-
| `$metadata.<property-name>.ackVersion` | The version acknowledged by the device app implementing the digital twin |
87-
| `$metadata.<property-name>.ackCode` | [Only for writable properties] The `ack` code returned by the device app implementing the digital twin |
88-
| `$metadata.<property-name>.ackDescription` | [Only for writable properties] The `ack` description returned by the device app implementing the digital twin |
8983
| `<component-name>` | A JSON object containing the component's property values and metadata, similar to those of the root object. This object exists even if the component has no properties. |
9084
| `<component-name>.<property-name>` | The value of the component's property in JSON (`string`, number type, or object) |
9185
| `<component-name>.$metadata` | The metadata information for the component, similar to the root-level `$metadata` |

0 commit comments

Comments
 (0)