A model response constrained to a machine-readable shape.
Why it matters
A predictable shape lets product systems route, render, and evaluate model results. It should be treated as a contract for form, not a guarantee that the content is true or safe.
Use it well
Validate the response at the application boundary.
Define fallbacks for missing or invalid fields.
Keep business rules outside the model where possible.