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

Commit 619b05f

Browse files
authored
Merge pull request #268 from CSCfi/CSCMETAX-61-schema
Schema changes required by the Etsin migration.
2 parents e630a33 + 5698ef8 commit 619b05f

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

src/metax_api/api/rest/base/schemas/att_dataset_schema.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,6 @@
795795
}
796796
},
797797
"required":[
798-
"identifier",
799798
"source_organization",
800799
"name"
801800
]
@@ -842,11 +841,7 @@
842841
"type":"object",
843842
"$ref":"#/definitions/Concept"
844843
}
845-
},
846-
"required":[
847-
"description",
848-
"title"
849-
]
844+
}
850845
},
851846
"ResearchAgent":{
852847
"type":"object",
@@ -1573,4 +1568,4 @@
15731568
}
15741569
}
15751570
}
1576-
}
1571+
}

src/metax_api/api/rest/base/schemas/harvester_dataset_schema.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@
910910
}
911911
},
912912
"required":[
913-
"identifier",
914913
"source_organization",
915914
"name"
916915
]
@@ -957,11 +956,7 @@
957956
"type":"object",
958957
"$ref":"#/definitions/Concept"
959958
}
960-
},
961-
"required":[
962-
"description",
963-
"title"
964-
]
959+
}
965960
},
966961
"ResearchAgent":{
967962
"title":"Agent",
@@ -1710,4 +1705,4 @@
17101705
}
17111706
}
17121707
}
1713-
}
1708+
}

0 commit comments

Comments
 (0)