22 lines
534 B
YAML
22 lines
534 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: petstore
|
|
# This is an extra long description with Markdown
|
|
description: |
|
|
[The Petstore](http://petstore.example.com) is an example API used to show features of the OpenAPI spec.
|
|
- First item
|
|
- Second item
|
|
links:
|
|
- url: https://github.com/swagger-api/swagger-petstore
|
|
title: GitHub Repo
|
|
icon: github
|
|
spec:
|
|
type: service
|
|
lifecycle: experimental
|
|
owner: team-c
|
|
providesApis:
|
|
- petstore
|
|
- streetlights
|
|
- hello-world
|