$ref (as local file)
- Viewer
- resolverOptions
- JSON Schema
Loading ....
{
resolvers: {
file: {
resolve: function anonymous() { /* function body */ },
},
},
}
{
"type": "object",
"properties": {
"externalProp": {
"$ref": "../array/tuples.json"
}
}
}