AWS iot-wireless documentation change
Summary
Fixed JSON syntax in examples by removing incorrect double quotes around string values
Security assessment
This change corrects JSON syntax in documentation examples. While incorrect syntax could cause implementation errors, there is no evidence this was related to a security vulnerability.
Diff
diff --git a/iot-wireless/latest/developerguide/sidewalk-json-get.md b/iot-wireless/latest/developerguide/sidewalk-json-get.md index b1b75c291..ea581c0cb 100644 --- a//iot-wireless/latest/developerguide/sidewalk-json-get.md +++ b//iot-wireless/latest/developerguide/sidewalk-json-get.md @@ -95 +95 @@ Running this command returns the parameters of your device profile, the applicat - "DeviceTypeId: "fe98", + "DeviceTypeId: fe98, @@ -168 +168 @@ Running this command returns the device details, device certificates, private ke - "DestinationName": "SidewalkLocationDestination", + "DestinationName": SidewalkLocationDestination,