Skip to content

Commit b9fc9d3

Browse files
Add notice to copyright.schema.tpl.json
1 parent aa091ac commit b9fc9d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

schemas/data/copyright.schema.tpl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"legalPerson"
1515
]
1616
},
17+
"notice": {
18+
"type": "string",
19+
"pattern": "(?:©|Copyright|Copr\\.)\\s*(?:\\d{4}(?:\\s*[-–,]\\s*\\d{4})?)\\s+.+",
20+
"_instruction": "Enter the statutorily prescribed notice of the claim to ownership."
21+
},
1722
"year": {
1823
"type": "array",
1924
"items": {

schemas/data/usageAgreement.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
]
6363
}
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)