Skip to content

Commit

Permalink
Merge pull request #43 from open205/csbtweaks
Browse files Browse the repository at this point in the history
Added IEEE754 note to Numeric data type definition
  • Loading branch information
nealkruis authored Apr 27, 2021
2 parents 135a571 + d1f1679 commit 4888da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-source/ASHRAE205.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4888da3

Please sign in to comment.