Skip to main content

$ref (as local file)

JSON Schema :

{
"type": "object",
"properties": {
"externalProp": {
"$ref": "https://raw.githubusercontent.com/jy95/docusaurus-json-schema-plugin/main/testsite/static/schemas/examples/array/tuples.json"
}
}
}

resolverOptions :

{
resolvers: {
http: {
resolve: function anonymous() { /* function body */ },
},
https: {
resolve: function anonymous() { /* function body */ },
},
},
}

Viewer :

Loading ....