diff --git a/catalog-info.yaml b/catalog-info.yaml index 5f7020f..7c61ef7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -2,7 +2,7 @@ # https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html apiVersion: backstage.io/v1alpha1 -kind: "" +kind: Component metadata: name: 'xblock-skill-tagging' description: "Django app plugin for fetching and verifying tags for xblock skills." @@ -13,20 +13,9 @@ metadata: # component. openedx.org/arch-interest-groups: "" spec: - - # (Required) This can be a group(`group:` or a user(`user:`) - owner: "" - - # (Required) Acceptable Type Values: service, website, library - type: '' - - # (Required) Acceptable Lifecycle Values: experimental, production, deprecated - lifecycle: 'experimental' - - # (Optional) The value can be the name of any known component. - subcomponentOf: '' - - # (Optional) An array of different components or resources. + owner: group:2u-xblockskilltagging-maintainers + type: 'library' + lifecycle: 'production' dependsOn: - - '' - - '' + - 'edx-platform' + - 'taxonomy-connector'