I built a tool which uses JSONschema for validating custom policy documents as part of a GitHub Action pipeline. The documents get processed for updating HashiCorp Vault, and being able to validate/restrict fields like "email address domain" keeps InfoSec happy.
Part of my motivation to build the tool was to learn more about JSONschema.
Part of my motivation to build the tool was to learn more about JSONschema.