josdejong / josdejong/jsoneditor

Autocompletion: supporting self references

Open
#1,450 1 comment 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
12.3k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

Hi,

Look like self references are not supported by the schema autocompletion feature. For example, on `self` key in the example below:
```
{
"type": "object",
"properties": {
"self": {
"$ref": "#"
},
"bar": {
"type": "string",
"enum": [
"A",
"B"
]
}
},
"additionalProperties": false
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.