Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created July 9, 2022 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndemic/24e2340f0e7c26154d910c9d94ce42f3 to your computer and use it in GitHub Desktop.
Save johndemic/24e2340f0e7c26154d910c9d94ce42f3 to your computer and use it in GitHub Desktop.
backstage
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: balances-api
description: Retrieve account balances
spec:
type: openapi
lifecycle: production
owner: acmefinancial
system: acme-engagement-portal
definition: |
openapi: "3.0.0"
info:
version: 1.0.0
title: Account Balance API
license:
name: MIT
servers:
- url: http://artist.spotify.net/v1
paths:
/balances:
get:
summary: List all balances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment