add dual license authored by Roland Alton's avatar Roland Alton
...@@ -14,10 +14,10 @@ Hash metadata ...@@ -14,10 +14,10 @@ Hash metadata
"subject": " ", // we will not use that field anymore in the UI "subject": " ", // we will not use that field anymore in the UI
"creation_date": 2022-03-15 10:00:31, // UTC? - see existing DB // date timestamp without time zone (mutable) "creation_date": 2022-03-15 10:00:31, // UTC? - see existing DB // date timestamp without time zone (mutable)
"type": "image", // set of: text, image, audio, video, mixed (immutable) "type": "image", // set of: text, image, audio, video, mixed (immutable)
"license": "SPDX-License-Identifier: CC-BY-4.0", // in frontend also show link to the license, which we should find in the SPDX database. If full copyright, we write "registrar claims full copyright, no license granted" (mutable / immutable) A rather restrictive licence can be opened afterwards and the work can be released. "license": "SPDX-License-Identifier: CC-BY-4.0", // (immutable) in frontend also show link to the license, which we should find in the SPDX database. If full copyright, field = NONE.
"license_addons": "", // e.g. additional rights, free text (mutable / immutable) "license_dual": "SPDX-License-Identifier: GPLv3", // (mutable) less restrictive license then first license, could be added later
"identifier": "", // e.g. ISBN number (immutable) "license_addons": "", // e.g. additional rights, free text (mutable), e.g. Pixabay publishers"
"other_license": "Pixabay publishers", // ask Pixabay to obtain a license, or add a dual license (free text) (mutable) "identifier": "", // e.g. ISBN number (mutable)
"IPFS": " ", // ipfs URI (immutable) "IPFS": " ", // ipfs URI (immutable)
"NFT": " ", // NFT-UID, URI to data in ipfs (immutable) "NFT": " ", // NFT-UID, URI to data in ipfs (immutable)
"filename": " ", (immutable) "filename": " ", (immutable)
... ...
......