Skip to content

Commit a155a0c

Browse files
committed
Add server info
1 parent ef4de8b commit a155a0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.OpenApi.Hidi.Tests/UtilityFiles/docWithReusableHeadersAndExamples.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ openapi: 3.0.1
22
info:
33
title: Example with Multiple Operations and Local $refs
44
version: 1.0.0
5+
servers:
6+
- url: https://api.github.com
57
paths:
68
/items:
79
get:

0 commit comments

Comments
 (0)