$ref (as local file)
- Viewer
 - resolverOptions
 - JSON Schema
 
Loading ....
{
  resolvers: {
    http: {
      resolve: function anonymous() { /* function body */ },
    },
    https: {
      resolve: function anonymous() { /* function body */ },
    },
  },
}
{
  "type": "object",
  "properties": {
    "externalProp": {
      "$ref": "https://raw.githubusercontent.com/jy95/docusaurus-json-schema-plugin/main/testsite/static/schemas/examples/array/tuples.json"
    }
  }
}