dagu icon indicating copy to clipboard operation
dagu copied to clipboard

DAG validation with JSON schema in YAML editor

Open yohamta opened this issue 6 months ago • 2 comments

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.

yohamta avatar Aug 08 '24 01:08 yohamta