Types#

openfactory.schemas.filelayer.types.StorageBackend#

Union of all supported storage backend schemas with type-based discrimination.

This is a type alias for all known storage backend schemas, used for validation and parsing based on the type discriminator field.

alias of Annotated[NFSBackendConfig | LocalBackendConfig, FieldInfo(annotation=NoneType, required=True, description=’Discriminator field to select the correct storage backend schema’, discriminator=’type’)]