REQ-SELF-PYDANTIC-001 inconclusive blocking since 0.1.0
Statement: All core models shall use Pydantic v2 BaseModel with full type annotations.
Rationale: Type-safe data models are the foundation of the vnvspec API.
Verification Method: test
Last Checked: Never
Acceptance Criteria
- Every model class inherits from pydantic.BaseModel.
- model_validate() and model_dump_json() round-trip without data loss.
Evidence
No evidence collected for this requirement.