Skip to content

Commit 1655007

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 74f43f7 commit 1655007

File tree

4 files changed

+32
-126
lines changed

4 files changed

+32
-126
lines changed

ed/dfns/vc-data-integrity.json

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -257,30 +257,6 @@
257257
"definedIn": "prose",
258258
"links": []
259259
},
260-
{
261-
"id": "dfn-controlled-identifier-document",
262-
"href": "https://w3c.github.io/vc-data-integrity/#dfn-controlled-identifier-document",
263-
"linkingText": [
264-
"controlled identifier document"
265-
],
266-
"localLinkingText": [],
267-
"type": "dfn",
268-
"for": [],
269-
"access": "private",
270-
"informative": true,
271-
"heading": {
272-
"id": "terminology",
273-
"href": "https://w3c.github.io/vc-data-integrity/#terminology",
274-
"title": "Terminology",
275-
"alternateIds": [
276-
"x1-4-terminology"
277-
],
278-
"number": "1.4"
279-
},
280-
"definedIn": "dt",
281-
"links": [],
282-
"htmlProse": "A document that contains public cryptographic material as defined in the\n<cite><a href=\"https://www.w3.org/TR/cid-1.0/\">Controlled Identifiers v1.0</a></cite> specification."
283-
},
284260
{
285261
"id": "dfn-cryptosuite",
286262
"href": "https://w3c.github.io/vc-data-integrity/#dfn-cryptosuite",
@@ -304,7 +280,7 @@
304280
},
305281
"definedIn": "dt",
306282
"links": [],
307-
"htmlProse": "A specification defining the usage of specific cryptographic primitives in\norder to achieve a particular security goal. These documents are often used\nto specify <a href=\"https://w3c.github.io/vc-data-integrity/#dfn-verification-method\">verification methods</a>, digital signature types,\ntheir identifiers, and other related properties. See Section\n<a href=\"https://w3c.github.io/vc-data-integrity/#cryptographic-suites\"><bdi>3. </bdi>Cryptographic Suites</a> for further detail."
283+
"htmlProse": "A specification defining the usage of specific cryptographic primitives in\norder to achieve a particular security goal. These documents are often used\nto specify <a href=\"https://www.w3.org/TR/cid-1.0/#dfn-verification-method\">verification methods</a>, digital signature types,\ntheir identifiers, and other related properties. See Section\n<a href=\"https://w3c.github.io/vc-data-integrity/#cryptographic-suites\"><bdi>3. </bdi>Cryptographic Suites</a> for further detail."
308284
},
309285
{
310286
"id": "dfn-data-integrity-proof",
@@ -402,56 +378,6 @@
402378
"links": [],
403379
"htmlProse": "Cryptographic material, sometimes referred to as a\n<strong>private key</strong>, that is not to be shared with anyone, and is used\nto generate digital proofs and/or digital signatures."
404380
},
405-
{
406-
"id": "dfn-verification-method",
407-
"href": "https://w3c.github.io/vc-data-integrity/#dfn-verification-method",
408-
"linkingText": [
409-
"verification method"
410-
],
411-
"localLinkingText": [],
412-
"type": "dfn",
413-
"for": [],
414-
"access": "public",
415-
"informative": true,
416-
"heading": {
417-
"id": "terminology",
418-
"href": "https://w3c.github.io/vc-data-integrity/#terminology",
419-
"title": "Terminology",
420-
"alternateIds": [
421-
"x1-4-terminology"
422-
],
423-
"number": "1.4"
424-
},
425-
"definedIn": "dt",
426-
"links": [],
427-
"htmlProse": "<p>\nA set of parameters that can be used together with a process to independently\nverify a proof. For example, a cryptographic <a href=\"https://w3c.github.io/vc-data-integrity/#dfn-public-key\">public key</a> can be used as a\nverification method with respect to a digital signature; in such usage, it\nverifies that the signer possessed the associated cryptographic <a href=\"https://w3c.github.io/vc-data-integrity/#dfn-secret-key\">secret key</a>.\n </p>\n <p>\n\"Verification\" and \"proof\" in this definition are intended to apply broadly. For\nexample, a cryptographic public key might be used during Diffie-Hellman key\nexchange to negotiate a shared symmetric key for encryption. This guarantees the\nintegrity of the key agreement process. It is thus another type of verification\nmethod, even though descriptions of the process might not use the words\n\"verification\" or \"proof.\"\n </p>"
428-
},
429-
{
430-
"id": "dfn-verifier",
431-
"href": "https://w3c.github.io/vc-data-integrity/#dfn-verifier",
432-
"linkingText": [
433-
"verifier",
434-
"verifiers",
435-
"verifier's"
436-
],
437-
"localLinkingText": [],
438-
"type": "dfn",
439-
"for": [],
440-
"access": "private",
441-
"informative": true,
442-
"heading": {
443-
"id": "terminology",
444-
"href": "https://w3c.github.io/vc-data-integrity/#terminology",
445-
"title": "Terminology",
446-
"alternateIds": [
447-
"x1-4-terminology"
448-
],
449-
"number": "1.4"
450-
},
451-
"definedIn": "dt",
452-
"links": [],
453-
"htmlProse": "A role an entity performs by receiving data containing one or more\n<a href=\"https://w3c.github.io/vc-data-integrity/#dfn-data-integrity-proof\">data integrity proofs</a> and then determining whether or not the proof\nis legitimate."
454-
},
455381
{
456382
"id": "dfn-proof",
457383
"href": "https://w3c.github.io/vc-data-integrity/#dfn-proof",

ed/ids/vc-data-integrity.json

Lines changed: 15 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,25 @@
4848
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-1",
4949
"https://w3c.github.io/vc-data-integrity/#terminology",
5050
"https://w3c.github.io/vc-data-integrity/#x1-4-terminology",
51-
"https://w3c.github.io/vc-data-integrity/#dfn-controlled-identifier-document",
5251
"https://w3c.github.io/vc-data-integrity/#dfn-cryptosuite",
53-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-1",
5452
"https://w3c.github.io/vc-data-integrity/#dfn-data-integrity-proof",
5553
"https://w3c.github.io/vc-data-integrity/#dfn-proof-purpose",
5654
"https://w3c.github.io/vc-data-integrity/#dfn-public-key",
5755
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secret-key-1",
5856
"https://w3c.github.io/vc-data-integrity/#dfn-secret-key",
59-
"https://w3c.github.io/vc-data-integrity/#dfn-verification-method",
60-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-1",
61-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secret-key-2",
62-
"https://w3c.github.io/vc-data-integrity/#dfn-verifier",
63-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-1",
6457
"https://w3c.github.io/vc-data-integrity/#data-model",
6558
"https://w3c.github.io/vc-data-integrity/#x2-data-model",
66-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-2",
59+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-1",
6760
"https://w3c.github.io/vc-data-integrity/#proofs",
6861
"https://w3c.github.io/vc-data-integrity/#x2-1-proofs",
62+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-2",
6963
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-3",
70-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-4",
7164
"https://w3c.github.io/vc-data-integrity/#dfn-proof",
7265
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-named-graph-1",
7366
"https://w3c.github.io/vc-data-integrity/#dfn-proofpurpose",
74-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-5",
67+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-4",
68+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-1",
7569
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-2",
76-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-3",
77-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-1",
7870
"https://w3c.github.io/vc-data-integrity/#dfn-created",
7971
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-processor-1",
8072
"https://w3c.github.io/vc-data-integrity/#defn-proof-expires",
@@ -84,7 +76,7 @@
8476
"https://w3c.github.io/vc-data-integrity/#dfn-challenge",
8577
"https://w3c.github.io/vc-data-integrity/#dfn-proofvalue",
8678
"https://w3c.github.io/vc-data-integrity/#dfn-previousproof",
87-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-6",
79+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-5",
8880
"https://w3c.github.io/vc-data-integrity/#dfn-nonce",
8981
"https://w3c.github.io/vc-data-integrity/#example-a-simple-json-data-document",
9082
"https://w3c.github.io/vc-data-integrity/#example-a-simple-signed-json-data-document",
@@ -104,17 +96,16 @@
10496
"https://w3c.github.io/vc-data-integrity/#proof-graphs",
10597
"https://w3c.github.io/vc-data-integrity/#x2-1-3-proof-graphs",
10698
"https://w3c.github.io/vc-data-integrity/#dfn-proof-graph",
99+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-6",
107100
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-7",
108-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-8",
109101
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-graph-1",
110-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-9",
102+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-8",
111103
"https://w3c.github.io/vc-data-integrity/#dfn-named-graph",
112104
"https://w3c.github.io/vc-data-integrity/#dfn-proofgraph",
113-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-10",
105+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-9",
114106
"https://w3c.github.io/vc-data-integrity/#proof-purposes",
115107
"https://w3c.github.io/vc-data-integrity/#x2-2-proof-purposes",
116108
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-purpose-1",
117-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verifier-1",
118109
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-purpose-2",
119110
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-purpose-3",
120111
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-1",
@@ -129,7 +120,6 @@
129120
"https://w3c.github.io/vc-data-integrity/#resource-integrity",
130121
"https://w3c.github.io/vc-data-integrity/#x2-3-resource-integrity",
131122
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-2",
132-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verifier-2",
133123
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-3",
134124
"https://w3c.github.io/vc-data-integrity/#dfn-digestmultibase",
135125
"https://w3c.github.io/vc-data-integrity/#example-an-integrity-protected-image-that-is-associated-with-an-object",
@@ -158,17 +148,12 @@
158148
"https://w3c.github.io/vc-data-integrity/#h-note-2",
159149
"https://w3c.github.io/vc-data-integrity/#relationship-to-verifiable-credentials",
160150
"https://w3c.github.io/vc-data-integrity/#x2-6-relationship-to-verifiable-credentials",
161-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-3",
162-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-4",
163-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-5",
164151
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-created-1",
165152
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-created-2",
166-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-6",
167-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-7",
168-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secret-key-3",
153+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secret-key-2",
169154
"https://w3c.github.io/vc-data-integrity/#cryptographic-suites",
170155
"https://w3c.github.io/vc-data-integrity/#x3-cryptographic-suites",
171-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-11",
156+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-10",
172157
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-3",
173158
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-4",
174159
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-algorithm-1",
@@ -180,7 +165,7 @@
180165
"https://w3c.github.io/vc-data-integrity/#dfn-data-integrity-cryptographic-suite-instance",
181166
"https://w3c.github.io/vc-data-integrity/#dfn-createproof",
182167
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-input-document-1",
183-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-12",
168+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-11",
184169
"https://w3c.github.io/vc-data-integrity/#dfn-verifyproof",
185170
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-secured-data-document-1",
186171
"https://w3c.github.io/vc-data-integrity/#dfn-cryptosuite-verification-result",
@@ -195,7 +180,7 @@
195180
"https://w3c.github.io/vc-data-integrity/#dataintegrityproof",
196181
"https://w3c.github.io/vc-data-integrity/#x3-1-dataintegrityproof",
197182
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-5",
198-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-13",
183+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-12",
199184
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-6",
200185
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-7",
201186
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-8",
@@ -307,7 +292,7 @@
307292
"https://w3c.github.io/vc-data-integrity/#x5-6-transformations",
308293
"https://w3c.github.io/vc-data-integrity/#protected-information",
309294
"https://w3c.github.io/vc-data-integrity/#x5-7-protected-information",
310-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-14",
295+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-13",
311296
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-2",
312297
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-3",
313298
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-algorithm-2",
@@ -318,21 +303,14 @@
318303
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-6",
319304
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-cryptosuite-14",
320305
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-7",
321-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-15",
306+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-14",
322307
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verified-2",
323308
"https://w3c.github.io/vc-data-integrity/#data-opacity",
324309
"https://w3c.github.io/vc-data-integrity/#x5-8-data-opacity",
325310
"https://w3c.github.io/vc-data-integrity/#verification-method-binding",
326311
"https://w3c.github.io/vc-data-integrity/#x5-9-verification-method-binding",
327-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-8",
328-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-9",
329-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-2",
330-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-3",
331-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-10",
332312
"https://w3c.github.io/vc-data-integrity/#verification-relationship-validation",
333313
"https://w3c.github.io/vc-data-integrity/#x5-10-verification-relationship-validation",
334-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-11",
335-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-4",
336314
"https://w3c.github.io/vc-data-integrity/#proof-purpose-validation",
337315
"https://w3c.github.io/vc-data-integrity/#x5-11-proof-purpose-validation",
338316
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-purpose-6",
@@ -343,16 +321,12 @@
343321
"https://w3c.github.io/vc-data-integrity/#canonicalization-method-correctness",
344322
"https://w3c.github.io/vc-data-integrity/#x5-13-canonicalization-method-correctness",
345323
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-8",
346-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-16",
347-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verifier-3",
324+
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-15",
348325
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-transformation-9",
349326
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-hashing-2",
350327
"https://w3c.github.io/vc-data-integrity/#network-requests",
351328
"https://w3c.github.io/vc-data-integrity/#x5-14-network-requests",
352329
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-8",
353-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-12",
354-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-13",
355-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-14",
356330
"https://w3c.github.io/vc-data-integrity/#other-security-considerations",
357331
"https://w3c.github.io/vc-data-integrity/#x5-15-other-security-considerations",
358332
"https://w3c.github.io/vc-data-integrity/#privacy-considerations",
@@ -364,13 +338,10 @@
364338
"https://w3c.github.io/vc-data-integrity/#x6-2-selective-disclosure",
365339
"https://w3c.github.io/vc-data-integrity/#previous-proofs",
366340
"https://w3c.github.io/vc-data-integrity/#x6-3-previous-proofs",
367-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-15",
368341
"https://w3c.github.io/vc-data-integrity/#fingerprinting-network-requests",
369342
"https://w3c.github.io/vc-data-integrity/#x6-4-fingerprinting-network-requests",
370343
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-9",
371-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-16",
372344
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-10",
373-
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-17",
374345
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-11",
375346
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-12",
376347
"https://w3c.github.io/vc-data-integrity/#canonicalization-method-privacy",

ed/index.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-08-14T18:47:42.847Z",
4+
"date": "2025-08-15T00:52:35.191Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -20091,7 +20091,7 @@
2009120091
],
2009220092
"crawled": "https://drafts.csswg.org/css-conditional-5/",
2009320093
"crawlCacheInfo": {
20094-
"lastModified": "Wed, 13 Aug 2025 23:53:15 GMT"
20094+
"lastModified": "Wed, 13 Aug 2025 23:53:16 GMT"
2009520095
},
2009620096
"generator": "bikeshed",
2009720097
"date": "12 August 2025",
@@ -21395,7 +21395,7 @@
2139521395
],
2139621396
"crawled": "https://drafts.csswg.org/css-grid-3/",
2139721397
"crawlCacheInfo": {
21398-
"lastModified": "Wed, 13 Aug 2025 23:53:15 GMT"
21398+
"lastModified": "Wed, 13 Aug 2025 23:53:16 GMT"
2139921399
},
2140021400
"generator": "bikeshed",
2140121401
"date": "21 February 2025",
@@ -21934,7 +21934,7 @@
2193421934
],
2193521935
"crawled": "https://drafts.csswg.org/css-logical-1/",
2193621936
"crawlCacheInfo": {
21937-
"lastModified": "Wed, 13 Aug 2025 23:53:15 GMT"
21937+
"lastModified": "Wed, 13 Aug 2025 23:53:16 GMT"
2193821938
},
2193921939
"generator": "bikeshed",
2194021940
"date": "24 January 2024",
@@ -36937,10 +36937,10 @@
3693736937
],
3693836938
"crawled": "https://w3c.github.io/vc-data-integrity/",
3693936939
"crawlCacheInfo": {
36940-
"lastModified": "Thu, 15 May 2025 21:07:55 GMT"
36940+
"lastModified": "Thu, 14 Aug 2025 20:00:18 GMT"
3694136941
},
3694236942
"generator": "respec",
36943-
"date": "15 May 2025",
36943+
"date": "14 August 2025",
3694436944
"algorithms": "algorithms/vc-data-integrity.json",
3694536945
"links": "links/vc-data-integrity.json",
3694636946
"refs": "refs/vc-data-integrity.json",
@@ -37663,7 +37663,7 @@
3766337663
],
3766437664
"crawled": "https://w3c.github.io/sdw-sosa-ssn/ssn/",
3766537665
"crawlCacheInfo": {
37666-
"lastModified": "Thu, 14 Aug 2025 08:36:42 GMT"
37666+
"lastModified": "Thu, 14 Aug 2025 22:00:46 GMT"
3766737667
},
3766837668
"generator": "respec",
3766937669
"date": "14 August 2025",

0 commit comments

Comments
 (0)