{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/immutable-proof/ImmutableProofCredential",
	"title": "ImmutableProofCredential",
	"description": "Interface describing an immutable proof credential.",
	"type": "object",
	"properties": {
		"proof": {
			"allOf": [
				{
					"$ref": "https://schema.twindev.org/w3c-did/Proof"
				},
				{
					"$ref": "https://schema.twindev.org/immutable-proof/ImmutableProofDataIntegrity"
				}
			],
			"description": "The proof of the verifiable credential, which includes the data integrity information."
		}
	},
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-did/DidVerifiableCredential"
		}
	]
}
