bughelp wanted
仓库指标
- 星标
- (12,263 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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
}