josdejong/jsoneditor

Autocompletion: supporting self references

开放

#1,450 创建于 2022年7月7日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (2,078 个派生)batch import
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
    }

贡献者指南