@sphereon/ssi-sdk-ext.jwt-service 0.24.1-next.106 → 0.24.1-next.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,6 +49,23 @@
49
49
  "issuer": {
50
50
  "type": "string"
51
51
  },
52
+ "clientId": {
53
+ "type": "string"
54
+ },
55
+ "clientIdScheme": {
56
+ "anyOf": [
57
+ {
58
+ "$ref": "#/components/schemas/ClientIdScheme"
59
+ },
60
+ {
61
+ "type": "string",
62
+ "const": "did"
63
+ },
64
+ {
65
+ "type": "string"
66
+ }
67
+ ]
68
+ },
52
69
  "identifier": {
53
70
  "$ref": "#/components/schemas/ManagedIdentifierType"
54
71
  },
@@ -108,6 +125,23 @@
108
125
  "issuer": {
109
126
  "type": "string"
110
127
  },
128
+ "clientId": {
129
+ "type": "string"
130
+ },
131
+ "clientIdScheme": {
132
+ "anyOf": [
133
+ {
134
+ "$ref": "#/components/schemas/ClientIdScheme"
135
+ },
136
+ {
137
+ "type": "string",
138
+ "const": "did"
139
+ },
140
+ {
141
+ "type": "string"
142
+ }
143
+ ]
144
+ },
111
145
  "identifier": {
112
146
  "$ref": "#/components/schemas/ManagedIdentifierType"
113
147
  },
@@ -177,6 +211,23 @@
177
211
  "issuer": {
178
212
  "type": "string"
179
213
  },
214
+ "clientId": {
215
+ "type": "string"
216
+ },
217
+ "clientIdScheme": {
218
+ "anyOf": [
219
+ {
220
+ "$ref": "#/components/schemas/ClientIdScheme"
221
+ },
222
+ {
223
+ "type": "string",
224
+ "const": "did"
225
+ },
226
+ {
227
+ "type": "string"
228
+ }
229
+ ]
230
+ },
180
231
  "identifier": {
181
232
  "$ref": "#/components/schemas/ManagedIdentifierType"
182
233
  }
@@ -227,6 +278,23 @@
227
278
  "issuer": {
228
279
  "type": "string"
229
280
  },
281
+ "clientId": {
282
+ "type": "string"
283
+ },
284
+ "clientIdScheme": {
285
+ "anyOf": [
286
+ {
287
+ "$ref": "#/components/schemas/ClientIdScheme"
288
+ },
289
+ {
290
+ "type": "string",
291
+ "const": "did"
292
+ },
293
+ {
294
+ "type": "string"
295
+ }
296
+ ]
297
+ },
230
298
  "identifier": {
231
299
  "$ref": "#/components/schemas/ManagedIdentifierType"
232
300
  }
@@ -278,6 +346,23 @@
278
346
  "issuer": {
279
347
  "type": "string"
280
348
  },
349
+ "clientId": {
350
+ "type": "string"
351
+ },
352
+ "clientIdScheme": {
353
+ "anyOf": [
354
+ {
355
+ "$ref": "#/components/schemas/ClientIdScheme"
356
+ },
357
+ {
358
+ "type": "string",
359
+ "const": "did"
360
+ },
361
+ {
362
+ "type": "string"
363
+ }
364
+ ]
365
+ },
281
366
  "identifier": {
282
367
  "$ref": "#/components/schemas/ManagedIdentifierType"
283
368
  }
@@ -328,6 +413,23 @@
328
413
  "issuer": {
329
414
  "type": "string"
330
415
  },
416
+ "clientId": {
417
+ "type": "string"
418
+ },
419
+ "clientIdScheme": {
420
+ "anyOf": [
421
+ {
422
+ "$ref": "#/components/schemas/ClientIdScheme"
423
+ },
424
+ {
425
+ "type": "string",
426
+ "const": "did"
427
+ },
428
+ {
429
+ "type": "string"
430
+ }
431
+ ]
432
+ },
331
433
  "identifier": {
332
434
  "$ref": "#/components/schemas/ManagedIdentifierType"
333
435
  }
@@ -369,6 +471,23 @@
369
471
  },
370
472
  "kid": {
371
473
  "type": "string"
474
+ },
475
+ "clientId": {
476
+ "type": "string"
477
+ },
478
+ "clientIdScheme": {
479
+ "anyOf": [
480
+ {
481
+ "$ref": "#/components/schemas/ClientIdScheme"
482
+ },
483
+ {
484
+ "type": "string",
485
+ "const": "did"
486
+ },
487
+ {
488
+ "type": "string"
489
+ }
490
+ ]
372
491
  }
