Patch Changes
- 31ffbd9: fix: render JSON Schema array-valued
typecorrectly inSchemaViewer. Types declared as arrays (e.g.["object", "null"]) now display asobject | nullinstead ofobjectnull, and nested properties/array items are still traversable when the type is a union.