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
5c0dcd35
Commit
5c0dcd35
authored
Jul 24, 2020
by
Vilem Ded
Browse files
allowing NULL in elu-core schema fields
parent
5c85dc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata_tools/resources/elu-core.json
View file @
5c0dcd35
...
...
@@ -19,16 +19,16 @@
"type"
:
"string"
},
"description"
:
{
"type"
:
"string"
"type"
:
[
"string"
,
"null"
]
},
"elu_accession"
:
{
"type"
:
"string"
"type"
:
[
"string"
,
"null"
]
},
"elu_uuid"
:
{
"type"
:
"string"
"type"
:
[
"string"
,
"null"
]
},
"other_external_id"
:
{
"type"
:
"string"
"type"
:
[
"string"
,
"null"
]
},
"contacts"
:
{
"type"
:
"array"
,
...
...
@@ -62,7 +62,7 @@
"minItems"
:
1
,
"uniqueItems"
:
true
,
"items"
:
{
"type"
:
"string"
"type"
:
[
"string"
,
"null"
]
}
}
},
...
...
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