Skip to content

Commit

Permalink
Update expected JSON for api/info/exportFormats IT Test
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-schneider committed Nov 20, 2024
1 parent 48d04e8 commit f3b72c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/resources/json/export-formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"mediaType": "application/xml",
"isHarvestable": true,
"isVisibleInUserInterface": true,
"XMLNameSpace": "http://datacite.org/schema/kernel-3",
"XMLSchemaLocation": "http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd",
"XMLSchemaVersion": "3.0"
"XMLNameSpace": "http://datacite.org/schema/kernel-4",
"XMLSchemaLocation": "http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.5/metadata.xsd",
"XMLSchemaVersion": "4.5"
},
"oai_dc": {
"displayName": "Dublin Core",
Expand All @@ -41,7 +41,7 @@
"isVisibleInUserInterface": true
},
"ddi": {
"displayName": "DDI",
"displayName": "DDI Codebook v2",
"mediaType": "application/xml",
"isHarvestable": false,
"isVisibleInUserInterface": true,
Expand Down Expand Up @@ -71,7 +71,7 @@
"isVisibleInUserInterface": true
},
"oai_ddi": {
"displayName": "DDI",
"displayName": "DDI Codebook v2",
"mediaType": "application/xml",
"isHarvestable": true,
"isVisibleInUserInterface": false,
Expand Down

0 comments on commit f3b72c6

Please sign in to comment.