Skip to content

Instantly share code, notes, and snippets.

@slavaschmidt
Created November 22, 2015 11:37
Show Gist options
  • Save slavaschmidt/fe9fcab28437bee910c8 to your computer and use it in GitHub Desktop.
Save slavaschmidt/fe9fcab28437bee910c8 to your computer and use it in GitHub Desktop.
---
swagger: '2.0'
info:
version: 0.0.0
title: API
paths:
/api:
post:
parameters:
- in: body
name: foo
schema:
$ref: '#/definitions/foo'
responses:
200:
description: response
definitions:
foo:
type: object
properties:
foo:
$ref: '#/definitions/foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment