We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e266d46 + e86e5cf commit a251b47Copy full SHA for a251b47
jsonschema-core.xml
@@ -188,7 +188,13 @@
188
</list>
189
</t>
190
<t>
191
- Whitespace and formatting concerns are thus outside the scope of JSON Schema.
+ Whitespace and formatting concerns, including different lexical
192
+ representations of numbers that are equal within the data model, are thus
193
+ outside the scope of JSON Schema. JSON Schema vocabularies that wish
194
+ to work with such differences in lexical representations SHOULD define
195
+ keywords to precisely interpret formatted strings within the data model
196
+ rather than relying on having the original JSON representation Unicode
197
+ characters available.
198
199
200
Since an object cannot have two properties with the same key, behavior for a
0 commit comments