Schema floats are now BiggestFloat

This commit is contained in:
Emery Hemingway 2024-02-05 23:48:21 +01:00
parent 25d1e40990
commit 14c8459984
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ FileSystemUsage = <file-system-usage @path string @size int>.
# This assertion publishes a dataspace that proxies assertions with
# an exception for <Observe …> which is pulsed every periodSec.
# The pulse resolution is no more than one millisecond.
Pulse = <pulse @periodSec double @proxy #!any>.
Pulse = <pulse @periodSec float @proxy #!any>.
XmlTranslation = <xml-translation @xml string @pr any>.

View File

@ -4,7 +4,7 @@ import
type
Pulse* {.preservesRecord: "pulse".} = object
`periodSec`*: float64
`periodSec`*: BiggestFloat
`proxy`* {.preservesEmbedded.}: Value
XmlTranslation* {.preservesRecord: "xml-translation".} = object