reuse-tool icon indicating copy to clipboard operation
reuse-tool copied to clipboard

Schema URL for `REUSE.toml`

Open cdwilson opened this issue 1 year ago • 0 comments

Is there a schema URL available for REUSE.toml? (ideally published at https://www.schemastore.org/json/)

For example, here's the directive I use at the top in my pyproject.toml (I'd like to add somethign similar to REUSE.toml:

#:schema https://json.schemastore.org/pyproject.json

This would enable completion and validation in editors like VS Code, and also enable validation in pre-commit/CI (e.g. with pre-commit hooks like https://github.com/python-jsonschema/check-jsonschema)

cdwilson avatar Aug 21 '24 00:08 cdwilson