_FieldKind
Index
Enumeration members
LEAF
A scalar value extracted by one leaf selector.
LIST_MODEL
A list of items. Maps to a container selector plus relative sub-selectors.
LIST_OF_LISTS
Unsupported: a list nested inside a list.
LIST_SCALAR
A list or set of scalars extracted by one leaf selector matching many nodes.
LIST_UNION
Unsupported: a list of a union type (a match cannot pick a member).
MAPPING
Unsupported: a dict-typed field.
NESTED_MODEL
A single nested model. Maps to a container selector plus relative sub-selectors.
UNSUPPORTED
Unsupported: any other parametrized annotation (tuple, set, ...).
The selector-mapping shape of a single schema field.