Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Created December 28, 2020 16:17
Show Gist options
  • Save mathis-m/34a8390bc56473c6e6f80086519cfe38 to your computer and use it in GitHub Desktop.
Save mathis-m/34a8390bc56473c6e6f80086519cfe38 to your computer and use it in GitHub Desktop.
openapi: 3.0.1
info:
title: Example Swagger
version: '1.0'
servers:
- url: /api/v1
paths:
/street:
get:
tags:
- street
responses:
200:
description: Some
/street/number:
get:
tags:
- streetNumber
responses:
200:
description: Some
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment