Content rights and attribution information.
Properties
copyrightNotice
string
Optional
Copyright notice for the work.
copyrightYear
integer
Optional
Year of creation or publication.
creator
string
Optional
Name of the creator of the work.
creditLine
string
Optional
Credit line for the work.
license
string
Optional
License URL or identifier.
place.stream.metadata.contentRights#all-rights-reserved, place.stream.metadata.contentRights#cc0_1__0, place.stream.metadata.contentRights#cc-by_4__0, place.stream.metadata.contentRights#cc-by-sa_4__0, place.stream.metadata.contentRights#cc-by-nc_4__0, place.stream.metadata.contentRights#cc-by-nc-sa_4__0, place.stream.metadata.contentRights#cc-by-nd_4__0, place.stream.metadata.contentRights#cc-by-nc-nd_4__0View raw schema
{
"type": "object",
"properties": {
"creator": {
"type": "string",
"description": "Name of the creator of the work."
},
"license": {
"type": "string",
"description": "License URL or identifier.",
"knownValues": [
"place.stream.metadata.contentRights#all-rights-reserved",
"place.stream.metadata.contentRights#cc0_1__0",
"place.stream.metadata.contentRights#cc-by_4__0",
"place.stream.metadata.contentRights#cc-by-sa_4__0",
"place.stream.metadata.contentRights#cc-by-nc_4__0",
"place.stream.metadata.contentRights#cc-by-nc-sa_4__0",
"place.stream.metadata.contentRights#cc-by-nd_4__0",
"place.stream.metadata.contentRights#cc-by-nc-nd_4__0"
]
},
"creditLine": {
"type": "string",
"description": "Credit line for the work."
},
"copyrightYear": {
"type": "integer",
"description": "Year of creation or publication."
},
"copyrightNotice": {
"type": "string",
"description": "Copyright notice for the work."
}
},
"description": "Content rights and attribution information."
}