Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Last active January 25, 2021 10:42
Show Gist options
  • Save vedashree29296/41c267b8f759bc5fd3f50e5863dfa965 to your computer and use it in GitHub Desktop.
Save vedashree29296/41c267b8f759bc5fd3f50e5863dfa965 to your computer and use it in GitHub Desktop.
OpenAPI spec header
openapi: 3.0.1 # Open API version
info: # General information
title: Pet Adoption
version: 1.0.0
description: API for Go Chronicles microservice series
tags:
- name: Pet
description: Add and list Pets
# all services will be
# defined under "paths"
paths:
.......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment