From 4b0efd69aca287abfc0a6829c064f518b9e6a300 Mon Sep 17 00:00:00 2001 From: Dimitris Zorbas Date: Thu, 12 Sep 2024 13:44:27 +0300 Subject: [PATCH] Update spec fixture to test #635 --- test/support/encoded_schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/support/encoded_schema.json b/test/support/encoded_schema.json index 239f0aea..7d77ea03 100644 --- a/test/support/encoded_schema.json +++ b/test/support/encoded_schema.json @@ -403,6 +403,16 @@ "x-custom-info": { "codeowners": "team-rocker" }, + "servers": [ + { + "description": "production", + "url": "https://example.com/examples" + }, + { + "description": "staging", + "url": "https://staging.example.com/examples" + } + ], "operationId": "example-post-test", "callbacks": { "operationCallback": {