-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.json
736 lines (736 loc) · 44 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
{
"testResults": {
"numFailedTests": 2,
"numPassedTests": 59,
"numTotalTests": 61,
"testResults": [
{
"numFailingTests": 2,
"numPassingTests": 35,
"testResults": [
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"1. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated signature value (ex. a mutated jws) in the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 1. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated signature value (ex. a mutated jws) in the proof. should pass with no mutation",
"status": "passed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"1. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated signature value (ex. a mutated jws) in the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 1. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated signature value (ex. a mutated jws) in the proof. should fail with with mutation",
"status": "passed",
"title": "should fail with with mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"2. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with the \"created\" property removed from the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 2. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with the \"created\" property removed from the proof. should fail without created in proof",
"status": "passed",
"title": "should fail without created in proof"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"3. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated \"proofPurpose\" in the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 3. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated \"proofPurpose\" in the proof. should fail ",
"status": "passed",
"title": "should fail "
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"4. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with an added property to the credential."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 4. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with an added property to the credential. should fail",
"status": "passed",
"title": "should fail"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"5. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a removed property from the credential."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 5. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a removed property from the credential. should fail",
"status": "passed",
"title": "should fail"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"6. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated property to the credential."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 6. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated property to the credential. should fail ",
"status": "passed",
"title": "should fail "
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"7. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with an added property to the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 7. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with an added property to the proof. should fail ",
"status": "passed",
"title": "should fail "
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"8. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential a removed property to the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 8. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential a removed property to the proof. should fail ",
"status": "passed",
"title": "should fail "
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"9. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated property to the proof."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 9. The Verifier's Verify Credential HTTP API MUST fail to verify a Verifiable Credential with a mutated property to the proof. should fail ",
"status": "passed",
"title": "should fail "
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"10. The Verifier's Verify Credential HTTP API MUST adhere to the proof verification format."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 10. The Verifier's Verify Credential HTTP API MUST adhere to the proof verification format. should pass",
"status": "passed",
"title": "should pass"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"11. The Verifier's Verify Credential HTTP API MUST return a 400 HTTP response status code when the request is rejected."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 11. The Verifier's Verify Credential HTTP API MUST return a 400 HTTP response status code when the request is rejected. should have error",
"status": "passed",
"title": "should have error"
},
{
"ancestorTitles": [
"Verify Credential API - Conformance",
"12. The Verifier's Verify Credential HTTP API MUST support the verification of, JSON-LD Proof, Ed25519Signature2018."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Conformance 12. The Verifier's Verify Credential HTTP API MUST support the verification of, JSON-LD Proof, Ed25519Signature2018. should pass",
"status": "passed",
"title": "should pass"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "passed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [
{
"actual": "",
"error": {
"matcherResult": {
"actual": 400,
"expected": 200,
"name": "toBe",
"pass": false
}
},
"expected": "",
"matcherName": "",
"message": "Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400",
"passed": false,
"stack": "Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400\n at Object.<anonymous> (/home/runner/work/vc-http-api/vc-http-api/packages/vc-http-api-test-server/__tests__/verifyCredential.spec.js:268:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
}
],
"failureMessages": [
"Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400\n at Object.<anonymous> (/home/runner/work/vc-http-api/vc-http-api/packages/vc-http-api-test-server/__tests__/verifyCredential.spec.js:268:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
],
"fullName": "Verify Credential API - Interop Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "failed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify COVID-19 Vaccination Certificate verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "passed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [
{
"actual": "",
"error": {
"matcherResult": {
"actual": 400,
"expected": 200,
"name": "toBe",
"pass": false
}
},
"expected": "",
"matcherName": "",
"message": "Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400",
"passed": false,
"stack": "Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400\n at Object.<anonymous> (/home/runner/work/vc-http-api/vc-http-api/packages/vc-http-api-test-server/__tests__/verifyCredential.spec.js:268:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
}
],
"failureMessages": [
"Error: expect(received).toBe(expected) // Object.is equality\n\nExpected: 200\nReceived: 400\n at Object.<anonymous> (/home/runner/work/vc-http-api/vc-http-api/packages/vc-http-api-test-server/__tests__/verifyCredential.spec.js:268:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "failed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3 and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "passed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify undefined verifiable credential, with issuer DID method did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018 should pass with no mutation",
"status": "passed",
"title": "should pass with no mutation"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018 should fail with mutated proof value",
"status": "passed",
"title": "should fail with mutated proof value"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018 should fail with additional unsigned property in credential",
"status": "passed",
"title": "should fail with additional unsigned property in credential"
},
{
"ancestorTitles": [
"Verify Credential API - Interop",
"Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Credential API - Interop Can verify Permanent Resident Card verifiable credential, with issuer DID method did:web:vc.transmute.world and linked data proof suite Ed25519Signature2018 should fail with deleted property from credential",
"status": "passed",
"title": "should fail with deleted property from credential"
}
]
},
{
"numFailingTests": 0,
"numPassingTests": 19,
"testResults": [
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 1. The Issuer's Issue Credential HTTP API MUST return a 201 HTTP response status code after successful credential issuance.",
"status": "passed",
"title": "1. The Issuer's Issue Credential HTTP API MUST return a 201 HTTP response status code after successful credential issuance."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 2. The Issuer's Issue Credential HTTP API MUST require \"credential\" in the body of the POST request. The field \"credential\" MUST be conformant to [Verifiable Credentials Data Model 1.0](https://www.w3.org/TR/vc-data-model/).",
"status": "passed",
"title": "2. The Issuer's Issue Credential HTTP API MUST require \"credential\" in the body of the POST request. The field \"credential\" MUST be conformant to [Verifiable Credentials Data Model 1.0](https://www.w3.org/TR/vc-data-model/)."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 3. The Issuer's Issue Credential HTTP API MUST return a 400 HTTP response status code when the request is rejected.",
"status": "passed",
"title": "3. The Issuer's Issue Credential HTTP API MUST return a 400 HTTP response status code when the request is rejected."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 4. The Issuer's Issue Credential HTTP API MUST return a Verifiable Credential with the value of its \"issuer\" or \"issuer.id\" as a URI in the body of the response.",
"status": "passed",
"title": "4. The Issuer's Issue Credential HTTP API MUST return a Verifiable Credential with the value of its \"issuer\" or \"issuer.id\" as a URI in the body of the response."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 5. The Issuer's Issue Credential HTTP API MUST reject if the value of \"options.proofPurpose\" in the body of the POST request is not supported.",
"status": "passed",
"title": "5. The Issuer's Issue Credential HTTP API MUST reject if the value of \"options.proofPurpose\" in the body of the POST request is not supported."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 6. The Issuer's Issue Credential HTTP API MUST reject if the value of \"options.assertionMethod\" in the body of the POST request does not exist.",
"status": "passed",
"title": "6. The Issuer's Issue Credential HTTP API MUST reject if the value of \"options.assertionMethod\" in the body of the POST request does not exist."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 7. The Issuer's Issue Credential HTTP API MUST reject if the value of \"credential\" in the body of the POST request does not contain a context.",
"status": "passed",
"title": "7. The Issuer's Issue Credential HTTP API MUST reject if the value of \"credential\" in the body of the POST request does not contain a context."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 8. The Issuer's Issue Credential HTTP API MUST reject if the value of \"credential\" in the body of the POST request contains a malformed JSON-LD context.",
"status": "passed",
"title": "8. The Issuer's Issue Credential HTTP API MUST reject if the value of \"credential\" in the body of the POST request contains a malformed JSON-LD context."
},
{
"ancestorTitles": [
"Issue Credential API - Conformance",
"with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Conformance with issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd 9. The Issuer's Issue Credential HTTP API MUST support no \"options\" in the body of the POST request.",
"status": "passed",
"title": "9. The Issuer's Issue Credential HTTP API MUST support no \"options\" in the body of the POST request."
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue Permanent Resident Card credential",
"status": "passed",
"title": "Can issue Permanent Resident Card credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue COVID-19 Vaccination Certificate credential",
"status": "passed",
"title": "Can issue COVID-19 Vaccination Certificate credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue undefined credential",
"status": "passed",
"title": "Can issue undefined credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue undefined credential",
"status": "passed",
"title": "Can issue undefined credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue undefined credential",
"status": "passed",
"title": "Can issue undefined credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue Bill of Lading credential",
"status": "passed",
"title": "Can issue Bill of Lading credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue Heavy Sour Dilbit Inspection Report credential",
"status": "passed",
"title": "Can issue Heavy Sour Dilbit Inspection Report credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue Heavy Sour Dilbit credential",
"status": "passed",
"title": "Can issue Heavy Sour Dilbit credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue QP Inbond credential",
"status": "passed",
"title": "Can issue QP Inbond credential"
},
{
"ancestorTitles": [
"Issue Credential API - Credential Type Interop",
"With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd"
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Issue Credential API - Credential Type Interop With issuer: did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd Can issue Certified Mill Test Report credential",
"status": "passed",
"title": "Can issue Certified Mill Test Report credential"
}
]
},
{
"numFailingTests": 0,
"numPassingTests": 5,
"testResults": [
{
"ancestorTitles": [
"Verify Presentation API",
"1. The Verifier's Verify Presentation HTTP API MUST verify a Verifiable Presentation where the credential's issuer, presentation's holder and credential's subject are different."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Presentation API 1. The Verifier's Verify Presentation HTTP API MUST verify a Verifiable Presentation where the credential's issuer, presentation's holder and credential's subject are different. should pass",
"status": "passed",
"title": "should pass"
},
{
"ancestorTitles": [
"Verify Presentation API",
"2. The Verifier's Verify Presentation HTTP API MUST verify a Verifiable Presentation where the credential's issuer, presentation's holder and credential's subject are the same."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Presentation API 2. The Verifier's Verify Presentation HTTP API MUST verify a Verifiable Presentation where the credential's issuer, presentation's holder and credential's subject are the same. should pass",
"status": "passed",
"title": "should pass"
},
{
"ancestorTitles": [
"Verify Presentation API",
"3. The Verifier's Verify Presentation HTTP API MUST adhere to the proof verification format."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Presentation API 3. The Verifier's Verify Presentation HTTP API MUST adhere to the proof verification format. should pass",
"status": "passed",
"title": "should pass"
},
{
"ancestorTitles": [
"Verify Presentation API",
"4. The Verifier's Verify Presentation HTTP API MUST return a 400 HTTP response status code when the request is rejected."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Presentation API 4. The Verifier's Verify Presentation HTTP API MUST return a 400 HTTP response status code when the request is rejected. should have error",
"status": "passed",
"title": "should have error"
},
{
"ancestorTitles": [
"Verify Presentation API",
"5. The Verifier's Verify Presentation HTTP API MUST support the verification of, JSON-LD Proof, Ed25519Signature2018."
],
"failureDetails": [],
"failureMessages": [],
"fullName": "Verify Presentation API 5. The Verifier's Verify Presentation HTTP API MUST support the verification of, JSON-LD Proof, Ed25519Signature2018. should pass",
"status": "passed",
"title": "should pass"
}
]
}
]
}
}