Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
f597462c
Commit
f597462c
authored
Sep 13, 2021
by
Aman Verma
Committed by
David Diederich
Sep 13, 2021
Browse files
Fixing the schema resolver related Unit tests
(cherry picked from commit
42aae118
)
parent
f34b15fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
schema-core/src/test/resources/test_schema/resolvedSchemaWithDefinition.json
View file @
f597462c
...
...
@@ -486,6 +486,16 @@
}
]
},
"id"
:
{
"oneOf"
:
[
{
"type"
:
"number"
},
{
"type"
:
"string"
}
]
},
"type"
:
{
"type"
:
"string"
,
"enum"
:
[
...
...
schema-core/src/test/resources/test_schema/resolvedSchemaWithRefInsideDefinationBlock.json
View file @
f597462c
...
...
@@ -491,6 +491,16 @@
}
]
},
"id"
:
{
"oneOf"
:
[
{
"type"
:
"number"
},
{
"type"
:
"string"
}
]
},
"type"
:{
"type"
:
"string"
,
"enum"
:[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment