Add support for oneOf and allOf

Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
Dominik Henneke
2021-04-29 10:36:53 +02:00
parent 23769512a3
commit 08e32cf913
3 changed files with 116 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder': patch
---
Support anyOf schemas in the scaffolder template
Support `anyOf`, `oneOf` and `allOf` schemas in the scaffolder template.