Created
December 28, 2020 16:17
-
-
Save mathis-m/34a8390bc56473c6e6f80086519cfe38 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
openapi: 3.0.1 | |
info: | |
title: Example Swagger | |
version: '1.0' | |
servers: | |
- url: /api/v1 | |
paths: | |
/street: | |
get: | |
tags: | |
- street | |
responses: | |
200: | |
description: Some | |
/street/number: | |
get: | |
tags: | |
- streetNumber | |
responses: | |
200: | |
description: Some |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment