Skip to content

Instantly share code, notes, and snippets.

@awhiteside1
Last active March 5, 2022 19:38
Show Gist options
  • Save awhiteside1/09b2e85682204cf271f94d9621b2912e to your computer and use it in GitHub Desktop.
Save awhiteside1/09b2e85682204cf271f94d9621b2912e to your computer and use it in GitHub Desktop.
Domains
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: life-insurance
title: Life Insurance
description: Everything related to Life Insurance
spec:
owner: product
partOf: product-offers
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: product-offers
title: Product Offers
description: Everything related to the offers we support through our network
links:
- url: https://evenfinancial.com/developer-center/guides/product-offers
title: Current Offer Types
spec:
owner: product
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: public
description: The Even API
spec:
type: openapi
lifecycle: production
owner: api
definition:
$text: https://even-api-reference.s3.amazonaws.com/releases/branches/master/latest/open-api/public/spec.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment