8738203119
Remove the deprecated property form of PortableSchema.schema, keeping only the method form. The schema member is now a plain method that must be called as schema() rather than accessed as a property. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
297 B
297 B
@backstage/frontend-plugin-api
| @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.