Files
docs/articles/modeling/openapi-validation.md
Ross McDonald 3d17366009 Add Spec Validation (#117)
* Add first version of spec validation article.

* Update validate-spec.md

* Rename validate-spec -> openapi-validation. Update OAS -> OpenAPI. Add callout regarding v3 support. Add related section at bottom.

* use a blockquote + latest markdown annotation idea
2018-02-01 12:33:38 -06:00

736 B

OpenAPI Validation

OpenAPI validation is the process of verifying the underlying OpenAPI file syntax by making sure it conforms to the OpenAPI Specification requirements provided by the OpenAPI Initiative. Stoplight immediately validates any changes done to a spec to ensure they are in the correct format prior to being saved.

Stoplight currently supports the OpenAPI v2 specification. We are working on support for OpenAPI v3, and should have more information in the coming months.


Related