Skip to content

Instantly share code, notes, and snippets.

@javabrett
Last active August 4, 2018 22:33
Show Gist options
  • Save javabrett/c7d69f342b3829cc03c266eaaea19966 to your computer and use it in GitHub Desktop.
Save javabrett/c7d69f342b3829cc03c266eaaea19966 to your computer and use it in GitHub Desktop.
swagger: "2.0"
tags:
- users
parameters:
- in: path
name: username
type: string
required: true
responses:
200:
description: A single user item
schema:
id: rec_username
properties:
username:
type: string
description: The name of the user
default: 'steve-harris'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment