Update metadata authored by Kostrzewa Lisa's avatar Kostrzewa Lisa
...@@ -13,30 +13,30 @@ Hash metadata ...@@ -13,30 +13,30 @@ 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) "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_addons": "", //e.g. additional rights, free text "license_addons": "", // e.g. additional rights, free text (mutable / immutable)
"identifier": "", //e.g. ISBN number "identifier": "", // e.g. ISBN number (immutable)
"other_license": "Pixabay publishers", // ask Pixabay to obtain a license, or add a dual license (free text) "other_license": "Pixabay publishers", // ask Pixabay to obtain a license, or add a dual license (free text) (mutable)
"IPFS": " ", // ipfs URI "IPFS": " ", // ipfs URI (immutable)
"NFT": " ", // NFT-UID, URI to data in ipfs "NFT": " ", // NFT-UID, URI to data in ipfs (immutable)
"filename": " ", "filename": " ", (immutable)
"hash": " ", // md5, we do not use that anymore "hash": " ", // md5, we do not use that anymore
"hash_sha": " ", // sha256 "hash_sha": " ", // sha256 (immutable)
"hash_sha512": " ", // NEW sha512 "hash_sha512": " ", // NEW sha512 (immutable)
"revocation_date": " ", // additionally generate new hash? chain independent of the entries? design? java microservice revocation "revocation_date": " ", // additionally generate new hash? chain independent of the entries? design? java microservice revocation (mutable)
"revocation_reason": "", // revocation of a registration only under special circumstances e.g. proof of copyright infringement "revocation_reason": "", // revocation of a registration only under special circumstances e.g. proof of copyright infringement (mutable)
"registration_date": " ", // timestamp without time zone "registration_date": " ", // timestamp without time zone (immutable)
"tags": " ", "tags": " ", (immutable)
"relation": " ", // also for collections "relation": " ", // also for collections (immutable)
"supersedes": " ", // new version of the work "supersedes": " ", // new version of the work (mutable)
"counter": "3156", // subsequent number of work, not sure if we still need that "counter": "3156", // subsequent number of work, not sure if we still need that
"publishing_date":"2022-03-12", // date of broadcasting (mutable) "publishing_date":"2022-03-12", // date of broadcasting (mutable)
"grid": "RC-01-LIZ0000003156-2", // RC > FC / FR "grid": "RC-01-LIZ0000003156-2", // RC > FC / FR (immutable)
"public_certificate": "https://www.registeredcommons.org/document/1124800676.pdf", // if we generate some extra certificate, we put the URI here "public_certificate": "https://www.registeredcommons.org/document/1124800676.pdf", // if we generate some extra certificate, we put the URI here (immutable)
"language": "DE_de", // ISO ?? check DB "language": "DE_de", // ISO ?? check DB (immutable)
"visibility": "yes", // work is public "visibility": "yes", // work is public (mutable) The visibility can be changed afterwords.
"customkey0": "2022-02-12", // date of archiving, specific to a user / type of work: audio > duration "customkey0": "2022-02-12", // date of archiving, specific to a user / type of work: audio > duration
"customkey1": "", // free selectable attributes, sub-record in the DB, second table, attributes-array (Jasper) "customkey1": "", // free selectable attributes, sub-record in the DB, second table, attributes-array
// "attributes": [ // "attributes": [
{ "trait_type": "Base", "value": "Starfish" }, { "trait_type": "Base", "value": "Starfish" },
{ "trait_type": "Eyes", "value": "Big" }, { "trait_type": "Eyes", "value": "Big" },
... ...
......