diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 0000000..1997df5 --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,37 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: klass + title: KLASS + description: + Spring Boot applications that handles classifications for SSB. Klass provides a REST api that clients can use to read classifications, and a Vaadin frontend for maintaining classifications. + tags: + - dapla + - metadata + - java + - classification + - codelist + annotations: + github.com/project-slug: statisticsnorway/klass +spec: + type: service + owner: dapla-metadata-developers + lifecycle: production + system: metadata + providesApis: + - klass-api +--- +apiVersion: backstage.io/v1alpha1 +kind: API +metadata: + name: klass-api + description: REST api that clients can use to read classifications + links: + - url: https://data.ssb.no/api/klass/v1/api-guide.html +spec: + type: openapi + lifecycle: production + owner: dapla-metadata-developers + system: metadata + definition: + $text: . \ No newline at end of file