Skip to content

Commit

Permalink
updated test json data for changes in metadatablocks (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Dec 9, 2014
1 parent 1225703 commit 3947e0a
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions scripts/search/tests/data/dataset-finch1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,28 @@
"typeName": "author"
},
{
"value": [
"finch@mailinator.com"
],
"typeClass": "primitive",
"value": [
{ "datasetContactEmail" : {
"typeClass": "primitive",
"multiple": false,
"typeName": "datasetContactEmail",
"value" : "finch@mailinator.com"
}
}],
"typeClass": "compound",
"multiple": true,
"typeName": "datasetContact"
},
{
"value": "Darwin's finches (also known as the Galápagos finches) are a group of about fifteen species of passerine birds.",
"typeClass": "primitive",
"multiple": false,
"value": [ {
"dsDescriptionValue":{
"value": "Darwin's finches (also known as the Galápagos finches) are a group of about fifteen species of passerine birds.",
"multiple":false,
"typeClass": "primitive",
"typeName": "dsDescriptionValue"
}}],
"typeClass": "compound",
"multiple": true,
"typeName": "dsDescription"
},
{
Expand Down

0 comments on commit 3947e0a

Please sign in to comment.