CredentialStatus
Loading ....
Source :
{
"$id": "agntcy.identity.core.v1alpha1.CredentialStatus.jsonschema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "[here]: https://www.w3.org/TR/vc-data-model-2.0/#status",
"patternProperties": {
"^(created_at)$": {
"$ref": "agntcy.identity.core.v1alpha1.Time.jsonschema.json",
"description": "The creation date and time of the status"
}
},
"properties": {
"createdAt": {
"$ref": "agntcy.identity.core.v1alpha1.Time.jsonschema.json",
"description": "The creation date and time of the status"
},
"id": {
"description": "The URL identifying the schema file",
"type": "string"
},
"purpose": {
"anyOf": [
{
"enum": [
"CREDENTIAL_STATUS_PURPOSE_UNSPECIFIED",
"CREDENTIAL_STATUS_PURPOSE_REVOCATION"
],
"type": "string"
},
{
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer"
}
],
"description": "The value of the purpose for the status entry",
"title": "Credential Status Purpose"
},
"type": {
"description": "Type specifies the type of the file",
"type": "string"
}
},
"title": "CredentialStatus represents the credentialStatus property of a Verifiable Credential.\n more information can be found [here]",
"type": "object"
}