Skip to content

Instantly share code, notes, and snippets.

@esperancaJS
Created September 22, 2014 02:02
Show Gist options
  • Save esperancaJS/60e8dc82ac2c7f5246f1 to your computer and use it in GitHub Desktop.
Save esperancaJS/60e8dc82ac2c7f5246f1 to your computer and use it in GitHub Desktop.
# Example YAML for the bare minimum of required elements
swagger: 2.0
info:
version: "1.0.0"
title: petstore
paths:
/users:
get:
responses:
"200":
description: Describe the 200 response in more detail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment