-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
32 lines (29 loc) · 1.29 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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "dataproduct-new"
namespace: broda-group-software
title: "Data Product New"
description: "Data Product New Description"
# labels:
# annotations:
tags: ["tag-1"]
# links:
spec:
# Reserved fields
type: data-product
lifecycle: "experimental"
owner: "user:guest"
system: "system-1"
subcomponentOf: "parent-1"
providesApis: ["somePublishedAPI"]
consumesApis: ["someConsumedAPI"]
dependsOn: ["component:dataproduct-001"]
# Custom fields
# GitHub REST API: "https://api.github.com/repos/ericbroda/data-mesh-product-new/contents/specification-license.yaml"
licenseSpecification: "https://github.com/ericbroda/data-mesh-product-new/blob/master/specification-license.yaml"
apiSpecification: "https://github.com/ericbroda/data-mesh-product-new/blob/master/specification-api.yaml"
querySpecification: "https://github.com/ericbroda/data-mesh-product-new/blob/master/specification-query.yaml"
eventSpecification: "https://github.com/ericbroda/data-mesh-product-new/blob/master/specification-event.yaml"
# Sample for schemas: https://datahubproject.io/docs/metadata-service (Retrieving Entity Aspects section)
schemaSpecification: "https://github.com/ericbroda/data-mesh-product-new/blob/master/specification-schema.json"