generated from ministryofjustice/hmpps-template-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog-info.yaml
45 lines (43 loc) · 1.33 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
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: hmpps-assess-risks-and-needs
title: Assess Risks And Needs
description: |
Digital Service for ongoing offender risk and needs assessments,
gathering offender risks and needs information,
calculating risk scores, showing changes over time
spec:
owner: group:hmpps-assessments
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: hmpps-assess-risks-and-needs
title: Risks and Needs Service
description: Risks and Needs business logic, authoritative source for risk and needs data for offenders
tags:
- kotlin
- spring-boot
spec:
type: service
owner: group:hmpps-assessments
system: system:hmpps-assess-risks-and-needs # system defined in hmpps-assess-risks-and-needs
lifecycle: production
providesApis:
- api:hmpps-risks-and-needs
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: hmpps-risks-and-needs
title: Risks and Needs API
description: Risks and Needs business API, authoritative source for risk and needs data for offenders
spec:
type: openapi
lifecycle: production
owner: group:hmpps-assessments
system: system:hmpps-assess-risks-and-needs # system defined in hmpps-assess-risks-and-needs
definition:
$text: https://assess-risks-and-needs-dev.hmpps.service.justice.gov.uk/v3/api-docs