From fe1bbe2ef67d40e358353807881b4a45b535aca6 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 9 Aug 2023 18:52:24 -0500 Subject: [PATCH] Add exp registered claim to v2 context. --- contexts/credentials/v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index e8538bb86..01051ed7e 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -25,6 +25,9 @@ "@id": "https://www.iana.org/assignments/jose#x5u", "@type": "@id" }, + "exp": { + "@id": "https://www.iana.org/assignments/jwt#exp", + "@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger" "nbf": { "@id": "https://www.iana.org/assignments/jwt#nbf", "@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger"