From 2104082fc20153f140e1f551a580a104e7a8d824 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Fri, 8 Sep 2023 17:40:17 +1200 Subject: [PATCH] remove 'mathematical integers' section --- jsonschema-core.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jsonschema-core.md b/jsonschema-core.md index af32acd2..cd84c6be 100644 --- a/jsonschema-core.md +++ b/jsonschema-core.md @@ -365,14 +365,6 @@ values described in the data model. Be aware, however, that some languages and JSON parsers may not be able to represent in memory the full range of values describable by JSON. -### Mathematical Integers {#integers} - -Some programming languages and parsers use different internal representations -for floating point numbers than they do for integers. - -For consistency, integer JSON numbers SHOULD NOT be encoded with a fractional -part. - ### Regular Expressions {#regex} Keywords MAY use regular expressions to express constraints, or constrain the