step
This commit is contained in:
21
components/petstore-component.yaml
Normal file
21
components/petstore-component.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user