---
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-system
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
  name: examples
spec:
  owner: guests
---
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: Athena
  annotations:
    backstage.io/techdocs-ref: dir:.
spec:
  type: documentation
  lifecycle: production
  owner: guests
  system: examples
  providesApis: []
---
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
  name: AthenaAPIs
  description: A collection of Athena APIs
spec:
  targets:
    - ./api/example.yaml