Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created August 24, 2017 13:34
Show Gist options
  • Select an option

  • Save ponelat/ca16535d66fe45c4230594e44d6db9cc to your computer and use it in GitHub Desktop.

Select an option

Save ponelat/ca16535d66fe45c4230594e44d6db9cc to your computer and use it in GitHub Desktop.
valid 3.0.0 spec
openapi: 3.0.0
info:
version: 1.0.0
title: Limoncello 3.0.0
paths:
/limoncello:
get:
summary: Update a limoncello
requestBody:
description: Request type of limoncello
content:
application/json:
schema:
type: object
responses:
200:
description: I'll respond with a
content:
text/plain:
schema:
type: string
example: "Limoncello!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment