Skip to content

Commit 61d0594

Browse files
committed
#11912 sample json for update template
1 parent 0b7f7e5 commit 61d0594

4 files changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"customTermsOfAccess": {
3+
"fileAccessRequest": false,
4+
"termsOfAccess": "Here are the terms...",
5+
"dataAccessPlace": "dataAccessPlace",
6+
"originalArchive": "originalArchive",
7+
"availabilityStatus": "availabilityStatus",
8+
"contactForAccess": "contactForAccess",
9+
"sizeOfCollection": "sizeOfCollection",
10+
"studyCompletion": "studyCompletion",
11+
"confidentialityDeclaration": "confidentialityDeclaration"
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "name": "CC BY 4.0" }
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Dataverse template - edited",
3+
"fields": [
4+
{
5+
"typeName": "author",
6+
"value": [
7+
{
8+
"authorName": {
9+
"typeName": "authorName",
10+
"value": "Brady, Tom"
11+
},
12+
"authorAffiliation": {
13+
"typeName": "authorIdentifierScheme",
14+
"value": "ORCID"
15+
}
16+
}
17+
]
18+
}
19+
],
20+
"instructions": [
21+
{
22+
"instructionField": "author",
23+
"instructionText": "The author data, edited"
24+
},
25+
{
26+
"instructionField": "subtitle",
27+
"instructionText": "Instructions for subtitle"
28+
}
29+
]
30+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"customTerms": {
3+
"termsOfUse": "testTermsOfUse",
4+
"confidentialityDeclaration": "testConfidentialityDeclaration",
5+
"specialPermissions": "testSpecialPermissions",
6+
"restrictions": "testRestrictions",
7+
"citationRequirements": "testCitationRequirements",
8+
"depositorRequirements": "testDepositorRequirements",
9+
"conditions": "testConditions",
10+
"disclaimer": "testDisclaimer"
11+
}
12+
}

0 commit comments

Comments
 (0)