Proof
Loading ....
Source :
{
"$id": "agntcy.identity.core.v1alpha1.Proof.jsonschema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A data integrity proof provides information about the proof mechanism,\n parameters required to verify that proof, and the proof value itself.",
"patternProperties": {
"^(proof_purpose)$": {
"description": "The proof purpose",
"type": "string"
},
"^(proof_value)$": {
"description": "The proof value",
"type": "string"
}
},
"properties": {
"proofPurpose": {
"description": "The proof purpose",
"type": "string"
},
"proofValue": {
"description": "The proof value",
"type": "string"
},
"type": {
"description": "The type of the proof",
"type": "string"
}
},
"title": "Proof",
"type": "object"
}