We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
I'd like to take a look at this one, can you assign?
Sorry, something went wrong.
Opened a draft PR, if the approach I took for the implementation seems correct, I can further enhance it.
PR #659
vhespanha
No branches or pull requests
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: