Create openapi.yaml

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2024-07-09 13:46:08 -04:00
parent c118dcda83
commit 8cdc0aad49
@@ -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: