diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetComponent.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetComponent.json index 655246856feb..a04df0474eca 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetComponent.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetComponent.json @@ -8,24 +8,10 @@ "200": { "body": { "$metadata": { - "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -36,13 +22,7 @@ }, "component1": { "$metadata": { - "$model": "dtmi:com:example:interfaces:subInterfaceName;1", "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } } diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetTwin.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetTwin.json index 7dce0f94a6e8..a64c036dcb37 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetTwin.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/GetTwin.json @@ -10,22 +10,9 @@ "$metadata": { "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -36,13 +23,7 @@ }, "component1": { "$metadata": { - "$model": "dtmi:com:example:interfaces:subInterfaceName;1", "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } } diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/PutTwinAdvancedExample.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/PutTwinAdvancedExample.json index 7639f575e1dc..63dcc7c0cc9c 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/PutTwinAdvancedExample.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2020-05-31-preview/examples/PutTwinAdvancedExample.json @@ -27,22 +27,9 @@ "$metadata": { "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -53,13 +40,7 @@ }, "component1": { "$metadata": { - "$model": "dtmi:com:example:interfaces:subInterfaceName;1", "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } } diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetComponent.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetComponent.json index 3bfbe8c87b49..733c357f7622 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetComponent.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetComponent.json @@ -8,24 +8,10 @@ "200": { "body": { "$metadata": { - "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -37,11 +23,6 @@ "component1": { "$metadata": { "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } } diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetTwin.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetTwin.json index dd68f5b7d31a..2e19bf65ef9c 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetTwin.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/GetTwin.json @@ -10,22 +10,9 @@ "$metadata": { "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -37,11 +24,6 @@ "component1": { "$metadata": { "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } } diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/PutTwinAdvancedExample.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/PutTwinAdvancedExample.json index e52e9481e53b..a20ccfdb304f 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/PutTwinAdvancedExample.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2020-10-31/examples/PutTwinAdvancedExample.json @@ -25,22 +25,9 @@ "$metadata": { "$model": "dtmi:com:example:interfaces:interfaceName;1", "property1": { - "desiredValue": 1, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" }, "property2": { - "desiredValue": { - "subProperty1": "some value", - "subProperty2": "some other value" - }, - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }, @@ -52,11 +39,6 @@ "component1": { "$metadata": { "componentProperty": { - "desiredValue": "some value", - "desiredVersion": 1, - "ackVersion": 1, - "ackCode": 200, - "ackDescription": "description", "lastUpdateTime": "2020-05-23T21:44:02Z" } }