Expand description
GFF schema types for field validation. Schema types for GFF field validation.
Defines GffType, FieldSchema, and the GffSchema trait used to
associate engine-derived field schemas with typed GFF resource wrappers.
These types live in rakata-formats (next to GffValue)
so both rakata-generics (schema provider) and rakata-lint (schema consumer)
can depend on them without circular imports.
Structs§
- Field
Schema - Schema definition for a single GFF field.
Enums§
- Field
Constraint - A numeric boundary constraint for engine value truncation/clamping.
- GffType
- Expected GFF field type, mirroring the variants of
GffValue.
Traits§
- GffSchema
- Trait providing the engine-derived field schema for a GFF resource type.
Functions§
- gff_
value_ type - Map a
GffValuevariant to its correspondingGffType.