Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovemycodesnippets/6f79757a5fa5f067f7a1d107df198978 to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/6f79757a5fa5f067f7a1d107df198978 to your computer and use it in GitHub Desktop.
Example: OpenAPI Overlay adds a license to an OpenAPI description:
overlay: 1.0.0
info:
title: Add MIT license
version: 1.0.0
actions:
- target: '$.info'
update:
license:
name: MIT
url: https://opensource.org/licenses/MIT
@DavidBiesack
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment