Skip to content

Instantly share code, notes, and snippets.

@jccguimaraes
Created February 27, 2019 00:52
Show Gist options
  • Save jccguimaraes/82c0b677d7b27d79e7057a2e495ed4ad to your computer and use it in GitHub Desktop.
Save jccguimaraes/82c0b677d7b27d79e7057a2e495ed4ad to your computer and use it in GitHub Desktop.
Content of `./open-api/index.yaml`:
openapi: 3.0.2
tags:
- name: capture
info:
$ref: './info.yaml'
paths:
$ref: './paths.yaml'
components:
$ref: './components.yaml'
security:
- X-Api-Key: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment