Skip to content

Instantly share code, notes, and snippets.

@shockey
Created June 14, 2018 23:09
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 shockey/c3ac9d0b8708111fcb9161c48bf8eb0c to your computer and use it in GitHub Desktop.
Save shockey/c3ac9d0b8708111fcb9161c48bf8eb0c to your computer and use it in GitHub Desktop.
openapi: '3.0.1'
info:
title: 'Title'
version: 1.0.0
paths:
/path:
post:
responses:
'201':
description: 'description'
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
properties:
json:
type: object
example:
a: string
properties:
a:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment