Skip to content

Commit f270ae6

Browse files
Apply suggestions from @lzehl
1 parent ca9725f commit f270ae6

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

schemas/data/copyright.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"legalPerson"
1515
]
1616
},
17-
"rightsReservationClause": {
17+
"customUsageClause": {
1818
"type": "string",
1919
"_instruction": "Enter a statement describing the usage rights, such as 'All rights reserved.'."
2020
},

schemas/data/usageAgreement.schema.tpl.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
"jurisdiction"
2929
]
3030
},
31-
"mainContact": {
32-
"type": "string",
33-
"_formats": [
34-
"email"
35-
],
36-
"_instruction": "Enter the email address of the party authoring this usage agreement."
37-
},
3831
"modificationClause": {
3932
"type": "array",
4033
"minItems": 1,
@@ -58,6 +51,19 @@
5851
"core:UsageAgreement"
5952
]
6053
},
54+
"supportChannel": {
55+
"type": "array",
56+
"minItems": 1,
57+
"uniqueItems": true,
58+
"_instruction": "Enter all channels through which users can obtain support and initiate negotiations regarding this usage agreement with the authoring party.",
59+
"items": {
60+
"type": "string",
61+
"_formats": [
62+
"email",
63+
"iri"
64+
]
65+
}
66+
},
6167
"template": {
6268
"_instruction": "Add the web resource that supplies the template for this usage agreement.",
6369
"_linkedTypes": [

schemas/products/researchProductVersion.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"isVersionOf",
99
"releaseDate",
1010
"shortName",
11-
"usagePermission",
11+
"usageCondition",
1212
"versionIdentifier",
1313
"versionInnovation"
1414
],
@@ -128,7 +128,7 @@
128128
]
129129
}
130130
},
131-
"usagePermission": {
131+
"usageCondition": {
132132
"type": "array",
133133
"minItems": 1,
134134
"uniqueItems": true,

0 commit comments

Comments
 (0)