DEV Community

Jordan Walsh
Jordan Walsh

Posted on

Quickly Testing your Custom Spectral Rules

I recently started playing with Spectral for validating OpenAPI & AsyncAPI specifications against a common set of rules.

Whilst Spectral is a very powerful tool, the experience of actually writing the rules (and getting them correct) had a steep learning curve.

I found a lot of code based testers and validators that did help, but there was no open source online editor to help write and validate your rules - so I built one!

Governance Rules Playground

Check out my Governance Rules Playground here - https://governance-rules-playground.postmansolutions.com/

Have a look and let me know if you find it useful in writing your Spectral rules.

Github Repo: https://github.com/postman-solutions-eng/governance-rules-playground

Top comments (0)