DF0073: JSON-Render Spec Does Not Match Its Schema
JSON-render view "{id}" does not match its configured schema: {issues}
Message
JSON-render view "{id}" does not match its configured schema:{issues}
Cause
The spec failed the optional Standard Schema supplied when the JSON-render view was created. The same schema guards the initial spec and every update.
Fix
Match the authored spec to the configured schema before creating or updating the view.
Source
packages/json-render/src/node/create-view.ts—validateSpec()throws this before shared state changes.