From 3c49e1700aca5c9d4417019b7e854ec0fb5a7e92 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Fri, 26 Jan 2018 16:18:36 -0600 Subject: [PATCH] Uploaded by https://stackedit.io/ --- articles/prism/validation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/articles/prism/validation.md b/articles/prism/validation.md index d5f28da..8c8e680 100644 --- a/articles/prism/validation.md +++ b/articles/prism/validation.md @@ -61,8 +61,9 @@ _Stoplight's visual editior makes it really easy to debug reqeust/response. If l ![](../../assets/gifs/validation-todos-prism-verify.gif) -8. Let's get rid of this validation error because we don't have control over the API implementation, we have to update our specification. Navigate to the `todos.oas2` file, and let's update the `Todo Full`, just delete the user property and hit save. -9. Let's resend a request to `GET /todos` and inspect the results. This time `Sl-Valid` is `true`. Awesome, we now have a valid spec and API. +8. Let's get rid of this validation error. We don't have control over the API implementation so we have to update our specification. +9. Navigate to the `todos.oas2` file and update the `Todo Full`, just delete the user property and hit save. +10. Let's resend a request to `GET /todos` and inspect the results. This time `Sl-Valid` is `true`. Awesome, we now have a valid spec and API. ![](../../assets/gifs/validation-todos-prism-done.gif) @@ -98,5 +99,5 @@ You now have a fully functional prism contract server. We have created a public For the more experienced Prism user, we have set up some advanced prism instances in the official Stoplight Next [Prism Project](https://next.stoplight.io/stoplight/prism). \ No newline at end of file