mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-26 05:02:15 +03:00
* It's using `sys.argv`, not `argparse`. * Thus there's no `--help`. * Supply it with: 1) Filename of a schema definition, 2) filename of a full EDDN message text to test for compliance. * No output if both schema and message load *and* the message passes the schema. Else you'll get python exception output from `jsonschema.validate()`.