capturegraph.api_models
#
CaptureGraph API Models#
Shared Pydantic models for the CaptureGraph server API.
These models define the contract between: - capturegraph-server (produces responses) - capturegraph-sync (consumes responses)
The manifest types (FileManifest, ProcedureManifest) remain in capturegraph.data.load.manifest as dataclasses with Dacite support for their default dictionary behavior.
Modules:
| Name | Description |
|---|---|
paths |
CaptureGraph API Path Models |
responses |
CaptureGraph API Response Models |