Skip to content

Commit 50893ed

Browse files
authored
Merge pull request #1437 from json-schema-org/gregsdennis/integers
remove 'mathematical integers' section
2 parents 49e58a5 + 2104082 commit 50893ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

jsonschema-core.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,6 @@ values described in the data model. Be aware, however, that some languages and
378378
JSON parsers may not be able to represent in memory the full range of values
379379
describable by JSON.
380380

381-
### Mathematical Integers {#integers}
382-
383-
Some programming languages and parsers use different internal representations
384-
for floating point numbers than they do for integers.
385-
386-
For consistency, integer JSON numbers SHOULD NOT be encoded with a fractional
387-
part.
388-
389381
### Regular Expressions {#regex}
390382

391383
Keywords MAY use regular expressions to express constraints, or constrain the

0 commit comments

Comments
 (0)