Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created August 27, 2019 08:39
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 ponelat/4e8753b838836e016933b575d3c1515a to your computer and use it in GitHub Desktop.
Save ponelat/4e8753b838836e016933b575d3c1515a to your computer and use it in GitHub Desktop.
Minimal OpenAPI definition
{"openapi": "3.0.0", "info": { "version": "1.0.0", "title": "Minimal" }, "paths": {} }
openapi: 3.0.0
info:
version: 1.0.0
title: Minimal
paths: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment