FieldDescriptionRecord
PackageReified.Schema
Describes one field of a model schema for inspection interpreters.
Fields
| Name | Type | Description |
|---|---|---|
| Name | Name | The boundary-facing external field name. |
| Order | Order | The zero-based field order used for trusted construction and ordered interpreter output. |
| Schema | Schema | The description of the field's value schema. |
| Constraints | Constraints | The constraint descriptions attached at the field level, in declaration order. |
| Supply | Supply | The boundary supply declaration attached at the field level, when one was made. |