Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created June 1, 2022 11:09
Show Gist options
  • Save ponelat/bf266bcad7609511492313e2b58f6182 to your computer and use it in GitHub Desktop.
Save ponelat/bf266bcad7609511492313e2b58f6182 to your computer and use it in GitHub Desktop.
Minimal
swagger: '2.0'
info:
title: Minimum OAS 2.0 definition
version: 1.0.0
paths:
/foo:
get:
responses:
'200':
description: ok.
openapi: 3.0.3
info:
title: Minimum OAS 3.0 definition
version: 1.0.0
paths:
/foo:
get:
responses:
'200':
description: ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment