Expand description
ODCS exporter for generating ODCS v3.1.0 YAML from data models.
This module exports data models to ODCS (Open Data Contract Standard) v3.1.0 format only. Legacy ODCL formats are no longer supported for export.
The exporter uses struct-based serialization via ODCSContract to ensure consistent
key ordering in the YAML output, which produces stable git diffs.
Structsยง
- ODCS
Exporter - Exporter for ODCS (Open Data Contract Standard) v3.1.0 YAML format.