missing_sentinel_schema
Returns a schema for the MISSING sentinel.
def missing_sentinel_schema(
metadata: dict[str, Any] | None = None,
serialization: SerSchema | None = None
) - > MissingSentinelSchema
Returns a schema for the MISSING sentinel.
Parameters
| Name | Type | Description |
|---|---|---|
| metadata | `dict[str, Any] | None` = None |
| serialization | `SerSchema | None` = None |
Returns
| Type | Description |
|---|---|
MissingSentinelSchema | A schema configuration object representing the missing sentinel type, used for handling undefined or omitted values. |