From d1f1679b805a6ccad2d7cae85a477a2e8591e7c8 Mon Sep 17 00:00:00 2001 From: Charles Barnaby Date: Tue, 27 Apr 2021 14:16:59 -0400 Subject: [PATCH] Added IEEE754 note to Numeric data type definition --- schema-source/ASHRAE205.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-source/ASHRAE205.schema.yaml b/schema-source/ASHRAE205.schema.yaml index 6a8a8fd..73a6f2a 100644 --- a/schema-source/ASHRAE205.schema.yaml +++ b/schema-source/ASHRAE205.schema.yaml @@ -25,7 +25,7 @@ Integer: Numeric: Object Type: "Data Type" - Description: "A number that may include a fractional part with optional leading sign and optional exponent (engineering notation)." + Description: "A number that may include a fractional part with optional leading sign and optional exponent (engineering notation). Numeric values are conveyed in CBOR files in IEEE 754[@IEEE754] binary64 format without rounding." JSON Schema Type: number Examples: - "3.43"