Patch Changes
-
be0ba03: fix(schema-viewer): add support for oneOf and anyOf JSON Schema keywords
- Add handling for
anyOfin processSchema function (was missing entirely) - Fix
oneOfrendering to show selected variant's properties instead of merged properties - Add variant selector UI for nested
oneOf/anyOfwithin properties - Add support for
oneOf/anyOfin array items - Show variant type indicator ("anyOf" or "oneOf") in property type display
Fixes #1965
- Add handling for
-
141a126: chore(core): updated astro versions