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:
ExecutedObsUnitCreateExecutedObsUnitUpdateExecutedObsUnitResponseExecutedObsUnitDetail
Data File Schemas:
RawDataFileCreateRawDataFileResponseRawDataPackageCreateRawDataPackageResponse
Transfer Schemas:
TransferOverviewResponseDataTransferResponse
Authentication Schemas:
UserResponseAPITokenCreateAPITokenResponse
See Swagger UI at /docs for complete schema documentation with examples.