josdejong/jsoneditor

Autocompletion: supporting self references

Open

#1,450 建立於 2022年7月7日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (2,034 fork)batch import
bughelp wanted

倉庫指標

Star
 (10,781 star)
PR 合併指標
 (平均合併 15小時 36分鐘) (30 天內合併 3 個 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
    }

貢獻者指南