Skip to main content

VerifiablePresentation

Loading ....

Source :

{
"$id": "agntcy.identity.core.v1alpha1.VerifiablePresentation.jsonschema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "[here]: https://www.w3.org/TR/vc-data-model/",
"patternProperties": {
"^(verifiable_credential)$": {
"description": "https://www.w3.org/2018/credentials#verifiableCredential",
"items": {
"$ref": "agntcy.identity.core.v1alpha1.VerifiableCredential.jsonschema.json"
},
"type": "array"
}
},
"properties": {
"context": {
"description": "https://www.w3.org/TR/vc-data-model/#contexts",
"items": {
"type": "string"
},
"type": "array"
},
"proof": {
"$ref": "agntcy.identity.core.v1alpha1.Proof.jsonschema.json",
"description": "https://w3id.org/security#proof"
},
"type": {
"description": "https://www.w3.org/TR/vc-data-model/#dfn-type",
"items": {
"type": "string"
},
"type": "array"
},
"verifiableCredential": {
"description": "https://www.w3.org/2018/credentials#verifiableCredential",
"items": {
"$ref": "agntcy.identity.core.v1alpha1.VerifiableCredential.jsonschema.json"
},
"type": "array"
}
},
"title": "DataModel represents the W3C Verifiable Presentation Data Model defined [here]",
"type": "object"
}