Skip to content

Commit 1b893ad

Browse files
committed
Add backstage catalog file
1 parent 6ef5ae6 commit 1b893ad

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is used for DeepL's internal systems; people outside DeepL can ignore it.
2+
3+
apiVersion: backstage.io/v1alpha1
4+
kind: API
5+
metadata:
6+
name: deepl-public-api
7+
namespace: default
8+
description: Definition of the API format of the public translation API
9+
spec:
10+
type: openapi
11+
lifecycle: production
12+
owner: api-and-client-libraries-team
13+
system: deepl-translate
14+
definition:
15+
$text: ./openapi.yaml

0 commit comments

Comments
 (0)