Audit Schema Annotations - JarrodCTaylor/schema-cartographer GitHub Wiki

Audit Schema Annotations

To ensure your schema is properly annotated run the audit script. This will identify missing namespaces, references, etc.

clojure -m schema-cartographer.core -r "us-east-1" -s "my-system" -d "ice-cream-shop" --audit
# Or providing a client-file
clojure -m schema-cartographer.core -c "doc/client-file.edn" -d "ice-cream-shop" --audit

The results are logged to the console.