diff --git a/articles/modeling/openapi-validation.md b/articles/modeling/openapi-validation.md index 7cd7e69..2d0aa13 100644 --- a/articles/modeling/openapi-validation.md +++ b/articles/modeling/openapi-validation.md @@ -1,6 +1,6 @@ # OpenAPI Validation -![](../../assets/gifs/file-validation-oas-spec.gif) +![Looking at validation errors for OAS spec](https://github.com/stoplightio/docs/blob/develop/assets/gifs/file-validation-oas-spec.gif?raw=true) ## What OpenAPI validation is the process of verifying the underlying OpenAPI file syntax by making sure it conforms to the [OpenAPI Specification requirements](https://github.com/OAI/OpenAPI-Specification#the-openapi-specification) provided by the [OpenAPI Initiative](https://www.openapis.org/). Stoplight immediately validates any changes done to a spec to ensure they are in the correct format prior to being saved.