Skip to content

Commit af8142b

Browse files
committed
minor fix.
1 parent 186cffd commit af8142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-devguide-device-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The [Azure IoT device SDKs](iot-hub-devguide-sdks.md) make it easy to use the pr
240240

241241
Tags, desired properties, and reported properties are JSON objects with the following restrictions:
242242

243-
* All keys in JSON objects are UTF-8 encoded, case-sensitive, and up-to 64 bytes in length. Allowed characters exclude UNICODE control characters (segments C0 and C1), and `.`, `$`, and SP.
243+
* All keys in JSON objects are UTF-8 encoded, case-sensitive, and up-to 1 KB in length. Allowed characters exclude UNICODE control characters (segments C0 and C1), and `.`, `$`, and SP.
244244

245245
* All values in JSON objects can be of the following JSON types: boolean, number, string, object. Arrays are not allowed. The maximum value for integers is 4503599627370495 and the minimum value for integers is -4503599627370496.
246246

0 commit comments

Comments
 (0)