Skip to content

Instantly share code, notes, and snippets.

@4n70w4
Created June 29, 2018 20:36
Show Gist options
  • Save 4n70w4/fd58b3273461c57e5289e3fb587be71e to your computer and use it in GitHub Desktop.
Save 4n70w4/fd58b3273461c57e5289e3fb587be71e to your computer and use it in GitHub Desktop.
swagger: "2.0"
responses:
ApiResponse:
description: "Response"
schema:
$ref: "#/definitions/ApiResponse"
definitions:
ApiResponse:
type: object
properties:
test:
type: integer
default: 0
test2:
type: string
default: 0
paths:
/test:
get:
responses:
200:
$ref: "#/responses/ApiResponse"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment