Skip to content

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

Released under the MIT License.