diff --git a/ed/algorithms/vc-data-integrity.json b/ed/algorithms/vc-data-integrity.json index ead61d32817d..47452dbcdc7c 100644 --- a/ed/algorithms/vc-data-integrity.json +++ b/ed/algorithms/vc-data-integrity.json @@ -68,7 +68,7 @@ ] }, { - "html": "The following algorithm specifies how to incrementally add a proof to a proof\nset or proof chain starting with a secured document containing either a proof or\nproof set/chain. Required inputs are a secured data document\n(map securedDocument), a cryptographic suite\n(suite), and a set of options (map options). Output\nis a new secured data document (map). Whenever this algorithm\nencodes strings, it MUST use UTF-8 encoding.", + "html": "The following algorithm specifies how to incrementally add a proof to a proof\nset or proof chain starting with a secured document containing either a proof or\nproof set/chain. Required inputs are a secured data document (map\nsecuredDocument), a cryptographic suite (cryptosuite instance suite), and a set of options (map options). Output is a new\nsecured data document (map). Whenever this algorithm encodes strings, it\nMUST use UTF-8 encoding.", "rationale": ".algorithm", "steps": [ { @@ -90,7 +90,7 @@ "html": "Set inputDocument.proof to matchingProofs." }, { - "html": "Run steps 1 through 6 of the algorithm in section 4.2 Add Proof, passing\ninputDocument, suite, and options. If no exceptions are raised, append\nthe generated proof value to the allProofs; otherwise, raise the exception." + "html": "Run steps 1 through 6 of the algorithm in section 4.2 Add Proof, passing\ninputDocument, suite, and options. If no exceptions are raised, append\nthe generated proof value to the allProofs; otherwise, raise the exception." }, { "html": "Set output.proof to the value of allProofs." @@ -101,7 +101,7 @@ ] }, { - "html": "When a step says \"an error MUST be raised\", it means that a verification result MUST be returned with a verified of false\nand a non-empty errors list.", + "html": "When a step says \"an error MUST be raised\", it means that a verification result MUST be returned with a verified value of\nfalse and a non-empty errors list.", "rationale": ".algorithm", "steps": [ { @@ -129,12 +129,12 @@ "html": "Let cryptosuiteVerificationResult be the result of running the\ncryptosuite.verifyProof algorithm with\nsecuredDocument provided as input." }, { - "html": "Return a verification result with items:\n
\n
verified
\n
cryptosuiteVerificationResult.verified
\n
verifiedDocument
\n
cryptosuiteVerificationResult.verifiedDocument
\n
media type
\n
mediaType
\n
" + "html": "Return a verification result with items:\n
\n
verified
\n
cryptosuiteVerificationResult.verified
\n
verifiedDocument
\n
cryptosuiteVerificationResult.verifiedDocument
\n
mediaType
\n
mediaType
\n
" } ] }, { - "html": "Required input is a\nsecured data document (securedDocument). A list of\nverification results corresponding to each proof in allProofs is\ngenerated, and a single combined verification result is returned as output.\nImplementations MAY return any of the other verification results and/or any\nother metadata alongside the combined verification result.", + "html": "Required input is a secured data document (securedDocument). A list of\nverification results corresponding to each proof in allProofs is\ngenerated, and a single combined verification result is returned as output.\nImplementations MAY return any of the other verification results and/or any\nother metadata alongside the combined verification result.", "rationale": ".algorithm", "steps": [ { @@ -151,7 +151,7 @@ "html": "Let matchingProofs be an empty list." }, { - "html": "If proof contains a previousProof attribute and that attribute is a string,\nadd the element from allProofs with an id attribute matching previousProof\nto matchingProofs. If a proof with id does not exist in allProofs, an\nerror MUST be raised and SHOULD convey an error type of\nPROOF_VERIFICATION_ERROR. If the\npreviousProof attribute is an array, add each element from allProofs with an\nid attribute that matches an element of that array. If any element of\npreviousProof list has an id attribute that does not match the id\nattribute of any element of allProofs, an error MUST be raised and SHOULD\nconvey an error type of\nPROOF_VERIFICATION_ERROR." + "html": "If proof contains a previousProof attribute and that attribute is a\nstring, add the element from allProofs with an id attribute matching\npreviousProof to matchingProofs. If a proof with id does not exist in\nallProofs, an error MUST be raised and SHOULD convey an error type of\nPROOF_VERIFICATION_ERROR. If the\npreviousProof attribute is a list, add each element from allProofs with an\nid attribute that matches an element of that list. If any element of\npreviousProof list has an id attribute that does not match the id\nattribute of any element of allProofs, an error MUST be raised and SHOULD\nconvey an error type of\nPROOF_VERIFICATION_ERROR." }, { "html": "Let inputDocument be a copy of securedDocument with the proof value\nremoved and then set inputDocument.proof to matchingProofs." diff --git a/ed/dfns/vc-data-integrity.json b/ed/dfns/vc-data-integrity.json index a1357485a79b..59749bf605c1 100644 --- a/ed/dfns/vc-data-integrity.json +++ b/ed/dfns/vc-data-integrity.json @@ -974,10 +974,10 @@ "definedIn": "dt" }, { - "id": "dfn-media-type", - "href": "https://w3c.github.io/vc-data-integrity/#dfn-media-type", + "id": "dfn-mediatype", + "href": "https://w3c.github.io/vc-data-integrity/#dfn-mediatype", "linkingText": [ - "media type" + "mediaType" ], "localLinkingText": [], "type": "dfn", @@ -1036,6 +1036,25 @@ }, "definedIn": "dt" }, + { + "id": "dfn-problemdetails", + "href": "https://w3c.github.io/vc-data-integrity/#dfn-problemdetails", + "linkingText": [ + "ProblemDetails" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "processing-errors", + "href": "https://w3c.github.io/vc-data-integrity/#processing-errors", + "title": "Processing Errors", + "number": "4.7" + }, + "definedIn": "prose" + }, { "id": "dfn-cryptographic-agility", "href": "https://w3c.github.io/vc-data-integrity/#dfn-cryptographic-agility", diff --git a/ed/headings/vc-data-model-2.0.json b/ed/headings/vc-data-model-2.0.json index 71d4cfed94f9..b6499455c5c8 100644 --- a/ed/headings/vc-data-model-2.0.json +++ b/ed/headings/vc-data-model-2.0.json @@ -115,26 +115,26 @@ "number": "4.4" }, { - "id": "sd-jwt-claim-8B6RLkvxZk4C83PfHtDtoxgsqiq1IH9hq1ZqAB0gCfc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-8B6RLkvxZk4C83PfHtDtoxgsqiq1IH9hq1ZqAB0gCfc", + "id": "sd-jwt-claim-Gcc94tjjCwklsb-M-Xxrmb8UxdZLpkzLIBPL4jmluPs", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Gcc94tjjCwklsb-M-Xxrmb8UxdZLpkzLIBPL4jmluPs", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ruTHgHXIF8mOcy6_Enxfd2Itt2bwkYOz2g8f3ubmEW4", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ruTHgHXIF8mOcy6_Enxfd2Itt2bwkYOz2g8f3ubmEW4", + "id": "sd-jwt-claim-sQmMCvn-7ql7Mvouxi5SMadS-aznsFMnxHvzqV6Dn_A", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sQmMCvn-7ql7Mvouxi5SMadS-aznsFMnxHvzqV6Dn_A", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-VD5YbthIILw9_jp64qGuaWjid8tGSZeWSfAPa-ZFL-U", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VD5YbthIILw9_jp64qGuaWjid8tGSZeWSfAPa-ZFL-U", + "id": "sd-jwt-claim-kPIAWIx6UyZEmup-Gj0CUJIFtpTRpQjWYoJy1SXjUxY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kPIAWIx6UyZEmup-Gj0CUJIFtpTRpQjWYoJy1SXjUxY", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-gE-sGZ030cSqPQXt3oTri34baXcMmsxvQknjjyvERFs", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gE-sGZ030cSqPQXt3oTri34baXcMmsxvQknjjyvERFs", + "id": "sd-jwt-claim-yXtbEMAanGntDW84KnpHn9aBsGgtSYLEwZf3lx4iK_8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-yXtbEMAanGntDW84KnpHn9aBsGgtSYLEwZf3lx4iK_8", "level": 3, "title": "Claim: type" }, @@ -146,26 +146,26 @@ "number": "4.5" }, { - "id": "sd-jwt-claim-jgnEaoHNqPlp4VDkrQRE2AmYxoeRil5YFtacGNzVpo8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jgnEaoHNqPlp4VDkrQRE2AmYxoeRil5YFtacGNzVpo8", + "id": "sd-jwt-claim-QUg1SZ3cWr0J6VTNMxj2NB75dD2yYD_T20-L-mCr0LA", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QUg1SZ3cWr0J6VTNMxj2NB75dD2yYD_T20-L-mCr0LA", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-tkdpE23Xkwct5Gq3el519QeOT5Fh0s6Eej1OYw2JiJY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tkdpE23Xkwct5Gq3el519QeOT5Fh0s6Eej1OYw2JiJY", + "id": "sd-jwt-claim-dbFVNmwDIoA3aLaP11oTepvcCnerX9Z5U8Qi1BLbwaQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dbFVNmwDIoA3aLaP11oTepvcCnerX9Z5U8Qi1BLbwaQ", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-45eb9QkMtFkz3ghYiFPPMMceetr8FBAUQN07NqTo904", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-45eb9QkMtFkz3ghYiFPPMMceetr8FBAUQN07NqTo904", + "id": "sd-jwt-claim-EnnVWtuyRZABDHlTFbcP5jPmUu8NLjzX0tXZcbmXfG8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EnnVWtuyRZABDHlTFbcP5jPmUu8NLjzX0tXZcbmXfG8", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-cEAXHNYD8KgMtP8V9Y-Nl-ddEYNOmwlVM9R3Fb_fQac", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cEAXHNYD8KgMtP8V9Y-Nl-ddEYNOmwlVM9R3Fb_fQac", + "id": "sd-jwt-claim-O7UrCZUw5NdyIgSmHbpWCVrjwbQq-niTIW2UZq8rxjI", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-O7UrCZUw5NdyIgSmHbpWCVrjwbQq-niTIW2UZq8rxjI", "level": 3, "title": "Claim: type" }, @@ -177,32 +177,32 @@ "number": "4.6" }, { - "id": "sd-jwt-claim-I3_TTmLEjdNHMzTo9cXWEymih_AkEe9O-XZEuya_hoI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-I3_TTmLEjdNHMzTo9cXWEymih_AkEe9O-XZEuya_hoI", + "id": "sd-jwt-claim-xI1CM28dWcQuSHEIs5RZ5LTJrfcAwN-80pL12Dt-SD0", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xI1CM28dWcQuSHEIs5RZ5LTJrfcAwN-80pL12Dt-SD0", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-841CqVdhW9nIy9GOUr8cvGGxkUwNvpf7J_FbE56a5_c", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-841CqVdhW9nIy9GOUr8cvGGxkUwNvpf7J_FbE56a5_c", + "id": "sd-jwt-claim-w6rrQDuEvneU2bXXokrSMoWo_Jnjj85hTc4WIaOTqCg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-w6rrQDuEvneU2bXXokrSMoWo_Jnjj85hTc4WIaOTqCg", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-Wka9DOckCUWhF_sZvc6MLlcQ0Q0GgI211IPnfzol_XU", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Wka9DOckCUWhF_sZvc6MLlcQ0Q0GgI211IPnfzol_XU", + "id": "sd-jwt-claim-EZ9hkYbPboINlmNRTJrKUSP2lHTuk7GUX3m_EPvAVGw", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EZ9hkYbPboINlmNRTJrKUSP2lHTuk7GUX3m_EPvAVGw", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ZrdHTdZjhTlkUz2FaEIA9ejZvmqUz0Et2LKoBQfjB2g", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZrdHTdZjhTlkUz2FaEIA9ejZvmqUz0Et2LKoBQfjB2g", + "id": "sd-jwt-claim-nIx3ov540f6qNRBrIxlVIjcd_Rbn0-egnL66_GlIH8U", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nIx3ov540f6qNRBrIxlVIjcd_Rbn0-egnL66_GlIH8U", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-W7zRtPAPuM1vM83edvpn4OUXLQnuIkTkY4QJ_i9Owcw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-W7zRtPAPuM1vM83edvpn4OUXLQnuIkTkY4QJ_i9Owcw", + "id": "sd-jwt-claim-FrfhlOGECaCIRogAoRcICnfnSFZKM26YtVGmJZ3Y23c", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-FrfhlOGECaCIRogAoRcICnfnSFZKM26YtVGmJZ3Y23c", "level": 3, "title": "Claim: type" }, @@ -214,56 +214,56 @@ "number": "4.7" }, { - "id": "sd-jwt-claim-dfIdQNzrGDWDnQ1JbjUgZvrss2GDgnK6FHDgEspHcI8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dfIdQNzrGDWDnQ1JbjUgZvrss2GDgnK6FHDgEspHcI8", + "id": "sd-jwt-claim-hRXoe1Nqhj-Yk9WiC6X0y4NOTku51vhZQ2SaHM6dZRM", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hRXoe1Nqhj-Yk9WiC6X0y4NOTku51vhZQ2SaHM6dZRM", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-30JXmJeoiiaKWCdrZYc83z4NpP_IHskyk9PgOeBmFM0", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-30JXmJeoiiaKWCdrZYc83z4NpP_IHskyk9PgOeBmFM0", + "id": "sd-jwt-claim-krHXuMYxuLJyx9OHBo_zCX_85YhcsL7XA8PNewWBOrU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-krHXuMYxuLJyx9OHBo_zCX_85YhcsL7XA8PNewWBOrU", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-n8hHT3fuWH6kowa--alszF7PxjRpdK5MZ4AqUjB0ALc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-n8hHT3fuWH6kowa--alszF7PxjRpdK5MZ4AqUjB0ALc", + "id": "sd-jwt-claim-Mm0uhx7xk2ulhxeaBhKftSVANTn749Q6z-a-lWwVH8U", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Mm0uhx7xk2ulhxeaBhKftSVANTn749Q6z-a-lWwVH8U", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-1-iIOgaBWG_6aFoNKMDJXcShvHEeGjc44ND3X4IuWx4", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1-iIOgaBWG_6aFoNKMDJXcShvHEeGjc44ND3X4IuWx4", + "id": "sd-jwt-claim-_T2T4aqTcSYs7cXmHYpIy-BPi7uKVHg2XU8oI6ODj9Y", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-_T2T4aqTcSYs7cXmHYpIy-BPi7uKVHg2XU8oI6ODj9Y", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-vPhyk5eWeDxgCg1a6gzfUmscWiIAxlQ46eWUM-Adfvc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vPhyk5eWeDxgCg1a6gzfUmscWiIAxlQ46eWUM-Adfvc", + "id": "sd-jwt-claim-zbYVqvmEzsQc_LH996JzU3MPLUngXQao1UuXNjOAniU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zbYVqvmEzsQc_LH996JzU3MPLUngXQao1UuXNjOAniU", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-zeKRulhFc0G-mjRlMEiV_qfaszjg7fln_zm5183YkQ8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zeKRulhFc0G-mjRlMEiV_qfaszjg7fln_zm5183YkQ8", + "id": "sd-jwt-claim-OeNviazhJLw3OFp76L_y2bes1hTlIKfXw5uPxH3p3aA", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-OeNviazhJLw3OFp76L_y2bes1hTlIKfXw5uPxH3p3aA", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-txGUyed2qXGW5lS6nt82omOu-yggftUDKy9hlc265q8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-txGUyed2qXGW5lS6nt82omOu-yggftUDKy9hlc265q8", + "id": "sd-jwt-claim-XvFFT6ruPx24gX0NIdlkdBVBN8vHppOmCDqMS4IjNAw", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XvFFT6ruPx24gX0NIdlkdBVBN8vHppOmCDqMS4IjNAw", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-Nmw9-umA5fSWX2orUAnFetEc5CkBnVZkg7SEf1ypQ0Y", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Nmw9-umA5fSWX2orUAnFetEc5CkBnVZkg7SEf1ypQ0Y", + "id": "sd-jwt-claim-JO1kbunP9oyWX6zb2zwCXWXjyh7kbO4kXSzlEytTgM8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JO1kbunP9oyWX6zb2zwCXWXjyh7kbO4kXSzlEytTgM8", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-5Trij9yvlbDjZZZAYz4D3aYdJlZPr1n8HbdKSdC5Vq8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5Trij9yvlbDjZZZAYz4D3aYdJlZPr1n8HbdKSdC5Vq8", + "id": "sd-jwt-claim-6sd0oCE89sjo-sXj2tM7gyShDhr1EizD8So5A_EUtsg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6sd0oCE89sjo-sXj2tM7gyShDhr1EizD8So5A_EUtsg", "level": 3, "title": "Claim: type" }, @@ -275,26 +275,26 @@ "number": "4.8" }, { - "id": "sd-jwt-claim-rWw3qzeB6dNPsF460DycNsa9nLUTd2oArXk5JqR5VEA", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rWw3qzeB6dNPsF460DycNsa9nLUTd2oArXk5JqR5VEA", + "id": "sd-jwt-claim-lIKYZjJ6sVCIWWtyKxy0HGdcS-Lpsf18usfT1eFCY7Q", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lIKYZjJ6sVCIWWtyKxy0HGdcS-Lpsf18usfT1eFCY7Q", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-C9b6qSFec_rpesxuslAiqnIBufJSwsaStge_hLaOoQc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-C9b6qSFec_rpesxuslAiqnIBufJSwsaStge_hLaOoQc", + "id": "sd-jwt-claim-zjepmXjNHWxkg6ADDcfSZC-UUtdnM62YYiBdKouXv6A", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zjepmXjNHWxkg6ADDcfSZC-UUtdnM62YYiBdKouXv6A", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-oZOSFzy7wNv2uQDEPvkXfzyM2KATleWZY3_SYGl2Cko", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-oZOSFzy7wNv2uQDEPvkXfzyM2KATleWZY3_SYGl2Cko", + "id": "sd-jwt-claim-N41YH3tTBNpnQlxeOGni6CyE5vKiAcCSYP_9VAKkz0A", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N41YH3tTBNpnQlxeOGni6CyE5vKiAcCSYP_9VAKkz0A", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-PUZUOc-Fsg_GlIPz35HwCbKGgUHgdRt5XyS1VBsNehU", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PUZUOc-Fsg_GlIPz35HwCbKGgUHgdRt5XyS1VBsNehU", + "id": "sd-jwt-claim-kycQvY96ebz-flOhRj8Li2ISruVoNZg-qCjgbl2lWbE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kycQvY96ebz-flOhRj8Li2ISruVoNZg-qCjgbl2lWbE", "level": 3, "title": "Claim: type" }, @@ -306,26 +306,26 @@ "number": "4.9" }, { - "id": "sd-jwt-claim-raBljCGy2AdImy17V0oTiL7rDI5hVWigxqNBnjbeRZw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-raBljCGy2AdImy17V0oTiL7rDI5hVWigxqNBnjbeRZw", + "id": "sd-jwt-claim-wjN-KbvNwS_LD9wIlmFmGKey7VC25JaT2kOwJKHA6bc", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wjN-KbvNwS_LD9wIlmFmGKey7VC25JaT2kOwJKHA6bc", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-290EQxwFBNFVamFNmwi6c_LAIVGdnI4L4dxvJLFfYic", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-290EQxwFBNFVamFNmwi6c_LAIVGdnI4L4dxvJLFfYic", + "id": "sd-jwt-claim-IqdOVXXzTpBVYmznREqgtVS2f1nKyzpeLe9S5BnakZ0", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-IqdOVXXzTpBVYmznREqgtVS2f1nKyzpeLe9S5BnakZ0", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-xOAo5ULzoN603wabEJHCksdyXAo4DlOclMPIEg8hmN8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xOAo5ULzoN603wabEJHCksdyXAo4DlOclMPIEg8hmN8", + "id": "sd-jwt-claim-hznm_IFFi5qvUs8uSlUC-BjzmGfPSaGwyc1nLnyH7Zg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hznm_IFFi5qvUs8uSlUC-BjzmGfPSaGwyc1nLnyH7Zg", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-JOsVSPmF_EfDItyw_tVLBQfIKNp1ZSqhYJN-3x5pYkQ", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JOsVSPmF_EfDItyw_tVLBQfIKNp1ZSqhYJN-3x5pYkQ", + "id": "sd-jwt-claim-GI1_SpYpov6_xrcdd-Z57njg8Ds3B8QnqK_VnI9dl9g", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GI1_SpYpov6_xrcdd-Z57njg8Ds3B8QnqK_VnI9dl9g", "level": 3, "title": "Claim: type" }, @@ -403,20 +403,20 @@ "number": "5.2" }, { - "id": "sd-jwt-claim-d-UoE2jDIbmLnDXqYgnacKP8ZAlaJ1YzpPKYjAxRVck", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-d-UoE2jDIbmLnDXqYgnacKP8ZAlaJ1YzpPKYjAxRVck", + "id": "sd-jwt-claim-dMIhbUktyw6-oRpeLLqF6axq4tnP-sl8eZkdnXAxExE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dMIhbUktyw6-oRpeLLqF6axq4tnP-sl8eZkdnXAxExE", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ffQprTCPwJRPKcfVD5mt-B7RSmrOyCcCp78O68w3mTo", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ffQprTCPwJRPKcfVD5mt-B7RSmrOyCcCp78O68w3mTo", + "id": "sd-jwt-claim-V9GtEapf8Dx_7NimnJlgTW7F2AZdOJDW2RL2NowPjlk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-V9GtEapf8Dx_7NimnJlgTW7F2AZdOJDW2RL2NowPjlk", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-Cb_QtXdZRfm6twvG_lIY40mNeC_JGFVJS3fc9rHhlRM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Cb_QtXdZRfm6twvG_lIY40mNeC_JGFVJS3fc9rHhlRM", + "id": "sd-jwt-claim-q-WY5rpVSLJACG8aJvpgNbFBPfKgUyflHyVHBS7_Jrg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-q-WY5rpVSLJACG8aJvpgNbFBPfKgUyflHyVHBS7_Jrg", "level": 3, "title": "Claim: id" }, @@ -654,20 +654,20 @@ "number": "8.10" }, { - "id": "sd-jwt-claim-nCBmiarF0mriWCxl6GpxvaSaSjFfwqXUJAtiI930N4g", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nCBmiarF0mriWCxl6GpxvaSaSjFfwqXUJAtiI930N4g", + "id": "sd-jwt-claim-2mqUtOs2beGXXPGGAUmi5tK0o5OjtRWU_khrjIqVehQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2mqUtOs2beGXXPGGAUmi5tK0o5OjtRWU_khrjIqVehQ", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-l0OlzpZ-cd29b3jOMIwnFGA_YxpR2FC310bRuzAWR58", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-l0OlzpZ-cd29b3jOMIwnFGA_YxpR2FC310bRuzAWR58", + "id": "sd-jwt-claim-lfNeb5Z2AYM3tiO6_sj8yevZ9ItU4v5kMhfy6u_DTIY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lfNeb5Z2AYM3tiO6_sj8yevZ9ItU4v5kMhfy6u_DTIY", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-3-eS_eeumR8_KxaZdNiRFs2YTwt0Y4aB9e-5EL1S94o", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-3-eS_eeumR8_KxaZdNiRFs2YTwt0Y4aB9e-5EL1S94o", + "id": "sd-jwt-claim-09DD8EOHYPNMwMv_JwRObLOTwgvkb8qzjFGroIbh_8c", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-09DD8EOHYPNMwMv_JwRObLOTwgvkb8qzjFGroIbh_8c", "level": 3, "title": "Claim: type" }, diff --git a/ed/ids/vc-data-integrity.json b/ed/ids/vc-data-integrity.json index 2ed88df59c6a..8fbe28471e6d 100644 --- a/ed/ids/vc-data-integrity.json +++ b/ed/ids/vc-data-integrity.json @@ -223,25 +223,29 @@ "https://w3c.github.io/vc-data-integrity/#x4-3-add-proof-set-chain", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-5", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-11", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-cryptographic-suite-instance-4", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-6", "https://w3c.github.io/vc-data-integrity/#issue-container-generatedID-4", "https://w3c.github.io/vc-data-integrity/#h-note-4", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-named-graph-2", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-graph-2", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-7", "https://w3c.github.io/vc-data-integrity/#verify-proof", "https://w3c.github.io/vc-data-integrity/#x4-4-verify-proof", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-8", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-cryptographic-suite-instance-4", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-cryptographic-suite-instance-5", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-challenge-1", "https://w3c.github.io/vc-data-integrity/#dfn-verification-result", "https://w3c.github.io/vc-data-integrity/#dfn-verified-0", "https://w3c.github.io/vc-data-integrity/#dfn-verifieddocument-0", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verified-0-1", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-input-document-4", - "https://w3c.github.io/vc-data-integrity/#dfn-media-type", + "https://w3c.github.io/vc-data-integrity/#dfn-mediatype", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verified-0-2", "https://w3c.github.io/vc-data-integrity/#dfn-warnings", - "https://w3c.github.io/vc-data-integrity/#dfn-problemdetails", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-problemdetails-1", "https://w3c.github.io/vc-data-integrity/#dfn-errors", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-problemdetails-2", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-result-1", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verified-0-3", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-errors-1", @@ -249,10 +253,13 @@ "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-result-2", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verified-0-4", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verifieddocument-0-1", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-media-type-1", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-mediatype-1", "https://w3c.github.io/vc-data-integrity/#verify-proof-sets-and-chains", "https://w3c.github.io/vc-data-integrity/#x4-5-verify-proof-sets-and-chains", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-1", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-1", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-9", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-3", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-10", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-11", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-result-3", @@ -263,8 +270,11 @@ "https://w3c.github.io/vc-data-integrity/#h-note-5", "https://w3c.github.io/vc-data-integrity/#context-validation", "https://w3c.github.io/vc-data-integrity/#x4-6-context-validation", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-problemdetails-3", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-problemdetails-4", "https://w3c.github.io/vc-data-integrity/#processing-errors", "https://w3c.github.io/vc-data-integrity/#x4-7-processing-errors", + "https://w3c.github.io/vc-data-integrity/#dfn-problemdetails", "https://w3c.github.io/vc-data-integrity/#PROOF_GENERATION_ERROR", "https://w3c.github.io/vc-data-integrity/#PROOF_VERIFICATION_ERROR", "https://w3c.github.io/vc-data-integrity/#PROOF_TRANSFORMATION_ERROR", @@ -366,32 +376,32 @@ "https://w3c.github.io/vc-data-integrity/#understanding-proof-sets-and-proof-chains", "https://w3c.github.io/vc-data-integrity/#a-understanding-proof-sets-and-proof-chains", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-12", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-3", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-4", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-13", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-1", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-1", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-14", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-2", - "https://w3c.github.io/vc-data-integrity/#example-symbolic-expression-of-how-a-proof-is-created", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-2", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-14", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-3", + "https://w3c.github.io/vc-data-integrity/#example-symbolic-expression-of-how-a-proof-is-created", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-4", "https://w3c.github.io/vc-data-integrity/#example-symbolic-expression-of-a-proof-set", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-15", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-4", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-16", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-5", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-16", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-6", - "https://w3c.github.io/vc-data-integrity/#example-removal-of-a-signature-in-a-proof-set", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-4", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-7", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-2", + "https://w3c.github.io/vc-data-integrity/#example-removal-of-a-signature-in-a-proof-set", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-5", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-set-8", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-3", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-4", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-input-document-5", "https://w3c.github.io/vc-data-integrity/#example-proof-chain-containing-first-proof-with-id-property-set", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-4", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-5", "https://w3c.github.io/vc-data-integrity/#example-proof-chain-containing-two-proofs", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-17", - "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-5", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-6", + "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-chain-7", "https://w3c.github.io/vc-data-integrity/#example-proof-chain-containing-three-proofs", "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-18", "https://w3c.github.io/vc-data-integrity/#revision-history", diff --git a/ed/ids/vc-data-model-2.0.json b/ed/ids/vc-data-model-2.0.json index 3736a9d3413e..f38733d5acd4 100644 --- a/ed/ids/vc-data-model-2.0.json +++ b/ed/ids/vc-data-model-2.0.json @@ -464,17 +464,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab1bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab1jose", "https://w3c.github.io/vc-data-model/#vc-tab1sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab1cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-ncyjade-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-8B6RLkvxZk4C83PfHtDtoxgsqiq1IH9hq1ZqAB0gCfc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ruTHgHXIF8mOcy6_Enxfd2Itt2bwkYOz2g8f3ubmEW4", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VD5YbthIILw9_jp64qGuaWjid8tGSZeWSfAPa-ZFL-U", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gE-sGZ030cSqPQXt3oTri34baXcMmsxvQknjjyvERFs", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-bo4qxkw-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Gcc94tjjCwklsb-M-Xxrmb8UxdZLpkzLIBPL4jmluPs", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sQmMCvn-7ql7Mvouxi5SMadS-aznsFMnxHvzqV6Dn_A", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kPIAWIx6UyZEmup-Gj0CUJIFtpTRpQjWYoJy1SXjUxY", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-yXtbEMAanGntDW84KnpHn9aBsGgtSYLEwZf3lx4iK_8", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-72", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-24", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-73", @@ -516,17 +516,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab2bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab2jose", "https://w3c.github.io/vc-data-model/#vc-tab2sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab2cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-m2q2bg7-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jgnEaoHNqPlp4VDkrQRE2AmYxoeRil5YFtacGNzVpo8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tkdpE23Xkwct5Gq3el519QeOT5Fh0s6Eej1OYw2JiJY", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-45eb9QkMtFkz3ghYiFPPMMceetr8FBAUQN07NqTo904", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cEAXHNYD8KgMtP8V9Y-Nl-ddEYNOmwlVM9R3Fb_fQac", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-d017x97-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QUg1SZ3cWr0J6VTNMxj2NB75dD2yYD_T20-L-mCr0LA", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dbFVNmwDIoA3aLaP11oTepvcCnerX9Z5U8Qi1BLbwaQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EnnVWtuyRZABDHlTFbcP5jPmUu8NLjzX0tXZcbmXfG8", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-O7UrCZUw5NdyIgSmHbpWCVrjwbQq-niTIW2UZq8rxjI", "https://w3c.github.io/vc-data-model/#ref-for-dfn-type-1", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-81", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-82", @@ -585,18 +585,18 @@ "https://w3c.github.io/vc-data-model/#vc-tab3bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab3jose", "https://w3c.github.io/vc-data-model/#vc-tab3sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab3cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-v75wqp3-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-I3_TTmLEjdNHMzTo9cXWEymih_AkEe9O-XZEuya_hoI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-841CqVdhW9nIy9GOUr8cvGGxkUwNvpf7J_FbE56a5_c", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Wka9DOckCUWhF_sZvc6MLlcQ0Q0GgI211IPnfzol_XU", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZrdHTdZjhTlkUz2FaEIA9ejZvmqUz0Et2LKoBQfjB2g", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-W7zRtPAPuM1vM83edvpn4OUXLQnuIkTkY4QJ_i9Owcw", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-qvc6boj-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xI1CM28dWcQuSHEIs5RZ5LTJrfcAwN-80pL12Dt-SD0", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-w6rrQDuEvneU2bXXokrSMoWo_Jnjj85hTc4WIaOTqCg", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EZ9hkYbPboINlmNRTJrKUSP2lHTuk7GUX3m_EPvAVGw", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nIx3ov540f6qNRBrIxlVIjcd_Rbn0-egnL66_GlIH8U", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-FrfhlOGECaCIRogAoRcICnfnSFZKM26YtVGmJZ3Y23c", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-10", "https://w3c.github.io/vc-data-model/#h-note-10", "https://w3c.github.io/vc-data-model/#example-usage-of-the-name-and-description-property-0", @@ -624,17 +624,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab4bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab4jose", "https://w3c.github.io/vc-data-model/#vc-tab4sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab4cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-rr3qx7d-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dfIdQNzrGDWDnQ1JbjUgZvrss2GDgnK6FHDgEspHcI8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-30JXmJeoiiaKWCdrZYc83z4NpP_IHskyk9PgOeBmFM0", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-n8hHT3fuWH6kowa--alszF7PxjRpdK5MZ4AqUjB0ALc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1-iIOgaBWG_6aFoNKMDJXcShvHEeGjc44ND3X4IuWx4", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-qqsitak-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hRXoe1Nqhj-Yk9WiC6X0y4NOTku51vhZQ2SaHM6dZRM", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-krHXuMYxuLJyx9OHBo_zCX_85YhcsL7XA8PNewWBOrU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Mm0uhx7xk2ulhxeaBhKftSVANTn749Q6z-a-lWwVH8U", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-_T2T4aqTcSYs7cXmHYpIy-BPi7uKVHg2XU8oI6ODj9Y", "https://w3c.github.io/vc-data-model/#example-usage-of-issuer-expanded-property", "https://w3c.github.io/vc-data-model/#vc-tab5unsigned", "https://w3c.github.io/vc-data-model/#vc-tab5ecdsa-rdfc-2019", @@ -643,18 +643,18 @@ "https://w3c.github.io/vc-data-model/#vc-tab5bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab5jose", "https://w3c.github.io/vc-data-model/#vc-tab5sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab5cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-3blimpz-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vPhyk5eWeDxgCg1a6gzfUmscWiIAxlQ46eWUM-Adfvc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zeKRulhFc0G-mjRlMEiV_qfaszjg7fln_zm5183YkQ8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-txGUyed2qXGW5lS6nt82omOu-yggftUDKy9hlc265q8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Nmw9-umA5fSWX2orUAnFetEc5CkBnVZkg7SEf1ypQ0Y", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5Trij9yvlbDjZZZAYz4D3aYdJlZPr1n8HbdKSdC5Vq8", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-thz9hln-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zbYVqvmEzsQc_LH996JzU3MPLUngXQao1UuXNjOAniU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-OeNviazhJLw3OFp76L_y2bes1hTlIKfXw5uPxH3p3aA", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XvFFT6ruPx24gX0NIdlkdBVBN8vHppOmCDqMS4IjNAw", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JO1kbunP9oyWX6zb2zwCXWXjyh7kbO4kXSzlEytTgM8", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6sd0oCE89sjo-sXj2tM7gyShDhr1EizD8So5A_EUtsg", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-11", "https://w3c.github.io/vc-data-model/#h-note-11", "https://w3c.github.io/vc-data-model/#ref-for-dfn-property-21", @@ -684,17 +684,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab6bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab6jose", "https://w3c.github.io/vc-data-model/#vc-tab6sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab6cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-e7q75f5-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rWw3qzeB6dNPsF460DycNsa9nLUTd2oArXk5JqR5VEA", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-C9b6qSFec_rpesxuslAiqnIBufJSwsaStge_hLaOoQc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-oZOSFzy7wNv2uQDEPvkXfzyM2KATleWZY3_SYGl2Cko", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PUZUOc-Fsg_GlIPz35HwCbKGgUHgdRt5XyS1VBsNehU", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-ykbw6yr-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lIKYZjJ6sVCIWWtyKxy0HGdcS-Lpsf18usfT1eFCY7Q", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zjepmXjNHWxkg6ADDcfSZC-UUtdnM62YYiBdKouXv6A", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N41YH3tTBNpnQlxeOGni6CyE5vKiAcCSYP_9VAKkz0A", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kycQvY96ebz-flOhRj8Li2ISruVoNZg-qCjgbl2lWbE", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-31", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-88", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-32", @@ -722,17 +722,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab7bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab7jose", "https://w3c.github.io/vc-data-model/#vc-tab7sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab7cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-vupsi0n-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-raBljCGy2AdImy17V0oTiL7rDI5hVWigxqNBnjbeRZw", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-290EQxwFBNFVamFNmwi6c_LAIVGdnI4L4dxvJLFfYic", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xOAo5ULzoN603wabEJHCksdyXAo4DlOclMPIEg8hmN8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JOsVSPmF_EfDItyw_tVLBQfIKNp1ZSqhYJN-3x5pYkQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-z5jtgq0-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wjN-KbvNwS_LD9wIlmFmGKey7VC25JaT2kOwJKHA6bc", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-IqdOVXXzTpBVYmznREqgtVS2f1nKyzpeLe9S5BnakZ0", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hznm_IFFi5qvUs8uSlUC-BjzmGfPSaGwyc1nLnyH7Zg", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GI1_SpYpov6_xrcdd-Z57njg8Ds3B8QnqK_VnI9dl9g", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-12", "https://w3c.github.io/vc-data-model/#h-note-12", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-89", @@ -1005,16 +1005,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab8bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab8jose", "https://w3c.github.io/vc-data-model/#vc-tab8sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab8cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-hc46aa3-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-d-UoE2jDIbmLnDXqYgnacKP8ZAlaJ1YzpPKYjAxRVck", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ffQprTCPwJRPKcfVD5mt-B7RSmrOyCcCp78O68w3mTo", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Cb_QtXdZRfm6twvG_lIY40mNeC_JGFVJS3fc9rHhlRM", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-u1xw2of-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dMIhbUktyw6-oRpeLLqF6axq4tnP-sl8eZkdnXAxExE", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-V9GtEapf8Dx_7NimnJlgTW7F2AZdOJDW2RL2NowPjlk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-q-WY5rpVSLJACG8aJvpgNbFBPfKgUyflHyVHBS7_Jrg", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-132", "https://w3c.github.io/vc-data-model/#ref-for-dfn-entities-14", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-133", @@ -1573,16 +1573,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab9bbs-2023", "https://w3c.github.io/vc-data-model/#vc-tab9jose", "https://w3c.github.io/vc-data-model/#vc-tab9sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-disclosures", "https://w3c.github.io/vc-data-model/#vc-tab9cose", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-sl64tyc-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nCBmiarF0mriWCxl6GpxvaSaSjFfwqXUJAtiI930N4g", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-l0OlzpZ-cd29b3jOMIwnFGA_YxpR2FC310bRuzAWR58", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-3-eS_eeumR8_KxaZdNiRFs2YTwt0Y4aB9e-5EL1S94o", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-7mm2mp4-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2mqUtOs2beGXXPGGAUmi5tK0o5OjtRWU_khrjIqVehQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lfNeb5Z2AYM3tiO6_sj8yevZ9ItU4v5kMhfy6u_DTIY", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-09DD8EOHYPNMwMv_JwRObLOTwgvkb8qzjFGroIbh_8c", "https://w3c.github.io/vc-data-model/#ref-for-dfn-bearer-credentials-4", "https://w3c.github.io/vc-data-model/#ref-for-dfn-holders-83", "https://w3c.github.io/vc-data-model/#ref-for-dfn-bearer-credentials-5", diff --git a/ed/index.json b/ed/index.json index b7148367ff63..f230ef74e4c7 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-08-25T18:38:35.940Z", + "date": "2024-08-26T00:51:15.109Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -11572,11 +11572,11 @@ ], "crawled": "https://wicg.github.io/fenced-frame/", "crawlCacheInfo": { - "lastModified": "Tue, 13 Aug 2024 13:19:30 GMT" + "lastModified": "Sun, 25 Aug 2024 22:32:40 GMT" }, "generator": "bikeshed", - "date": "13 August 2024", - "revision": "c799ffe9644f2d8d076cfde40989db81acddc8a3", + "date": "25 August 2024", + "revision": "f2467cfee3a9e126f9e6cc817b02f4f8d1d64464", "algorithms": "algorithms/fenced-frame.json", "links": "links/fenced-frame.json", "refs": "refs/fenced-frame.json", @@ -33702,7 +33702,7 @@ ], "crawled": "https://w3c.github.io/vc-data-integrity/", "crawlCacheInfo": { - "lastModified": "Sun, 25 Aug 2024 16:10:39 GMT" + "lastModified": "Sun, 25 Aug 2024 21:02:30 GMT" }, "generator": "respec", "date": "25 August 2024", @@ -33757,10 +33757,10 @@ ], "crawled": "https://w3c.github.io/vc-data-model/", "crawlCacheInfo": { - "lastModified": "Sat, 24 Aug 2024 15:08:11 GMT" + "lastModified": "Sun, 25 Aug 2024 20:39:58 GMT" }, "generator": "respec", - "date": "24 August 2024", + "date": "25 August 2024", "algorithms": "algorithms/vc-data-model-2.0.json", "links": "links/vc-data-model-2.0.json", "refs": "refs/vc-data-model-2.0.json", diff --git a/ed/links/vc-data-integrity.json b/ed/links/vc-data-integrity.json index 8e348d96d99f..1e5b0cc0d75d 100644 --- a/ed/links/vc-data-integrity.json +++ b/ed/links/vc-data-integrity.json @@ -110,7 +110,6 @@ "defn-validFrom", "defn-validUntil", "validation", - "dfn-problemdetails", "security-considerations", "privacy-considerations" ] @@ -173,7 +172,6 @@ "anchors": [ "dfn-verifiable-credential", "dfn-verifiable-presentation", - "dfn-problemdetails", "dfn-holders" ] }