Skip to content

Commit 57f1acb

Browse files
Merge pull request #210052 from msjasteppe/iot-minor-updates
Minor code edit in template.
2 parents 2845692 + aa573f1 commit 57f1acb

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)