@@ -203,8 +203,7 @@ public class IssuersCredentialControllerApiDocs {
203
203
@ RequestBody (content = {
204
204
@ Content (examples = @ ExampleObject ("""
205
205
{
206
- "bpn": "BPNL000000000000",
207
- "asJwt": false
206
+ "bpn": "BPNL000000000000"
208
207
}
209
208
""" ))
210
209
})
@@ -331,8 +330,7 @@ public class IssuersCredentialControllerApiDocs {
331
330
"activityType": "vehicleDismantle",
332
331
"allowedVehicleBrands": [
333
332
"Audi", "Abarth", "Alfa Romeo", "Chrysler"
334
- ],
335
- "asJwt": false
333
+ ]
336
334
}
337
335
""" ))
338
336
})
@@ -464,62 +462,55 @@ public class IssuersCredentialControllerApiDocs {
464
462
"holderIdentifier": "BPNL000000000000",
465
463
"type": "BehaviorTwinCredential",
466
464
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
467
- "contract-version": "1.0.0",
468
- "asJwt": false
465
+ "contract-version": "1.0.0"
469
466
}
470
467
""" ),
471
468
@ ExampleObject (name = "PcfCredential" , value = """
472
469
{
473
470
"holderIdentifier": "BPNL000000000000",
474
471
"type": "PcfCredential",
475
472
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
476
- "contract-version": "1.0.0",
477
- "asJwt": false
473
+ "contract-version": "1.0.0"
478
474
}
479
475
""" ),
480
476
@ ExampleObject (name = "SustainabilityCredential" , value = """
481
477
{
482
478
"holderIdentifier": "BPNL000000000000",
483
479
"type": "SustainabilityCredential",
484
480
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
485
- "contract-version": "1.0.0",
486
- "asJwt": false
481
+ "contract-version": "1.0.0"
487
482
}
488
483
""" ),
489
484
@ ExampleObject (name = "QualityCredential" , value = """
490
485
{
491
486
"holderIdentifier": "BPNL000000000000",
492
487
"type": "QualityCredential",
493
488
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
494
- "contract-version": "1.0.0",
495
- "asJwt": false
489
+ "contract-version": "1.0.0"
496
490
}
497
491
""" ),
498
492
@ ExampleObject (name = "TraceabilityCredential" , value = """
499
493
{
500
494
"holderIdentifier": "BPNL000000000000",
501
495
"type": "TraceabilityCredential",
502
496
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
503
- "contract-version": "1.0.0",
504
- "asJwt": false
497
+ "contract-version": "1.0.0"
505
498
}
506
499
""" ),
507
500
@ ExampleObject (name = "BehaviorTwinCredential" , value = """
508
501
{
509
502
"holderIdentifier": "BPNL000000000000",
510
503
"type": "BehaviorTwinCredential",
511
504
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
512
- "contract-version": "1.0.0",
513
- "asJwt": false
505
+ "contract-version": "1.0.0"
514
506
}
515
507
""" ),
516
508
@ ExampleObject (name = "ResiliencyCredential" , value = """
517
509
{
518
510
"holderIdentifier": "BPNL000000000000",
519
511
"type": "ResiliencyCredential",
520
512
"contract-template": "https://public.catena-x.org/contracts/traceabilty.v1.pdf",
521
- "contract-version": "1.0.0",
522
- "asJwt": false
513
+ "contract-version": "1.0.0"
523
514
}
524
515
""" )
525
516
0 commit comments