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: