mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
try improve json schema tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"baseEnum<caret>": "one"
|
||||
"baseEnu<caret>m": "one"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"properties": {
|
||||
"smth": {
|
||||
"$ref" : "https://myurl#/properties/baseEnum<caret>"
|
||||
"$ref" : "https://myurl#/properties/base<caret>Enum"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user