app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Robustly support schema references via URL

Open joelgallant opened this issue 3 years ago • 1 comments

Detect and resolve $ref properties that point to http/s URLs. This is useful for databases like schemastore.

This would be implemented in schema.ts, in resolveExternalSchemas. Detect URLs like we detect filepaths, fetch JSON and add it to schema references in the same way. Have to do this recursively as well.

joelgallant avatar Nov 25 '20 14:11 joelgallant