try improve json schema tests

This commit is contained in:
irengrig
2016-06-06 13:57:52 +02:00
parent 6259a6bb6e
commit 2e1cadb5b1
2 changed files with 2 additions and 2 deletions
@@ -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"
}
}
}