Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 290 Bytes

Check EMQX Schema Spelling

emqx_schema_validate path/to/schema.json

Run in docker

Mount dict files (.txt suffix) to /dicts/ dir.

docker run --rm -v path/to/dicts:/dicts \
    -v path/to/schema.json:/schema.json \
    ghcr.io/emqx/emqx-schema-validate:0.4.0 /schema.json