373
492
  },
374
493
  "required": [
@@ -402,6 +521,23 @@
402
521
  },
403
522
  "kid": {
404
523
  "type": "string"
524
+ },
525
+ "clientId": {
526
+ "type": "string"
527
+ },
528
+ "clientIdScheme": {
529
+ "anyOf": [
530
+ {
531
+ "$ref": "#/components/schemas/ClientIdScheme"
532
+ },
533
+ {
534
+ "type": "string",
535
+ "const": "did"
536
+ },
537
+ {
538
+ "type": "string"
539
+ }
540
+ ]
405
541
  }
406
542
  },
407
543
  "required": [
@@ -436,6 +572,23 @@
436
572
  "kid": {
437
573
  "type": "string"
438
574
  },
575
+ "clientId": {
576
+ "type": "string"
577
+ },
578
+ "clientIdScheme": {
579
+ "anyOf": [
580
+ {
581
+ "$ref": "#/components/schemas/ClientIdScheme"
582
+ },
583
+ {
584
+ "type": "string",
585
+ "const": "did"
586
+ },
587
+ {
588
+ "type": "string"
589
+ }
590
+ ]
591
+ },
439
592
  "keyType": {
440
593
  "$ref": "#/components/schemas/TKeyType"
441
594
  },
@@ -483,6 +636,23 @@
483
636
  },
484
637
  "kid": {
485
638
  "type": "string"
639
+ },
640
+ "clientId": {
641
+ "type": "string"
642
+ },
643
+ "clientIdScheme": {
644
+ "anyOf": [
645
+ {
646
+ "$ref": "#/components/schemas/ClientIdScheme"
647
+ },
648
+ {
649
+ "type": "string",
650
+ "const": "did"
651
+ },
652
+ {
653
+ "type": "string"
654
+ }
655
+ ]
486
656
  }
487
657
  },
488
658
  "required": [
@@ -516,6 +686,23 @@
516
686
  },
517
687
  "kid": {
518
688
  "type": "string"
689
+ },
690
+ "clientId": {
691
+ "type": "string"
692
+ },
693
+ "clientIdScheme": {
694
+ "anyOf": [
695
+ {
696
+ "$ref": "#/components/schemas/ClientIdScheme"
697
+ },
698
+ {
699
+ "type": "string",
700
+ "const": "did"
701
+ },
702
+ {
703
+ "type": "string"
704
+ }
705
+ ]
519
706
  }
520
707
  },
521
708
  "required": [
@@ -549,6 +736,23 @@
549
736
  },
550
737
  "kid": {
551
738
  "type": "string"
739
+ },
740
+ "clientId": {
741
+ "type": "string"
742
+ },
743
+ "clientIdScheme": {
744
+ "anyOf": [
745
+ {
746
+ "$ref": "#/components/schemas/ClientIdScheme"
747
+ },
748
+ {
749
+ "type": "string",
750
+ "const": "did"
751
+ },
752
+ {
753
+ "type": "string"
754
+ }
755
+ ]
552
756
  }
553
757
  },
554
758
  "required": [
@@ -557,6 +761,23 @@
557
761
  }
558
762
  ]
559
763
  },
764
+ "clientId": {
765
+ "type": "string"
766
+ },
767
+ "clientIdScheme": {
768
+ "anyOf": [
769
+ {
770
+ "$ref": "#/components/schemas/ClientIdScheme"
771
+ },
772
+ {
773
+ "type": "string",
774
+ "const": "did"
775
+ },
776
+ {
777
+ "type": "string"
778
+ }
779
+ ]
780
+ },
560
781
  "protectedHeader": {
561
782
  "$ref": "#/components/schemas/JwtHeader"
562
783
  },
@@ -906,6 +1127,23 @@
906
1127
  },
907
1128
  "kid": {
908
1129
  "type": "string"
1130
+ },
1131
+ "clientId": {
1132
+ "type": "string"
1133
+ },
1134
+ "clientIdScheme": {
1135
+ "anyOf": [
1136
+ {
1137
+ "$ref": "#/components/schemas/ClientIdScheme"
1138
+ },
1139
+ {
1140
+ "type": "string",
1141
+ "const": "did"
1142
+ },
1143
+ {
1144
+ "type": "string"
1145
+ }
1146
+ ]
909
1147
  }
910
1148
  },
