From f6ff1956bc20c7852f6f24ddf068ee6d44cfa97b Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 9 Sep 2025 13:42:15 -0400 Subject: Clarify that .7 is not allowed as a Float --- site/spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/spec.html b/site/spec.html index 805dcd1..d5da143 100644 --- a/site/spec.html +++ b/site/spec.html @@ -497,6 +497,7 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St (e.g. 3e5, 3.E-5, -3.7e+5). Excessive leading zeroes are not permitted (0.0 is allowed, but not 00.0). White space around the number is not permitted. + The decimal point (if one is present) must be preceded by a digit. A leading + (or, of course, -) is permitted.
  • 'value' — -- cgit v1.2.3