From 8cdc0aad49276794eb99d8003538220394bff9c6 Mon Sep 17 00:00:00 2001 From: solimant Date: Tue, 9 Jul 2024 13:46:08 -0400 Subject: [PATCH] Create openapi.yaml Signed-off-by: solimant --- plugins/scaffolder-backend/src/schema/openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/scaffolder-backend/src/schema/openapi.yaml diff --git a/plugins/scaffolder-backend/src/schema/openapi.yaml b/plugins/scaffolder-backend/src/schema/openapi.yaml new file mode 100644 index 0000000000..9a2a1e19bc --- /dev/null +++ b/plugins/scaffolder-backend/src/schema/openapi.yaml @@ -0,0 +1,12 @@ +openapi: 3.0.3 +info: + title: scaffolder + version: '1' + description: The Backstage backend plugin that provides the Backstage scaffolder + license: + name: Apache-2.0 + url: http://www.apache.org/licenses/LICENSE-2.0.html + contact: {} +servers: + - url: / +components: