bughelp wanted
Métriques du dépôt
- Stars
- (10 781 stars)
- Métriques de merge PR
- (Merge moyen 15h 36m) (3 PRs mergées en 30 j)
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
}