911
1149
  "required": [
@@ -930,6 +1168,23 @@
930
1168
  },
931
1169
  "kid": {
932
1170
  "type": "string"
1171
+ },
1172
+ "clientId": {
1173
+ "type": "string"
1174
+ },
1175
+ "clientIdScheme": {
1176
+ "anyOf": [
1177
+ {
1178
+ "$ref": "#/components/schemas/ClientIdScheme"
1179
+ },
1180
+ {
1181
+ "type": "string",
1182
+ "const": "did"
1183
+ },
1184
+ {
1185
+ "type": "string"
1186
+ }
1187
+ ]
933
1188
  }
934
1189
  },
935
1190
  "required": [
@@ -955,6 +1210,23 @@
955
1210
  "kid": {
956
1211
  "type": "string"
957
1212
  },
1213
+ "clientId": {
1214
+ "type": "string"
1215
+ },
1216
+ "clientIdScheme": {
1217
+ "anyOf": [
1218
+ {
1219
+ "$ref": "#/components/schemas/ClientIdScheme"
1220
+ },
1221
+ {
1222
+ "type": "string",
1223
+ "const": "did"
1224
+ },
1225
+ {
1226
+ "type": "string"
1227
+ }
1228
+ ]
1229
+ },
958
1230
  "keyType": {
959
1231
  "$ref": "#/components/schemas/TKeyType"
960
1232
  },
@@ -993,6 +1265,23 @@
993
1265
  },
994
1266
  "kid": {
995
1267
  "type": "string"
1268
+ },
1269
+ "clientId": {
1270
+ "type": "string"
1271
+ },
1272
+ "clientIdScheme": {
1273
+ "anyOf": [
1274
+ {
1275
+ "$ref": "#/components/schemas/ClientIdScheme"
1276
+ },
1277
+ {
1278
+ "type": "string",
1279
+ "const": "did"
1280
+ },
1281
+ {
1282
+ "type": "string"
1283
+ }
1284
+ ]
996
1285
  }
997
1286
  },
998
1287
  "required": [
@@ -1017,6 +1306,23 @@
1017
1306
  },
1018
1307
  "kid": {
1019
1308
  "type": "string"
1309
+ },
1310
+ "clientId": {
1311
+ "type": "string"
1312
+ },
1313
+ "clientIdScheme": {
1314
+ "anyOf": [
1315
+ {
1316
+ "$ref": "#/components/schemas/ClientIdScheme"
1317
+ },
1318
+ {
1319
+ "type": "string",
1320
+ "const": "did"
1321
+ },
1322
+ {
1323
+ "type": "string"
1324
+ }
1325
+ ]
1020
1326
  }
1021
1327
  },
1022
1328
  "required": [
@@ -1041,6 +1347,23 @@
1041
1347
  },
1042
1348
  "kid": {
1043
1349
  "type": "string"
1350
+ },
1351
+ "clientId": {
1352
+ "type": "string"
1353
+ },
1354
+ "clientIdScheme": {
1355
+ "anyOf": [
1356
+ {
1357
+ "$ref": "#/components/schemas/ClientIdScheme"
1358
+ },
1359
+ {
1360
+ "type": "string",
1361
+ "const": "did"
1362
+ },
1363
+ {
1364
+ "type": "string"
1365
+ }
1366
+ ]
1044
1367
  }
1045
1368
  },
1046
1369
  "required": [
@@ -1334,6 +1657,13 @@
1334
1657
  -1
1335
1658
  ]
1336
1659
  },
