Files
openide/json/tests/testData/spellchecker/WithSchema.json
Sergey Simonchik a2f03dcd20 json: do not check spelling in enum values matched by JSON Schema
GitOrigin-RevId: 27e45de3a1f5bdc87400c199a35eec9f6a71786d
2022-02-02 10:38:24 +00:00

8 lines
136 B
JSON

{
"$schema": "./Schema.json",
"qwertyuiop": "a",
"bugagahjkl": "ququhjkl",
"booxxxxmoo": "a",
"<TYPO>qwertyzop</TYPO>": "b"
}