Last active
September 17, 2017 15:16
-
-
Save owenconti/5613ed9cd305eae8660eb00f211e5483 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
swagger: "2.0" | |
info: | |
version: 0.0.0 | |
title: test | |
paths: {} | |
definitions: | |
ModelInteger: | |
title: My Integer Title | |
type: integer | |
ModelObject: | |
title: My Object Title | |
type: object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment