Created
April 13, 2016 11:14
-
-
Save mtsmfm/02f9a231ac83762945f57e9d5d07fea0 to your computer and use it in GitHub Desktop.
Swagger Code Generator Error
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
| --- | |
| swagger: '2.0' | |
| info: | |
| version: 0.0.0 | |
| title: Simple API | |
| paths: | |
| /: | |
| get: | |
| responses: | |
| 200: | |
| description: OK | |
| schema: | |
| "$ref": "#/definitions/User" | |
| definitions: | |
| User: | |
| type: | |
| - string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment