Skip to content

Instantly share code, notes, and snippets.

@dfinke
Last active March 29, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfinke/28384773db761adf9387fdf9b7521e96 to your computer and use it in GitHub Desktop.
Save dfinke/28384773db761adf9387fdf9b7521e96 to your computer and use it in GitHub Desktop.
swagger: "2.0"
info:
description: Octocat
title: Octocat
version: "1.0.0"
host: api.github.com
schemes:
- http
basePath: /
produces:
- application/json
consumes:
- application/json
paths:
/octocat:
get:
operationId: octocat_get
summary: OctoCat
responses:
'200':
description: OK
schema:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment