josdejong/jsoneditor

Autocompletion: supporting self references

Open

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

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

描述

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
    }

貢獻者指南

Autocompletion: supporting self references · josdejong/jsoneditor#1450 | Good First Issue