SchemaDescriptionRecord

PackageReified.Schema
Describes one value schema: its shape, declared format, and portable constraint metadata.

Fields

NameTypeDescription
ShapeShapeThe structural shape of the value.
FormatFormatThe declared boundary format, when one was attached with Schema.withFormat.
ConstraintsConstraintsThe constraint descriptions attached to this value schema layer, in declaration order.
SupplySupplyThe boundary supply declaration attached to this layer, when one was made.
DescriptionDescriptionThe description metadata, when one was attached with Schema.describe.
DefaultDefaultThe default-value metadata, when one was attached with Schema.withDefault.