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
90047c76
Commit
90047c76
authored
Jul 21, 2020
by
Vilem Ded
Browse files
fixing missing type keyword
parent
78dafb33
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata_tools/resources/elu-dataset.json
View file @
90047c76
...
...
@@ -36,8 +36,8 @@
"elu:storage"
:
{
"type"
:
"object"
,
"properties"
:
{
"platform"
:
"string"
,
"location"
:
"string"
,
"platform"
:
{
"type"
:
"string"
}
,
"location"
:
{
"type"
:
"string"
}
,
"accesses"
:
{
"type"
:
"array"
,
"items"
:
{
...
...
@@ -48,8 +48,8 @@
"elu:transfer"
:
{
"type"
:
"object"
,
"properties"
:
{
"partner"
:
"string"
,
"transfer_details"
:
"string"
,
"partner"
:
{
"type"
:
"string"
}
,
"transfer_details"
:
{
"type"
:
"string"
}
,
"transfer_date"
:
{
"type"
:
"string"
,
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
...
...
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