1660
+ "ClientIdScheme": {
1661
+ "type": "string",
1662
+ "enum": [
1663
+ "x509_san_dns",
1664
+ "x509_san_uri"
1665
+ ]
1666
+ },
1337
1667
  "DIDDocumentSection": {
1338
1668
  "type": "string",
1339
1669
  "enum": [
@@ -1479,6 +1809,23 @@
1479
1809
  "issuer": {
1480
1810
  "type": "string"
1481
1811
  },
1812
+ "clientId": {
1813
+ "type": "string"
1814
+ },
1815
+ "clientIdScheme": {
1816
+ "anyOf": [
1817
+ {
1818
+ "$ref": "#/components/schemas/ClientIdScheme"
1819
+ },
1820
+ {
1821
+ "type": "string",
1822
+ "const": "did"
1823
+ },
1824
+ {
1825
+ "type": "string"
1826
+ }
1827
+ ]
1828
+ },
1482
1829
  "identifier": {
1483
1830
  "$ref": "#/components/schemas/ManagedIdentifierType"
1484
1831
  },
@@ -1538,6 +1885,23 @@
1538
1885
  "issuer": {
1539
1886
  "type": "string"
1540
1887
  },
1888
+ "clientId": {
1889
+ "type": "string"
1890
+ },
1891
+ "clientIdScheme": {
1892
+ "anyOf": [
1893
+ {
1894
+ "$ref": "#/components/schemas/ClientIdScheme"
1895
+ },
1896
+ {
1897
+ "type": "string",
1898
+ "const": "did"
1899
+ },
1900
+ {
1901
+ "type": "string"
1902
+ }
1903
+ ]
1904
+ },
1541
1905
  "identifier": {
1542
1906
  "$ref": "#/components/schemas/ManagedIdentifierType"
1543
1907
  },
@@ -1607,6 +1971,23 @@
1607
1971
  "issuer": {
1608
1972
  "type": "string"
1609
1973
  },
1974
+ "clientId": {
1975
+ "type": "string"
1976
+ },
1977
+ "clientIdScheme": {
1978
+ "anyOf": [
1979
+ {
1980
+ "$ref": "#/components/schemas/ClientIdScheme"
1981
+ },
1982
+ {
1983
+ "type": "string",
1984
+ "const": "did"
1985
+ },
1986
+ {
1987
+ "type": "string"
1988
+ }
1989
+ ]
1990
+ },
1610
1991
  "identifier": {
1611
1992
  "$ref": "#/components/schemas/ManagedIdentifierType"
1612
1993
  }
@@ -1657,6 +2038,23 @@
1657
2038
  "issuer": {
1658
2039
  "type": "string"
1659
2040
  },
2041
+ "clientId": {
2042
+ "type": "string"
2043
+ },
2044
+ "clientIdScheme": {
2045
+ "anyOf": [
2046
+ {
2047
+ "$ref": "#/components/schemas/ClientIdScheme"
2048
+ },
2049
+ {
2050
+ "type": "string",
2051
+ "const": "did"
2052
+ },
2053
+ {
2054
+ "type": "string"
2055
+ }
2056
+ ]
2057
+ },
1660
2058
  "identifier": {
1661
2059
  "$ref": "#/components/schemas/ManagedIdentifierType"
1662
2060
  }
@@ -1708,6 +2106,23 @@
1708
2106
  "issuer": {
1709
2107
  "type": "string"
1710
2108
  },
2109
+ "clientId": {
2110
+ "type": "string"
2111
+ },
2112
+ "clientIdScheme": {
2113
+ "anyOf": [
2114
+ {
2115
+ "$ref": "#/components/schemas/ClientIdScheme"
2116
+ },
2117
+ {
2118
+ "type": "string",
2119
+ "const": "did"
2120
+ },
2121
+ {
2122
+ "type": "string"
2123
+ }
2124
+ ]
2125
+ },
1711
2126
  "identifier": {
1712
2127
  "$ref": "#/components/schemas/ManagedIdentifierType"
1713
2128
  }
@@ -1758,6 +2173,23 @@
1758
2173
  "issuer": {
1759
2174
  "type": "string"
1760
2175
  },
2176
+ "clientId": {
2177
+ "type": "string"
2178
+ },
2179
+ "clientIdScheme": {
2180
+ "anyOf": [
2181
+ {
2182
+ "$ref": "#/components/schemas/ClientIdScheme"
2183
+ },
2184
+ {
2185
+ "type": "string",
2186
+ "const": "did"
2187
+ },
2188
+ {
2189
+ "type": "string"
2190
+ }
2191
+ ]
2192
+ },
1761
2193
  "identifier": {
1762
2194
  "$ref": "#/components/schemas/ManagedIdentifierType"
1763
2195
  }
@@ -1799,6 +2231,23 @@
1799
2231
  },
1800
2232
  "kid": {
1801
2233
  "type": "string"
2234
+ },
2235
+ "clientId": {
2236
+ "type": "string"
2237
+ },
2238
+ "clientIdScheme": {
2239
+ "anyOf": [
2240
+ {
2241
+ "$ref": "#/components/schemas/ClientIdScheme"
2242
+ },
2243
+ {
2244
+ "type": "string",
2245
+ "const": "did"
2246
+ },
2247
+ {
2248
+ "type": "string"
2249
+ }
2250
+ ]
1802
2251
  }
1803
2252
  },
1804
2253
  "required": [
@@ -1832,6 +2281,23 @@
1832
2281
  },
