Permalink
Please
sign in to comment.
Browse files
move English to bundle, add tests for no contacts IQSS#1916
- Loading branch information...
Showing
with
191 additions
and 18 deletions.
@@ -0,0 +1,61 @@ | |||
{ | |||
"datasetVersion": { | |||
"metadataBlocks": { | |||
"citation": { | |||
"fields": [ | |||
{ | |||
"value": "Darwin's Finches", | |||
"typeClass": "primitive", | |||
"multiple": false, | |||
"typeName": "title" | |||
}, | |||
{ | |||
"value": [ | |||
{ | |||
"authorName": { | |||
"value": "Finch, Fiona", | |||
"typeClass": "primitive", | |||
"multiple": false, | |||
"typeName": "authorName" | |||
}, | |||
"authorAffiliation": { | |||
"value": "Birds Inc.", | |||
"typeClass": "primitive", | |||
"multiple": false, | |||
"typeName": "authorAffiliation" | |||
} | |||
} | |||
], | |||
"typeClass": "compound", | |||
"multiple": true, | |||
"typeName": "author" | |||
}, | |||
{ | |||
"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" | |||
}, | |||
{ | |||
"value": [ | |||
"Medicine, Health and Life Sciences" | |||
], | |||
"typeClass": "controlledVocabulary", | |||
"multiple": true, | |||
"typeName": "subject" | |||
} | |||
], | |||
"displayName": "Citation Metadata" | |||
} | |||
} | |||
} | |||
} |
0 comments on commit
34df960