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.