-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 2243-schema.org-json-ld #2243
Conflicts (just imports: src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
- Loading branch information
Showing
97 changed files
with
2,064 additions
and
759 deletions.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
doc/sphinx-guides/source/_static/api/dataset-update-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"metadataBlocks": { | ||
"citation": { | ||
"displayName": "Citation Metadata", | ||
"fields": [ | ||
{ | ||
"typeName": "title", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "newTitle" | ||
}, | ||
{ | ||
"typeName": "author", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"authorName": { | ||
"typeName": "authorName", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Spruce, Sabrina" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "datasetContact", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"datasetContactName": { | ||
"typeName": "datasetContactName", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Spruce, Sabrina" | ||
}, | ||
"datasetContactEmail": { | ||
"typeName": "datasetContactEmail", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "spruce@mailinator.com" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "dsDescription", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"dsDescriptionValue": { | ||
"typeName": "dsDescriptionValue", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "test" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "subject", | ||
"multiple": true, | ||
"typeClass": "controlledVocabulary", | ||
"value": [ | ||
"Other" | ||
] | ||
}, | ||
{ | ||
"typeName": "depositor", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Spruce, Sabrina" | ||
}, | ||
{ | ||
"typeName": "dateOfDeposit", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "2017-04-19" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"id":"orcid-sandbox", | ||
"id":"orcid-v2-sandbox", | ||
"factoryAlias":"oauth2", | ||
"title":"ORCID Sandbox", | ||
"subtitle":"ORCiD - sandbox", | ||
"factoryData":"type: orcid | userEndpoint: https://api.sandbox.orcid.org/v1.2/{ORCID}/orcid-profile | clientId: APP-HIV99BRM37FSWPH6 | clientSecret: ee844b70-f223-4f15-9b6f-4991bf8ed7f0", | ||
"subtitle":"ORCiD - sandbox (v2)", | ||
"factoryData":"type: orcid | userEndpoint: https://api.sandbox.orcid.org/v2.0/{ORCID}/person | clientId: APP-HIV99BRM37FSWPH6 | clientSecret: ee844b70-f223-4f15-9b6f-4991bf8ed7f0", | ||
"enabled":true | ||
} |
Oops, something went wrong.