-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalog-info.yaml
52 lines (50 loc) · 1.58 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
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: hmpps-interventions
title: HMPPS Refer and monitor an intervention
description: Refer and monitor an intervention for people on probation or in custody
spec:
owner: group:hmpps-interventions-dev
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
circleci.com/project-slug: github/ministryofjustice/hmpps-interventions-service
sentry.io/project-slug: interventions-service-prod
name: hmpps-interventions-service
title: Intervention service
description: Domain API for tracking the lifecycle of CRS (Commissioned Rehabilitative Services) interventions and services
links:
- url: https://hmpps-interventions-service-dev.apps.live-1.cloud-platform.service.justice.gov.uk/meta/schema/
title: Data dictionary
tags:
- kotlin
- spring-boot
spec:
type: service
owner: group:hmpps-interventions-dev
system: system:hmpps-interventions
lifecycle: production
providesApis:
- api:hmpps-interventions
consumesApis:
- api:hmpps-risks-and-needs
- api:hmpps-community
- api:hmpps-auth
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: hmpps-interventions
title: Intervention API
description: Domain API for tracking the lifecycle of CRS (Commissioned Rehabilitative Services) interventions and services
spec:
type: openapi
lifecycle: production
owner: group:hmpps-interventions-dev
system: system:hmpps-interventions
definition:
$text: https://hmpps-interventions-service-dev.apps.live-1.cloud-platform.service.justice.gov.uk/v3/api-docs