We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a0a86 commit a21e88dCopy full SHA for a21e88d
docs/USER_RECORD.md
@@ -89,6 +89,11 @@ synthesize and process with numerous programming languages. It's particularly
89
popular in the web communities, which hopefully should make it easy to link
90
user credential data from the web and from local systems more closely together.
91
92
+Please note that this specification assumes that JSON numbers may cover the full
93
+integer range of -2^63 … 2^64-1 without loss of precision (i.e. INT64_MIN …
94
+UINT64_MAX). Please read, write and process user records as defined by this
95
+specification only with JSON implementations that provide this number range.
96
+
97
## General Structure
98
99
The JSON user records generated and processed by systemd follow a general
0 commit comments