Rename schema imports to jsonSchema and remove stale changeset

Rename the JSON schema imports in kind definitions from `schema` to
`jsonSchema` to enable shorthand property syntax. Also remove the
stale scaffolder-backend changeset since that package no longer has
changes in this PR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-04-14 15:44:11 +02:00
parent ca54251763
commit 3e291ae523
10 changed files with 27 additions and 32 deletions
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Integrated the Template kind model layer with the catalog model registry service.