syndicate_utils/assertions.prs

11 lines
369 B
Plaintext
Raw Normal View History

2024-01-09 18:49:54 +00:00
version 1.
FileSystemUsage = <file-system-usage @path string @size int>.
2024-01-14 10:52:17 +00:00
# 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.
2024-02-05 22:48:21 +00:00
Pulse = <pulse @periodSec float @proxy #!any>.
2024-01-20 13:28:36 +00:00
XmlTranslation = <xml-translation @xml string @pr any>.