# Schemas Reference Pydantic schemas for request/response validation. Schemas are defined in `ccat_ops_db_api/schemas.py`. For complete schema definitions, see the interactive API documentation at `/docs` or inspect the source code. ## Key Schema Categories **Observation Schemas**: - `ExecutedObsUnitCreate` - `ExecutedObsUnitUpdate` - `ExecutedObsUnitResponse` - `ExecutedObsUnitDetail` **Data File Schemas**: - `RawDataFileCreate` - `RawDataFileResponse` - `RawDataPackageCreate` - `RawDataPackageResponse` **Transfer Schemas**: - `TransferOverviewResponse` - `DataTransferResponse` **Authentication Schemas**: - `UserResponse` - `APITokenCreate` - `APITokenResponse` See Swagger UI at `/docs` for complete schema documentation with examples.