Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #268 from CSCfi/CSCMETAX-61-schema
Browse files Browse the repository at this point in the history
Schema changes required by the Etsin migration.
  • Loading branch information
junsk1 committed May 31, 2018
2 parents e630a33 + 5698ef8 commit 619b05f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions src/metax_api/api/rest/base/schemas/att_dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@
}
},
"required":[
"identifier",
"source_organization",
"name"
]
Expand Down Expand Up @@ -842,11 +841,7 @@
"type":"object",
"$ref":"#/definitions/Concept"
}
},
"required":[
"description",
"title"
]
}
},
"ResearchAgent":{
"type":"object",
Expand Down Expand Up @@ -1573,4 +1568,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,6 @@
}
},
"required":[
"identifier",
"source_organization",
"name"
]
Expand Down Expand Up @@ -957,11 +956,7 @@
"type":"object",
"$ref":"#/definitions/Concept"
}
},
"required":[
"description",
"title"
]
}
},
"ResearchAgent":{
"title":"Agent",
Expand Down Expand Up @@ -1710,4 +1705,4 @@
}
}
}
}
}

0 comments on commit 619b05f

Please sign in to comment.