Skip to main content

Module schema

Module schema 

Source

Modules§

v211
v221

Enums§

Cardinality
The minimum number of elements an array must contain.
Integrity
The integrity of a field. Building an IR value is infallible. Every field ends in one of these states rather than aborting the build. The detail behind Err (the kind mismatch, the invalid value) is recorded in the accompanying warning::Set.
Presence
Whether a field must be present in its containing object.
Warning
A structural problem found while validating a JSON document against a [Schema].