Replace automatic YAML parsing when importing with raw string import
Replace loadSchema with describeSchema that flexibly accepts a schema or a schema reference and returns the requested schema alongside formatted YAML (to preserve comments, etc.)
Define SchemaListing component that allows toggling between yaml/json
Update SchemaViewer to display listing in separate tab from interactive collapsibles
loadSchema
withdescribeSchema
that flexibly accepts a schema or a schema reference and returns the requested schema alongside formatted YAML (to preserve comments, etc.)Screenshot