How to Certify ?
After having registering you in our Trust Registry as a Trusted Source, you can now certify proofs
1) Certify digital documents
a) Presentation of the digitalDocument schema
{
"id": "c42e2516",
"name": "DigitalDocument",
"description": "An electronic file or document",
"version": "0.9.0",
"namespace": "archipels.io",
"hash_algorithm": "SHA256",
"matching_conditions": {
"or": [
"sha256"
]
},
"inputs": [
"sha256",
"dateCreated",
"expires",
"creator",
"category",
"description",
null,
null
],
"input_definitions": {
"sha256": {
"description": "The SHA-2 SHA256 hash of the content of the item.",
"standardization_function": "hexadecimal"
},
"dateCreated": {
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
"standardization_function": "formatDateTime"
},
"expires": {
"description": "Date the content expires and is no longer useful or available.",
"standardization_function": "formatDateTime"
},
"creator": {
"description": "The creator/author of this CreativeWork.",
"standardization_function": "replaceDiacritics.capitalize"
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"standardization_function": "digitalDocumentCategory"
},
"description": {
"description": "A description of the item.",
"standardization_function": ""
}
},
"metadatum_definitions": {
"sha256": {
"id": "i1",
"description": "The SHA-2 SHA256 hash of the content of the item.",
"mandatory": true,
"publication_flag": "searchable"
},
"dateCreated": {
"id": "i2",
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
"mandatory": true,
"publication_flag": "public"
},
"expires": {
"id": "i3",
"description": "Date the content expires and is no longer useful or available.",
"mandatory": true,
"publication_flag": "public"
},
"creator": {
"id": "i4",
"description": "The creator/author of this CreativeWork.",
"mandatory": true,
"publication_flag": "public"
},
"category": {
"id": "i5",
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"mandatory": true,
"publication_flag": "public"
},
"description": {
"id": "i6",
"description": "A description of the item.",
"mandatory": true,
"publication_flag": "public"
}
}
}b) Create a digitalDocument proof
2) Certify you type of proofs
a) Create your own proof schema
b) Certify your own proof
3) Revoke proofs
Mis à jour