Skip to content

Commit

Permalink
Make identifier-immutableResource dependency one way only
Browse files Browse the repository at this point in the history
i.e. if there's an identifier, there must be an immutableResource, but the converse is no longer true
  • Loading branch information
mark-saeon committed Apr 23, 2019
1 parent a6f2538 commit 2fc29d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/datacite_4.1_saeon_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@
],

"dependencies": {
"identifier": ["immutableResource"],
"immutableResource": ["identifier"]
"identifier": ["immutableResource"]
}
}
3 changes: 1 addition & 2 deletions examples/datacite_4.2_saeon_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@
],

"dependencies": {
"identifier": ["immutableResource"],
"immutableResource": ["identifier"]
"identifier": ["immutableResource"]
}
}

0 comments on commit 2fc29d6

Please sign in to comment.