dagu
dagu copied to clipboard
DAG validation with JSON schema in YAML editor
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.