Home/aeat package/aeat.domain package/aeat.domain.calculations package/aeat.domain.calculations.registry package/aeat.domain.calculations.registry._schema_input_kind module aeat.domain.calculations.registry._schema_input_kind module¶ Input-kind schema axis for registry casillas. class InputKind(*values)[source]¶ Bases: StrEnum Registry-authoritative classification of how a casilla value is supplied. MANUAL¶ BOUND¶ COMPUTED¶ INFORMATIONAL¶ InputKindValue¶ Annotated InputKind that coerces TOML string literals to enum members. alias of Annotated[InputKind, BeforeValidator(func=_coerce_input_kind, json_schema_input_type=PydanticUndefined)]