-
Notifications
You must be signed in to change notification settings - Fork 6
Integrate Asset Multibase-Multihash checksums #898
Copy link
Copy link
Open
0 / 10 of 1 issue completedLabels
feature/provenanceIssue related to any provenance metadata functionality.Issue related to any provenance metadata functionality.project/OGC-IPTDevelopments related to OGC Integrity, Provenance, and TrustDevelopments related to OGC Integrity, Provenance, and Trusttriage/featureNew requested feature.New requested feature.
Description
Description
All outputs assets should include digestMultibase to validate the identified resource integrity (i.e.: has it changed since the proof was created?). For STAC Collections representation, corresponding file:checksum and file:byte_order should also be used.
"image": {
"id": "https://university.example.org/images/58473",
"mediaType": "...",
"digestMultibase": "zQmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n"
}Note
Multibase: identify any base-encoding format of the data itselfMultihash: identify the type of the cryptographic hash function used for a hash value or digest
https://www.w3.org/TR/vc-data-integrity/#resource-integrity
If present, thedigestMultibasevalue MUST be a single string value, or an list of string values, each of which is a Multibase-encoded Multihash value.
References
- https://github.com/stac-extensions/file#checksums
- https://www.w3.org/TR/vc-data-integrity/#resource-integrity
- https://www.w3.org/2025/credentials/vcdi/vocab/v2/vocabulary.html#digestMultibase
- https://www.w3.org/TR/cid-1.0/#multibase
- https://www.w3.org/TR/cid-1.0/#multihash
- https://github.com/multiformats/multihash
Relates To
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/provenanceIssue related to any provenance metadata functionality.Issue related to any provenance metadata functionality.project/OGC-IPTDevelopments related to OGC Integrity, Provenance, and TrustDevelopments related to OGC Integrity, Provenance, and Trusttriage/featureNew requested feature.New requested feature.