You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unevaluatedProperties works by collecting any properties that are successfully validated when processing the schemas and using those as the allowed list of properties.
So that could be part of the problem.
Uzlopak
changed the title
Unable to use shema inheritence
Unable to use s hema inheritence
Jan 30, 2025
Uzlopak
changed the title
Unable to use s hema inheritence
Unable to use schema inheritence
Jan 30, 2025
Prerequisites
Fastify version
5.2
Plugin version
5.2.0
Node.js version
22.9
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
debian 12
Description
Schemas using model inheritance are not working correctly.
This schema
Will not render correctly in the UI
Link to code that reproduces the bug
https://github.com/mikaelkaron/json-schema-inherit-error/tree/fastify
Expected Behavior
Schema inheritance to work as expected
The text was updated successfully, but these errors were encountered: