Skip to content

Commit aa573f1

Browse files
committed
Minor code edit in template.
1 parent a08d2e6 commit aa573f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 08/31/2022
8+
ms.date: 09/02/2022
99
ms.author: jasteppe
1010
---
1111

@@ -62,8 +62,7 @@ If you're using Azure IoT Hub Device SDKs, you can still use the JsonPathContent
6262
"templateType": "IotJsonPathContentTemplate",
6363
"template": {
6464
"typeName": "heartrate",
65-
"typeMatchExpression": "$..[?(@Body.heartRate)]",
66-
"timestampExpression": "$.endDate",
65+
"typeMatchExpression": "$..[?(@Body.heartRate)]"
6766
"values": [
6867
{
6968
"required": "true",

0 commit comments

Comments
 (0)