ModelSpecSpecified
Define application data models once — entities, properties, and enums in a compact HCL format.
Why
Every layer of a system re-declares the same data shapes. A single, neutral model definition should feed code generation, validation, and documentation.
Connects to
GraphSpec entities point at ModelSpec models (model: modelspec:///…); the
dependency is deliberately one-directional.
What it makes possible
Data shapes defined once, referenced everywhere — the entity layer of the spec stack.
In the graph
- ModelSpec connects GraphSpec — model: refs