1833
2282
  "kid": {
1834
2283
  "type": "string"
2284
+ },
2285
+ "clientId": {
2286
+ "type": "string"
2287
+ },
2288
+ "clientIdScheme": {
2289
+ "anyOf": [
2290
+ {
2291
+ "$ref": "#/components/schemas/ClientIdScheme"
2292
+ },
2293
+ {
2294
+ "type": "string",
2295
+ "const": "did"
2296
+ },
2297
+ {
2298
+ "type": "string"
2299
+ }
2300
+ ]
1835
2301
  }
1836
2302
  },
1837
2303
  "required": [
@@ -1866,6 +2332,23 @@
1866
2332
  "kid": {
1867
2333
  "type": "string"
1868
2334
  },
2335
+ "clientId": {
2336
+ "type": "string"
2337
+ },
2338
+ "clientIdScheme": {
2339
+ "anyOf": [
2340
+ {
2341
+ "$ref": "#/components/schemas/ClientIdScheme"
2342
+ },
2343
+ {
2344
+ "type": "string",
2345
+ "const": "did"
2346
+ },
2347
+ {
2348
+ "type": "string"
2349
+ }
2350
+ ]
2351
+ },
1869
2352
  "keyType": {
1870
2353
  "$ref": "#/components/schemas/TKeyType"
1871
2354
  },
@@ -1913,6 +2396,23 @@
1913
2396
  },
1914
2397
  "kid": {
1915
2398
  "type": "string"
2399
+ },
2400
+ "clientId": {
2401
+ "type": "string"
2402
+ },
2403
+ "clientIdScheme": {
2404
+ "anyOf": [
2405
+ {
2406
+ "$ref": "#/components/schemas/ClientIdScheme"
2407
+ },
2408
+ {
2409
+ "type": "string",
2410
+ "const": "did"
2411
+ },
2412
+ {
2413
+ "type": "string"
2414
+ }
2415
+ ]
1916
2416
  }
1917
2417
  },
1918
2418
  "required": [
@@ -1946,6 +2446,23 @@
1946
2446
  },
1947
2447
  "kid": {
1948
2448
  "type": "string"
2449
+ },
2450
+ "clientId": {
2451
+ "type": "string"
2452
+ },
2453
+ "clientIdScheme": {
2454
+ "anyOf": [
2455
+ {
2456
+ "$ref": "#/components/schemas/ClientIdScheme"
2457
+ },
2458
+ {
2459
+ "type": "string",
2460
+ "const": "did"
2461
+ },
2462
+ {
2463
+ "type": "string"
2464
+ }
2465
+ ]
1949
2466
  }
1950
2467
  },
1951
2468
  "required": [
@@ -1979,6 +2496,23 @@
1979
2496
  },
1980
2497
  "kid": {
1981
2498
  "type": "string"
2499
+ },
2500
+ "clientId": {
2501
+ "type": "string"
2502
+ },
2503
+ "clientIdScheme": {
2504
+ "anyOf": [
2505
+ {
2506
+ "$ref": "#/components/schemas/ClientIdScheme"
2507
+ },
2508
+ {
2509
+ "type": "string",
2510
+ "const": "did"
2511
+ },
2512
+ {
2513
+ "type": "string"
2514
+ }
2515
+ ]
1982
2516
  }
1983
2517
  },
1984
2518
  "required": [
@@ -1987,6 +2521,23 @@
1987
2521
  }
1988
2522
  ]
1989
2523
  },
2524
+ "clientId": {
2525
+ "type": "string"
2526
+ },
2527
+ "clientIdScheme": {
2528
+ "anyOf": [
2529
+ {
2530
+ "$ref": "#/components/schemas/ClientIdScheme"
2531
+ },
2532
+ {
2533
+ "type": "string",
2534
+ "const": "did"
2535
+ },
2536
+ {
2537
+ "type": "string"
2538
+ }
2539
+ ]
2540
+ },
1990
2541
  "protectedHeader": {
1991
2542
  "$ref": "#/components/schemas/JwtHeader"
1992
2543
  },
@@ -2232,6 +2783,23 @@
2232
2783
  "issuer": {
2233
2784
  "type": "string"
2234
2785
  },
