Module output

Source
Expand description

Implementation of json schema output formats specified in https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.12.2

Currently the “basic” formats is supported. The main contribution of this module is Output::basic. See the documentation of that method for more information.

Structs§

Annotations
Annotations associated with an output unit.
ErrorDescription
An error associated with an OutputUnit
Output
The output format resulting from the application of a schema.
OutputUnit
A reference to a place in a schema and a place in an instance along with some value associated to that place.

Enums§

BasicOutput
The “basic” output format. See the documentation for Output::basic for examples of how to use this.