bughelp wanted
Metriche repository
- Star
- (10.781 star)
- Metriche merge PR
- (Merge medio 15h 36m) (3 PR mergiate in 30 g)
Descrizione
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
}