Created
March 25, 2020 16:50
-
-
Save casualjim/c646eafed6a525088dda008a349973ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: | |
title: Example | |
version: 1.0.0 | |
schemes: | |
- http | |
swagger: "2.0" | |
paths: | |
/foo: | |
get: | |
responses: | |
200: | |
description: All ok. | |
headers: | |
bar: | |
type: string | |
x-nullable: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment