@nmshd/runtime 2.6.0 → 2.6.2
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.
- package/dist/buildInformation.js +5 -5
- package/dist/useCases/common/Schemas.js +2517 -172
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/lib-web/nmshd.runtime.js +2522 -177
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +3 -3
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +6 -6
|
@@ -177,7 +177,7 @@ exports.CreateAttributeRequest = {
|
|
|
177
177
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"$ref": "#/definitions/
|
|
180
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -485,12 +485,12 @@ exports.CreateAttributeRequest = {
|
|
|
485
485
|
],
|
|
486
486
|
"additionalProperties": false
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"IdentityFileReferenceJSON": {
|
|
489
489
|
"type": "object",
|
|
490
490
|
"properties": {
|
|
491
491
|
"@type": {
|
|
492
492
|
"type": "string",
|
|
493
|
-
"const": "
|
|
493
|
+
"const": "IdentityFileReference"
|
|
494
494
|
},
|
|
495
495
|
"@context": {
|
|
496
496
|
"type": "string"
|
|
@@ -820,9 +820,15 @@ exports.CreateAttributeRequest = {
|
|
|
820
820
|
{
|
|
821
821
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
822
822
|
},
|
|
823
|
+
{
|
|
824
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
825
|
+
},
|
|
823
826
|
{
|
|
824
827
|
"$ref": "#/definitions/StateJSON"
|
|
825
828
|
},
|
|
829
|
+
{
|
|
830
|
+
"$ref": "#/definitions/StatementJSON"
|
|
831
|
+
},
|
|
826
832
|
{
|
|
827
833
|
"$ref": "#/definitions/StreetJSON"
|
|
828
834
|
},
|
|
@@ -1217,6 +1223,32 @@ exports.CreateAttributeRequest = {
|
|
|
1217
1223
|
],
|
|
1218
1224
|
"additionalProperties": false
|
|
1219
1225
|
},
|
|
1226
|
+
"SchematizedXMLJSON": {
|
|
1227
|
+
"type": "object",
|
|
1228
|
+
"properties": {
|
|
1229
|
+
"@type": {
|
|
1230
|
+
"type": "string",
|
|
1231
|
+
"const": "SchematizedXML"
|
|
1232
|
+
},
|
|
1233
|
+
"@context": {
|
|
1234
|
+
"type": "string"
|
|
1235
|
+
},
|
|
1236
|
+
"@version": {
|
|
1237
|
+
"type": "string"
|
|
1238
|
+
},
|
|
1239
|
+
"value": {
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
"schemaURL": {
|
|
1243
|
+
"type": "string"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"required": [
|
|
1247
|
+
"@type",
|
|
1248
|
+
"value"
|
|
1249
|
+
],
|
|
1250
|
+
"additionalProperties": false
|
|
1251
|
+
},
|
|
1220
1252
|
"StateJSON": {
|
|
1221
1253
|
"type": "object",
|
|
1222
1254
|
"properties": {
|
|
@@ -1240,6 +1272,209 @@ exports.CreateAttributeRequest = {
|
|
|
1240
1272
|
],
|
|
1241
1273
|
"additionalProperties": false
|
|
1242
1274
|
},
|
|
1275
|
+
"StatementJSON": {
|
|
1276
|
+
"type": "object",
|
|
1277
|
+
"properties": {
|
|
1278
|
+
"@type": {
|
|
1279
|
+
"type": "string",
|
|
1280
|
+
"const": "Statement"
|
|
1281
|
+
},
|
|
1282
|
+
"@context": {
|
|
1283
|
+
"type": "string"
|
|
1284
|
+
},
|
|
1285
|
+
"@version": {
|
|
1286
|
+
"type": "string"
|
|
1287
|
+
},
|
|
1288
|
+
"subject": {
|
|
1289
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
1290
|
+
},
|
|
1291
|
+
"predicate": {
|
|
1292
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
1293
|
+
},
|
|
1294
|
+
"object": {
|
|
1295
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
1296
|
+
},
|
|
1297
|
+
"issuer": {
|
|
1298
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
1299
|
+
},
|
|
1300
|
+
"issuerConditions": {
|
|
1301
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"required": [
|
|
1305
|
+
"@type",
|
|
1306
|
+
"issuer",
|
|
1307
|
+
"issuerConditions",
|
|
1308
|
+
"object",
|
|
1309
|
+
"predicate",
|
|
1310
|
+
"subject"
|
|
1311
|
+
],
|
|
1312
|
+
"additionalProperties": false
|
|
1313
|
+
},
|
|
1314
|
+
"StatementSubjectJSON": {
|
|
1315
|
+
"type": "object",
|
|
1316
|
+
"properties": {
|
|
1317
|
+
"@type": {
|
|
1318
|
+
"type": "string",
|
|
1319
|
+
"const": "StatementSubject"
|
|
1320
|
+
},
|
|
1321
|
+
"@context": {
|
|
1322
|
+
"type": "string"
|
|
1323
|
+
},
|
|
1324
|
+
"@version": {
|
|
1325
|
+
"type": "string"
|
|
1326
|
+
},
|
|
1327
|
+
"attributes": {
|
|
1328
|
+
"type": "array",
|
|
1329
|
+
"items": {
|
|
1330
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"address": {
|
|
1334
|
+
"type": "string"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"required": [
|
|
1338
|
+
"@type",
|
|
1339
|
+
"address"
|
|
1340
|
+
],
|
|
1341
|
+
"additionalProperties": false
|
|
1342
|
+
},
|
|
1343
|
+
"StatementPredicateJSON": {
|
|
1344
|
+
"type": "object",
|
|
1345
|
+
"properties": {
|
|
1346
|
+
"@type": {
|
|
1347
|
+
"type": "string",
|
|
1348
|
+
"const": "StatementPredicate"
|
|
1349
|
+
},
|
|
1350
|
+
"@context": {
|
|
1351
|
+
"type": "string"
|
|
1352
|
+
},
|
|
1353
|
+
"@version": {
|
|
1354
|
+
"type": "string"
|
|
1355
|
+
},
|
|
1356
|
+
"value": {
|
|
1357
|
+
"anyOf": [
|
|
1358
|
+
{
|
|
1359
|
+
"$ref": "#/definitions/Predicates"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"type": "string"
|
|
1363
|
+
}
|
|
1364
|
+
]
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
"required": [
|
|
1368
|
+
"@type",
|
|
1369
|
+
"value"
|
|
1370
|
+
],
|
|
1371
|
+
"additionalProperties": false
|
|
1372
|
+
},
|
|
1373
|
+
"Predicates": {
|
|
1374
|
+
"type": "string",
|
|
1375
|
+
"enum": [
|
|
1376
|
+
"hasAttribute",
|
|
1377
|
+
"relatesTo",
|
|
1378
|
+
"isRelatedTo"
|
|
1379
|
+
],
|
|
1380
|
+
"description": "Supported Predicates"
|
|
1381
|
+
},
|
|
1382
|
+
"StatementObjectJSON": {
|
|
1383
|
+
"type": "object",
|
|
1384
|
+
"properties": {
|
|
1385
|
+
"@type": {
|
|
1386
|
+
"type": "string",
|
|
1387
|
+
"const": "StatementObject"
|
|
1388
|
+
},
|
|
1389
|
+
"@context": {
|
|
1390
|
+
"type": "string"
|
|
1391
|
+
},
|
|
1392
|
+
"@version": {
|
|
1393
|
+
"type": "string"
|
|
1394
|
+
},
|
|
1395
|
+
"attributes": {
|
|
1396
|
+
"type": "array",
|
|
1397
|
+
"items": {
|
|
1398
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
"address": {
|
|
1402
|
+
"type": "string"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"required": [
|
|
1406
|
+
"@type",
|
|
1407
|
+
"address"
|
|
1408
|
+
],
|
|
1409
|
+
"additionalProperties": false
|
|
1410
|
+
},
|
|
1411
|
+
"DigitalIdentityDescriptorJSON": {
|
|
1412
|
+
"type": "object",
|
|
1413
|
+
"properties": {
|
|
1414
|
+
"@type": {
|
|
1415
|
+
"type": "string",
|
|
1416
|
+
"const": "DigitalIdentityDescriptor"
|
|
1417
|
+
},
|
|
1418
|
+
"@context": {
|
|
1419
|
+
"type": "string"
|
|
1420
|
+
},
|
|
1421
|
+
"@version": {
|
|
1422
|
+
"type": "string"
|
|
1423
|
+
},
|
|
1424
|
+
"attributes": {
|
|
1425
|
+
"type": "array",
|
|
1426
|
+
"items": {
|
|
1427
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
"address": {
|
|
1431
|
+
"type": "string"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
"required": [
|
|
1435
|
+
"@type",
|
|
1436
|
+
"address"
|
|
1437
|
+
],
|
|
1438
|
+
"additionalProperties": false
|
|
1439
|
+
},
|
|
1440
|
+
"StatementIssuerConditionsJSON": {
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"@type": {
|
|
1444
|
+
"type": "string",
|
|
1445
|
+
"const": "StatementIssuerConditions"
|
|
1446
|
+
},
|
|
1447
|
+
"@context": {
|
|
1448
|
+
"type": "string"
|
|
1449
|
+
},
|
|
1450
|
+
"@version": {
|
|
1451
|
+
"type": "string"
|
|
1452
|
+
},
|
|
1453
|
+
"validFrom": {
|
|
1454
|
+
"type": "string"
|
|
1455
|
+
},
|
|
1456
|
+
"validTo": {
|
|
1457
|
+
"type": "string"
|
|
1458
|
+
},
|
|
1459
|
+
"evidence": {
|
|
1460
|
+
"type": "string"
|
|
1461
|
+
},
|
|
1462
|
+
"authorityType": {
|
|
1463
|
+
"type": "string"
|
|
1464
|
+
},
|
|
1465
|
+
"relayedParty": {
|
|
1466
|
+
"type": "string"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"required": [
|
|
1470
|
+
"@type",
|
|
1471
|
+
"authorityType",
|
|
1472
|
+
"evidence",
|
|
1473
|
+
"validFrom",
|
|
1474
|
+
"validTo"
|
|
1475
|
+
],
|
|
1476
|
+
"additionalProperties": false
|
|
1477
|
+
},
|
|
1243
1478
|
"StreetJSON": {
|
|
1244
1479
|
"type": "object",
|
|
1245
1480
|
"properties": {
|
|
@@ -1391,6 +1626,9 @@ exports.CreateAttributeRequest = {
|
|
|
1391
1626
|
{
|
|
1392
1627
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
1393
1628
|
},
|
|
1629
|
+
{
|
|
1630
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
1631
|
+
},
|
|
1394
1632
|
{
|
|
1395
1633
|
"$ref": "#/definitions/ConsentJSON"
|
|
1396
1634
|
}
|
|
@@ -1904,6 +2142,42 @@ exports.CreateAttributeRequest = {
|
|
|
1904
2142
|
],
|
|
1905
2143
|
"additionalProperties": false
|
|
1906
2144
|
},
|
|
2145
|
+
"ProprietaryXMLJSON": {
|
|
2146
|
+
"type": "object",
|
|
2147
|
+
"properties": {
|
|
2148
|
+
"@type": {
|
|
2149
|
+
"type": "string",
|
|
2150
|
+
"const": "ProprietaryXML"
|
|
2151
|
+
},
|
|
2152
|
+
"@context": {
|
|
2153
|
+
"type": "string"
|
|
2154
|
+
},
|
|
2155
|
+
"@version": {
|
|
2156
|
+
"type": "string"
|
|
2157
|
+
},
|
|
2158
|
+
"value": {
|
|
2159
|
+
"type": "string"
|
|
2160
|
+
},
|
|
2161
|
+
"title": {
|
|
2162
|
+
"type": "string"
|
|
2163
|
+
},
|
|
2164
|
+
"description": {
|
|
2165
|
+
"type": "string"
|
|
2166
|
+
},
|
|
2167
|
+
"valueHintsOverride": {
|
|
2168
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
2169
|
+
},
|
|
2170
|
+
"schemaURL": {
|
|
2171
|
+
"type": "string"
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
"required": [
|
|
2175
|
+
"@type",
|
|
2176
|
+
"title",
|
|
2177
|
+
"value"
|
|
2178
|
+
],
|
|
2179
|
+
"additionalProperties": false
|
|
2180
|
+
},
|
|
1907
2181
|
"ConsentJSON": {
|
|
1908
2182
|
"type": "object",
|
|
1909
2183
|
"properties": {
|
|
@@ -2069,7 +2343,8 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
2069
2343
|
"DisplayName",
|
|
2070
2344
|
"EMailAddress",
|
|
2071
2345
|
"FaxNumber",
|
|
2072
|
-
"
|
|
2346
|
+
"IdentityFileReference",
|
|
2347
|
+
"SchematizedXML",
|
|
2073
2348
|
"JobTitle",
|
|
2074
2349
|
"Nationality",
|
|
2075
2350
|
"PersonName",
|
|
@@ -2100,7 +2375,9 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
2100
2375
|
"HonorificSuffix",
|
|
2101
2376
|
"HouseNumber",
|
|
2102
2377
|
"MiddleName",
|
|
2378
|
+
"SchematizedXML",
|
|
2103
2379
|
"State",
|
|
2380
|
+
"Statement",
|
|
2104
2381
|
"Street",
|
|
2105
2382
|
"Surname",
|
|
2106
2383
|
"ZipCode"
|
|
@@ -2293,12 +2570,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
2293
2570
|
},
|
|
2294
2571
|
"confidentiality": {
|
|
2295
2572
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
2296
|
-
},
|
|
2297
|
-
"validFrom": {
|
|
2298
|
-
"$ref": "#/definitions/ICoreDate"
|
|
2299
|
-
},
|
|
2300
|
-
"validTo": {
|
|
2301
|
-
"$ref": "#/definitions/ICoreDate"
|
|
2302
2573
|
}
|
|
2303
2574
|
},
|
|
2304
2575
|
"required": [
|
|
@@ -2323,6 +2594,7 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
2323
2594
|
"ProprietaryString",
|
|
2324
2595
|
"ProprietaryURL",
|
|
2325
2596
|
"ProprietaryJSON",
|
|
2597
|
+
"ProprietaryXML",
|
|
2326
2598
|
"Consent"
|
|
2327
2599
|
]
|
|
2328
2600
|
},
|
|
@@ -2457,12 +2729,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
2457
2729
|
},
|
|
2458
2730
|
"confidentiality": {
|
|
2459
2731
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
2460
|
-
},
|
|
2461
|
-
"validFrom": {
|
|
2462
|
-
"type": "string"
|
|
2463
|
-
},
|
|
2464
|
-
"validTo": {
|
|
2465
|
-
"type": "string"
|
|
2466
2732
|
}
|
|
2467
2733
|
},
|
|
2468
2734
|
"required": [
|
|
@@ -3473,6 +3739,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3473
3739
|
{
|
|
3474
3740
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
3475
3741
|
},
|
|
3742
|
+
{
|
|
3743
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
3744
|
+
},
|
|
3476
3745
|
{
|
|
3477
3746
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
3478
3747
|
},
|
|
@@ -3653,6 +3922,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3653
3922
|
{
|
|
3654
3923
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
3655
3924
|
},
|
|
3925
|
+
{
|
|
3926
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
3927
|
+
},
|
|
3656
3928
|
{
|
|
3657
3929
|
"$ref": "#/definitions/ConsentJSON"
|
|
3658
3930
|
}
|
|
@@ -4166,11 +4438,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
4166
4438
|
],
|
|
4167
4439
|
"additionalProperties": false
|
|
4168
4440
|
},
|
|
4169
|
-
"
|
|
4441
|
+
"ProprietaryXMLJSON": {
|
|
4170
4442
|
"type": "object",
|
|
4171
4443
|
"properties": {
|
|
4172
4444
|
"@type": {
|
|
4173
|
-
"type": "string"
|
|
4445
|
+
"type": "string",
|
|
4446
|
+
"const": "ProprietaryXML"
|
|
4174
4447
|
},
|
|
4175
4448
|
"@context": {
|
|
4176
4449
|
"type": "string"
|
|
@@ -4178,22 +4451,57 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
4178
4451
|
"@version": {
|
|
4179
4452
|
"type": "string"
|
|
4180
4453
|
},
|
|
4181
|
-
"
|
|
4454
|
+
"value": {
|
|
4182
4455
|
"type": "string"
|
|
4183
4456
|
},
|
|
4184
|
-
"
|
|
4457
|
+
"title": {
|
|
4458
|
+
"type": "string"
|
|
4459
|
+
},
|
|
4460
|
+
"description": {
|
|
4461
|
+
"type": "string"
|
|
4462
|
+
},
|
|
4463
|
+
"valueHintsOverride": {
|
|
4464
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
4465
|
+
},
|
|
4466
|
+
"schemaURL": {
|
|
4185
4467
|
"type": "string"
|
|
4186
4468
|
}
|
|
4187
4469
|
},
|
|
4188
4470
|
"required": [
|
|
4189
4471
|
"@type",
|
|
4190
|
-
"
|
|
4472
|
+
"title",
|
|
4473
|
+
"value"
|
|
4191
4474
|
],
|
|
4192
4475
|
"additionalProperties": false
|
|
4193
4476
|
},
|
|
4194
|
-
"
|
|
4195
|
-
"type": "
|
|
4196
|
-
"
|
|
4477
|
+
"ConsentJSON": {
|
|
4478
|
+
"type": "object",
|
|
4479
|
+
"properties": {
|
|
4480
|
+
"@type": {
|
|
4481
|
+
"type": "string"
|
|
4482
|
+
},
|
|
4483
|
+
"@context": {
|
|
4484
|
+
"type": "string"
|
|
4485
|
+
},
|
|
4486
|
+
"@version": {
|
|
4487
|
+
"type": "string"
|
|
4488
|
+
},
|
|
4489
|
+
"consent": {
|
|
4490
|
+
"type": "string"
|
|
4491
|
+
},
|
|
4492
|
+
"link": {
|
|
4493
|
+
"type": "string"
|
|
4494
|
+
}
|
|
4495
|
+
},
|
|
4496
|
+
"required": [
|
|
4497
|
+
"@type",
|
|
4498
|
+
"consent"
|
|
4499
|
+
],
|
|
4500
|
+
"additionalProperties": false
|
|
4501
|
+
},
|
|
4502
|
+
"RelationshipAttributeConfidentiality": {
|
|
4503
|
+
"type": "string",
|
|
4504
|
+
"enum": [
|
|
4197
4505
|
"public",
|
|
4198
4506
|
"private",
|
|
4199
4507
|
"protected"
|
|
@@ -4281,7 +4589,7 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
4281
4589
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
4282
4590
|
},
|
|
4283
4591
|
{
|
|
4284
|
-
"$ref": "#/definitions/
|
|
4592
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
4285
4593
|
},
|
|
4286
4594
|
{
|
|
4287
4595
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -4589,12 +4897,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
4589
4897
|
],
|
|
4590
4898
|
"additionalProperties": false
|
|
4591
4899
|
},
|
|
4592
|
-
"
|
|
4900
|
+
"IdentityFileReferenceJSON": {
|
|
4593
4901
|
"type": "object",
|
|
4594
4902
|
"properties": {
|
|
4595
4903
|
"@type": {
|
|
4596
4904
|
"type": "string",
|
|
4597
|
-
"const": "
|
|
4905
|
+
"const": "IdentityFileReference"
|
|
4598
4906
|
},
|
|
4599
4907
|
"@context": {
|
|
4600
4908
|
"type": "string"
|
|
@@ -4924,9 +5232,15 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
4924
5232
|
{
|
|
4925
5233
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
4926
5234
|
},
|
|
5235
|
+
{
|
|
5236
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
5237
|
+
},
|
|
4927
5238
|
{
|
|
4928
5239
|
"$ref": "#/definitions/StateJSON"
|
|
4929
5240
|
},
|
|
5241
|
+
{
|
|
5242
|
+
"$ref": "#/definitions/StatementJSON"
|
|
5243
|
+
},
|
|
4930
5244
|
{
|
|
4931
5245
|
"$ref": "#/definitions/StreetJSON"
|
|
4932
5246
|
},
|
|
@@ -5321,6 +5635,32 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5321
5635
|
],
|
|
5322
5636
|
"additionalProperties": false
|
|
5323
5637
|
},
|
|
5638
|
+
"SchematizedXMLJSON": {
|
|
5639
|
+
"type": "object",
|
|
5640
|
+
"properties": {
|
|
5641
|
+
"@type": {
|
|
5642
|
+
"type": "string",
|
|
5643
|
+
"const": "SchematizedXML"
|
|
5644
|
+
},
|
|
5645
|
+
"@context": {
|
|
5646
|
+
"type": "string"
|
|
5647
|
+
},
|
|
5648
|
+
"@version": {
|
|
5649
|
+
"type": "string"
|
|
5650
|
+
},
|
|
5651
|
+
"value": {
|
|
5652
|
+
"type": "string"
|
|
5653
|
+
},
|
|
5654
|
+
"schemaURL": {
|
|
5655
|
+
"type": "string"
|
|
5656
|
+
}
|
|
5657
|
+
},
|
|
5658
|
+
"required": [
|
|
5659
|
+
"@type",
|
|
5660
|
+
"value"
|
|
5661
|
+
],
|
|
5662
|
+
"additionalProperties": false
|
|
5663
|
+
},
|
|
5324
5664
|
"StateJSON": {
|
|
5325
5665
|
"type": "object",
|
|
5326
5666
|
"properties": {
|
|
@@ -5344,6 +5684,209 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5344
5684
|
],
|
|
5345
5685
|
"additionalProperties": false
|
|
5346
5686
|
},
|
|
5687
|
+
"StatementJSON": {
|
|
5688
|
+
"type": "object",
|
|
5689
|
+
"properties": {
|
|
5690
|
+
"@type": {
|
|
5691
|
+
"type": "string",
|
|
5692
|
+
"const": "Statement"
|
|
5693
|
+
},
|
|
5694
|
+
"@context": {
|
|
5695
|
+
"type": "string"
|
|
5696
|
+
},
|
|
5697
|
+
"@version": {
|
|
5698
|
+
"type": "string"
|
|
5699
|
+
},
|
|
5700
|
+
"subject": {
|
|
5701
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
5702
|
+
},
|
|
5703
|
+
"predicate": {
|
|
5704
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
5705
|
+
},
|
|
5706
|
+
"object": {
|
|
5707
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
5708
|
+
},
|
|
5709
|
+
"issuer": {
|
|
5710
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
5711
|
+
},
|
|
5712
|
+
"issuerConditions": {
|
|
5713
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
5716
|
+
"required": [
|
|
5717
|
+
"@type",
|
|
5718
|
+
"issuer",
|
|
5719
|
+
"issuerConditions",
|
|
5720
|
+
"object",
|
|
5721
|
+
"predicate",
|
|
5722
|
+
"subject"
|
|
5723
|
+
],
|
|
5724
|
+
"additionalProperties": false
|
|
5725
|
+
},
|
|
5726
|
+
"StatementSubjectJSON": {
|
|
5727
|
+
"type": "object",
|
|
5728
|
+
"properties": {
|
|
5729
|
+
"@type": {
|
|
5730
|
+
"type": "string",
|
|
5731
|
+
"const": "StatementSubject"
|
|
5732
|
+
},
|
|
5733
|
+
"@context": {
|
|
5734
|
+
"type": "string"
|
|
5735
|
+
},
|
|
5736
|
+
"@version": {
|
|
5737
|
+
"type": "string"
|
|
5738
|
+
},
|
|
5739
|
+
"attributes": {
|
|
5740
|
+
"type": "array",
|
|
5741
|
+
"items": {
|
|
5742
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5743
|
+
}
|
|
5744
|
+
},
|
|
5745
|
+
"address": {
|
|
5746
|
+
"type": "string"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"required": [
|
|
5750
|
+
"@type",
|
|
5751
|
+
"address"
|
|
5752
|
+
],
|
|
5753
|
+
"additionalProperties": false
|
|
5754
|
+
},
|
|
5755
|
+
"StatementPredicateJSON": {
|
|
5756
|
+
"type": "object",
|
|
5757
|
+
"properties": {
|
|
5758
|
+
"@type": {
|
|
5759
|
+
"type": "string",
|
|
5760
|
+
"const": "StatementPredicate"
|
|
5761
|
+
},
|
|
5762
|
+
"@context": {
|
|
5763
|
+
"type": "string"
|
|
5764
|
+
},
|
|
5765
|
+
"@version": {
|
|
5766
|
+
"type": "string"
|
|
5767
|
+
},
|
|
5768
|
+
"value": {
|
|
5769
|
+
"anyOf": [
|
|
5770
|
+
{
|
|
5771
|
+
"$ref": "#/definitions/Predicates"
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"type": "string"
|
|
5775
|
+
}
|
|
5776
|
+
]
|
|
5777
|
+
}
|
|
5778
|
+
},
|
|
5779
|
+
"required": [
|
|
5780
|
+
"@type",
|
|
5781
|
+
"value"
|
|
5782
|
+
],
|
|
5783
|
+
"additionalProperties": false
|
|
5784
|
+
},
|
|
5785
|
+
"Predicates": {
|
|
5786
|
+
"type": "string",
|
|
5787
|
+
"enum": [
|
|
5788
|
+
"hasAttribute",
|
|
5789
|
+
"relatesTo",
|
|
5790
|
+
"isRelatedTo"
|
|
5791
|
+
],
|
|
5792
|
+
"description": "Supported Predicates"
|
|
5793
|
+
},
|
|
5794
|
+
"StatementObjectJSON": {
|
|
5795
|
+
"type": "object",
|
|
5796
|
+
"properties": {
|
|
5797
|
+
"@type": {
|
|
5798
|
+
"type": "string",
|
|
5799
|
+
"const": "StatementObject"
|
|
5800
|
+
},
|
|
5801
|
+
"@context": {
|
|
5802
|
+
"type": "string"
|
|
5803
|
+
},
|
|
5804
|
+
"@version": {
|
|
5805
|
+
"type": "string"
|
|
5806
|
+
},
|
|
5807
|
+
"attributes": {
|
|
5808
|
+
"type": "array",
|
|
5809
|
+
"items": {
|
|
5810
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5813
|
+
"address": {
|
|
5814
|
+
"type": "string"
|
|
5815
|
+
}
|
|
5816
|
+
},
|
|
5817
|
+
"required": [
|
|
5818
|
+
"@type",
|
|
5819
|
+
"address"
|
|
5820
|
+
],
|
|
5821
|
+
"additionalProperties": false
|
|
5822
|
+
},
|
|
5823
|
+
"DigitalIdentityDescriptorJSON": {
|
|
5824
|
+
"type": "object",
|
|
5825
|
+
"properties": {
|
|
5826
|
+
"@type": {
|
|
5827
|
+
"type": "string",
|
|
5828
|
+
"const": "DigitalIdentityDescriptor"
|
|
5829
|
+
},
|
|
5830
|
+
"@context": {
|
|
5831
|
+
"type": "string"
|
|
5832
|
+
},
|
|
5833
|
+
"@version": {
|
|
5834
|
+
"type": "string"
|
|
5835
|
+
},
|
|
5836
|
+
"attributes": {
|
|
5837
|
+
"type": "array",
|
|
5838
|
+
"items": {
|
|
5839
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5840
|
+
}
|
|
5841
|
+
},
|
|
5842
|
+
"address": {
|
|
5843
|
+
"type": "string"
|
|
5844
|
+
}
|
|
5845
|
+
},
|
|
5846
|
+
"required": [
|
|
5847
|
+
"@type",
|
|
5848
|
+
"address"
|
|
5849
|
+
],
|
|
5850
|
+
"additionalProperties": false
|
|
5851
|
+
},
|
|
5852
|
+
"StatementIssuerConditionsJSON": {
|
|
5853
|
+
"type": "object",
|
|
5854
|
+
"properties": {
|
|
5855
|
+
"@type": {
|
|
5856
|
+
"type": "string",
|
|
5857
|
+
"const": "StatementIssuerConditions"
|
|
5858
|
+
},
|
|
5859
|
+
"@context": {
|
|
5860
|
+
"type": "string"
|
|
5861
|
+
},
|
|
5862
|
+
"@version": {
|
|
5863
|
+
"type": "string"
|
|
5864
|
+
},
|
|
5865
|
+
"validFrom": {
|
|
5866
|
+
"type": "string"
|
|
5867
|
+
},
|
|
5868
|
+
"validTo": {
|
|
5869
|
+
"type": "string"
|
|
5870
|
+
},
|
|
5871
|
+
"evidence": {
|
|
5872
|
+
"type": "string"
|
|
5873
|
+
},
|
|
5874
|
+
"authorityType": {
|
|
5875
|
+
"type": "string"
|
|
5876
|
+
},
|
|
5877
|
+
"relayedParty": {
|
|
5878
|
+
"type": "string"
|
|
5879
|
+
}
|
|
5880
|
+
},
|
|
5881
|
+
"required": [
|
|
5882
|
+
"@type",
|
|
5883
|
+
"authorityType",
|
|
5884
|
+
"evidence",
|
|
5885
|
+
"validFrom",
|
|
5886
|
+
"validTo"
|
|
5887
|
+
],
|
|
5888
|
+
"additionalProperties": false
|
|
5889
|
+
},
|
|
5347
5890
|
"StreetJSON": {
|
|
5348
5891
|
"type": "object",
|
|
5349
5892
|
"properties": {
|
|
@@ -5591,7 +6134,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5591
6134
|
"DisplayName",
|
|
5592
6135
|
"EMailAddress",
|
|
5593
6136
|
"FaxNumber",
|
|
5594
|
-
"
|
|
6137
|
+
"IdentityFileReference",
|
|
6138
|
+
"SchematizedXML",
|
|
5595
6139
|
"JobTitle",
|
|
5596
6140
|
"Nationality",
|
|
5597
6141
|
"PersonName",
|
|
@@ -5622,7 +6166,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5622
6166
|
"HonorificSuffix",
|
|
5623
6167
|
"HouseNumber",
|
|
5624
6168
|
"MiddleName",
|
|
6169
|
+
"SchematizedXML",
|
|
5625
6170
|
"State",
|
|
6171
|
+
"Statement",
|
|
5626
6172
|
"Street",
|
|
5627
6173
|
"Surname",
|
|
5628
6174
|
"ZipCode"
|
|
@@ -5682,12 +6228,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5682
6228
|
},
|
|
5683
6229
|
"confidentiality": {
|
|
5684
6230
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
5685
|
-
},
|
|
5686
|
-
"validFrom": {
|
|
5687
|
-
"type": "string"
|
|
5688
|
-
},
|
|
5689
|
-
"validTo": {
|
|
5690
|
-
"type": "string"
|
|
5691
6231
|
}
|
|
5692
6232
|
},
|
|
5693
6233
|
"required": [
|
|
@@ -5712,6 +6252,7 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5712
6252
|
"ProprietaryString",
|
|
5713
6253
|
"ProprietaryURL",
|
|
5714
6254
|
"ProprietaryJSON",
|
|
6255
|
+
"ProprietaryXML",
|
|
5715
6256
|
"Consent"
|
|
5716
6257
|
]
|
|
5717
6258
|
},
|
|
@@ -5922,12 +6463,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5922
6463
|
],
|
|
5923
6464
|
"additionalProperties": false
|
|
5924
6465
|
},
|
|
5925
|
-
"
|
|
6466
|
+
"FreeTextRequestItemJSON": {
|
|
5926
6467
|
"type": "object",
|
|
5927
6468
|
"properties": {
|
|
5928
6469
|
"@type": {
|
|
5929
6470
|
"type": "string",
|
|
5930
|
-
"const": "
|
|
6471
|
+
"const": "FreeTextRequestItem"
|
|
5931
6472
|
},
|
|
5932
6473
|
"@context": {
|
|
5933
6474
|
"type": "string"
|
|
@@ -5955,29 +6496,23 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5955
6496
|
"type": "boolean",
|
|
5956
6497
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
5957
6498
|
},
|
|
5958
|
-
"
|
|
5959
|
-
"
|
|
5960
|
-
{
|
|
5961
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
5962
|
-
},
|
|
5963
|
-
{
|
|
5964
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
5965
|
-
}
|
|
5966
|
-
]
|
|
6499
|
+
"freeText": {
|
|
6500
|
+
"type": "string"
|
|
5967
6501
|
}
|
|
5968
6502
|
},
|
|
5969
6503
|
"required": [
|
|
5970
6504
|
"@type",
|
|
5971
|
-
"
|
|
5972
|
-
"
|
|
6505
|
+
"freeText",
|
|
6506
|
+
"mustBeAccepted"
|
|
5973
6507
|
],
|
|
5974
6508
|
"additionalProperties": false
|
|
5975
6509
|
},
|
|
5976
|
-
"
|
|
6510
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
5977
6511
|
"type": "object",
|
|
5978
6512
|
"properties": {
|
|
5979
6513
|
"@type": {
|
|
5980
|
-
"type": "string"
|
|
6514
|
+
"type": "string",
|
|
6515
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
5981
6516
|
},
|
|
5982
6517
|
"@context": {
|
|
5983
6518
|
"type": "string"
|
|
@@ -6005,39 +6540,77 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
6005
6540
|
"type": "boolean",
|
|
6006
6541
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
6007
6542
|
},
|
|
6008
|
-
"
|
|
6009
|
-
"type": "string",
|
|
6010
|
-
"description": "The id of the Attribute to be succeeded."
|
|
6011
|
-
},
|
|
6012
|
-
"succeededAttribute": {
|
|
6013
|
-
"anyOf": [
|
|
6014
|
-
{
|
|
6015
|
-
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
6016
|
-
},
|
|
6017
|
-
{
|
|
6018
|
-
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
6019
|
-
}
|
|
6020
|
-
],
|
|
6021
|
-
"description": "The succeeded Attribute with the updated validTo date. Its validTo date must be lower than the validFrom date of the new Attribute."
|
|
6022
|
-
},
|
|
6023
|
-
"newAttribute": {
|
|
6543
|
+
"query": {
|
|
6024
6544
|
"anyOf": [
|
|
6025
6545
|
{
|
|
6026
|
-
"$ref": "#/definitions/
|
|
6546
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
6027
6547
|
},
|
|
6028
6548
|
{
|
|
6029
|
-
"$ref": "#/definitions/
|
|
6549
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
6030
6550
|
}
|
|
6031
|
-
]
|
|
6032
|
-
|
|
6551
|
+
]
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
"required": [
|
|
6555
|
+
"@type",
|
|
6556
|
+
"mustBeAccepted",
|
|
6557
|
+
"query"
|
|
6558
|
+
],
|
|
6559
|
+
"additionalProperties": false
|
|
6560
|
+
},
|
|
6561
|
+
"SucceedAttributeRequestItemJSON": {
|
|
6562
|
+
"type": "object",
|
|
6563
|
+
"properties": {
|
|
6564
|
+
"@type": {
|
|
6565
|
+
"type": "string"
|
|
6566
|
+
},
|
|
6567
|
+
"@context": {
|
|
6568
|
+
"type": "string"
|
|
6569
|
+
},
|
|
6570
|
+
"@version": {
|
|
6571
|
+
"type": "string"
|
|
6572
|
+
},
|
|
6573
|
+
"title": {
|
|
6574
|
+
"type": "string",
|
|
6575
|
+
"description": "The human-readable title of this item."
|
|
6576
|
+
},
|
|
6577
|
+
"description": {
|
|
6578
|
+
"type": "string",
|
|
6579
|
+
"description": "The human-readable description of this item."
|
|
6580
|
+
},
|
|
6581
|
+
"metadata": {
|
|
6582
|
+
"type": "object",
|
|
6583
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
6584
|
+
},
|
|
6585
|
+
"mustBeAccepted": {
|
|
6586
|
+
"type": "boolean",
|
|
6587
|
+
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
|
|
6588
|
+
},
|
|
6589
|
+
"requireManualDecision": {
|
|
6590
|
+
"type": "boolean",
|
|
6591
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
6592
|
+
},
|
|
6593
|
+
"succeededAttributeId": {
|
|
6594
|
+
"type": "string",
|
|
6595
|
+
"description": "The id of the Attribute to be succeeded."
|
|
6596
|
+
},
|
|
6597
|
+
"attribute": {
|
|
6598
|
+
"anyOf": [
|
|
6599
|
+
{
|
|
6600
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
6604
|
+
}
|
|
6605
|
+
],
|
|
6606
|
+
"description": "The new Attribute."
|
|
6033
6607
|
}
|
|
6034
6608
|
},
|
|
6035
6609
|
"required": [
|
|
6036
6610
|
"@type",
|
|
6611
|
+
"attribute",
|
|
6037
6612
|
"mustBeAccepted",
|
|
6038
|
-
"
|
|
6039
|
-
"succeededAttribute",
|
|
6040
|
-
"succeededId"
|
|
6613
|
+
"succeededAttributeId"
|
|
6041
6614
|
],
|
|
6042
6615
|
"additionalProperties": false
|
|
6043
6616
|
},
|
|
@@ -6327,6 +6900,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
6327
6900
|
},
|
|
6328
6901
|
{
|
|
6329
6902
|
"$ref": "#/definitions/SucceedAttributeAcceptResponseItemJSON"
|
|
6903
|
+
},
|
|
6904
|
+
{
|
|
6905
|
+
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
6330
6906
|
}
|
|
6331
6907
|
]
|
|
6332
6908
|
},
|
|
@@ -6530,7 +7106,7 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
6530
7106
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
6531
7107
|
},
|
|
6532
7108
|
{
|
|
6533
|
-
"$ref": "#/definitions/
|
|
7109
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
6534
7110
|
},
|
|
6535
7111
|
{
|
|
6536
7112
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -6838,12 +7414,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
6838
7414
|
],
|
|
6839
7415
|
"additionalProperties": false
|
|
6840
7416
|
},
|
|
6841
|
-
"
|
|
7417
|
+
"IdentityFileReferenceJSON": {
|
|
6842
7418
|
"type": "object",
|
|
6843
7419
|
"properties": {
|
|
6844
7420
|
"@type": {
|
|
6845
7421
|
"type": "string",
|
|
6846
|
-
"const": "
|
|
7422
|
+
"const": "IdentityFileReference"
|
|
6847
7423
|
},
|
|
6848
7424
|
"@context": {
|
|
6849
7425
|
"type": "string"
|
|
@@ -7173,9 +7749,15 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7173
7749
|
{
|
|
7174
7750
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
7175
7751
|
},
|
|
7752
|
+
{
|
|
7753
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
7754
|
+
},
|
|
7176
7755
|
{
|
|
7177
7756
|
"$ref": "#/definitions/StateJSON"
|
|
7178
7757
|
},
|
|
7758
|
+
{
|
|
7759
|
+
"$ref": "#/definitions/StatementJSON"
|
|
7760
|
+
},
|
|
7179
7761
|
{
|
|
7180
7762
|
"$ref": "#/definitions/StreetJSON"
|
|
7181
7763
|
},
|
|
@@ -7570,6 +8152,32 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7570
8152
|
],
|
|
7571
8153
|
"additionalProperties": false
|
|
7572
8154
|
},
|
|
8155
|
+
"SchematizedXMLJSON": {
|
|
8156
|
+
"type": "object",
|
|
8157
|
+
"properties": {
|
|
8158
|
+
"@type": {
|
|
8159
|
+
"type": "string",
|
|
8160
|
+
"const": "SchematizedXML"
|
|
8161
|
+
},
|
|
8162
|
+
"@context": {
|
|
8163
|
+
"type": "string"
|
|
8164
|
+
},
|
|
8165
|
+
"@version": {
|
|
8166
|
+
"type": "string"
|
|
8167
|
+
},
|
|
8168
|
+
"value": {
|
|
8169
|
+
"type": "string"
|
|
8170
|
+
},
|
|
8171
|
+
"schemaURL": {
|
|
8172
|
+
"type": "string"
|
|
8173
|
+
}
|
|
8174
|
+
},
|
|
8175
|
+
"required": [
|
|
8176
|
+
"@type",
|
|
8177
|
+
"value"
|
|
8178
|
+
],
|
|
8179
|
+
"additionalProperties": false
|
|
8180
|
+
},
|
|
7573
8181
|
"StateJSON": {
|
|
7574
8182
|
"type": "object",
|
|
7575
8183
|
"properties": {
|
|
@@ -7593,6 +8201,209 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7593
8201
|
],
|
|
7594
8202
|
"additionalProperties": false
|
|
7595
8203
|
},
|
|
8204
|
+
"StatementJSON": {
|
|
8205
|
+
"type": "object",
|
|
8206
|
+
"properties": {
|
|
8207
|
+
"@type": {
|
|
8208
|
+
"type": "string",
|
|
8209
|
+
"const": "Statement"
|
|
8210
|
+
},
|
|
8211
|
+
"@context": {
|
|
8212
|
+
"type": "string"
|
|
8213
|
+
},
|
|
8214
|
+
"@version": {
|
|
8215
|
+
"type": "string"
|
|
8216
|
+
},
|
|
8217
|
+
"subject": {
|
|
8218
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
8219
|
+
},
|
|
8220
|
+
"predicate": {
|
|
8221
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
8222
|
+
},
|
|
8223
|
+
"object": {
|
|
8224
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
8225
|
+
},
|
|
8226
|
+
"issuer": {
|
|
8227
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
8228
|
+
},
|
|
8229
|
+
"issuerConditions": {
|
|
8230
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8233
|
+
"required": [
|
|
8234
|
+
"@type",
|
|
8235
|
+
"issuer",
|
|
8236
|
+
"issuerConditions",
|
|
8237
|
+
"object",
|
|
8238
|
+
"predicate",
|
|
8239
|
+
"subject"
|
|
8240
|
+
],
|
|
8241
|
+
"additionalProperties": false
|
|
8242
|
+
},
|
|
8243
|
+
"StatementSubjectJSON": {
|
|
8244
|
+
"type": "object",
|
|
8245
|
+
"properties": {
|
|
8246
|
+
"@type": {
|
|
8247
|
+
"type": "string",
|
|
8248
|
+
"const": "StatementSubject"
|
|
8249
|
+
},
|
|
8250
|
+
"@context": {
|
|
8251
|
+
"type": "string"
|
|
8252
|
+
},
|
|
8253
|
+
"@version": {
|
|
8254
|
+
"type": "string"
|
|
8255
|
+
},
|
|
8256
|
+
"attributes": {
|
|
8257
|
+
"type": "array",
|
|
8258
|
+
"items": {
|
|
8259
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
8260
|
+
}
|
|
8261
|
+
},
|
|
8262
|
+
"address": {
|
|
8263
|
+
"type": "string"
|
|
8264
|
+
}
|
|
8265
|
+
},
|
|
8266
|
+
"required": [
|
|
8267
|
+
"@type",
|
|
8268
|
+
"address"
|
|
8269
|
+
],
|
|
8270
|
+
"additionalProperties": false
|
|
8271
|
+
},
|
|
8272
|
+
"StatementPredicateJSON": {
|
|
8273
|
+
"type": "object",
|
|
8274
|
+
"properties": {
|
|
8275
|
+
"@type": {
|
|
8276
|
+
"type": "string",
|
|
8277
|
+
"const": "StatementPredicate"
|
|
8278
|
+
},
|
|
8279
|
+
"@context": {
|
|
8280
|
+
"type": "string"
|
|
8281
|
+
},
|
|
8282
|
+
"@version": {
|
|
8283
|
+
"type": "string"
|
|
8284
|
+
},
|
|
8285
|
+
"value": {
|
|
8286
|
+
"anyOf": [
|
|
8287
|
+
{
|
|
8288
|
+
"$ref": "#/definitions/Predicates"
|
|
8289
|
+
},
|
|
8290
|
+
{
|
|
8291
|
+
"type": "string"
|
|
8292
|
+
}
|
|
8293
|
+
]
|
|
8294
|
+
}
|
|
8295
|
+
},
|
|
8296
|
+
"required": [
|
|
8297
|
+
"@type",
|
|
8298
|
+
"value"
|
|
8299
|
+
],
|
|
8300
|
+
"additionalProperties": false
|
|
8301
|
+
},
|
|
8302
|
+
"Predicates": {
|
|
8303
|
+
"type": "string",
|
|
8304
|
+
"enum": [
|
|
8305
|
+
"hasAttribute",
|
|
8306
|
+
"relatesTo",
|
|
8307
|
+
"isRelatedTo"
|
|
8308
|
+
],
|
|
8309
|
+
"description": "Supported Predicates"
|
|
8310
|
+
},
|
|
8311
|
+
"StatementObjectJSON": {
|
|
8312
|
+
"type": "object",
|
|
8313
|
+
"properties": {
|
|
8314
|
+
"@type": {
|
|
8315
|
+
"type": "string",
|
|
8316
|
+
"const": "StatementObject"
|
|
8317
|
+
},
|
|
8318
|
+
"@context": {
|
|
8319
|
+
"type": "string"
|
|
8320
|
+
},
|
|
8321
|
+
"@version": {
|
|
8322
|
+
"type": "string"
|
|
8323
|
+
},
|
|
8324
|
+
"attributes": {
|
|
8325
|
+
"type": "array",
|
|
8326
|
+
"items": {
|
|
8327
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
8328
|
+
}
|
|
8329
|
+
},
|
|
8330
|
+
"address": {
|
|
8331
|
+
"type": "string"
|
|
8332
|
+
}
|
|
8333
|
+
},
|
|
8334
|
+
"required": [
|
|
8335
|
+
"@type",
|
|
8336
|
+
"address"
|
|
8337
|
+
],
|
|
8338
|
+
"additionalProperties": false
|
|
8339
|
+
},
|
|
8340
|
+
"DigitalIdentityDescriptorJSON": {
|
|
8341
|
+
"type": "object",
|
|
8342
|
+
"properties": {
|
|
8343
|
+
"@type": {
|
|
8344
|
+
"type": "string",
|
|
8345
|
+
"const": "DigitalIdentityDescriptor"
|
|
8346
|
+
},
|
|
8347
|
+
"@context": {
|
|
8348
|
+
"type": "string"
|
|
8349
|
+
},
|
|
8350
|
+
"@version": {
|
|
8351
|
+
"type": "string"
|
|
8352
|
+
},
|
|
8353
|
+
"attributes": {
|
|
8354
|
+
"type": "array",
|
|
8355
|
+
"items": {
|
|
8356
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
8357
|
+
}
|
|
8358
|
+
},
|
|
8359
|
+
"address": {
|
|
8360
|
+
"type": "string"
|
|
8361
|
+
}
|
|
8362
|
+
},
|
|
8363
|
+
"required": [
|
|
8364
|
+
"@type",
|
|
8365
|
+
"address"
|
|
8366
|
+
],
|
|
8367
|
+
"additionalProperties": false
|
|
8368
|
+
},
|
|
8369
|
+
"StatementIssuerConditionsJSON": {
|
|
8370
|
+
"type": "object",
|
|
8371
|
+
"properties": {
|
|
8372
|
+
"@type": {
|
|
8373
|
+
"type": "string",
|
|
8374
|
+
"const": "StatementIssuerConditions"
|
|
8375
|
+
},
|
|
8376
|
+
"@context": {
|
|
8377
|
+
"type": "string"
|
|
8378
|
+
},
|
|
8379
|
+
"@version": {
|
|
8380
|
+
"type": "string"
|
|
8381
|
+
},
|
|
8382
|
+
"validFrom": {
|
|
8383
|
+
"type": "string"
|
|
8384
|
+
},
|
|
8385
|
+
"validTo": {
|
|
8386
|
+
"type": "string"
|
|
8387
|
+
},
|
|
8388
|
+
"evidence": {
|
|
8389
|
+
"type": "string"
|
|
8390
|
+
},
|
|
8391
|
+
"authorityType": {
|
|
8392
|
+
"type": "string"
|
|
8393
|
+
},
|
|
8394
|
+
"relayedParty": {
|
|
8395
|
+
"type": "string"
|
|
8396
|
+
}
|
|
8397
|
+
},
|
|
8398
|
+
"required": [
|
|
8399
|
+
"@type",
|
|
8400
|
+
"authorityType",
|
|
8401
|
+
"evidence",
|
|
8402
|
+
"validFrom",
|
|
8403
|
+
"validTo"
|
|
8404
|
+
],
|
|
8405
|
+
"additionalProperties": false
|
|
8406
|
+
},
|
|
7596
8407
|
"StreetJSON": {
|
|
7597
8408
|
"type": "object",
|
|
7598
8409
|
"properties": {
|
|
@@ -7744,6 +8555,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7744
8555
|
{
|
|
7745
8556
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
7746
8557
|
},
|
|
8558
|
+
{
|
|
8559
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
8560
|
+
},
|
|
7747
8561
|
{
|
|
7748
8562
|
"$ref": "#/definitions/ConsentJSON"
|
|
7749
8563
|
}
|
|
@@ -8257,11 +9071,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
8257
9071
|
],
|
|
8258
9072
|
"additionalProperties": false
|
|
8259
9073
|
},
|
|
8260
|
-
"
|
|
9074
|
+
"ProprietaryXMLJSON": {
|
|
8261
9075
|
"type": "object",
|
|
8262
9076
|
"properties": {
|
|
8263
9077
|
"@type": {
|
|
8264
|
-
"type": "string"
|
|
9078
|
+
"type": "string",
|
|
9079
|
+
"const": "ProprietaryXML"
|
|
8265
9080
|
},
|
|
8266
9081
|
"@context": {
|
|
8267
9082
|
"type": "string"
|
|
@@ -8269,17 +9084,52 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
8269
9084
|
"@version": {
|
|
8270
9085
|
"type": "string"
|
|
8271
9086
|
},
|
|
8272
|
-
"
|
|
9087
|
+
"value": {
|
|
8273
9088
|
"type": "string"
|
|
8274
9089
|
},
|
|
8275
|
-
"
|
|
9090
|
+
"title": {
|
|
8276
9091
|
"type": "string"
|
|
8277
|
-
}
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
"
|
|
8282
|
-
|
|
9092
|
+
},
|
|
9093
|
+
"description": {
|
|
9094
|
+
"type": "string"
|
|
9095
|
+
},
|
|
9096
|
+
"valueHintsOverride": {
|
|
9097
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
9098
|
+
},
|
|
9099
|
+
"schemaURL": {
|
|
9100
|
+
"type": "string"
|
|
9101
|
+
}
|
|
9102
|
+
},
|
|
9103
|
+
"required": [
|
|
9104
|
+
"@type",
|
|
9105
|
+
"title",
|
|
9106
|
+
"value"
|
|
9107
|
+
],
|
|
9108
|
+
"additionalProperties": false
|
|
9109
|
+
},
|
|
9110
|
+
"ConsentJSON": {
|
|
9111
|
+
"type": "object",
|
|
9112
|
+
"properties": {
|
|
9113
|
+
"@type": {
|
|
9114
|
+
"type": "string"
|
|
9115
|
+
},
|
|
9116
|
+
"@context": {
|
|
9117
|
+
"type": "string"
|
|
9118
|
+
},
|
|
9119
|
+
"@version": {
|
|
9120
|
+
"type": "string"
|
|
9121
|
+
},
|
|
9122
|
+
"consent": {
|
|
9123
|
+
"type": "string"
|
|
9124
|
+
},
|
|
9125
|
+
"link": {
|
|
9126
|
+
"type": "string"
|
|
9127
|
+
}
|
|
9128
|
+
},
|
|
9129
|
+
"required": [
|
|
9130
|
+
"@type",
|
|
9131
|
+
"consent"
|
|
9132
|
+
],
|
|
8283
9133
|
"additionalProperties": false
|
|
8284
9134
|
},
|
|
8285
9135
|
"RelationshipAttributeConfidentiality": {
|
|
@@ -8385,6 +9235,34 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
8385
9235
|
],
|
|
8386
9236
|
"additionalProperties": false
|
|
8387
9237
|
},
|
|
9238
|
+
"FreeTextAcceptResponseItemJSON": {
|
|
9239
|
+
"type": "object",
|
|
9240
|
+
"properties": {
|
|
9241
|
+
"@type": {
|
|
9242
|
+
"type": "string",
|
|
9243
|
+
"const": "FreeTextAcceptResponseItem"
|
|
9244
|
+
},
|
|
9245
|
+
"@context": {
|
|
9246
|
+
"type": "string"
|
|
9247
|
+
},
|
|
9248
|
+
"@version": {
|
|
9249
|
+
"type": "string"
|
|
9250
|
+
},
|
|
9251
|
+
"result": {
|
|
9252
|
+
"type": "string",
|
|
9253
|
+
"const": "Accepted"
|
|
9254
|
+
},
|
|
9255
|
+
"freeText": {
|
|
9256
|
+
"type": "string"
|
|
9257
|
+
}
|
|
9258
|
+
},
|
|
9259
|
+
"required": [
|
|
9260
|
+
"@type",
|
|
9261
|
+
"freeText",
|
|
9262
|
+
"result"
|
|
9263
|
+
],
|
|
9264
|
+
"additionalProperties": false
|
|
9265
|
+
},
|
|
8388
9266
|
"RejectResponseItemJSONDerivations": {
|
|
8389
9267
|
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
8390
9268
|
},
|
|
@@ -8611,6 +9489,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
8611
9489
|
},
|
|
8612
9490
|
{
|
|
8613
9491
|
"$ref": "#/definitions/SucceedAttributeAcceptResponseItemJSON"
|
|
9492
|
+
},
|
|
9493
|
+
{
|
|
9494
|
+
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
8614
9495
|
}
|
|
8615
9496
|
]
|
|
8616
9497
|
},
|
|
@@ -8814,7 +9695,7 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
8814
9695
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
8815
9696
|
},
|
|
8816
9697
|
{
|
|
8817
|
-
"$ref": "#/definitions/
|
|
9698
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
8818
9699
|
},
|
|
8819
9700
|
{
|
|
8820
9701
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -9122,12 +10003,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
9122
10003
|
],
|
|
9123
10004
|
"additionalProperties": false
|
|
9124
10005
|
},
|
|
9125
|
-
"
|
|
10006
|
+
"IdentityFileReferenceJSON": {
|
|
9126
10007
|
"type": "object",
|
|
9127
10008
|
"properties": {
|
|
9128
10009
|
"@type": {
|
|
9129
10010
|
"type": "string",
|
|
9130
|
-
"const": "
|
|
10011
|
+
"const": "IdentityFileReference"
|
|
9131
10012
|
},
|
|
9132
10013
|
"@context": {
|
|
9133
10014
|
"type": "string"
|
|
@@ -9457,9 +10338,15 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
9457
10338
|
{
|
|
9458
10339
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
9459
10340
|
},
|
|
10341
|
+
{
|
|
10342
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
10343
|
+
},
|
|
9460
10344
|
{
|
|
9461
10345
|
"$ref": "#/definitions/StateJSON"
|
|
9462
10346
|
},
|
|
10347
|
+
{
|
|
10348
|
+
"$ref": "#/definitions/StatementJSON"
|
|
10349
|
+
},
|
|
9463
10350
|
{
|
|
9464
10351
|
"$ref": "#/definitions/StreetJSON"
|
|
9465
10352
|
},
|
|
@@ -9854,6 +10741,32 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
9854
10741
|
],
|
|
9855
10742
|
"additionalProperties": false
|
|
9856
10743
|
},
|
|
10744
|
+
"SchematizedXMLJSON": {
|
|
10745
|
+
"type": "object",
|
|
10746
|
+
"properties": {
|
|
10747
|
+
"@type": {
|
|
10748
|
+
"type": "string",
|
|
10749
|
+
"const": "SchematizedXML"
|
|
10750
|
+
},
|
|
10751
|
+
"@context": {
|
|
10752
|
+
"type": "string"
|
|
10753
|
+
},
|
|
10754
|
+
"@version": {
|
|
10755
|
+
"type": "string"
|
|
10756
|
+
},
|
|
10757
|
+
"value": {
|
|
10758
|
+
"type": "string"
|
|
10759
|
+
},
|
|
10760
|
+
"schemaURL": {
|
|
10761
|
+
"type": "string"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
"required": [
|
|
10765
|
+
"@type",
|
|
10766
|
+
"value"
|
|
10767
|
+
],
|
|
10768
|
+
"additionalProperties": false
|
|
10769
|
+
},
|
|
9857
10770
|
"StateJSON": {
|
|
9858
10771
|
"type": "object",
|
|
9859
10772
|
"properties": {
|
|
@@ -9877,6 +10790,209 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
9877
10790
|
],
|
|
9878
10791
|
"additionalProperties": false
|
|
9879
10792
|
},
|
|
10793
|
+
"StatementJSON": {
|
|
10794
|
+
"type": "object",
|
|
10795
|
+
"properties": {
|
|
10796
|
+
"@type": {
|
|
10797
|
+
"type": "string",
|
|
10798
|
+
"const": "Statement"
|
|
10799
|
+
},
|
|
10800
|
+
"@context": {
|
|
10801
|
+
"type": "string"
|
|
10802
|
+
},
|
|
10803
|
+
"@version": {
|
|
10804
|
+
"type": "string"
|
|
10805
|
+
},
|
|
10806
|
+
"subject": {
|
|
10807
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
10808
|
+
},
|
|
10809
|
+
"predicate": {
|
|
10810
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
10811
|
+
},
|
|
10812
|
+
"object": {
|
|
10813
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
10814
|
+
},
|
|
10815
|
+
"issuer": {
|
|
10816
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
10817
|
+
},
|
|
10818
|
+
"issuerConditions": {
|
|
10819
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
10820
|
+
}
|
|
10821
|
+
},
|
|
10822
|
+
"required": [
|
|
10823
|
+
"@type",
|
|
10824
|
+
"issuer",
|
|
10825
|
+
"issuerConditions",
|
|
10826
|
+
"object",
|
|
10827
|
+
"predicate",
|
|
10828
|
+
"subject"
|
|
10829
|
+
],
|
|
10830
|
+
"additionalProperties": false
|
|
10831
|
+
},
|
|
10832
|
+
"StatementSubjectJSON": {
|
|
10833
|
+
"type": "object",
|
|
10834
|
+
"properties": {
|
|
10835
|
+
"@type": {
|
|
10836
|
+
"type": "string",
|
|
10837
|
+
"const": "StatementSubject"
|
|
10838
|
+
},
|
|
10839
|
+
"@context": {
|
|
10840
|
+
"type": "string"
|
|
10841
|
+
},
|
|
10842
|
+
"@version": {
|
|
10843
|
+
"type": "string"
|
|
10844
|
+
},
|
|
10845
|
+
"attributes": {
|
|
10846
|
+
"type": "array",
|
|
10847
|
+
"items": {
|
|
10848
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
10849
|
+
}
|
|
10850
|
+
},
|
|
10851
|
+
"address": {
|
|
10852
|
+
"type": "string"
|
|
10853
|
+
}
|
|
10854
|
+
},
|
|
10855
|
+
"required": [
|
|
10856
|
+
"@type",
|
|
10857
|
+
"address"
|
|
10858
|
+
],
|
|
10859
|
+
"additionalProperties": false
|
|
10860
|
+
},
|
|
10861
|
+
"StatementPredicateJSON": {
|
|
10862
|
+
"type": "object",
|
|
10863
|
+
"properties": {
|
|
10864
|
+
"@type": {
|
|
10865
|
+
"type": "string",
|
|
10866
|
+
"const": "StatementPredicate"
|
|
10867
|
+
},
|
|
10868
|
+
"@context": {
|
|
10869
|
+
"type": "string"
|
|
10870
|
+
},
|
|
10871
|
+
"@version": {
|
|
10872
|
+
"type": "string"
|
|
10873
|
+
},
|
|
10874
|
+
"value": {
|
|
10875
|
+
"anyOf": [
|
|
10876
|
+
{
|
|
10877
|
+
"$ref": "#/definitions/Predicates"
|
|
10878
|
+
},
|
|
10879
|
+
{
|
|
10880
|
+
"type": "string"
|
|
10881
|
+
}
|
|
10882
|
+
]
|
|
10883
|
+
}
|
|
10884
|
+
},
|
|
10885
|
+
"required": [
|
|
10886
|
+
"@type",
|
|
10887
|
+
"value"
|
|
10888
|
+
],
|
|
10889
|
+
"additionalProperties": false
|
|
10890
|
+
},
|
|
10891
|
+
"Predicates": {
|
|
10892
|
+
"type": "string",
|
|
10893
|
+
"enum": [
|
|
10894
|
+
"hasAttribute",
|
|
10895
|
+
"relatesTo",
|
|
10896
|
+
"isRelatedTo"
|
|
10897
|
+
],
|
|
10898
|
+
"description": "Supported Predicates"
|
|
10899
|
+
},
|
|
10900
|
+
"StatementObjectJSON": {
|
|
10901
|
+
"type": "object",
|
|
10902
|
+
"properties": {
|
|
10903
|
+
"@type": {
|
|
10904
|
+
"type": "string",
|
|
10905
|
+
"const": "StatementObject"
|
|
10906
|
+
},
|
|
10907
|
+
"@context": {
|
|
10908
|
+
"type": "string"
|
|
10909
|
+
},
|
|
10910
|
+
"@version": {
|
|
10911
|
+
"type": "string"
|
|
10912
|
+
},
|
|
10913
|
+
"attributes": {
|
|
10914
|
+
"type": "array",
|
|
10915
|
+
"items": {
|
|
10916
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
10917
|
+
}
|
|
10918
|
+
},
|
|
10919
|
+
"address": {
|
|
10920
|
+
"type": "string"
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
"required": [
|
|
10924
|
+
"@type",
|
|
10925
|
+
"address"
|
|
10926
|
+
],
|
|
10927
|
+
"additionalProperties": false
|
|
10928
|
+
},
|
|
10929
|
+
"DigitalIdentityDescriptorJSON": {
|
|
10930
|
+
"type": "object",
|
|
10931
|
+
"properties": {
|
|
10932
|
+
"@type": {
|
|
10933
|
+
"type": "string",
|
|
10934
|
+
"const": "DigitalIdentityDescriptor"
|
|
10935
|
+
},
|
|
10936
|
+
"@context": {
|
|
10937
|
+
"type": "string"
|
|
10938
|
+
},
|
|
10939
|
+
"@version": {
|
|
10940
|
+
"type": "string"
|
|
10941
|
+
},
|
|
10942
|
+
"attributes": {
|
|
10943
|
+
"type": "array",
|
|
10944
|
+
"items": {
|
|
10945
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
10946
|
+
}
|
|
10947
|
+
},
|
|
10948
|
+
"address": {
|
|
10949
|
+
"type": "string"
|
|
10950
|
+
}
|
|
10951
|
+
},
|
|
10952
|
+
"required": [
|
|
10953
|
+
"@type",
|
|
10954
|
+
"address"
|
|
10955
|
+
],
|
|
10956
|
+
"additionalProperties": false
|
|
10957
|
+
},
|
|
10958
|
+
"StatementIssuerConditionsJSON": {
|
|
10959
|
+
"type": "object",
|
|
10960
|
+
"properties": {
|
|
10961
|
+
"@type": {
|
|
10962
|
+
"type": "string",
|
|
10963
|
+
"const": "StatementIssuerConditions"
|
|
10964
|
+
},
|
|
10965
|
+
"@context": {
|
|
10966
|
+
"type": "string"
|
|
10967
|
+
},
|
|
10968
|
+
"@version": {
|
|
10969
|
+
"type": "string"
|
|
10970
|
+
},
|
|
10971
|
+
"validFrom": {
|
|
10972
|
+
"type": "string"
|
|
10973
|
+
},
|
|
10974
|
+
"validTo": {
|
|
10975
|
+
"type": "string"
|
|
10976
|
+
},
|
|
10977
|
+
"evidence": {
|
|
10978
|
+
"type": "string"
|
|
10979
|
+
},
|
|
10980
|
+
"authorityType": {
|
|
10981
|
+
"type": "string"
|
|
10982
|
+
},
|
|
10983
|
+
"relayedParty": {
|
|
10984
|
+
"type": "string"
|
|
10985
|
+
}
|
|
10986
|
+
},
|
|
10987
|
+
"required": [
|
|
10988
|
+
"@type",
|
|
10989
|
+
"authorityType",
|
|
10990
|
+
"evidence",
|
|
10991
|
+
"validFrom",
|
|
10992
|
+
"validTo"
|
|
10993
|
+
],
|
|
10994
|
+
"additionalProperties": false
|
|
10995
|
+
},
|
|
9880
10996
|
"StreetJSON": {
|
|
9881
10997
|
"type": "object",
|
|
9882
10998
|
"properties": {
|
|
@@ -10028,6 +11144,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
10028
11144
|
{
|
|
10029
11145
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
10030
11146
|
},
|
|
11147
|
+
{
|
|
11148
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
11149
|
+
},
|
|
10031
11150
|
{
|
|
10032
11151
|
"$ref": "#/definitions/ConsentJSON"
|
|
10033
11152
|
}
|
|
@@ -10541,11 +11660,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
10541
11660
|
],
|
|
10542
11661
|
"additionalProperties": false
|
|
10543
11662
|
},
|
|
10544
|
-
"
|
|
11663
|
+
"ProprietaryXMLJSON": {
|
|
10545
11664
|
"type": "object",
|
|
10546
11665
|
"properties": {
|
|
10547
11666
|
"@type": {
|
|
10548
|
-
"type": "string"
|
|
11667
|
+
"type": "string",
|
|
11668
|
+
"const": "ProprietaryXML"
|
|
10549
11669
|
},
|
|
10550
11670
|
"@context": {
|
|
10551
11671
|
"type": "string"
|
|
@@ -10553,7 +11673,42 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
10553
11673
|
"@version": {
|
|
10554
11674
|
"type": "string"
|
|
10555
11675
|
},
|
|
10556
|
-
"
|
|
11676
|
+
"value": {
|
|
11677
|
+
"type": "string"
|
|
11678
|
+
},
|
|
11679
|
+
"title": {
|
|
11680
|
+
"type": "string"
|
|
11681
|
+
},
|
|
11682
|
+
"description": {
|
|
11683
|
+
"type": "string"
|
|
11684
|
+
},
|
|
11685
|
+
"valueHintsOverride": {
|
|
11686
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
11687
|
+
},
|
|
11688
|
+
"schemaURL": {
|
|
11689
|
+
"type": "string"
|
|
11690
|
+
}
|
|
11691
|
+
},
|
|
11692
|
+
"required": [
|
|
11693
|
+
"@type",
|
|
11694
|
+
"title",
|
|
11695
|
+
"value"
|
|
11696
|
+
],
|
|
11697
|
+
"additionalProperties": false
|
|
11698
|
+
},
|
|
11699
|
+
"ConsentJSON": {
|
|
11700
|
+
"type": "object",
|
|
11701
|
+
"properties": {
|
|
11702
|
+
"@type": {
|
|
11703
|
+
"type": "string"
|
|
11704
|
+
},
|
|
11705
|
+
"@context": {
|
|
11706
|
+
"type": "string"
|
|
11707
|
+
},
|
|
11708
|
+
"@version": {
|
|
11709
|
+
"type": "string"
|
|
11710
|
+
},
|
|
11711
|
+
"consent": {
|
|
10557
11712
|
"type": "string"
|
|
10558
11713
|
},
|
|
10559
11714
|
"link": {
|
|
@@ -10669,6 +11824,34 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
10669
11824
|
],
|
|
10670
11825
|
"additionalProperties": false
|
|
10671
11826
|
},
|
|
11827
|
+
"FreeTextAcceptResponseItemJSON": {
|
|
11828
|
+
"type": "object",
|
|
11829
|
+
"properties": {
|
|
11830
|
+
"@type": {
|
|
11831
|
+
"type": "string",
|
|
11832
|
+
"const": "FreeTextAcceptResponseItem"
|
|
11833
|
+
},
|
|
11834
|
+
"@context": {
|
|
11835
|
+
"type": "string"
|
|
11836
|
+
},
|
|
11837
|
+
"@version": {
|
|
11838
|
+
"type": "string"
|
|
11839
|
+
},
|
|
11840
|
+
"result": {
|
|
11841
|
+
"type": "string",
|
|
11842
|
+
"const": "Accepted"
|
|
11843
|
+
},
|
|
11844
|
+
"freeText": {
|
|
11845
|
+
"type": "string"
|
|
11846
|
+
}
|
|
11847
|
+
},
|
|
11848
|
+
"required": [
|
|
11849
|
+
"@type",
|
|
11850
|
+
"freeText",
|
|
11851
|
+
"result"
|
|
11852
|
+
],
|
|
11853
|
+
"additionalProperties": false
|
|
11854
|
+
},
|
|
10672
11855
|
"RejectResponseItemJSONDerivations": {
|
|
10673
11856
|
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
10674
11857
|
},
|
|
@@ -10867,6 +12050,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10867
12050
|
{
|
|
10868
12051
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
10869
12052
|
},
|
|
12053
|
+
{
|
|
12054
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
12055
|
+
},
|
|
10870
12056
|
{
|
|
10871
12057
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
10872
12058
|
},
|
|
@@ -11047,6 +12233,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11047
12233
|
{
|
|
11048
12234
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
11049
12235
|
},
|
|
12236
|
+
{
|
|
12237
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
12238
|
+
},
|
|
11050
12239
|
{
|
|
11051
12240
|
"$ref": "#/definitions/ConsentJSON"
|
|
11052
12241
|
}
|
|
@@ -11560,6 +12749,42 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11560
12749
|
],
|
|
11561
12750
|
"additionalProperties": false
|
|
11562
12751
|
},
|
|
12752
|
+
"ProprietaryXMLJSON": {
|
|
12753
|
+
"type": "object",
|
|
12754
|
+
"properties": {
|
|
12755
|
+
"@type": {
|
|
12756
|
+
"type": "string",
|
|
12757
|
+
"const": "ProprietaryXML"
|
|
12758
|
+
},
|
|
12759
|
+
"@context": {
|
|
12760
|
+
"type": "string"
|
|
12761
|
+
},
|
|
12762
|
+
"@version": {
|
|
12763
|
+
"type": "string"
|
|
12764
|
+
},
|
|
12765
|
+
"value": {
|
|
12766
|
+
"type": "string"
|
|
12767
|
+
},
|
|
12768
|
+
"title": {
|
|
12769
|
+
"type": "string"
|
|
12770
|
+
},
|
|
12771
|
+
"description": {
|
|
12772
|
+
"type": "string"
|
|
12773
|
+
},
|
|
12774
|
+
"valueHintsOverride": {
|
|
12775
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
12776
|
+
},
|
|
12777
|
+
"schemaURL": {
|
|
12778
|
+
"type": "string"
|
|
12779
|
+
}
|
|
12780
|
+
},
|
|
12781
|
+
"required": [
|
|
12782
|
+
"@type",
|
|
12783
|
+
"title",
|
|
12784
|
+
"value"
|
|
12785
|
+
],
|
|
12786
|
+
"additionalProperties": false
|
|
12787
|
+
},
|
|
11563
12788
|
"ConsentJSON": {
|
|
11564
12789
|
"type": "object",
|
|
11565
12790
|
"properties": {
|
|
@@ -11675,7 +12900,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11675
12900
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
11676
12901
|
},
|
|
11677
12902
|
{
|
|
11678
|
-
"$ref": "#/definitions/
|
|
12903
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
11679
12904
|
},
|
|
11680
12905
|
{
|
|
11681
12906
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -11983,12 +13208,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11983
13208
|
],
|
|
11984
13209
|
"additionalProperties": false
|
|
11985
13210
|
},
|
|
11986
|
-
"
|
|
13211
|
+
"IdentityFileReferenceJSON": {
|
|
11987
13212
|
"type": "object",
|
|
11988
13213
|
"properties": {
|
|
11989
13214
|
"@type": {
|
|
11990
13215
|
"type": "string",
|
|
11991
|
-
"const": "
|
|
13216
|
+
"const": "IdentityFileReference"
|
|
11992
13217
|
},
|
|
11993
13218
|
"@context": {
|
|
11994
13219
|
"type": "string"
|
|
@@ -12318,9 +13543,15 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
12318
13543
|
{
|
|
12319
13544
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
12320
13545
|
},
|
|
13546
|
+
{
|
|
13547
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
13548
|
+
},
|
|
12321
13549
|
{
|
|
12322
13550
|
"$ref": "#/definitions/StateJSON"
|
|
12323
13551
|
},
|
|
13552
|
+
{
|
|
13553
|
+
"$ref": "#/definitions/StatementJSON"
|
|
13554
|
+
},
|
|
12324
13555
|
{
|
|
12325
13556
|
"$ref": "#/definitions/StreetJSON"
|
|
12326
13557
|
},
|
|
@@ -12715,6 +13946,32 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
12715
13946
|
],
|
|
12716
13947
|
"additionalProperties": false
|
|
12717
13948
|
},
|
|
13949
|
+
"SchematizedXMLJSON": {
|
|
13950
|
+
"type": "object",
|
|
13951
|
+
"properties": {
|
|
13952
|
+
"@type": {
|
|
13953
|
+
"type": "string",
|
|
13954
|
+
"const": "SchematizedXML"
|
|
13955
|
+
},
|
|
13956
|
+
"@context": {
|
|
13957
|
+
"type": "string"
|
|
13958
|
+
},
|
|
13959
|
+
"@version": {
|
|
13960
|
+
"type": "string"
|
|
13961
|
+
},
|
|
13962
|
+
"value": {
|
|
13963
|
+
"type": "string"
|
|
13964
|
+
},
|
|
13965
|
+
"schemaURL": {
|
|
13966
|
+
"type": "string"
|
|
13967
|
+
}
|
|
13968
|
+
},
|
|
13969
|
+
"required": [
|
|
13970
|
+
"@type",
|
|
13971
|
+
"value"
|
|
13972
|
+
],
|
|
13973
|
+
"additionalProperties": false
|
|
13974
|
+
},
|
|
12718
13975
|
"StateJSON": {
|
|
12719
13976
|
"type": "object",
|
|
12720
13977
|
"properties": {
|
|
@@ -12738,6 +13995,209 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
12738
13995
|
],
|
|
12739
13996
|
"additionalProperties": false
|
|
12740
13997
|
},
|
|
13998
|
+
"StatementJSON": {
|
|
13999
|
+
"type": "object",
|
|
14000
|
+
"properties": {
|
|
14001
|
+
"@type": {
|
|
14002
|
+
"type": "string",
|
|
14003
|
+
"const": "Statement"
|
|
14004
|
+
},
|
|
14005
|
+
"@context": {
|
|
14006
|
+
"type": "string"
|
|
14007
|
+
},
|
|
14008
|
+
"@version": {
|
|
14009
|
+
"type": "string"
|
|
14010
|
+
},
|
|
14011
|
+
"subject": {
|
|
14012
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
14013
|
+
},
|
|
14014
|
+
"predicate": {
|
|
14015
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
14016
|
+
},
|
|
14017
|
+
"object": {
|
|
14018
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
14019
|
+
},
|
|
14020
|
+
"issuer": {
|
|
14021
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
14022
|
+
},
|
|
14023
|
+
"issuerConditions": {
|
|
14024
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
14025
|
+
}
|
|
14026
|
+
},
|
|
14027
|
+
"required": [
|
|
14028
|
+
"@type",
|
|
14029
|
+
"issuer",
|
|
14030
|
+
"issuerConditions",
|
|
14031
|
+
"object",
|
|
14032
|
+
"predicate",
|
|
14033
|
+
"subject"
|
|
14034
|
+
],
|
|
14035
|
+
"additionalProperties": false
|
|
14036
|
+
},
|
|
14037
|
+
"StatementSubjectJSON": {
|
|
14038
|
+
"type": "object",
|
|
14039
|
+
"properties": {
|
|
14040
|
+
"@type": {
|
|
14041
|
+
"type": "string",
|
|
14042
|
+
"const": "StatementSubject"
|
|
14043
|
+
},
|
|
14044
|
+
"@context": {
|
|
14045
|
+
"type": "string"
|
|
14046
|
+
},
|
|
14047
|
+
"@version": {
|
|
14048
|
+
"type": "string"
|
|
14049
|
+
},
|
|
14050
|
+
"attributes": {
|
|
14051
|
+
"type": "array",
|
|
14052
|
+
"items": {
|
|
14053
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
14054
|
+
}
|
|
14055
|
+
},
|
|
14056
|
+
"address": {
|
|
14057
|
+
"type": "string"
|
|
14058
|
+
}
|
|
14059
|
+
},
|
|
14060
|
+
"required": [
|
|
14061
|
+
"@type",
|
|
14062
|
+
"address"
|
|
14063
|
+
],
|
|
14064
|
+
"additionalProperties": false
|
|
14065
|
+
},
|
|
14066
|
+
"StatementPredicateJSON": {
|
|
14067
|
+
"type": "object",
|
|
14068
|
+
"properties": {
|
|
14069
|
+
"@type": {
|
|
14070
|
+
"type": "string",
|
|
14071
|
+
"const": "StatementPredicate"
|
|
14072
|
+
},
|
|
14073
|
+
"@context": {
|
|
14074
|
+
"type": "string"
|
|
14075
|
+
},
|
|
14076
|
+
"@version": {
|
|
14077
|
+
"type": "string"
|
|
14078
|
+
},
|
|
14079
|
+
"value": {
|
|
14080
|
+
"anyOf": [
|
|
14081
|
+
{
|
|
14082
|
+
"$ref": "#/definitions/Predicates"
|
|
14083
|
+
},
|
|
14084
|
+
{
|
|
14085
|
+
"type": "string"
|
|
14086
|
+
}
|
|
14087
|
+
]
|
|
14088
|
+
}
|
|
14089
|
+
},
|
|
14090
|
+
"required": [
|
|
14091
|
+
"@type",
|
|
14092
|
+
"value"
|
|
14093
|
+
],
|
|
14094
|
+
"additionalProperties": false
|
|
14095
|
+
},
|
|
14096
|
+
"Predicates": {
|
|
14097
|
+
"type": "string",
|
|
14098
|
+
"enum": [
|
|
14099
|
+
"hasAttribute",
|
|
14100
|
+
"relatesTo",
|
|
14101
|
+
"isRelatedTo"
|
|
14102
|
+
],
|
|
14103
|
+
"description": "Supported Predicates"
|
|
14104
|
+
},
|
|
14105
|
+
"StatementObjectJSON": {
|
|
14106
|
+
"type": "object",
|
|
14107
|
+
"properties": {
|
|
14108
|
+
"@type": {
|
|
14109
|
+
"type": "string",
|
|
14110
|
+
"const": "StatementObject"
|
|
14111
|
+
},
|
|
14112
|
+
"@context": {
|
|
14113
|
+
"type": "string"
|
|
14114
|
+
},
|
|
14115
|
+
"@version": {
|
|
14116
|
+
"type": "string"
|
|
14117
|
+
},
|
|
14118
|
+
"attributes": {
|
|
14119
|
+
"type": "array",
|
|
14120
|
+
"items": {
|
|
14121
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
14122
|
+
}
|
|
14123
|
+
},
|
|
14124
|
+
"address": {
|
|
14125
|
+
"type": "string"
|
|
14126
|
+
}
|
|
14127
|
+
},
|
|
14128
|
+
"required": [
|
|
14129
|
+
"@type",
|
|
14130
|
+
"address"
|
|
14131
|
+
],
|
|
14132
|
+
"additionalProperties": false
|
|
14133
|
+
},
|
|
14134
|
+
"DigitalIdentityDescriptorJSON": {
|
|
14135
|
+
"type": "object",
|
|
14136
|
+
"properties": {
|
|
14137
|
+
"@type": {
|
|
14138
|
+
"type": "string",
|
|
14139
|
+
"const": "DigitalIdentityDescriptor"
|
|
14140
|
+
},
|
|
14141
|
+
"@context": {
|
|
14142
|
+
"type": "string"
|
|
14143
|
+
},
|
|
14144
|
+
"@version": {
|
|
14145
|
+
"type": "string"
|
|
14146
|
+
},
|
|
14147
|
+
"attributes": {
|
|
14148
|
+
"type": "array",
|
|
14149
|
+
"items": {
|
|
14150
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
14151
|
+
}
|
|
14152
|
+
},
|
|
14153
|
+
"address": {
|
|
14154
|
+
"type": "string"
|
|
14155
|
+
}
|
|
14156
|
+
},
|
|
14157
|
+
"required": [
|
|
14158
|
+
"@type",
|
|
14159
|
+
"address"
|
|
14160
|
+
],
|
|
14161
|
+
"additionalProperties": false
|
|
14162
|
+
},
|
|
14163
|
+
"StatementIssuerConditionsJSON": {
|
|
14164
|
+
"type": "object",
|
|
14165
|
+
"properties": {
|
|
14166
|
+
"@type": {
|
|
14167
|
+
"type": "string",
|
|
14168
|
+
"const": "StatementIssuerConditions"
|
|
14169
|
+
},
|
|
14170
|
+
"@context": {
|
|
14171
|
+
"type": "string"
|
|
14172
|
+
},
|
|
14173
|
+
"@version": {
|
|
14174
|
+
"type": "string"
|
|
14175
|
+
},
|
|
14176
|
+
"validFrom": {
|
|
14177
|
+
"type": "string"
|
|
14178
|
+
},
|
|
14179
|
+
"validTo": {
|
|
14180
|
+
"type": "string"
|
|
14181
|
+
},
|
|
14182
|
+
"evidence": {
|
|
14183
|
+
"type": "string"
|
|
14184
|
+
},
|
|
14185
|
+
"authorityType": {
|
|
14186
|
+
"type": "string"
|
|
14187
|
+
},
|
|
14188
|
+
"relayedParty": {
|
|
14189
|
+
"type": "string"
|
|
14190
|
+
}
|
|
14191
|
+
},
|
|
14192
|
+
"required": [
|
|
14193
|
+
"@type",
|
|
14194
|
+
"authorityType",
|
|
14195
|
+
"evidence",
|
|
14196
|
+
"validFrom",
|
|
14197
|
+
"validTo"
|
|
14198
|
+
],
|
|
14199
|
+
"additionalProperties": false
|
|
14200
|
+
},
|
|
12741
14201
|
"StreetJSON": {
|
|
12742
14202
|
"type": "object",
|
|
12743
14203
|
"properties": {
|
|
@@ -12985,7 +14445,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
12985
14445
|
"DisplayName",
|
|
12986
14446
|
"EMailAddress",
|
|
12987
14447
|
"FaxNumber",
|
|
12988
|
-
"
|
|
14448
|
+
"IdentityFileReference",
|
|
14449
|
+
"SchematizedXML",
|
|
12989
14450
|
"JobTitle",
|
|
12990
14451
|
"Nationality",
|
|
12991
14452
|
"PersonName",
|
|
@@ -13016,7 +14477,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13016
14477
|
"HonorificSuffix",
|
|
13017
14478
|
"HouseNumber",
|
|
13018
14479
|
"MiddleName",
|
|
14480
|
+
"SchematizedXML",
|
|
13019
14481
|
"State",
|
|
14482
|
+
"Statement",
|
|
13020
14483
|
"Street",
|
|
13021
14484
|
"Surname",
|
|
13022
14485
|
"ZipCode"
|
|
@@ -13076,12 +14539,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13076
14539
|
},
|
|
13077
14540
|
"confidentiality": {
|
|
13078
14541
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
13079
|
-
},
|
|
13080
|
-
"validFrom": {
|
|
13081
|
-
"type": "string"
|
|
13082
|
-
},
|
|
13083
|
-
"validTo": {
|
|
13084
|
-
"type": "string"
|
|
13085
14542
|
}
|
|
13086
14543
|
},
|
|
13087
14544
|
"required": [
|
|
@@ -13106,6 +14563,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13106
14563
|
"ProprietaryString",
|
|
13107
14564
|
"ProprietaryURL",
|
|
13108
14565
|
"ProprietaryJSON",
|
|
14566
|
+
"ProprietaryXML",
|
|
13109
14567
|
"Consent"
|
|
13110
14568
|
]
|
|
13111
14569
|
},
|
|
@@ -13214,27 +14672,74 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13214
14672
|
"type": "string"
|
|
13215
14673
|
}
|
|
13216
14674
|
},
|
|
13217
|
-
"validFrom": {
|
|
14675
|
+
"validFrom": {
|
|
14676
|
+
"type": "string"
|
|
14677
|
+
},
|
|
14678
|
+
"validTo": {
|
|
14679
|
+
"type": "string"
|
|
14680
|
+
}
|
|
14681
|
+
},
|
|
14682
|
+
"required": [
|
|
14683
|
+
"@type",
|
|
14684
|
+
"key",
|
|
14685
|
+
"owner",
|
|
14686
|
+
"thirdParty"
|
|
14687
|
+
],
|
|
14688
|
+
"additionalProperties": false
|
|
14689
|
+
},
|
|
14690
|
+
"ConsentRequestItemJSON": {
|
|
14691
|
+
"type": "object",
|
|
14692
|
+
"properties": {
|
|
14693
|
+
"@type": {
|
|
14694
|
+
"type": "string",
|
|
14695
|
+
"const": "ConsentRequestItem"
|
|
14696
|
+
},
|
|
14697
|
+
"@context": {
|
|
14698
|
+
"type": "string"
|
|
14699
|
+
},
|
|
14700
|
+
"@version": {
|
|
14701
|
+
"type": "string"
|
|
14702
|
+
},
|
|
14703
|
+
"title": {
|
|
14704
|
+
"type": "string",
|
|
14705
|
+
"description": "The human-readable title of this item."
|
|
14706
|
+
},
|
|
14707
|
+
"description": {
|
|
14708
|
+
"type": "string",
|
|
14709
|
+
"description": "The human-readable description of this item."
|
|
14710
|
+
},
|
|
14711
|
+
"metadata": {
|
|
14712
|
+
"type": "object",
|
|
14713
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
14714
|
+
},
|
|
14715
|
+
"mustBeAccepted": {
|
|
14716
|
+
"type": "boolean",
|
|
14717
|
+
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
|
|
14718
|
+
},
|
|
14719
|
+
"requireManualDecision": {
|
|
14720
|
+
"type": "boolean",
|
|
14721
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14722
|
+
},
|
|
14723
|
+
"consent": {
|
|
13218
14724
|
"type": "string"
|
|
13219
14725
|
},
|
|
13220
|
-
"
|
|
14726
|
+
"link": {
|
|
13221
14727
|
"type": "string"
|
|
13222
14728
|
}
|
|
13223
14729
|
},
|
|
13224
14730
|
"required": [
|
|
13225
14731
|
"@type",
|
|
13226
|
-
"
|
|
13227
|
-
"
|
|
13228
|
-
"thirdParty"
|
|
14732
|
+
"consent",
|
|
14733
|
+
"mustBeAccepted"
|
|
13229
14734
|
],
|
|
13230
14735
|
"additionalProperties": false
|
|
13231
14736
|
},
|
|
13232
|
-
"
|
|
14737
|
+
"AuthenticationRequestItemJSON": {
|
|
13233
14738
|
"type": "object",
|
|
13234
14739
|
"properties": {
|
|
13235
14740
|
"@type": {
|
|
13236
14741
|
"type": "string",
|
|
13237
|
-
"const": "
|
|
14742
|
+
"const": "AuthenticationRequestItem"
|
|
13238
14743
|
},
|
|
13239
14744
|
"@context": {
|
|
13240
14745
|
"type": "string"
|
|
@@ -13261,27 +14766,20 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13261
14766
|
"requireManualDecision": {
|
|
13262
14767
|
"type": "boolean",
|
|
13263
14768
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13264
|
-
},
|
|
13265
|
-
"consent": {
|
|
13266
|
-
"type": "string"
|
|
13267
|
-
},
|
|
13268
|
-
"link": {
|
|
13269
|
-
"type": "string"
|
|
13270
14769
|
}
|
|
13271
14770
|
},
|
|
13272
14771
|
"required": [
|
|
13273
14772
|
"@type",
|
|
13274
|
-
"consent",
|
|
13275
14773
|
"mustBeAccepted"
|
|
13276
14774
|
],
|
|
13277
14775
|
"additionalProperties": false
|
|
13278
14776
|
},
|
|
13279
|
-
"
|
|
14777
|
+
"FreeTextRequestItemJSON": {
|
|
13280
14778
|
"type": "object",
|
|
13281
14779
|
"properties": {
|
|
13282
14780
|
"@type": {
|
|
13283
14781
|
"type": "string",
|
|
13284
|
-
"const": "
|
|
14782
|
+
"const": "FreeTextRequestItem"
|
|
13285
14783
|
},
|
|
13286
14784
|
"@context": {
|
|
13287
14785
|
"type": "string"
|
|
@@ -13308,10 +14806,14 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13308
14806
|
"requireManualDecision": {
|
|
13309
14807
|
"type": "boolean",
|
|
13310
14808
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14809
|
+
},
|
|
14810
|
+
"freeText": {
|
|
14811
|
+
"type": "string"
|
|
13311
14812
|
}
|
|
13312
14813
|
},
|
|
13313
14814
|
"required": [
|
|
13314
14815
|
"@type",
|
|
14816
|
+
"freeText",
|
|
13315
14817
|
"mustBeAccepted"
|
|
13316
14818
|
],
|
|
13317
14819
|
"additionalProperties": false
|
|
@@ -13399,22 +14901,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13399
14901
|
"type": "boolean",
|
|
13400
14902
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13401
14903
|
},
|
|
13402
|
-
"
|
|
14904
|
+
"succeededAttributeId": {
|
|
13403
14905
|
"type": "string",
|
|
13404
14906
|
"description": "The id of the Attribute to be succeeded."
|
|
13405
14907
|
},
|
|
13406
|
-
"
|
|
13407
|
-
"anyOf": [
|
|
13408
|
-
{
|
|
13409
|
-
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
13410
|
-
},
|
|
13411
|
-
{
|
|
13412
|
-
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
13413
|
-
}
|
|
13414
|
-
],
|
|
13415
|
-
"description": "The succeeded Attribute with the updated validTo date. Its validTo date must be lower than the validFrom date of the new Attribute."
|
|
13416
|
-
},
|
|
13417
|
-
"newAttribute": {
|
|
14908
|
+
"attribute": {
|
|
13418
14909
|
"anyOf": [
|
|
13419
14910
|
{
|
|
13420
14911
|
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
@@ -13423,15 +14914,14 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
13423
14914
|
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
13424
14915
|
}
|
|
13425
14916
|
],
|
|
13426
|
-
"description": "The new Attribute.
|
|
14917
|
+
"description": "The new Attribute."
|
|
13427
14918
|
}
|
|
13428
14919
|
},
|
|
13429
14920
|
"required": [
|
|
13430
14921
|
"@type",
|
|
14922
|
+
"attribute",
|
|
13431
14923
|
"mustBeAccepted",
|
|
13432
|
-
"
|
|
13433
|
-
"succeededAttribute",
|
|
13434
|
-
"succeededId"
|
|
14924
|
+
"succeededAttributeId"
|
|
13435
14925
|
],
|
|
13436
14926
|
"additionalProperties": false
|
|
13437
14927
|
},
|
|
@@ -14062,6 +15552,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14062
15552
|
{
|
|
14063
15553
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
14064
15554
|
},
|
|
15555
|
+
{
|
|
15556
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
15557
|
+
},
|
|
14065
15558
|
{
|
|
14066
15559
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
14067
15560
|
},
|
|
@@ -14242,6 +15735,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14242
15735
|
{
|
|
14243
15736
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
14244
15737
|
},
|
|
15738
|
+
{
|
|
15739
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
15740
|
+
},
|
|
14245
15741
|
{
|
|
14246
15742
|
"$ref": "#/definitions/ConsentJSON"
|
|
14247
15743
|
}
|
|
@@ -14755,6 +16251,42 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14755
16251
|
],
|
|
14756
16252
|
"additionalProperties": false
|
|
14757
16253
|
},
|
|
16254
|
+
"ProprietaryXMLJSON": {
|
|
16255
|
+
"type": "object",
|
|
16256
|
+
"properties": {
|
|
16257
|
+
"@type": {
|
|
16258
|
+
"type": "string",
|
|
16259
|
+
"const": "ProprietaryXML"
|
|
16260
|
+
},
|
|
16261
|
+
"@context": {
|
|
16262
|
+
"type": "string"
|
|
16263
|
+
},
|
|
16264
|
+
"@version": {
|
|
16265
|
+
"type": "string"
|
|
16266
|
+
},
|
|
16267
|
+
"value": {
|
|
16268
|
+
"type": "string"
|
|
16269
|
+
},
|
|
16270
|
+
"title": {
|
|
16271
|
+
"type": "string"
|
|
16272
|
+
},
|
|
16273
|
+
"description": {
|
|
16274
|
+
"type": "string"
|
|
16275
|
+
},
|
|
16276
|
+
"valueHintsOverride": {
|
|
16277
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
16278
|
+
},
|
|
16279
|
+
"schemaURL": {
|
|
16280
|
+
"type": "string"
|
|
16281
|
+
}
|
|
16282
|
+
},
|
|
16283
|
+
"required": [
|
|
16284
|
+
"@type",
|
|
16285
|
+
"title",
|
|
16286
|
+
"value"
|
|
16287
|
+
],
|
|
16288
|
+
"additionalProperties": false
|
|
16289
|
+
},
|
|
14758
16290
|
"ConsentJSON": {
|
|
14759
16291
|
"type": "object",
|
|
14760
16292
|
"properties": {
|
|
@@ -14870,7 +16402,7 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14870
16402
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
14871
16403
|
},
|
|
14872
16404
|
{
|
|
14873
|
-
"$ref": "#/definitions/
|
|
16405
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
14874
16406
|
},
|
|
14875
16407
|
{
|
|
14876
16408
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -15178,12 +16710,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
15178
16710
|
],
|
|
15179
16711
|
"additionalProperties": false
|
|
15180
16712
|
},
|
|
15181
|
-
"
|
|
16713
|
+
"IdentityFileReferenceJSON": {
|
|
15182
16714
|
"type": "object",
|
|
15183
16715
|
"properties": {
|
|
15184
16716
|
"@type": {
|
|
15185
16717
|
"type": "string",
|
|
15186
|
-
"const": "
|
|
16718
|
+
"const": "IdentityFileReference"
|
|
15187
16719
|
},
|
|
15188
16720
|
"@context": {
|
|
15189
16721
|
"type": "string"
|
|
@@ -15513,9 +17045,15 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
15513
17045
|
{
|
|
15514
17046
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
15515
17047
|
},
|
|
17048
|
+
{
|
|
17049
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
17050
|
+
},
|
|
15516
17051
|
{
|
|
15517
17052
|
"$ref": "#/definitions/StateJSON"
|
|
15518
17053
|
},
|
|
17054
|
+
{
|
|
17055
|
+
"$ref": "#/definitions/StatementJSON"
|
|
17056
|
+
},
|
|
15519
17057
|
{
|
|
15520
17058
|
"$ref": "#/definitions/StreetJSON"
|
|
15521
17059
|
},
|
|
@@ -15910,12 +17448,226 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
15910
17448
|
],
|
|
15911
17449
|
"additionalProperties": false
|
|
15912
17450
|
},
|
|
17451
|
+
"SchematizedXMLJSON": {
|
|
17452
|
+
"type": "object",
|
|
17453
|
+
"properties": {
|
|
17454
|
+
"@type": {
|
|
17455
|
+
"type": "string",
|
|
17456
|
+
"const": "SchematizedXML"
|
|
17457
|
+
},
|
|
17458
|
+
"@context": {
|
|
17459
|
+
"type": "string"
|
|
17460
|
+
},
|
|
17461
|
+
"@version": {
|
|
17462
|
+
"type": "string"
|
|
17463
|
+
},
|
|
17464
|
+
"value": {
|
|
17465
|
+
"type": "string"
|
|
17466
|
+
},
|
|
17467
|
+
"schemaURL": {
|
|
17468
|
+
"type": "string"
|
|
17469
|
+
}
|
|
17470
|
+
},
|
|
17471
|
+
"required": [
|
|
17472
|
+
"@type",
|
|
17473
|
+
"value"
|
|
17474
|
+
],
|
|
17475
|
+
"additionalProperties": false
|
|
17476
|
+
},
|
|
15913
17477
|
"StateJSON": {
|
|
15914
17478
|
"type": "object",
|
|
15915
17479
|
"properties": {
|
|
15916
17480
|
"@type": {
|
|
15917
17481
|
"type": "string",
|
|
15918
|
-
"const": "State"
|
|
17482
|
+
"const": "State"
|
|
17483
|
+
},
|
|
17484
|
+
"@context": {
|
|
17485
|
+
"type": "string"
|
|
17486
|
+
},
|
|
17487
|
+
"@version": {
|
|
17488
|
+
"type": "string"
|
|
17489
|
+
},
|
|
17490
|
+
"value": {
|
|
17491
|
+
"type": "string"
|
|
17492
|
+
}
|
|
17493
|
+
},
|
|
17494
|
+
"required": [
|
|
17495
|
+
"@type",
|
|
17496
|
+
"value"
|
|
17497
|
+
],
|
|
17498
|
+
"additionalProperties": false
|
|
17499
|
+
},
|
|
17500
|
+
"StatementJSON": {
|
|
17501
|
+
"type": "object",
|
|
17502
|
+
"properties": {
|
|
17503
|
+
"@type": {
|
|
17504
|
+
"type": "string",
|
|
17505
|
+
"const": "Statement"
|
|
17506
|
+
},
|
|
17507
|
+
"@context": {
|
|
17508
|
+
"type": "string"
|
|
17509
|
+
},
|
|
17510
|
+
"@version": {
|
|
17511
|
+
"type": "string"
|
|
17512
|
+
},
|
|
17513
|
+
"subject": {
|
|
17514
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
17515
|
+
},
|
|
17516
|
+
"predicate": {
|
|
17517
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
17518
|
+
},
|
|
17519
|
+
"object": {
|
|
17520
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
17521
|
+
},
|
|
17522
|
+
"issuer": {
|
|
17523
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
17524
|
+
},
|
|
17525
|
+
"issuerConditions": {
|
|
17526
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
17527
|
+
}
|
|
17528
|
+
},
|
|
17529
|
+
"required": [
|
|
17530
|
+
"@type",
|
|
17531
|
+
"issuer",
|
|
17532
|
+
"issuerConditions",
|
|
17533
|
+
"object",
|
|
17534
|
+
"predicate",
|
|
17535
|
+
"subject"
|
|
17536
|
+
],
|
|
17537
|
+
"additionalProperties": false
|
|
17538
|
+
},
|
|
17539
|
+
"StatementSubjectJSON": {
|
|
17540
|
+
"type": "object",
|
|
17541
|
+
"properties": {
|
|
17542
|
+
"@type": {
|
|
17543
|
+
"type": "string",
|
|
17544
|
+
"const": "StatementSubject"
|
|
17545
|
+
},
|
|
17546
|
+
"@context": {
|
|
17547
|
+
"type": "string"
|
|
17548
|
+
},
|
|
17549
|
+
"@version": {
|
|
17550
|
+
"type": "string"
|
|
17551
|
+
},
|
|
17552
|
+
"attributes": {
|
|
17553
|
+
"type": "array",
|
|
17554
|
+
"items": {
|
|
17555
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
17556
|
+
}
|
|
17557
|
+
},
|
|
17558
|
+
"address": {
|
|
17559
|
+
"type": "string"
|
|
17560
|
+
}
|
|
17561
|
+
},
|
|
17562
|
+
"required": [
|
|
17563
|
+
"@type",
|
|
17564
|
+
"address"
|
|
17565
|
+
],
|
|
17566
|
+
"additionalProperties": false
|
|
17567
|
+
},
|
|
17568
|
+
"StatementPredicateJSON": {
|
|
17569
|
+
"type": "object",
|
|
17570
|
+
"properties": {
|
|
17571
|
+
"@type": {
|
|
17572
|
+
"type": "string",
|
|
17573
|
+
"const": "StatementPredicate"
|
|
17574
|
+
},
|
|
17575
|
+
"@context": {
|
|
17576
|
+
"type": "string"
|
|
17577
|
+
},
|
|
17578
|
+
"@version": {
|
|
17579
|
+
"type": "string"
|
|
17580
|
+
},
|
|
17581
|
+
"value": {
|
|
17582
|
+
"anyOf": [
|
|
17583
|
+
{
|
|
17584
|
+
"$ref": "#/definitions/Predicates"
|
|
17585
|
+
},
|
|
17586
|
+
{
|
|
17587
|
+
"type": "string"
|
|
17588
|
+
}
|
|
17589
|
+
]
|
|
17590
|
+
}
|
|
17591
|
+
},
|
|
17592
|
+
"required": [
|
|
17593
|
+
"@type",
|
|
17594
|
+
"value"
|
|
17595
|
+
],
|
|
17596
|
+
"additionalProperties": false
|
|
17597
|
+
},
|
|
17598
|
+
"Predicates": {
|
|
17599
|
+
"type": "string",
|
|
17600
|
+
"enum": [
|
|
17601
|
+
"hasAttribute",
|
|
17602
|
+
"relatesTo",
|
|
17603
|
+
"isRelatedTo"
|
|
17604
|
+
],
|
|
17605
|
+
"description": "Supported Predicates"
|
|
17606
|
+
},
|
|
17607
|
+
"StatementObjectJSON": {
|
|
17608
|
+
"type": "object",
|
|
17609
|
+
"properties": {
|
|
17610
|
+
"@type": {
|
|
17611
|
+
"type": "string",
|
|
17612
|
+
"const": "StatementObject"
|
|
17613
|
+
},
|
|
17614
|
+
"@context": {
|
|
17615
|
+
"type": "string"
|
|
17616
|
+
},
|
|
17617
|
+
"@version": {
|
|
17618
|
+
"type": "string"
|
|
17619
|
+
},
|
|
17620
|
+
"attributes": {
|
|
17621
|
+
"type": "array",
|
|
17622
|
+
"items": {
|
|
17623
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
17624
|
+
}
|
|
17625
|
+
},
|
|
17626
|
+
"address": {
|
|
17627
|
+
"type": "string"
|
|
17628
|
+
}
|
|
17629
|
+
},
|
|
17630
|
+
"required": [
|
|
17631
|
+
"@type",
|
|
17632
|
+
"address"
|
|
17633
|
+
],
|
|
17634
|
+
"additionalProperties": false
|
|
17635
|
+
},
|
|
17636
|
+
"DigitalIdentityDescriptorJSON": {
|
|
17637
|
+
"type": "object",
|
|
17638
|
+
"properties": {
|
|
17639
|
+
"@type": {
|
|
17640
|
+
"type": "string",
|
|
17641
|
+
"const": "DigitalIdentityDescriptor"
|
|
17642
|
+
},
|
|
17643
|
+
"@context": {
|
|
17644
|
+
"type": "string"
|
|
17645
|
+
},
|
|
17646
|
+
"@version": {
|
|
17647
|
+
"type": "string"
|
|
17648
|
+
},
|
|
17649
|
+
"attributes": {
|
|
17650
|
+
"type": "array",
|
|
17651
|
+
"items": {
|
|
17652
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
17653
|
+
}
|
|
17654
|
+
},
|
|
17655
|
+
"address": {
|
|
17656
|
+
"type": "string"
|
|
17657
|
+
}
|
|
17658
|
+
},
|
|
17659
|
+
"required": [
|
|
17660
|
+
"@type",
|
|
17661
|
+
"address"
|
|
17662
|
+
],
|
|
17663
|
+
"additionalProperties": false
|
|
17664
|
+
},
|
|
17665
|
+
"StatementIssuerConditionsJSON": {
|
|
17666
|
+
"type": "object",
|
|
17667
|
+
"properties": {
|
|
17668
|
+
"@type": {
|
|
17669
|
+
"type": "string",
|
|
17670
|
+
"const": "StatementIssuerConditions"
|
|
15919
17671
|
},
|
|
15920
17672
|
"@context": {
|
|
15921
17673
|
"type": "string"
|
|
@@ -15923,13 +17675,28 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
15923
17675
|
"@version": {
|
|
15924
17676
|
"type": "string"
|
|
15925
17677
|
},
|
|
15926
|
-
"
|
|
17678
|
+
"validFrom": {
|
|
17679
|
+
"type": "string"
|
|
17680
|
+
},
|
|
17681
|
+
"validTo": {
|
|
17682
|
+
"type": "string"
|
|
17683
|
+
},
|
|
17684
|
+
"evidence": {
|
|
17685
|
+
"type": "string"
|
|
17686
|
+
},
|
|
17687
|
+
"authorityType": {
|
|
17688
|
+
"type": "string"
|
|
17689
|
+
},
|
|
17690
|
+
"relayedParty": {
|
|
15927
17691
|
"type": "string"
|
|
15928
17692
|
}
|
|
15929
17693
|
},
|
|
15930
17694
|
"required": [
|
|
15931
17695
|
"@type",
|
|
15932
|
-
"
|
|
17696
|
+
"authorityType",
|
|
17697
|
+
"evidence",
|
|
17698
|
+
"validFrom",
|
|
17699
|
+
"validTo"
|
|
15933
17700
|
],
|
|
15934
17701
|
"additionalProperties": false
|
|
15935
17702
|
},
|
|
@@ -16180,7 +17947,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16180
17947
|
"DisplayName",
|
|
16181
17948
|
"EMailAddress",
|
|
16182
17949
|
"FaxNumber",
|
|
16183
|
-
"
|
|
17950
|
+
"IdentityFileReference",
|
|
17951
|
+
"SchematizedXML",
|
|
16184
17952
|
"JobTitle",
|
|
16185
17953
|
"Nationality",
|
|
16186
17954
|
"PersonName",
|
|
@@ -16211,7 +17979,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16211
17979
|
"HonorificSuffix",
|
|
16212
17980
|
"HouseNumber",
|
|
16213
17981
|
"MiddleName",
|
|
17982
|
+
"SchematizedXML",
|
|
16214
17983
|
"State",
|
|
17984
|
+
"Statement",
|
|
16215
17985
|
"Street",
|
|
16216
17986
|
"Surname",
|
|
16217
17987
|
"ZipCode"
|
|
@@ -16271,12 +18041,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16271
18041
|
},
|
|
16272
18042
|
"confidentiality": {
|
|
16273
18043
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
16274
|
-
},
|
|
16275
|
-
"validFrom": {
|
|
16276
|
-
"type": "string"
|
|
16277
|
-
},
|
|
16278
|
-
"validTo": {
|
|
16279
|
-
"type": "string"
|
|
16280
18044
|
}
|
|
16281
18045
|
},
|
|
16282
18046
|
"required": [
|
|
@@ -16301,6 +18065,7 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16301
18065
|
"ProprietaryString",
|
|
16302
18066
|
"ProprietaryURL",
|
|
16303
18067
|
"ProprietaryJSON",
|
|
18068
|
+
"ProprietaryXML",
|
|
16304
18069
|
"Consent"
|
|
16305
18070
|
]
|
|
16306
18071
|
},
|
|
@@ -16511,6 +18276,50 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16511
18276
|
],
|
|
16512
18277
|
"additionalProperties": false
|
|
16513
18278
|
},
|
|
18279
|
+
"FreeTextRequestItemJSON": {
|
|
18280
|
+
"type": "object",
|
|
18281
|
+
"properties": {
|
|
18282
|
+
"@type": {
|
|
18283
|
+
"type": "string",
|
|
18284
|
+
"const": "FreeTextRequestItem"
|
|
18285
|
+
},
|
|
18286
|
+
"@context": {
|
|
18287
|
+
"type": "string"
|
|
18288
|
+
},
|
|
18289
|
+
"@version": {
|
|
18290
|
+
"type": "string"
|
|
18291
|
+
},
|
|
18292
|
+
"title": {
|
|
18293
|
+
"type": "string",
|
|
18294
|
+
"description": "The human-readable title of this item."
|
|
18295
|
+
},
|
|
18296
|
+
"description": {
|
|
18297
|
+
"type": "string",
|
|
18298
|
+
"description": "The human-readable description of this item."
|
|
18299
|
+
},
|
|
18300
|
+
"metadata": {
|
|
18301
|
+
"type": "object",
|
|
18302
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
18303
|
+
},
|
|
18304
|
+
"mustBeAccepted": {
|
|
18305
|
+
"type": "boolean",
|
|
18306
|
+
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
|
|
18307
|
+
},
|
|
18308
|
+
"requireManualDecision": {
|
|
18309
|
+
"type": "boolean",
|
|
18310
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
18311
|
+
},
|
|
18312
|
+
"freeText": {
|
|
18313
|
+
"type": "string"
|
|
18314
|
+
}
|
|
18315
|
+
},
|
|
18316
|
+
"required": [
|
|
18317
|
+
"@type",
|
|
18318
|
+
"freeText",
|
|
18319
|
+
"mustBeAccepted"
|
|
18320
|
+
],
|
|
18321
|
+
"additionalProperties": false
|
|
18322
|
+
},
|
|
16514
18323
|
"RegisterAttributeListenerRequestItemJSON": {
|
|
16515
18324
|
"type": "object",
|
|
16516
18325
|
"properties": {
|
|
@@ -16594,22 +18403,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16594
18403
|
"type": "boolean",
|
|
16595
18404
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
16596
18405
|
},
|
|
16597
|
-
"
|
|
18406
|
+
"succeededAttributeId": {
|
|
16598
18407
|
"type": "string",
|
|
16599
18408
|
"description": "The id of the Attribute to be succeeded."
|
|
16600
18409
|
},
|
|
16601
|
-
"
|
|
16602
|
-
"anyOf": [
|
|
16603
|
-
{
|
|
16604
|
-
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
16605
|
-
},
|
|
16606
|
-
{
|
|
16607
|
-
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
16608
|
-
}
|
|
16609
|
-
],
|
|
16610
|
-
"description": "The succeeded Attribute with the updated validTo date. Its validTo date must be lower than the validFrom date of the new Attribute."
|
|
16611
|
-
},
|
|
16612
|
-
"newAttribute": {
|
|
18410
|
+
"attribute": {
|
|
16613
18411
|
"anyOf": [
|
|
16614
18412
|
{
|
|
16615
18413
|
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
@@ -16618,15 +18416,14 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
16618
18416
|
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
16619
18417
|
}
|
|
16620
18418
|
],
|
|
16621
|
-
"description": "The new Attribute.
|
|
18419
|
+
"description": "The new Attribute."
|
|
16622
18420
|
}
|
|
16623
18421
|
},
|
|
16624
18422
|
"required": [
|
|
16625
18423
|
"@type",
|
|
18424
|
+
"attribute",
|
|
16626
18425
|
"mustBeAccepted",
|
|
16627
|
-
"
|
|
16628
|
-
"succeededAttribute",
|
|
16629
|
-
"succeededId"
|
|
18426
|
+
"succeededAttributeId"
|
|
16630
18427
|
],
|
|
16631
18428
|
"additionalProperties": false
|
|
16632
18429
|
},
|
|
@@ -16844,7 +18641,7 @@ exports.SucceedAttributeRequest = {
|
|
|
16844
18641
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
16845
18642
|
},
|
|
16846
18643
|
{
|
|
16847
|
-
"$ref": "#/definitions/
|
|
18644
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
16848
18645
|
},
|
|
16849
18646
|
{
|
|
16850
18647
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -17152,12 +18949,12 @@ exports.SucceedAttributeRequest = {
|
|
|
17152
18949
|
],
|
|
17153
18950
|
"additionalProperties": false
|
|
17154
18951
|
},
|
|
17155
|
-
"
|
|
18952
|
+
"IdentityFileReferenceJSON": {
|
|
17156
18953
|
"type": "object",
|
|
17157
18954
|
"properties": {
|
|
17158
18955
|
"@type": {
|
|
17159
18956
|
"type": "string",
|
|
17160
|
-
"const": "
|
|
18957
|
+
"const": "IdentityFileReference"
|
|
17161
18958
|
},
|
|
17162
18959
|
"@context": {
|
|
17163
18960
|
"type": "string"
|
|
@@ -17487,9 +19284,15 @@ exports.SucceedAttributeRequest = {
|
|
|
17487
19284
|
{
|
|
17488
19285
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
17489
19286
|
},
|
|
19287
|
+
{
|
|
19288
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
19289
|
+
},
|
|
17490
19290
|
{
|
|
17491
19291
|
"$ref": "#/definitions/StateJSON"
|
|
17492
19292
|
},
|
|
19293
|
+
{
|
|
19294
|
+
"$ref": "#/definitions/StatementJSON"
|
|
19295
|
+
},
|
|
17493
19296
|
{
|
|
17494
19297
|
"$ref": "#/definitions/StreetJSON"
|
|
17495
19298
|
},
|
|
@@ -17884,6 +19687,32 @@ exports.SucceedAttributeRequest = {
|
|
|
17884
19687
|
],
|
|
17885
19688
|
"additionalProperties": false
|
|
17886
19689
|
},
|
|
19690
|
+
"SchematizedXMLJSON": {
|
|
19691
|
+
"type": "object",
|
|
19692
|
+
"properties": {
|
|
19693
|
+
"@type": {
|
|
19694
|
+
"type": "string",
|
|
19695
|
+
"const": "SchematizedXML"
|
|
19696
|
+
},
|
|
19697
|
+
"@context": {
|
|
19698
|
+
"type": "string"
|
|
19699
|
+
},
|
|
19700
|
+
"@version": {
|
|
19701
|
+
"type": "string"
|
|
19702
|
+
},
|
|
19703
|
+
"value": {
|
|
19704
|
+
"type": "string"
|
|
19705
|
+
},
|
|
19706
|
+
"schemaURL": {
|
|
19707
|
+
"type": "string"
|
|
19708
|
+
}
|
|
19709
|
+
},
|
|
19710
|
+
"required": [
|
|
19711
|
+
"@type",
|
|
19712
|
+
"value"
|
|
19713
|
+
],
|
|
19714
|
+
"additionalProperties": false
|
|
19715
|
+
},
|
|
17887
19716
|
"StateJSON": {
|
|
17888
19717
|
"type": "object",
|
|
17889
19718
|
"properties": {
|
|
@@ -17897,13 +19726,216 @@ exports.SucceedAttributeRequest = {
|
|
|
17897
19726
|
"@version": {
|
|
17898
19727
|
"type": "string"
|
|
17899
19728
|
},
|
|
17900
|
-
"value": {
|
|
19729
|
+
"value": {
|
|
19730
|
+
"type": "string"
|
|
19731
|
+
}
|
|
19732
|
+
},
|
|
19733
|
+
"required": [
|
|
19734
|
+
"@type",
|
|
19735
|
+
"value"
|
|
19736
|
+
],
|
|
19737
|
+
"additionalProperties": false
|
|
19738
|
+
},
|
|
19739
|
+
"StatementJSON": {
|
|
19740
|
+
"type": "object",
|
|
19741
|
+
"properties": {
|
|
19742
|
+
"@type": {
|
|
19743
|
+
"type": "string",
|
|
19744
|
+
"const": "Statement"
|
|
19745
|
+
},
|
|
19746
|
+
"@context": {
|
|
19747
|
+
"type": "string"
|
|
19748
|
+
},
|
|
19749
|
+
"@version": {
|
|
19750
|
+
"type": "string"
|
|
19751
|
+
},
|
|
19752
|
+
"subject": {
|
|
19753
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
19754
|
+
},
|
|
19755
|
+
"predicate": {
|
|
19756
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
19757
|
+
},
|
|
19758
|
+
"object": {
|
|
19759
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
19760
|
+
},
|
|
19761
|
+
"issuer": {
|
|
19762
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
19763
|
+
},
|
|
19764
|
+
"issuerConditions": {
|
|
19765
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
19766
|
+
}
|
|
19767
|
+
},
|
|
19768
|
+
"required": [
|
|
19769
|
+
"@type",
|
|
19770
|
+
"issuer",
|
|
19771
|
+
"issuerConditions",
|
|
19772
|
+
"object",
|
|
19773
|
+
"predicate",
|
|
19774
|
+
"subject"
|
|
19775
|
+
],
|
|
19776
|
+
"additionalProperties": false
|
|
19777
|
+
},
|
|
19778
|
+
"StatementSubjectJSON": {
|
|
19779
|
+
"type": "object",
|
|
19780
|
+
"properties": {
|
|
19781
|
+
"@type": {
|
|
19782
|
+
"type": "string",
|
|
19783
|
+
"const": "StatementSubject"
|
|
19784
|
+
},
|
|
19785
|
+
"@context": {
|
|
19786
|
+
"type": "string"
|
|
19787
|
+
},
|
|
19788
|
+
"@version": {
|
|
19789
|
+
"type": "string"
|
|
19790
|
+
},
|
|
19791
|
+
"attributes": {
|
|
19792
|
+
"type": "array",
|
|
19793
|
+
"items": {
|
|
19794
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
19795
|
+
}
|
|
19796
|
+
},
|
|
19797
|
+
"address": {
|
|
19798
|
+
"type": "string"
|
|
19799
|
+
}
|
|
19800
|
+
},
|
|
19801
|
+
"required": [
|
|
19802
|
+
"@type",
|
|
19803
|
+
"address"
|
|
19804
|
+
],
|
|
19805
|
+
"additionalProperties": false
|
|
19806
|
+
},
|
|
19807
|
+
"StatementPredicateJSON": {
|
|
19808
|
+
"type": "object",
|
|
19809
|
+
"properties": {
|
|
19810
|
+
"@type": {
|
|
19811
|
+
"type": "string",
|
|
19812
|
+
"const": "StatementPredicate"
|
|
19813
|
+
},
|
|
19814
|
+
"@context": {
|
|
19815
|
+
"type": "string"
|
|
19816
|
+
},
|
|
19817
|
+
"@version": {
|
|
19818
|
+
"type": "string"
|
|
19819
|
+
},
|
|
19820
|
+
"value": {
|
|
19821
|
+
"anyOf": [
|
|
19822
|
+
{
|
|
19823
|
+
"$ref": "#/definitions/Predicates"
|
|
19824
|
+
},
|
|
19825
|
+
{
|
|
19826
|
+
"type": "string"
|
|
19827
|
+
}
|
|
19828
|
+
]
|
|
19829
|
+
}
|
|
19830
|
+
},
|
|
19831
|
+
"required": [
|
|
19832
|
+
"@type",
|
|
19833
|
+
"value"
|
|
19834
|
+
],
|
|
19835
|
+
"additionalProperties": false
|
|
19836
|
+
},
|
|
19837
|
+
"Predicates": {
|
|
19838
|
+
"type": "string",
|
|
19839
|
+
"enum": [
|
|
19840
|
+
"hasAttribute",
|
|
19841
|
+
"relatesTo",
|
|
19842
|
+
"isRelatedTo"
|
|
19843
|
+
],
|
|
19844
|
+
"description": "Supported Predicates"
|
|
19845
|
+
},
|
|
19846
|
+
"StatementObjectJSON": {
|
|
19847
|
+
"type": "object",
|
|
19848
|
+
"properties": {
|
|
19849
|
+
"@type": {
|
|
19850
|
+
"type": "string",
|
|
19851
|
+
"const": "StatementObject"
|
|
19852
|
+
},
|
|
19853
|
+
"@context": {
|
|
19854
|
+
"type": "string"
|
|
19855
|
+
},
|
|
19856
|
+
"@version": {
|
|
19857
|
+
"type": "string"
|
|
19858
|
+
},
|
|
19859
|
+
"attributes": {
|
|
19860
|
+
"type": "array",
|
|
19861
|
+
"items": {
|
|
19862
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
19863
|
+
}
|
|
19864
|
+
},
|
|
19865
|
+
"address": {
|
|
19866
|
+
"type": "string"
|
|
19867
|
+
}
|
|
19868
|
+
},
|
|
19869
|
+
"required": [
|
|
19870
|
+
"@type",
|
|
19871
|
+
"address"
|
|
19872
|
+
],
|
|
19873
|
+
"additionalProperties": false
|
|
19874
|
+
},
|
|
19875
|
+
"DigitalIdentityDescriptorJSON": {
|
|
19876
|
+
"type": "object",
|
|
19877
|
+
"properties": {
|
|
19878
|
+
"@type": {
|
|
19879
|
+
"type": "string",
|
|
19880
|
+
"const": "DigitalIdentityDescriptor"
|
|
19881
|
+
},
|
|
19882
|
+
"@context": {
|
|
19883
|
+
"type": "string"
|
|
19884
|
+
},
|
|
19885
|
+
"@version": {
|
|
19886
|
+
"type": "string"
|
|
19887
|
+
},
|
|
19888
|
+
"attributes": {
|
|
19889
|
+
"type": "array",
|
|
19890
|
+
"items": {
|
|
19891
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
19892
|
+
}
|
|
19893
|
+
},
|
|
19894
|
+
"address": {
|
|
19895
|
+
"type": "string"
|
|
19896
|
+
}
|
|
19897
|
+
},
|
|
19898
|
+
"required": [
|
|
19899
|
+
"@type",
|
|
19900
|
+
"address"
|
|
19901
|
+
],
|
|
19902
|
+
"additionalProperties": false
|
|
19903
|
+
},
|
|
19904
|
+
"StatementIssuerConditionsJSON": {
|
|
19905
|
+
"type": "object",
|
|
19906
|
+
"properties": {
|
|
19907
|
+
"@type": {
|
|
19908
|
+
"type": "string",
|
|
19909
|
+
"const": "StatementIssuerConditions"
|
|
19910
|
+
},
|
|
19911
|
+
"@context": {
|
|
19912
|
+
"type": "string"
|
|
19913
|
+
},
|
|
19914
|
+
"@version": {
|
|
19915
|
+
"type": "string"
|
|
19916
|
+
},
|
|
19917
|
+
"validFrom": {
|
|
19918
|
+
"type": "string"
|
|
19919
|
+
},
|
|
19920
|
+
"validTo": {
|
|
19921
|
+
"type": "string"
|
|
19922
|
+
},
|
|
19923
|
+
"evidence": {
|
|
19924
|
+
"type": "string"
|
|
19925
|
+
},
|
|
19926
|
+
"authorityType": {
|
|
19927
|
+
"type": "string"
|
|
19928
|
+
},
|
|
19929
|
+
"relayedParty": {
|
|
17901
19930
|
"type": "string"
|
|
17902
19931
|
}
|
|
17903
19932
|
},
|
|
17904
19933
|
"required": [
|
|
17905
19934
|
"@type",
|
|
17906
|
-
"
|
|
19935
|
+
"authorityType",
|
|
19936
|
+
"evidence",
|
|
19937
|
+
"validFrom",
|
|
19938
|
+
"validTo"
|
|
17907
19939
|
],
|
|
17908
19940
|
"additionalProperties": false
|
|
17909
19941
|
},
|
|
@@ -18058,6 +20090,9 @@ exports.SucceedAttributeRequest = {
|
|
|
18058
20090
|
{
|
|
18059
20091
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
18060
20092
|
},
|
|
20093
|
+
{
|
|
20094
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
20095
|
+
},
|
|
18061
20096
|
{
|
|
18062
20097
|
"$ref": "#/definitions/ConsentJSON"
|
|
18063
20098
|
}
|
|
@@ -18571,6 +20606,42 @@ exports.SucceedAttributeRequest = {
|
|
|
18571
20606
|
],
|
|
18572
20607
|
"additionalProperties": false
|
|
18573
20608
|
},
|
|
20609
|
+
"ProprietaryXMLJSON": {
|
|
20610
|
+
"type": "object",
|
|
20611
|
+
"properties": {
|
|
20612
|
+
"@type": {
|
|
20613
|
+
"type": "string",
|
|
20614
|
+
"const": "ProprietaryXML"
|
|
20615
|
+
},
|
|
20616
|
+
"@context": {
|
|
20617
|
+
"type": "string"
|
|
20618
|
+
},
|
|
20619
|
+
"@version": {
|
|
20620
|
+
"type": "string"
|
|
20621
|
+
},
|
|
20622
|
+
"value": {
|
|
20623
|
+
"type": "string"
|
|
20624
|
+
},
|
|
20625
|
+
"title": {
|
|
20626
|
+
"type": "string"
|
|
20627
|
+
},
|
|
20628
|
+
"description": {
|
|
20629
|
+
"type": "string"
|
|
20630
|
+
},
|
|
20631
|
+
"valueHintsOverride": {
|
|
20632
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
20633
|
+
},
|
|
20634
|
+
"schemaURL": {
|
|
20635
|
+
"type": "string"
|
|
20636
|
+
}
|
|
20637
|
+
},
|
|
20638
|
+
"required": [
|
|
20639
|
+
"@type",
|
|
20640
|
+
"title",
|
|
20641
|
+
"value"
|
|
20642
|
+
],
|
|
20643
|
+
"additionalProperties": false
|
|
20644
|
+
},
|
|
18574
20645
|
"ConsentJSON": {
|
|
18575
20646
|
"type": "object",
|
|
18576
20647
|
"properties": {
|
|
@@ -18723,7 +20794,7 @@ exports.UpdateAttributeRequest = {
|
|
|
18723
20794
|
"$ref": "#/definitions/FaxNumberJSON"
|
|
18724
20795
|
},
|
|
18725
20796
|
{
|
|
18726
|
-
"$ref": "#/definitions/
|
|
20797
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
18727
20798
|
},
|
|
18728
20799
|
{
|
|
18729
20800
|
"$ref": "#/definitions/JobTitleJSON"
|
|
@@ -19031,12 +21102,12 @@ exports.UpdateAttributeRequest = {
|
|
|
19031
21102
|
],
|
|
19032
21103
|
"additionalProperties": false
|
|
19033
21104
|
},
|
|
19034
|
-
"
|
|
21105
|
+
"IdentityFileReferenceJSON": {
|
|
19035
21106
|
"type": "object",
|
|
19036
21107
|
"properties": {
|
|
19037
21108
|
"@type": {
|
|
19038
21109
|
"type": "string",
|
|
19039
|
-
"const": "
|
|
21110
|
+
"const": "IdentityFileReference"
|
|
19040
21111
|
},
|
|
19041
21112
|
"@context": {
|
|
19042
21113
|
"type": "string"
|
|
@@ -19366,9 +21437,15 @@ exports.UpdateAttributeRequest = {
|
|
|
19366
21437
|
{
|
|
19367
21438
|
"$ref": "#/definitions/MiddleNameJSON"
|
|
19368
21439
|
},
|
|
21440
|
+
{
|
|
21441
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
21442
|
+
},
|
|
19369
21443
|
{
|
|
19370
21444
|
"$ref": "#/definitions/StateJSON"
|
|
19371
21445
|
},
|
|
21446
|
+
{
|
|
21447
|
+
"$ref": "#/definitions/StatementJSON"
|
|
21448
|
+
},
|
|
19372
21449
|
{
|
|
19373
21450
|
"$ref": "#/definitions/StreetJSON"
|
|
19374
21451
|
},
|
|
@@ -19763,6 +21840,32 @@ exports.UpdateAttributeRequest = {
|
|
|
19763
21840
|
],
|
|
19764
21841
|
"additionalProperties": false
|
|
19765
21842
|
},
|
|
21843
|
+
"SchematizedXMLJSON": {
|
|
21844
|
+
"type": "object",
|
|
21845
|
+
"properties": {
|
|
21846
|
+
"@type": {
|
|
21847
|
+
"type": "string",
|
|
21848
|
+
"const": "SchematizedXML"
|
|
21849
|
+
},
|
|
21850
|
+
"@context": {
|
|
21851
|
+
"type": "string"
|
|
21852
|
+
},
|
|
21853
|
+
"@version": {
|
|
21854
|
+
"type": "string"
|
|
21855
|
+
},
|
|
21856
|
+
"value": {
|
|
21857
|
+
"type": "string"
|
|
21858
|
+
},
|
|
21859
|
+
"schemaURL": {
|
|
21860
|
+
"type": "string"
|
|
21861
|
+
}
|
|
21862
|
+
},
|
|
21863
|
+
"required": [
|
|
21864
|
+
"@type",
|
|
21865
|
+
"value"
|
|
21866
|
+
],
|
|
21867
|
+
"additionalProperties": false
|
|
21868
|
+
},
|
|
19766
21869
|
"StateJSON": {
|
|
19767
21870
|
"type": "object",
|
|
19768
21871
|
"properties": {
|
|
@@ -19786,6 +21889,209 @@ exports.UpdateAttributeRequest = {
|
|
|
19786
21889
|
],
|
|
19787
21890
|
"additionalProperties": false
|
|
19788
21891
|
},
|
|
21892
|
+
"StatementJSON": {
|
|
21893
|
+
"type": "object",
|
|
21894
|
+
"properties": {
|
|
21895
|
+
"@type": {
|
|
21896
|
+
"type": "string",
|
|
21897
|
+
"const": "Statement"
|
|
21898
|
+
},
|
|
21899
|
+
"@context": {
|
|
21900
|
+
"type": "string"
|
|
21901
|
+
},
|
|
21902
|
+
"@version": {
|
|
21903
|
+
"type": "string"
|
|
21904
|
+
},
|
|
21905
|
+
"subject": {
|
|
21906
|
+
"$ref": "#/definitions/StatementSubjectJSON"
|
|
21907
|
+
},
|
|
21908
|
+
"predicate": {
|
|
21909
|
+
"$ref": "#/definitions/StatementPredicateJSON"
|
|
21910
|
+
},
|
|
21911
|
+
"object": {
|
|
21912
|
+
"$ref": "#/definitions/StatementObjectJSON"
|
|
21913
|
+
},
|
|
21914
|
+
"issuer": {
|
|
21915
|
+
"$ref": "#/definitions/DigitalIdentityDescriptorJSON"
|
|
21916
|
+
},
|
|
21917
|
+
"issuerConditions": {
|
|
21918
|
+
"$ref": "#/definitions/StatementIssuerConditionsJSON"
|
|
21919
|
+
}
|
|
21920
|
+
},
|
|
21921
|
+
"required": [
|
|
21922
|
+
"@type",
|
|
21923
|
+
"issuer",
|
|
21924
|
+
"issuerConditions",
|
|
21925
|
+
"object",
|
|
21926
|
+
"predicate",
|
|
21927
|
+
"subject"
|
|
21928
|
+
],
|
|
21929
|
+
"additionalProperties": false
|
|
21930
|
+
},
|
|
21931
|
+
"StatementSubjectJSON": {
|
|
21932
|
+
"type": "object",
|
|
21933
|
+
"properties": {
|
|
21934
|
+
"@type": {
|
|
21935
|
+
"type": "string",
|
|
21936
|
+
"const": "StatementSubject"
|
|
21937
|
+
},
|
|
21938
|
+
"@context": {
|
|
21939
|
+
"type": "string"
|
|
21940
|
+
},
|
|
21941
|
+
"@version": {
|
|
21942
|
+
"type": "string"
|
|
21943
|
+
},
|
|
21944
|
+
"attributes": {
|
|
21945
|
+
"type": "array",
|
|
21946
|
+
"items": {
|
|
21947
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
21948
|
+
}
|
|
21949
|
+
},
|
|
21950
|
+
"address": {
|
|
21951
|
+
"type": "string"
|
|
21952
|
+
}
|
|
21953
|
+
},
|
|
21954
|
+
"required": [
|
|
21955
|
+
"@type",
|
|
21956
|
+
"address"
|
|
21957
|
+
],
|
|
21958
|
+
"additionalProperties": false
|
|
21959
|
+
},
|
|
21960
|
+
"StatementPredicateJSON": {
|
|
21961
|
+
"type": "object",
|
|
21962
|
+
"properties": {
|
|
21963
|
+
"@type": {
|
|
21964
|
+
"type": "string",
|
|
21965
|
+
"const": "StatementPredicate"
|
|
21966
|
+
},
|
|
21967
|
+
"@context": {
|
|
21968
|
+
"type": "string"
|
|
21969
|
+
},
|
|
21970
|
+
"@version": {
|
|
21971
|
+
"type": "string"
|
|
21972
|
+
},
|
|
21973
|
+
"value": {
|
|
21974
|
+
"anyOf": [
|
|
21975
|
+
{
|
|
21976
|
+
"$ref": "#/definitions/Predicates"
|
|
21977
|
+
},
|
|
21978
|
+
{
|
|
21979
|
+
"type": "string"
|
|
21980
|
+
}
|
|
21981
|
+
]
|
|
21982
|
+
}
|
|
21983
|
+
},
|
|
21984
|
+
"required": [
|
|
21985
|
+
"@type",
|
|
21986
|
+
"value"
|
|
21987
|
+
],
|
|
21988
|
+
"additionalProperties": false
|
|
21989
|
+
},
|
|
21990
|
+
"Predicates": {
|
|
21991
|
+
"type": "string",
|
|
21992
|
+
"enum": [
|
|
21993
|
+
"hasAttribute",
|
|
21994
|
+
"relatesTo",
|
|
21995
|
+
"isRelatedTo"
|
|
21996
|
+
],
|
|
21997
|
+
"description": "Supported Predicates"
|
|
21998
|
+
},
|
|
21999
|
+
"StatementObjectJSON": {
|
|
22000
|
+
"type": "object",
|
|
22001
|
+
"properties": {
|
|
22002
|
+
"@type": {
|
|
22003
|
+
"type": "string",
|
|
22004
|
+
"const": "StatementObject"
|
|
22005
|
+
},
|
|
22006
|
+
"@context": {
|
|
22007
|
+
"type": "string"
|
|
22008
|
+
},
|
|
22009
|
+
"@version": {
|
|
22010
|
+
"type": "string"
|
|
22011
|
+
},
|
|
22012
|
+
"attributes": {
|
|
22013
|
+
"type": "array",
|
|
22014
|
+
"items": {
|
|
22015
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
22016
|
+
}
|
|
22017
|
+
},
|
|
22018
|
+
"address": {
|
|
22019
|
+
"type": "string"
|
|
22020
|
+
}
|
|
22021
|
+
},
|
|
22022
|
+
"required": [
|
|
22023
|
+
"@type",
|
|
22024
|
+
"address"
|
|
22025
|
+
],
|
|
22026
|
+
"additionalProperties": false
|
|
22027
|
+
},
|
|
22028
|
+
"DigitalIdentityDescriptorJSON": {
|
|
22029
|
+
"type": "object",
|
|
22030
|
+
"properties": {
|
|
22031
|
+
"@type": {
|
|
22032
|
+
"type": "string",
|
|
22033
|
+
"const": "DigitalIdentityDescriptor"
|
|
22034
|
+
},
|
|
22035
|
+
"@context": {
|
|
22036
|
+
"type": "string"
|
|
22037
|
+
},
|
|
22038
|
+
"@version": {
|
|
22039
|
+
"type": "string"
|
|
22040
|
+
},
|
|
22041
|
+
"attributes": {
|
|
22042
|
+
"type": "array",
|
|
22043
|
+
"items": {
|
|
22044
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
22045
|
+
}
|
|
22046
|
+
},
|
|
22047
|
+
"address": {
|
|
22048
|
+
"type": "string"
|
|
22049
|
+
}
|
|
22050
|
+
},
|
|
22051
|
+
"required": [
|
|
22052
|
+
"@type",
|
|
22053
|
+
"address"
|
|
22054
|
+
],
|
|
22055
|
+
"additionalProperties": false
|
|
22056
|
+
},
|
|
22057
|
+
"StatementIssuerConditionsJSON": {
|
|
22058
|
+
"type": "object",
|
|
22059
|
+
"properties": {
|
|
22060
|
+
"@type": {
|
|
22061
|
+
"type": "string",
|
|
22062
|
+
"const": "StatementIssuerConditions"
|
|
22063
|
+
},
|
|
22064
|
+
"@context": {
|
|
22065
|
+
"type": "string"
|
|
22066
|
+
},
|
|
22067
|
+
"@version": {
|
|
22068
|
+
"type": "string"
|
|
22069
|
+
},
|
|
22070
|
+
"validFrom": {
|
|
22071
|
+
"type": "string"
|
|
22072
|
+
},
|
|
22073
|
+
"validTo": {
|
|
22074
|
+
"type": "string"
|
|
22075
|
+
},
|
|
22076
|
+
"evidence": {
|
|
22077
|
+
"type": "string"
|
|
22078
|
+
},
|
|
22079
|
+
"authorityType": {
|
|
22080
|
+
"type": "string"
|
|
22081
|
+
},
|
|
22082
|
+
"relayedParty": {
|
|
22083
|
+
"type": "string"
|
|
22084
|
+
}
|
|
22085
|
+
},
|
|
22086
|
+
"required": [
|
|
22087
|
+
"@type",
|
|
22088
|
+
"authorityType",
|
|
22089
|
+
"evidence",
|
|
22090
|
+
"validFrom",
|
|
22091
|
+
"validTo"
|
|
22092
|
+
],
|
|
22093
|
+
"additionalProperties": false
|
|
22094
|
+
},
|
|
19789
22095
|
"StreetJSON": {
|
|
19790
22096
|
"type": "object",
|
|
19791
22097
|
"properties": {
|
|
@@ -19937,6 +22243,9 @@ exports.UpdateAttributeRequest = {
|
|
|
19937
22243
|
{
|
|
19938
22244
|
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
19939
22245
|
},
|
|
22246
|
+
{
|
|
22247
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
22248
|
+
},
|
|
19940
22249
|
{
|
|
19941
22250
|
"$ref": "#/definitions/ConsentJSON"
|
|
19942
22251
|
}
|
|
@@ -20450,6 +22759,42 @@ exports.UpdateAttributeRequest = {
|
|
|
20450
22759
|
],
|
|
20451
22760
|
"additionalProperties": false
|
|
20452
22761
|
},
|
|
22762
|
+
"ProprietaryXMLJSON": {
|
|
22763
|
+
"type": "object",
|
|
22764
|
+
"properties": {
|
|
22765
|
+
"@type": {
|
|
22766
|
+
"type": "string",
|
|
22767
|
+
"const": "ProprietaryXML"
|
|
22768
|
+
},
|
|
22769
|
+
"@context": {
|
|
22770
|
+
"type": "string"
|
|
22771
|
+
},
|
|
22772
|
+
"@version": {
|
|
22773
|
+
"type": "string"
|
|
22774
|
+
},
|
|
22775
|
+
"value": {
|
|
22776
|
+
"type": "string"
|
|
22777
|
+
},
|
|
22778
|
+
"title": {
|
|
22779
|
+
"type": "string"
|
|
22780
|
+
},
|
|
22781
|
+
"description": {
|
|
22782
|
+
"type": "string"
|
|
22783
|
+
},
|
|
22784
|
+
"valueHintsOverride": {
|
|
22785
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
22786
|
+
},
|
|
22787
|
+
"schemaURL": {
|
|
22788
|
+
"type": "string"
|
|
22789
|
+
}
|
|
22790
|
+
},
|
|
22791
|
+
"required": [
|
|
22792
|
+
"@type",
|
|
22793
|
+
"title",
|
|
22794
|
+
"value"
|
|
22795
|
+
],
|
|
22796
|
+
"additionalProperties": false
|
|
22797
|
+
},
|
|
20453
22798
|
"ConsentJSON": {
|
|
20454
22799
|
"type": "object",
|
|
20455
22800
|
"properties": {
|