DF0074: JSON-Render Schema Is Asynchronous
Message
JSON-render view "
{id}" uses an asynchronous Standard Schema.
Cause
JSON-render view creation and updates are synchronous, while the configured Standard Schema returned a promise.
Fix
Use a synchronous Standard Schema for JSON-render specs.
Source
packages/json-render/src/node/create-view.ts—validateSpec()rejects promise-returning validators.