Output a JSON schema from the .well-known metadata endpoint

Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
Harry Hogg
2022-09-29 09:27:53 +01:00
parent 9fe88c4fab
commit eec3f766f2
4 changed files with 44 additions and 1 deletions
+2 -1
View File
@@ -41,7 +41,8 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"zod": "^3.11.6"
"zod": "^3.11.6",
"zod-to-json-schema": "^3.18.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",