From c506276fe288748e54e2e65d601cf49eb6550342 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Sat, 21 Mar 2026 11:05:35 -0400 Subject: [PATCH 1/2] SWI-2827: add component.yaml --- .bandwidth/component.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .bandwidth/component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 000000000000..896f5fc35552 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: openapi-generator + description: OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) + annotations: + github.com/project-slug: Bandwidth/openapi-generator + organization: BW + costCenter: Development - Software Infra +spec: + type: Service + owner: github/band-swi + lifecycle: Available From 6b48af9a25666092b379dd9f05d35903abe6875a Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Sat, 21 Mar 2026 11:05:35 -0400 Subject: [PATCH 2/2] SWI-2827: add catalog-info.yaml --- .bandwidth/catalog-info.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bandwidth/catalog-info.yaml diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 000000000000..c508567133e3 --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: openapi-generator-location + description: Links to additional entities in the openapi-generator repository. + annotations: + github.com/project-slug: Bandwidth/openapi-generator +spec: + targets: + - ./component.yaml