{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-did/DidVerifiablePresentation",
	"title": "DidVerifiablePresentation",
	"description": "Interface describing a verifiable presentation.",
	"anyOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-did/DidVerifiablePresentationV1"
		},
		{
			"$ref": "https://schema.twindev.org/w3c-did/DidVerifiablePresentationV2"
		}
	]
}
