"""Pydantic schemas, split per domain. Phase 1 refactor target: the monolithic ``compliance.api.schemas`` module (1899 lines) is being decomposed into one module per domain under this package. Until every domain has been migrated, ``compliance.api.schemas`` re-exports from here so existing imports continue to work unchanged. New code MUST import from the specific domain module (e.g. ``from compliance.schemas.dsr import DSRRequestCreate``) rather than from ``compliance.api.schemas``. """