{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-did/DidVerifiableCredential",
	"title": "DidVerifiableCredential",
	"description": "Interface describing a verifiable credential.",
	"anyOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-did/DidVerifiableCredentialV1"
		},
		{
			"$ref": "https://schema.twindev.org/w3c-did/DidVerifiableCredentialV2"
		}
	]
}
