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

Commit 7544057

Browse files
authored
Merge pull request #269 from CSCfi/CSCMETAX-61-schema
Etsim migration related schema changes (part2)
2 parents 619b05f + a0a4177 commit 7544057

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

+2-7
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@
843843
}
844844
},
845845
"required":[
846-
"identifier",
847846
"source_organization",
848847
"name"
849848
]
@@ -890,11 +889,7 @@
890889
"type":"object",
891890
"$ref":"#/definitions/Concept"
892891
}
893-
},
894-
"required":[
895-
"description",
896-
"title"
897-
]
892+
}
898893
},
899894
"ResearchAgent":{
900895
"title":"Agent",
@@ -1505,4 +1500,4 @@
15051500
}
15061501
}
15071502
}
1508-
}
1503+
}

0 commit comments

Comments
 (0)