Merge pull request #33930 from backstage/remove-portable-schema-deprecated-prop

frontend-plugin-api: remove deprecated PortableSchema .schema property
This commit is contained in:
Patrik Oldsberg
2026-04-16 21:51:39 +02:00
committed by GitHub
13 changed files with 29 additions and 117 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': minor
---
**BREAKING**: Removed the deprecated property form of `PortableSchema.schema`. The `schema` member is now a plain method that must be called as `schema()` — direct property access like `schema.type` or `schema.properties` is no longer supported.