-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
60 lines (55 loc) · 1.5 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# SPDX-FileCopyrightText: 2023 Zextras <https://www.zextras.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbonio-tasks-ce
title: Carbonio Tasks CE service
description: Service that allows to manage tasks and set a reminder for them.
tags:
- java
- backend
links:
- url: https://github.com/Zextras/carbonio-tasks-ce/blob/develop/README.md
title: README
spec:
type: service
lifecycle: production
owner: shuffled-waffles
providesApis:
- carbonio-tasks-ce-rest-api
- carbonio-tasks-ce-graphql-api
dependsOn:
- component:carbonio-user-management
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-tasks-ce-rest-api
title: Carbonio Tasks CE REST APIs
description: |
Carbonio Tasks Community Edition REST APIs. It contains the description of the health APIs.
tags:
- rest
spec:
type: openapi
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-tasks-ce/blob/develop/core/src/main/resources/api/rest.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-tasks-ce-graphql-api
title: Carbonio Tasks CE GraphQL APIs
description: Carbonio Tasks Community Edition GraphQL APIs.
tags:
- graphql
spec:
type: graphql
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-tasks-ce/blob/develop/core/src/main/resources/api/schema.graphql