You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the reminder! The PR has been merged and this feature has been successfully implemented. @vhespanha, I appreciate your great contribution!
Overview
Add the JSON schema-based validation to the DAG(YAML) editor.
JSON schema
The schema file is available at:
https://raw.githubusercontent.com/daguflow/dagu/main/schemas/dag.schema.json
Implementation
Configure react-monaco-editor to use the provided JSON schema file. The component to modify is here.
The text was updated successfully, but these errors were encountered: