Skip to main content

CredentialSchema

Loading ....

Source :

{
"$id": "agntcy.identity.core.v1alpha1.CredentialSchema.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/#data-schemas",
"properties": {
"id": {
"description": "The URL identifying the schema file",
"type": "string"
},
"type": {
"description": "Type specifies the type of the file",
"type": "string"
}
},
"title": "CredentialSchema represents the credentialSchema property of a Verifiable Credential.\n more information can be found [here]",
"type": "object"
}