{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/immutable-proof/ImmutableProofDataIntegrity",
	"title": "ImmutableProofDataIntegrity",
	"description": "Interface describing additional data integrity fields attached to an immutable proof.",
	"type": "object",
	"properties": {
		"notarizationId": {
			"type": "string",
			"description": "The notarization id."
		}
	}
}
