Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
metadata-tools
Commits
9c2515b8
Commit
9c2515b8
authored
Jul 23, 2020
by
Vilem Ded
Browse files
fixing references so each object is validated separately
parent
9e9cb376
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata_tools/resources/elu-institution.json
View file @
9c2515b8
...
...
@@ -2,10 +2,10 @@
"description"
:
"ELIXIR Luxembourg Partner Schema"
,
"title"
:
"A JSON Schema for describing partners institutes."
,
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"
array
"
,
"
items
"
:
{
"type"
:
"
object
"
,
"
allOf
"
:
[
{
"$ref"
:
"#/definitions/elu:partner"
},
}
]
,
"definitions"
:
{
"elu:partner"
:
{
"type"
:
"object"
,
...
...
metadata_tools/resources/elu-project.json
View file @
9c2515b8
...
...
@@ -2,10 +2,10 @@
"description"
:
"ELIXIR Luxembourg Projects Schema"
,
"title"
:
"A JSON Schema for describing biomedical research Projects."
,
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"
array
"
,
"
items
"
:
{
"type"
:
"
object
"
,
"
allOf
"
:
[
{
"$ref"
:
"#/definitions/elu:project"
},
}
]
,
"definitions"
:
{
"elu:project"
:
{
"type"
:
"object"
,
...
...
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