{
	"error": {
		"verificationHelper": {
			"jwtDecodeFailed": "Decoding the JWT failed",
			"proofMissingVerificationMethod": "The proof is missing the verification method",
			"credentialNotYetValid": "The credential is not valid until \"{validFrom}\"",
			"credentialExpired": "The credential expired at \"{validUntil}\"",
			"credentialValidityDateInvalid": "The credential validity date is not a valid ISO 8601 timestamp \"{date}\""
		},
		"documentHelper": {
			"verificationMethodNotFound": "The verification method \"{methodName}\" of type \"{methodType}\" could not be found",
			"verificationMethodJwkNotFound": "The verification method \"{methodName}\" of type \"{methodType}\" is missing the JWK"
		},
		"guard": {
			"didPartsTooFew": "The DID \"{value}\" is invalid: expected at least 3 parts but got fewer",
			"didInvalidStart": "The DID \"{value}\" is invalid: expected to start with 'did'"
		}
	}
}
