Skip to content

Audit Schema Annotations

Jarrod edited this page Mar 25, 2021 · 1 revision

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.