2786
+ "clientId": {
2787
+ "type": "string"
2788
+ },
2789
+ "clientIdScheme": {
2790
+ "anyOf": [
2791
+ {
2792
+ "$ref": "#/components/schemas/ClientIdScheme"
2793
+ },
2794
+ {
2795
+ "type": "string",
2796
+ "const": "did"
2797
+ },
2798
+ {
2799
+ "type": "string"
2800
+ }
2801
+ ]
2802
+ },
2235
2803
  "identifier": {
2236
2804
  "$ref": "#/components/schemas/ManagedIdentifierType"
2237
2805
  },
@@ -2282,6 +2850,23 @@
2282
2850
  "issuer": {
2283
2851
  "type": "string"
2284
2852
  },
2853
+ "clientId": {
2854
+ "type": "string"
2855
+ },
2856
+ "clientIdScheme": {
2857
+ "anyOf": [
2858
+ {
2859
+ "$ref": "#/components/schemas/ClientIdScheme"
2860
+ },
2861
+ {
2862
+ "type": "string",
2863
+ "const": "did"
2864
+ },
2865
+ {
2866
+ "type": "string"
2867
+ }
2868
+ ]
2869
+ },
2285
2870
  "identifier": {
2286
2871
  "$ref": "#/components/schemas/ManagedIdentifierType"
2287
2872
  },
@@ -2342,6 +2927,23 @@
2342
2927
  "issuer": {
2343
2928
  "type": "string"
2344
2929
  },
2930
+ "clientId": {
2931
+ "type": "string"
2932
+ },
2933
+ "clientIdScheme": {
2934
+ "anyOf": [
2935
+ {
2936
+ "$ref": "#/components/schemas/ClientIdScheme"
2937
+ },
2938
+ {
2939
+ "type": "string",
2940
+ "const": "did"
2941
+ },
2942
+ {
2943
+ "type": "string"
2944
+ }
2945
+ ]
2946
+ },
2345
2947
  "identifier": {
2346
2948
  "$ref": "#/components/schemas/ManagedIdentifierType"
2347
2949
  }
@@ -2383,6 +2985,23 @@
2383
2985
  "issuer": {
2384
2986
  "type": "string"
2385
2987
  },
2988
+ "clientId": {
2989
+ "type": "string"
2990
+ },
2991
+ "clientIdScheme": {
2992
+ "anyOf": [
2993
+ {
2994
+ "$ref": "#/components/schemas/ClientIdScheme"
2995
+ },
2996
+ {
2997
+ "type": "string",
2998
+ "const": "did"
2999
+ },
3000
+ {
3001
+ "type": "string"
3002
+ }
3003
+ ]
3004
+ },
2386
3005
  "identifier": {
2387
3006
  "$ref": "#/components/schemas/ManagedIdentifierType"
2388
3007
  }
@@ -2425,6 +3044,23 @@
2425
3044
  "issuer": {
2426
3045
  "type": "string"
2427
3046
  },
3047
+ "clientId": {
3048
+ "type": "string"
3049
+ },
3050
+ "clientIdScheme": {
3051
+ "anyOf": [
3052
+ {
3053
+ "$ref": "#/components/schemas/ClientIdScheme"
3054
+ },
3055
+ {
3056
+ "type": "string",
3057
+ "const": "did"
3058
+ },
3059
+ {
3060
+ "type": "string"
3061
+ }
3062
+ ]
3063
+ },
2428
3064
  "identifier": {
2429
3065
  "$ref": "#/components/schemas/ManagedIdentifierType"
2430
3066
  }
@@ -2466,6 +3102,23 @@
2466
3102
  "issuer": {
2467
3103
  "type": "string"
2468
3104
  },
3105
+ "clientId": {
3106
+ "type": "string"
3107
+ },
3108
+ "clientIdScheme": {
3109
+ "anyOf": [
3110
+ {
3111
+ "$ref": "#/components/schemas/ClientIdScheme"
3112
+ },
3113
+ {
3114
+ "type": "string",
3115
+ "const": "did"
3116
+ },
3117
+ {
3118
+ "type": "string"
3119
+ }
3120
+ ]
3121
+ },
2469
3122
  "identifier": {
2470
3123
  "$ref": "#/components/schemas/ManagedIdentifierType"
2471
3124
  }
@@ -2635,13 +3288,6 @@
2635
3288
  }
2636
3289
  ]
2637
3290
  },
2638
- "ClientIdScheme": {
2639
- "type": "string",
2640
- "enum": [
2641
- "x509_san_dns",
2642
- "x509_san_uri"
2643
- ]
2644
- },
2645
3291
  "IJwsValidationResult": {
2646
3292
  "type": "object",
2647
3293
  "properties": {