@nmshd/runtime 7.0.0-alpha.1 → 7.0.0-alpha.11
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/README.md +2 -2
- package/dist/Runtime.d.ts +2 -2
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +14 -17
- package/dist/Runtime.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +81 -8
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +13 -0
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/AttributeDVOs.d.ts +0 -2
- package/dist/dataViews/content/AttributeDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +13 -0
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +11 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/transport/MessageDVO.d.ts +2 -2
- package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -0
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/events/transport/MessageDeliveredEvent.js +1 -1
- package/dist/extensibility/modules/RuntimeModule.d.ts +3 -5
- package/dist/extensibility/modules/RuntimeModule.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.js +10 -5
- package/dist/extensibility/modules/RuntimeModule.js.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts +0 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.js +0 -3
- package/dist/extensibility/modules/RuntimeModuleRegistry.js.map +1 -1
- package/dist/modules/AttributeListenerModule.d.ts +0 -1
- package/dist/modules/AttributeListenerModule.d.ts.map +1 -1
- package/dist/modules/AttributeListenerModule.js +0 -3
- package/dist/modules/AttributeListenerModule.js.map +1 -1
- package/dist/modules/DeciderModule.d.ts +0 -1
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +1 -4
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/MessageModule.d.ts +0 -1
- package/dist/modules/MessageModule.d.ts.map +1 -1
- package/dist/modules/MessageModule.js +0 -3
- package/dist/modules/MessageModule.js.map +1 -1
- package/dist/modules/NotificationModule.d.ts +0 -1
- package/dist/modules/NotificationModule.d.ts.map +1 -1
- package/dist/modules/NotificationModule.js +0 -3
- package/dist/modules/NotificationModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts +0 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +0 -3
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +4 -13
- package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
- package/dist/modules/decide/RequestConfig.js.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +4 -4
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +1423 -758
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -2
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.js +1 -26
- package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +0 -2
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +1 -3
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationships/DecomposeRelationship.js +1 -1
- package/package.json +10 -10
|
@@ -68,12 +68,6 @@ exports.CanCreateRepositoryAttributeRequest = {
|
|
|
68
68
|
"items": {
|
|
69
69
|
"type": "string"
|
|
70
70
|
}
|
|
71
|
-
},
|
|
72
|
-
"validFrom": {
|
|
73
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
74
|
-
},
|
|
75
|
-
"validTo": {
|
|
76
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
77
71
|
}
|
|
78
72
|
},
|
|
79
73
|
"required": [
|
|
@@ -85,11 +79,6 @@ exports.CanCreateRepositoryAttributeRequest = {
|
|
|
85
79
|
"required": [
|
|
86
80
|
"content"
|
|
87
81
|
]
|
|
88
|
-
},
|
|
89
|
-
"ISO8601DateTimeString": {
|
|
90
|
-
"type": "string",
|
|
91
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
92
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
93
82
|
}
|
|
94
83
|
}
|
|
95
84
|
};
|
|
@@ -332,8 +321,14 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
332
321
|
{
|
|
333
322
|
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
334
323
|
},
|
|
324
|
+
{
|
|
325
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
326
|
+
},
|
|
335
327
|
{
|
|
336
328
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
337
332
|
}
|
|
338
333
|
]
|
|
339
334
|
},
|
|
@@ -443,12 +438,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
443
438
|
"owner": {
|
|
444
439
|
"type": "string"
|
|
445
440
|
},
|
|
446
|
-
"validFrom": {
|
|
447
|
-
"type": "string"
|
|
448
|
-
},
|
|
449
|
-
"validTo": {
|
|
450
|
-
"type": "string"
|
|
451
|
-
},
|
|
452
441
|
"value": {
|
|
453
442
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
454
443
|
},
|
|
@@ -1078,6 +1067,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1078
1067
|
},
|
|
1079
1068
|
"link": {
|
|
1080
1069
|
"type": "string"
|
|
1070
|
+
},
|
|
1071
|
+
"linkDisplayText": {
|
|
1072
|
+
"type": "string"
|
|
1081
1073
|
}
|
|
1082
1074
|
},
|
|
1083
1075
|
"required": [
|
|
@@ -1110,12 +1102,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1110
1102
|
"owner": {
|
|
1111
1103
|
"type": "string"
|
|
1112
1104
|
},
|
|
1113
|
-
"validFrom": {
|
|
1114
|
-
"type": "string"
|
|
1115
|
-
},
|
|
1116
|
-
"validTo": {
|
|
1117
|
-
"type": "string"
|
|
1118
|
-
},
|
|
1119
1105
|
"value": {
|
|
1120
1106
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
1121
1107
|
},
|
|
@@ -2525,12 +2511,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2525
2511
|
"items": {
|
|
2526
2512
|
"type": "string"
|
|
2527
2513
|
}
|
|
2528
|
-
},
|
|
2529
|
-
"validFrom": {
|
|
2530
|
-
"type": "string"
|
|
2531
|
-
},
|
|
2532
|
-
"validTo": {
|
|
2533
|
-
"type": "string"
|
|
2534
2514
|
}
|
|
2535
2515
|
},
|
|
2536
2516
|
"required": [
|
|
@@ -2622,12 +2602,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2622
2602
|
},
|
|
2623
2603
|
"attributeCreationHints": {
|
|
2624
2604
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
2625
|
-
},
|
|
2626
|
-
"validFrom": {
|
|
2627
|
-
"type": "string"
|
|
2628
|
-
},
|
|
2629
|
-
"validTo": {
|
|
2630
|
-
"type": "string"
|
|
2631
2605
|
}
|
|
2632
2606
|
},
|
|
2633
2607
|
"required": [
|
|
@@ -2801,22 +2775,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2801
2775
|
"type": "string"
|
|
2802
2776
|
},
|
|
2803
2777
|
"owner": {
|
|
2804
|
-
"
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
"type": "string",
|
|
2810
|
-
"const": "thirdParty"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"type": "string",
|
|
2814
|
-
"const": "recipient"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"type": "string",
|
|
2818
|
-
"const": ""
|
|
2819
|
-
}
|
|
2778
|
+
"type": "string",
|
|
2779
|
+
"enum": [
|
|
2780
|
+
"thirdParty",
|
|
2781
|
+
"recipient",
|
|
2782
|
+
""
|
|
2820
2783
|
]
|
|
2821
2784
|
},
|
|
2822
2785
|
"thirdParty": {
|
|
@@ -2824,12 +2787,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2824
2787
|
"items": {
|
|
2825
2788
|
"type": "string"
|
|
2826
2789
|
}
|
|
2827
|
-
},
|
|
2828
|
-
"validFrom": {
|
|
2829
|
-
"type": "string"
|
|
2830
|
-
},
|
|
2831
|
-
"validTo": {
|
|
2832
|
-
"type": "string"
|
|
2833
2790
|
}
|
|
2834
2791
|
},
|
|
2835
2792
|
"required": [
|
|
@@ -2840,14 +2797,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2840
2797
|
],
|
|
2841
2798
|
"additionalProperties": false
|
|
2842
2799
|
},
|
|
2843
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
2844
|
-
"type": "string",
|
|
2845
|
-
"enum": [
|
|
2846
|
-
"thirdParty",
|
|
2847
|
-
"recipient",
|
|
2848
|
-
""
|
|
2849
|
-
]
|
|
2850
|
-
},
|
|
2851
2800
|
"ConsentRequestItemJSON": {
|
|
2852
2801
|
"type": "object",
|
|
2853
2802
|
"properties": {
|
|
@@ -2886,6 +2835,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2886
2835
|
},
|
|
2887
2836
|
"link": {
|
|
2888
2837
|
"type": "string"
|
|
2838
|
+
},
|
|
2839
|
+
"linkDisplayText": {
|
|
2840
|
+
"type": "string"
|
|
2889
2841
|
}
|
|
2890
2842
|
},
|
|
2891
2843
|
"required": [
|
|
@@ -2980,12 +2932,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2980
2932
|
],
|
|
2981
2933
|
"additionalProperties": false
|
|
2982
2934
|
},
|
|
2983
|
-
"
|
|
2935
|
+
"FormFieldRequestItemJSON": {
|
|
2984
2936
|
"type": "object",
|
|
2985
2937
|
"properties": {
|
|
2986
2938
|
"@type": {
|
|
2987
2939
|
"type": "string",
|
|
2988
|
-
"const": "
|
|
2940
|
+
"const": "FormFieldRequestItem"
|
|
2989
2941
|
},
|
|
2990
2942
|
"@context": {
|
|
2991
2943
|
"type": "string"
|
|
@@ -3013,190 +2965,488 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3013
2965
|
"type": "boolean",
|
|
3014
2966
|
"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."
|
|
3015
2967
|
},
|
|
3016
|
-
"
|
|
3017
|
-
"
|
|
3018
|
-
{
|
|
3019
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
3023
|
-
}
|
|
3024
|
-
]
|
|
2968
|
+
"settings": {
|
|
2969
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
3025
2970
|
}
|
|
3026
2971
|
},
|
|
3027
2972
|
"required": [
|
|
3028
2973
|
"@type",
|
|
3029
2974
|
"mustBeAccepted",
|
|
3030
|
-
"
|
|
2975
|
+
"settings",
|
|
2976
|
+
"title"
|
|
3031
2977
|
],
|
|
3032
2978
|
"additionalProperties": false
|
|
3033
2979
|
},
|
|
3034
|
-
"
|
|
3035
|
-
"type": "string",
|
|
3036
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
};
|
|
3040
|
-
exports.RejectIncomingRequestRequest = {
|
|
3041
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3042
|
-
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3043
|
-
"definitions": {
|
|
3044
|
-
"RejectIncomingRequestRequest": {
|
|
3045
|
-
"type": "object",
|
|
3046
|
-
"additionalProperties": false,
|
|
3047
|
-
"properties": {
|
|
3048
|
-
"requestId": {
|
|
3049
|
-
"type": "string"
|
|
3050
|
-
},
|
|
3051
|
-
"items": {
|
|
3052
|
-
"type": "array",
|
|
3053
|
-
"items": {
|
|
3054
|
-
"anyOf": [
|
|
3055
|
-
{
|
|
3056
|
-
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3060
|
-
}
|
|
3061
|
-
]
|
|
3062
|
-
}
|
|
3063
|
-
}
|
|
3064
|
-
},
|
|
3065
|
-
"required": [
|
|
3066
|
-
"items",
|
|
3067
|
-
"requestId"
|
|
3068
|
-
]
|
|
3069
|
-
},
|
|
3070
|
-
"DecideRequestItemParametersJSON": {
|
|
2980
|
+
"FormFieldSettingsJSONDerivations": {
|
|
3071
2981
|
"anyOf": [
|
|
3072
2982
|
{
|
|
3073
|
-
"$ref": "#/definitions/
|
|
2983
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
3074
2984
|
},
|
|
3075
2985
|
{
|
|
3076
|
-
"$ref": "#/definitions/
|
|
2986
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
3077
3002
|
}
|
|
3078
3003
|
]
|
|
3079
3004
|
},
|
|
3080
|
-
"
|
|
3005
|
+
"StringFormFieldSettingsJSON": {
|
|
3081
3006
|
"type": "object",
|
|
3082
3007
|
"properties": {
|
|
3083
|
-
"
|
|
3008
|
+
"@type": {
|
|
3009
|
+
"type": "string",
|
|
3010
|
+
"const": "StringFormFieldSettings"
|
|
3011
|
+
},
|
|
3012
|
+
"@context": {
|
|
3013
|
+
"type": "string"
|
|
3014
|
+
},
|
|
3015
|
+
"@version": {
|
|
3016
|
+
"type": "string"
|
|
3017
|
+
},
|
|
3018
|
+
"allowNewlines": {
|
|
3084
3019
|
"type": "boolean",
|
|
3085
3020
|
"const": true
|
|
3021
|
+
},
|
|
3022
|
+
"min": {
|
|
3023
|
+
"type": "number"
|
|
3024
|
+
},
|
|
3025
|
+
"max": {
|
|
3026
|
+
"type": "number"
|
|
3086
3027
|
}
|
|
3087
3028
|
},
|
|
3088
3029
|
"required": [
|
|
3089
|
-
"
|
|
3030
|
+
"@type"
|
|
3090
3031
|
],
|
|
3091
3032
|
"additionalProperties": false
|
|
3092
3033
|
},
|
|
3093
|
-
"
|
|
3034
|
+
"IntegerFormFieldSettingsJSON": {
|
|
3094
3035
|
"type": "object",
|
|
3095
3036
|
"properties": {
|
|
3096
|
-
"
|
|
3097
|
-
"type": "
|
|
3098
|
-
"const":
|
|
3037
|
+
"@type": {
|
|
3038
|
+
"type": "string",
|
|
3039
|
+
"const": "IntegerFormFieldSettings"
|
|
3099
3040
|
},
|
|
3100
|
-
"
|
|
3041
|
+
"@context": {
|
|
3101
3042
|
"type": "string"
|
|
3102
3043
|
},
|
|
3103
|
-
"
|
|
3044
|
+
"@version": {
|
|
3045
|
+
"type": "string"
|
|
3046
|
+
},
|
|
3047
|
+
"unit": {
|
|
3104
3048
|
"type": "string"
|
|
3049
|
+
},
|
|
3050
|
+
"min": {
|
|
3051
|
+
"type": "number"
|
|
3052
|
+
},
|
|
3053
|
+
"max": {
|
|
3054
|
+
"type": "number"
|
|
3105
3055
|
}
|
|
3106
3056
|
},
|
|
3107
3057
|
"required": [
|
|
3108
|
-
"
|
|
3058
|
+
"@type"
|
|
3109
3059
|
],
|
|
3110
3060
|
"additionalProperties": false
|
|
3111
3061
|
},
|
|
3112
|
-
"
|
|
3062
|
+
"DoubleFormFieldSettingsJSON": {
|
|
3113
3063
|
"type": "object",
|
|
3114
3064
|
"properties": {
|
|
3115
|
-
"
|
|
3116
|
-
"type": "
|
|
3117
|
-
"
|
|
3118
|
-
|
|
3119
|
-
|
|
3065
|
+
"@type": {
|
|
3066
|
+
"type": "string",
|
|
3067
|
+
"const": "DoubleFormFieldSettings"
|
|
3068
|
+
},
|
|
3069
|
+
"@context": {
|
|
3070
|
+
"type": "string"
|
|
3071
|
+
},
|
|
3072
|
+
"@version": {
|
|
3073
|
+
"type": "string"
|
|
3074
|
+
},
|
|
3075
|
+
"unit": {
|
|
3076
|
+
"type": "string"
|
|
3077
|
+
},
|
|
3078
|
+
"min": {
|
|
3079
|
+
"type": "number"
|
|
3080
|
+
},
|
|
3081
|
+
"max": {
|
|
3082
|
+
"type": "number"
|
|
3120
3083
|
}
|
|
3121
3084
|
},
|
|
3122
3085
|
"required": [
|
|
3123
|
-
"
|
|
3086
|
+
"@type"
|
|
3124
3087
|
],
|
|
3125
3088
|
"additionalProperties": false
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
};
|
|
3129
|
-
exports.CheckPrerequisitesOfIncomingRequestRequest = {
|
|
3130
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3131
|
-
"$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
|
|
3132
|
-
"definitions": {
|
|
3133
|
-
"CheckPrerequisitesOfIncomingRequestRequest": {
|
|
3089
|
+
},
|
|
3090
|
+
"BooleanFormFieldSettingsJSON": {
|
|
3134
3091
|
"type": "object",
|
|
3135
3092
|
"properties": {
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3093
|
+
"@type": {
|
|
3094
|
+
"type": "string",
|
|
3095
|
+
"const": "BooleanFormFieldSettings"
|
|
3096
|
+
},
|
|
3097
|
+
"@context": {
|
|
3098
|
+
"type": "string"
|
|
3099
|
+
},
|
|
3100
|
+
"@version": {
|
|
3101
|
+
"type": "string"
|
|
3138
3102
|
}
|
|
3139
3103
|
},
|
|
3140
3104
|
"required": [
|
|
3141
|
-
"
|
|
3105
|
+
"@type"
|
|
3142
3106
|
],
|
|
3143
3107
|
"additionalProperties": false
|
|
3144
3108
|
},
|
|
3145
|
-
"
|
|
3146
|
-
"type": "string",
|
|
3147
|
-
"pattern": "REQ[A-Za-z0-9]{17}"
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
};
|
|
3151
|
-
exports.CompleteIncomingRequestRequest = {
|
|
3152
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3153
|
-
"$ref": "#/definitions/CompleteIncomingRequestRequest",
|
|
3154
|
-
"definitions": {
|
|
3155
|
-
"CompleteIncomingRequestRequest": {
|
|
3109
|
+
"DateFormFieldSettingsJSON": {
|
|
3156
3110
|
"type": "object",
|
|
3157
3111
|
"properties": {
|
|
3158
|
-
"
|
|
3159
|
-
"
|
|
3112
|
+
"@type": {
|
|
3113
|
+
"type": "string",
|
|
3114
|
+
"const": "DateFormFieldSettings"
|
|
3160
3115
|
},
|
|
3161
|
-
"
|
|
3162
|
-
"
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
{
|
|
3167
|
-
"$ref": "#/definitions/RelationshipIdString"
|
|
3168
|
-
}
|
|
3169
|
-
]
|
|
3116
|
+
"@context": {
|
|
3117
|
+
"type": "string"
|
|
3118
|
+
},
|
|
3119
|
+
"@version": {
|
|
3120
|
+
"type": "string"
|
|
3170
3121
|
}
|
|
3171
3122
|
},
|
|
3172
3123
|
"required": [
|
|
3173
|
-
"
|
|
3124
|
+
"@type"
|
|
3174
3125
|
],
|
|
3175
3126
|
"additionalProperties": false
|
|
3176
3127
|
},
|
|
3177
|
-
"
|
|
3178
|
-
"type": "string",
|
|
3179
|
-
"pattern": "REQ[A-Za-z0-9]{17}"
|
|
3180
|
-
},
|
|
3181
|
-
"MessageIdString": {
|
|
3182
|
-
"type": "string",
|
|
3183
|
-
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
3184
|
-
},
|
|
3185
|
-
"RelationshipIdString": {
|
|
3186
|
-
"type": "string",
|
|
3187
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
3188
|
-
}
|
|
3189
|
-
}
|
|
3190
|
-
};
|
|
3191
|
-
exports.CompleteOutgoingRequestRequest = {
|
|
3192
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3193
|
-
"$ref": "#/definitions/CompleteOutgoingRequestRequest",
|
|
3194
|
-
"definitions": {
|
|
3195
|
-
"CompleteOutgoingRequestRequest": {
|
|
3128
|
+
"SelectionFormFieldSettingsJSON": {
|
|
3196
3129
|
"type": "object",
|
|
3197
3130
|
"properties": {
|
|
3198
|
-
"
|
|
3199
|
-
"
|
|
3131
|
+
"@type": {
|
|
3132
|
+
"type": "string",
|
|
3133
|
+
"const": "SelectionFormFieldSettings"
|
|
3134
|
+
},
|
|
3135
|
+
"@context": {
|
|
3136
|
+
"type": "string"
|
|
3137
|
+
},
|
|
3138
|
+
"@version": {
|
|
3139
|
+
"type": "string"
|
|
3140
|
+
},
|
|
3141
|
+
"options": {
|
|
3142
|
+
"type": "array",
|
|
3143
|
+
"items": {
|
|
3144
|
+
"type": "string"
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
"allowMultipleSelection": {
|
|
3148
|
+
"type": "boolean",
|
|
3149
|
+
"const": true
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
"required": [
|
|
3153
|
+
"@type",
|
|
3154
|
+
"options"
|
|
3155
|
+
],
|
|
3156
|
+
"additionalProperties": false
|
|
3157
|
+
},
|
|
3158
|
+
"RatingFormFieldSettingsJSON": {
|
|
3159
|
+
"type": "object",
|
|
3160
|
+
"properties": {
|
|
3161
|
+
"@type": {
|
|
3162
|
+
"type": "string",
|
|
3163
|
+
"const": "RatingFormFieldSettings"
|
|
3164
|
+
},
|
|
3165
|
+
"@context": {
|
|
3166
|
+
"type": "string"
|
|
3167
|
+
},
|
|
3168
|
+
"@version": {
|
|
3169
|
+
"type": "string"
|
|
3170
|
+
},
|
|
3171
|
+
"maxRating": {
|
|
3172
|
+
"type": "number",
|
|
3173
|
+
"enum": [
|
|
3174
|
+
5,
|
|
3175
|
+
6,
|
|
3176
|
+
7,
|
|
3177
|
+
8,
|
|
3178
|
+
9,
|
|
3179
|
+
10
|
|
3180
|
+
]
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
"required": [
|
|
3184
|
+
"@type",
|
|
3185
|
+
"maxRating"
|
|
3186
|
+
],
|
|
3187
|
+
"additionalProperties": false
|
|
3188
|
+
},
|
|
3189
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
3190
|
+
"type": "object",
|
|
3191
|
+
"properties": {
|
|
3192
|
+
"@type": {
|
|
3193
|
+
"type": "string",
|
|
3194
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
3195
|
+
},
|
|
3196
|
+
"@context": {
|
|
3197
|
+
"type": "string"
|
|
3198
|
+
},
|
|
3199
|
+
"@version": {
|
|
3200
|
+
"type": "string"
|
|
3201
|
+
},
|
|
3202
|
+
"title": {
|
|
3203
|
+
"type": "string",
|
|
3204
|
+
"description": "The human-readable title of this item."
|
|
3205
|
+
},
|
|
3206
|
+
"description": {
|
|
3207
|
+
"type": "string",
|
|
3208
|
+
"description": "The human-readable description of this item."
|
|
3209
|
+
},
|
|
3210
|
+
"metadata": {
|
|
3211
|
+
"type": "object",
|
|
3212
|
+
"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 item as they receive the response."
|
|
3213
|
+
},
|
|
3214
|
+
"mustBeAccepted": {
|
|
3215
|
+
"type": "boolean",
|
|
3216
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
3217
|
+
},
|
|
3218
|
+
"requireManualDecision": {
|
|
3219
|
+
"type": "boolean",
|
|
3220
|
+
"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."
|
|
3221
|
+
},
|
|
3222
|
+
"query": {
|
|
3223
|
+
"anyOf": [
|
|
3224
|
+
{
|
|
3225
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
3229
|
+
}
|
|
3230
|
+
]
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
"required": [
|
|
3234
|
+
"@type",
|
|
3235
|
+
"mustBeAccepted",
|
|
3236
|
+
"query"
|
|
3237
|
+
],
|
|
3238
|
+
"additionalProperties": false
|
|
3239
|
+
},
|
|
3240
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
3241
|
+
"type": "object",
|
|
3242
|
+
"properties": {
|
|
3243
|
+
"@type": {
|
|
3244
|
+
"type": "string",
|
|
3245
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
3246
|
+
},
|
|
3247
|
+
"@context": {
|
|
3248
|
+
"type": "string"
|
|
3249
|
+
},
|
|
3250
|
+
"@version": {
|
|
3251
|
+
"type": "string"
|
|
3252
|
+
},
|
|
3253
|
+
"title": {
|
|
3254
|
+
"type": "string",
|
|
3255
|
+
"description": "The human-readable title of this item."
|
|
3256
|
+
},
|
|
3257
|
+
"description": {
|
|
3258
|
+
"type": "string",
|
|
3259
|
+
"description": "The human-readable description of this item."
|
|
3260
|
+
},
|
|
3261
|
+
"metadata": {
|
|
3262
|
+
"type": "object",
|
|
3263
|
+
"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 item as they receive the response."
|
|
3264
|
+
},
|
|
3265
|
+
"mustBeAccepted": {
|
|
3266
|
+
"type": "boolean",
|
|
3267
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
3268
|
+
},
|
|
3269
|
+
"requireManualDecision": {
|
|
3270
|
+
"type": "boolean",
|
|
3271
|
+
"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."
|
|
3272
|
+
},
|
|
3273
|
+
"fileReference": {
|
|
3274
|
+
"type": "string"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
"required": [
|
|
3278
|
+
"@type",
|
|
3279
|
+
"fileReference",
|
|
3280
|
+
"mustBeAccepted"
|
|
3281
|
+
],
|
|
3282
|
+
"additionalProperties": false
|
|
3283
|
+
},
|
|
3284
|
+
"AddressString": {
|
|
3285
|
+
"type": "string",
|
|
3286
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3287
|
+
}
|
|
3288
|
+
}
|
|
3289
|
+
};
|
|
3290
|
+
exports.RejectIncomingRequestRequest = {
|
|
3291
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3292
|
+
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3293
|
+
"definitions": {
|
|
3294
|
+
"RejectIncomingRequestRequest": {
|
|
3295
|
+
"type": "object",
|
|
3296
|
+
"additionalProperties": false,
|
|
3297
|
+
"properties": {
|
|
3298
|
+
"requestId": {
|
|
3299
|
+
"type": "string"
|
|
3300
|
+
},
|
|
3301
|
+
"items": {
|
|
3302
|
+
"type": "array",
|
|
3303
|
+
"items": {
|
|
3304
|
+
"anyOf": [
|
|
3305
|
+
{
|
|
3306
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3310
|
+
}
|
|
3311
|
+
]
|
|
3312
|
+
}
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
"required": [
|
|
3316
|
+
"items",
|
|
3317
|
+
"requestId"
|
|
3318
|
+
]
|
|
3319
|
+
},
|
|
3320
|
+
"DecideRequestItemParametersJSON": {
|
|
3321
|
+
"anyOf": [
|
|
3322
|
+
{
|
|
3323
|
+
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3327
|
+
}
|
|
3328
|
+
]
|
|
3329
|
+
},
|
|
3330
|
+
"AcceptRequestItemParametersJSON": {
|
|
3331
|
+
"type": "object",
|
|
3332
|
+
"properties": {
|
|
3333
|
+
"accept": {
|
|
3334
|
+
"type": "boolean",
|
|
3335
|
+
"const": true
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
"required": [
|
|
3339
|
+
"accept"
|
|
3340
|
+
],
|
|
3341
|
+
"additionalProperties": false
|
|
3342
|
+
},
|
|
3343
|
+
"RejectRequestItemParametersJSON": {
|
|
3344
|
+
"type": "object",
|
|
3345
|
+
"properties": {
|
|
3346
|
+
"accept": {
|
|
3347
|
+
"type": "boolean",
|
|
3348
|
+
"const": false
|
|
3349
|
+
},
|
|
3350
|
+
"code": {
|
|
3351
|
+
"type": "string"
|
|
3352
|
+
},
|
|
3353
|
+
"message": {
|
|
3354
|
+
"type": "string"
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
"required": [
|
|
3358
|
+
"accept"
|
|
3359
|
+
],
|
|
3360
|
+
"additionalProperties": false
|
|
3361
|
+
},
|
|
3362
|
+
"DecideRequestItemGroupParametersJSON": {
|
|
3363
|
+
"type": "object",
|
|
3364
|
+
"properties": {
|
|
3365
|
+
"items": {
|
|
3366
|
+
"type": "array",
|
|
3367
|
+
"items": {
|
|
3368
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"required": [
|
|
3373
|
+
"items"
|
|
3374
|
+
],
|
|
3375
|
+
"additionalProperties": false
|
|
3376
|
+
}
|
|
3377
|
+
}
|
|
3378
|
+
};
|
|
3379
|
+
exports.CheckPrerequisitesOfIncomingRequestRequest = {
|
|
3380
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3381
|
+
"$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
|
|
3382
|
+
"definitions": {
|
|
3383
|
+
"CheckPrerequisitesOfIncomingRequestRequest": {
|
|
3384
|
+
"type": "object",
|
|
3385
|
+
"properties": {
|
|
3386
|
+
"requestId": {
|
|
3387
|
+
"$ref": "#/definitions/RequestIdString"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
"required": [
|
|
3391
|
+
"requestId"
|
|
3392
|
+
],
|
|
3393
|
+
"additionalProperties": false
|
|
3394
|
+
},
|
|
3395
|
+
"RequestIdString": {
|
|
3396
|
+
"type": "string",
|
|
3397
|
+
"pattern": "REQ[A-Za-z0-9]{17}"
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
};
|
|
3401
|
+
exports.CompleteIncomingRequestRequest = {
|
|
3402
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3403
|
+
"$ref": "#/definitions/CompleteIncomingRequestRequest",
|
|
3404
|
+
"definitions": {
|
|
3405
|
+
"CompleteIncomingRequestRequest": {
|
|
3406
|
+
"type": "object",
|
|
3407
|
+
"properties": {
|
|
3408
|
+
"requestId": {
|
|
3409
|
+
"$ref": "#/definitions/RequestIdString"
|
|
3410
|
+
},
|
|
3411
|
+
"responseSourceId": {
|
|
3412
|
+
"anyOf": [
|
|
3413
|
+
{
|
|
3414
|
+
"$ref": "#/definitions/MessageIdString"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
3418
|
+
}
|
|
3419
|
+
]
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
"required": [
|
|
3423
|
+
"requestId"
|
|
3424
|
+
],
|
|
3425
|
+
"additionalProperties": false
|
|
3426
|
+
},
|
|
3427
|
+
"RequestIdString": {
|
|
3428
|
+
"type": "string",
|
|
3429
|
+
"pattern": "REQ[A-Za-z0-9]{17}"
|
|
3430
|
+
},
|
|
3431
|
+
"MessageIdString": {
|
|
3432
|
+
"type": "string",
|
|
3433
|
+
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
3434
|
+
},
|
|
3435
|
+
"RelationshipIdString": {
|
|
3436
|
+
"type": "string",
|
|
3437
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
};
|
|
3441
|
+
exports.CompleteOutgoingRequestRequest = {
|
|
3442
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3443
|
+
"$ref": "#/definitions/CompleteOutgoingRequestRequest",
|
|
3444
|
+
"definitions": {
|
|
3445
|
+
"CompleteOutgoingRequestRequest": {
|
|
3446
|
+
"type": "object",
|
|
3447
|
+
"properties": {
|
|
3448
|
+
"receivedResponse": {
|
|
3449
|
+
"$ref": "#/definitions/ResponseJSON"
|
|
3200
3450
|
},
|
|
3201
3451
|
"messageId": {
|
|
3202
3452
|
"$ref": "#/definitions/MessageIdString"
|
|
@@ -3323,6 +3573,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3323
3573
|
},
|
|
3324
3574
|
{
|
|
3325
3575
|
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3326
3579
|
}
|
|
3327
3580
|
]
|
|
3328
3581
|
},
|
|
@@ -3436,12 +3689,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3436
3689
|
"owner": {
|
|
3437
3690
|
"type": "string"
|
|
3438
3691
|
},
|
|
3439
|
-
"validFrom": {
|
|
3440
|
-
"type": "string"
|
|
3441
|
-
},
|
|
3442
|
-
"validTo": {
|
|
3443
|
-
"type": "string"
|
|
3444
|
-
},
|
|
3445
3692
|
"value": {
|
|
3446
3693
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
3447
3694
|
},
|
|
@@ -4679,12 +4926,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
4679
4926
|
"owner": {
|
|
4680
4927
|
"type": "string"
|
|
4681
4928
|
},
|
|
4682
|
-
"validFrom": {
|
|
4683
|
-
"type": "string"
|
|
4684
|
-
},
|
|
4685
|
-
"validTo": {
|
|
4686
|
-
"type": "string"
|
|
4687
|
-
},
|
|
4688
4929
|
"value": {
|
|
4689
4930
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
4690
4931
|
},
|
|
@@ -5314,6 +5555,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5314
5555
|
},
|
|
5315
5556
|
"link": {
|
|
5316
5557
|
"type": "string"
|
|
5558
|
+
},
|
|
5559
|
+
"linkDisplayText": {
|
|
5560
|
+
"type": "string"
|
|
5317
5561
|
}
|
|
5318
5562
|
},
|
|
5319
5563
|
"required": [
|
|
@@ -5523,6 +5767,50 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5523
5767
|
],
|
|
5524
5768
|
"additionalProperties": false
|
|
5525
5769
|
},
|
|
5770
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
5771
|
+
"type": "object",
|
|
5772
|
+
"properties": {
|
|
5773
|
+
"@type": {
|
|
5774
|
+
"type": "string",
|
|
5775
|
+
"const": "FormFieldAcceptResponseItem"
|
|
5776
|
+
},
|
|
5777
|
+
"@context": {
|
|
5778
|
+
"type": "string"
|
|
5779
|
+
},
|
|
5780
|
+
"@version": {
|
|
5781
|
+
"type": "string"
|
|
5782
|
+
},
|
|
5783
|
+
"result": {
|
|
5784
|
+
"type": "string",
|
|
5785
|
+
"const": "Accepted"
|
|
5786
|
+
},
|
|
5787
|
+
"response": {
|
|
5788
|
+
"anyOf": [
|
|
5789
|
+
{
|
|
5790
|
+
"type": "string"
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"type": "number"
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"type": "boolean"
|
|
5797
|
+
},
|
|
5798
|
+
{
|
|
5799
|
+
"type": "array",
|
|
5800
|
+
"items": {
|
|
5801
|
+
"type": "string"
|
|
5802
|
+
}
|
|
5803
|
+
}
|
|
5804
|
+
]
|
|
5805
|
+
}
|
|
5806
|
+
},
|
|
5807
|
+
"required": [
|
|
5808
|
+
"@type",
|
|
5809
|
+
"response",
|
|
5810
|
+
"result"
|
|
5811
|
+
],
|
|
5812
|
+
"additionalProperties": false
|
|
5813
|
+
},
|
|
5526
5814
|
"RejectResponseItemJSONDerivations": {
|
|
5527
5815
|
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
5528
5816
|
},
|
|
@@ -5755,6 +6043,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5755
6043
|
},
|
|
5756
6044
|
{
|
|
5757
6045
|
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
6046
|
+
},
|
|
6047
|
+
{
|
|
6048
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5758
6049
|
}
|
|
5759
6050
|
]
|
|
5760
6051
|
},
|
|
@@ -5868,12 +6159,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5868
6159
|
"owner": {
|
|
5869
6160
|
"type": "string"
|
|
5870
6161
|
},
|
|
5871
|
-
"validFrom": {
|
|
5872
|
-
"type": "string"
|
|
5873
|
-
},
|
|
5874
|
-
"validTo": {
|
|
5875
|
-
"type": "string"
|
|
5876
|
-
},
|
|
5877
6162
|
"value": {
|
|
5878
6163
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
5879
6164
|
},
|
|
@@ -7111,12 +7396,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7111
7396
|
"owner": {
|
|
7112
7397
|
"type": "string"
|
|
7113
7398
|
},
|
|
7114
|
-
"validFrom": {
|
|
7115
|
-
"type": "string"
|
|
7116
|
-
},
|
|
7117
|
-
"validTo": {
|
|
7118
|
-
"type": "string"
|
|
7119
|
-
},
|
|
7120
7399
|
"value": {
|
|
7121
7400
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
7122
7401
|
},
|
|
@@ -7746,6 +8025,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7746
8025
|
},
|
|
7747
8026
|
"link": {
|
|
7748
8027
|
"type": "string"
|
|
8028
|
+
},
|
|
8029
|
+
"linkDisplayText": {
|
|
8030
|
+
"type": "string"
|
|
7749
8031
|
}
|
|
7750
8032
|
},
|
|
7751
8033
|
"required": [
|
|
@@ -7950,7 +8232,51 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7950
8232
|
},
|
|
7951
8233
|
"required": [
|
|
7952
8234
|
"@type",
|
|
7953
|
-
"freeText",
|
|
8235
|
+
"freeText",
|
|
8236
|
+
"result"
|
|
8237
|
+
],
|
|
8238
|
+
"additionalProperties": false
|
|
8239
|
+
},
|
|
8240
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
8241
|
+
"type": "object",
|
|
8242
|
+
"properties": {
|
|
8243
|
+
"@type": {
|
|
8244
|
+
"type": "string",
|
|
8245
|
+
"const": "FormFieldAcceptResponseItem"
|
|
8246
|
+
},
|
|
8247
|
+
"@context": {
|
|
8248
|
+
"type": "string"
|
|
8249
|
+
},
|
|
8250
|
+
"@version": {
|
|
8251
|
+
"type": "string"
|
|
8252
|
+
},
|
|
8253
|
+
"result": {
|
|
8254
|
+
"type": "string",
|
|
8255
|
+
"const": "Accepted"
|
|
8256
|
+
},
|
|
8257
|
+
"response": {
|
|
8258
|
+
"anyOf": [
|
|
8259
|
+
{
|
|
8260
|
+
"type": "string"
|
|
8261
|
+
},
|
|
8262
|
+
{
|
|
8263
|
+
"type": "number"
|
|
8264
|
+
},
|
|
8265
|
+
{
|
|
8266
|
+
"type": "boolean"
|
|
8267
|
+
},
|
|
8268
|
+
{
|
|
8269
|
+
"type": "array",
|
|
8270
|
+
"items": {
|
|
8271
|
+
"type": "string"
|
|
8272
|
+
}
|
|
8273
|
+
}
|
|
8274
|
+
]
|
|
8275
|
+
}
|
|
8276
|
+
},
|
|
8277
|
+
"required": [
|
|
8278
|
+
"@type",
|
|
8279
|
+
"response",
|
|
7954
8280
|
"result"
|
|
7955
8281
|
],
|
|
7956
8282
|
"additionalProperties": false
|
|
@@ -8154,8 +8480,14 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8154
8480
|
{
|
|
8155
8481
|
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
8156
8482
|
},
|
|
8483
|
+
{
|
|
8484
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8485
|
+
},
|
|
8157
8486
|
{
|
|
8158
8487
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
8159
8491
|
}
|
|
8160
8492
|
]
|
|
8161
8493
|
},
|
|
@@ -8265,12 +8597,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8265
8597
|
"owner": {
|
|
8266
8598
|
"type": "string"
|
|
8267
8599
|
},
|
|
8268
|
-
"validFrom": {
|
|
8269
|
-
"type": "string"
|
|
8270
|
-
},
|
|
8271
|
-
"validTo": {
|
|
8272
|
-
"type": "string"
|
|
8273
|
-
},
|
|
8274
8600
|
"value": {
|
|
8275
8601
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
8276
8602
|
},
|
|
@@ -8900,6 +9226,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8900
9226
|
},
|
|
8901
9227
|
"link": {
|
|
8902
9228
|
"type": "string"
|
|
9229
|
+
},
|
|
9230
|
+
"linkDisplayText": {
|
|
9231
|
+
"type": "string"
|
|
8903
9232
|
}
|
|
8904
9233
|
},
|
|
8905
9234
|
"required": [
|
|
@@ -8932,12 +9261,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8932
9261
|
"owner": {
|
|
8933
9262
|
"type": "string"
|
|
8934
9263
|
},
|
|
8935
|
-
"validFrom": {
|
|
8936
|
-
"type": "string"
|
|
8937
|
-
},
|
|
8938
|
-
"validTo": {
|
|
8939
|
-
"type": "string"
|
|
8940
|
-
},
|
|
8941
9264
|
"value": {
|
|
8942
9265
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
8943
9266
|
},
|
|
@@ -10347,12 +10670,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10347
10670
|
"items": {
|
|
10348
10671
|
"type": "string"
|
|
10349
10672
|
}
|
|
10350
|
-
},
|
|
10351
|
-
"validFrom": {
|
|
10352
|
-
"type": "string"
|
|
10353
|
-
},
|
|
10354
|
-
"validTo": {
|
|
10355
|
-
"type": "string"
|
|
10356
10673
|
}
|
|
10357
10674
|
},
|
|
10358
10675
|
"required": [
|
|
@@ -10444,12 +10761,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10444
10761
|
},
|
|
10445
10762
|
"attributeCreationHints": {
|
|
10446
10763
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
10447
|
-
},
|
|
10448
|
-
"validFrom": {
|
|
10449
|
-
"type": "string"
|
|
10450
|
-
},
|
|
10451
|
-
"validTo": {
|
|
10452
|
-
"type": "string"
|
|
10453
10764
|
}
|
|
10454
10765
|
},
|
|
10455
10766
|
"required": [
|
|
@@ -10505,12 +10816,243 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10505
10816
|
"Consent"
|
|
10506
10817
|
]
|
|
10507
10818
|
},
|
|
10508
|
-
"IQLQueryJSON": {
|
|
10819
|
+
"IQLQueryJSON": {
|
|
10820
|
+
"type": "object",
|
|
10821
|
+
"properties": {
|
|
10822
|
+
"@type": {
|
|
10823
|
+
"type": "string",
|
|
10824
|
+
"const": "IQLQuery"
|
|
10825
|
+
},
|
|
10826
|
+
"@context": {
|
|
10827
|
+
"type": "string"
|
|
10828
|
+
},
|
|
10829
|
+
"@version": {
|
|
10830
|
+
"type": "string"
|
|
10831
|
+
},
|
|
10832
|
+
"queryString": {
|
|
10833
|
+
"type": "string"
|
|
10834
|
+
},
|
|
10835
|
+
"attributeCreationHints": {
|
|
10836
|
+
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
"required": [
|
|
10840
|
+
"@type",
|
|
10841
|
+
"queryString"
|
|
10842
|
+
],
|
|
10843
|
+
"additionalProperties": false
|
|
10844
|
+
},
|
|
10845
|
+
"IQLQueryCreationHintsJSON": {
|
|
10846
|
+
"type": "object",
|
|
10847
|
+
"properties": {
|
|
10848
|
+
"valueType": {
|
|
10849
|
+
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
10850
|
+
},
|
|
10851
|
+
"tags": {
|
|
10852
|
+
"type": "array",
|
|
10853
|
+
"items": {
|
|
10854
|
+
"type": "string"
|
|
10855
|
+
}
|
|
10856
|
+
}
|
|
10857
|
+
},
|
|
10858
|
+
"required": [
|
|
10859
|
+
"valueType"
|
|
10860
|
+
],
|
|
10861
|
+
"additionalProperties": false
|
|
10862
|
+
},
|
|
10863
|
+
"ReadAttributeRequestItemJSON": {
|
|
10864
|
+
"type": "object",
|
|
10865
|
+
"properties": {
|
|
10866
|
+
"@type": {
|
|
10867
|
+
"type": "string",
|
|
10868
|
+
"const": "ReadAttributeRequestItem"
|
|
10869
|
+
},
|
|
10870
|
+
"@context": {
|
|
10871
|
+
"type": "string"
|
|
10872
|
+
},
|
|
10873
|
+
"@version": {
|
|
10874
|
+
"type": "string"
|
|
10875
|
+
},
|
|
10876
|
+
"title": {
|
|
10877
|
+
"type": "string",
|
|
10878
|
+
"description": "The human-readable title of this item."
|
|
10879
|
+
},
|
|
10880
|
+
"description": {
|
|
10881
|
+
"type": "string",
|
|
10882
|
+
"description": "The human-readable description of this item."
|
|
10883
|
+
},
|
|
10884
|
+
"metadata": {
|
|
10885
|
+
"type": "object",
|
|
10886
|
+
"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 item as they receive the response."
|
|
10887
|
+
},
|
|
10888
|
+
"mustBeAccepted": {
|
|
10889
|
+
"type": "boolean",
|
|
10890
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10891
|
+
},
|
|
10892
|
+
"requireManualDecision": {
|
|
10893
|
+
"type": "boolean",
|
|
10894
|
+
"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."
|
|
10895
|
+
},
|
|
10896
|
+
"query": {
|
|
10897
|
+
"anyOf": [
|
|
10898
|
+
{
|
|
10899
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
10900
|
+
},
|
|
10901
|
+
{
|
|
10902
|
+
"$ref": "#/definitions/RelationshipAttributeQueryJSON"
|
|
10903
|
+
},
|
|
10904
|
+
{
|
|
10905
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
10906
|
+
},
|
|
10907
|
+
{
|
|
10908
|
+
"$ref": "#/definitions/IQLQueryJSON"
|
|
10909
|
+
}
|
|
10910
|
+
]
|
|
10911
|
+
}
|
|
10912
|
+
},
|
|
10913
|
+
"required": [
|
|
10914
|
+
"@type",
|
|
10915
|
+
"mustBeAccepted",
|
|
10916
|
+
"query"
|
|
10917
|
+
],
|
|
10918
|
+
"additionalProperties": false
|
|
10919
|
+
},
|
|
10920
|
+
"ThirdPartyRelationshipAttributeQueryJSON": {
|
|
10921
|
+
"type": "object",
|
|
10922
|
+
"properties": {
|
|
10923
|
+
"@type": {
|
|
10924
|
+
"type": "string",
|
|
10925
|
+
"const": "ThirdPartyRelationshipAttributeQuery"
|
|
10926
|
+
},
|
|
10927
|
+
"@context": {
|
|
10928
|
+
"type": "string"
|
|
10929
|
+
},
|
|
10930
|
+
"@version": {
|
|
10931
|
+
"type": "string"
|
|
10932
|
+
},
|
|
10933
|
+
"key": {
|
|
10934
|
+
"type": "string"
|
|
10935
|
+
},
|
|
10936
|
+
"owner": {
|
|
10937
|
+
"type": "string",
|
|
10938
|
+
"enum": [
|
|
10939
|
+
"thirdParty",
|
|
10940
|
+
"recipient",
|
|
10941
|
+
""
|
|
10942
|
+
]
|
|
10943
|
+
},
|
|
10944
|
+
"thirdParty": {
|
|
10945
|
+
"type": "array",
|
|
10946
|
+
"items": {
|
|
10947
|
+
"type": "string"
|
|
10948
|
+
}
|
|
10949
|
+
}
|
|
10950
|
+
},
|
|
10951
|
+
"required": [
|
|
10952
|
+
"@type",
|
|
10953
|
+
"key",
|
|
10954
|
+
"owner",
|
|
10955
|
+
"thirdParty"
|
|
10956
|
+
],
|
|
10957
|
+
"additionalProperties": false
|
|
10958
|
+
},
|
|
10959
|
+
"ConsentRequestItemJSON": {
|
|
10960
|
+
"type": "object",
|
|
10961
|
+
"properties": {
|
|
10962
|
+
"@type": {
|
|
10963
|
+
"type": "string",
|
|
10964
|
+
"const": "ConsentRequestItem"
|
|
10965
|
+
},
|
|
10966
|
+
"@context": {
|
|
10967
|
+
"type": "string"
|
|
10968
|
+
},
|
|
10969
|
+
"@version": {
|
|
10970
|
+
"type": "string"
|
|
10971
|
+
},
|
|
10972
|
+
"title": {
|
|
10973
|
+
"type": "string",
|
|
10974
|
+
"description": "The human-readable title of this item."
|
|
10975
|
+
},
|
|
10976
|
+
"description": {
|
|
10977
|
+
"type": "string",
|
|
10978
|
+
"description": "The human-readable description of this item."
|
|
10979
|
+
},
|
|
10980
|
+
"metadata": {
|
|
10981
|
+
"type": "object",
|
|
10982
|
+
"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 item as they receive the response."
|
|
10983
|
+
},
|
|
10984
|
+
"mustBeAccepted": {
|
|
10985
|
+
"type": "boolean",
|
|
10986
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10987
|
+
},
|
|
10988
|
+
"requireManualDecision": {
|
|
10989
|
+
"type": "boolean",
|
|
10990
|
+
"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."
|
|
10991
|
+
},
|
|
10992
|
+
"consent": {
|
|
10993
|
+
"type": "string"
|
|
10994
|
+
},
|
|
10995
|
+
"link": {
|
|
10996
|
+
"type": "string"
|
|
10997
|
+
},
|
|
10998
|
+
"linkDisplayText": {
|
|
10999
|
+
"type": "string"
|
|
11000
|
+
}
|
|
11001
|
+
},
|
|
11002
|
+
"required": [
|
|
11003
|
+
"@type",
|
|
11004
|
+
"consent",
|
|
11005
|
+
"mustBeAccepted"
|
|
11006
|
+
],
|
|
11007
|
+
"additionalProperties": false
|
|
11008
|
+
},
|
|
11009
|
+
"AuthenticationRequestItemJSON": {
|
|
11010
|
+
"type": "object",
|
|
11011
|
+
"properties": {
|
|
11012
|
+
"@type": {
|
|
11013
|
+
"type": "string",
|
|
11014
|
+
"const": "AuthenticationRequestItem"
|
|
11015
|
+
},
|
|
11016
|
+
"@context": {
|
|
11017
|
+
"type": "string"
|
|
11018
|
+
},
|
|
11019
|
+
"@version": {
|
|
11020
|
+
"type": "string"
|
|
11021
|
+
},
|
|
11022
|
+
"title": {
|
|
11023
|
+
"type": "string",
|
|
11024
|
+
"description": "The human-readable title of this item."
|
|
11025
|
+
},
|
|
11026
|
+
"description": {
|
|
11027
|
+
"type": "string",
|
|
11028
|
+
"description": "The human-readable description of this item."
|
|
11029
|
+
},
|
|
11030
|
+
"metadata": {
|
|
11031
|
+
"type": "object",
|
|
11032
|
+
"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 item as they receive the response."
|
|
11033
|
+
},
|
|
11034
|
+
"mustBeAccepted": {
|
|
11035
|
+
"type": "boolean",
|
|
11036
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11037
|
+
},
|
|
11038
|
+
"requireManualDecision": {
|
|
11039
|
+
"type": "boolean",
|
|
11040
|
+
"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."
|
|
11041
|
+
}
|
|
11042
|
+
},
|
|
11043
|
+
"required": [
|
|
11044
|
+
"@type",
|
|
11045
|
+
"mustBeAccepted",
|
|
11046
|
+
"title"
|
|
11047
|
+
],
|
|
11048
|
+
"additionalProperties": false
|
|
11049
|
+
},
|
|
11050
|
+
"FreeTextRequestItemJSON": {
|
|
10509
11051
|
"type": "object",
|
|
10510
11052
|
"properties": {
|
|
10511
11053
|
"@type": {
|
|
10512
11054
|
"type": "string",
|
|
10513
|
-
"const": "
|
|
11055
|
+
"const": "FreeTextRequestItem"
|
|
10514
11056
|
},
|
|
10515
11057
|
"@context": {
|
|
10516
11058
|
"type": "string"
|
|
@@ -10518,43 +11060,43 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10518
11060
|
"@version": {
|
|
10519
11061
|
"type": "string"
|
|
10520
11062
|
},
|
|
10521
|
-
"
|
|
10522
|
-
"type": "string"
|
|
11063
|
+
"title": {
|
|
11064
|
+
"type": "string",
|
|
11065
|
+
"description": "The human-readable title of this item."
|
|
10523
11066
|
},
|
|
10524
|
-
"
|
|
10525
|
-
"
|
|
10526
|
-
|
|
10527
|
-
},
|
|
10528
|
-
"required": [
|
|
10529
|
-
"@type",
|
|
10530
|
-
"queryString"
|
|
10531
|
-
],
|
|
10532
|
-
"additionalProperties": false
|
|
10533
|
-
},
|
|
10534
|
-
"IQLQueryCreationHintsJSON": {
|
|
10535
|
-
"type": "object",
|
|
10536
|
-
"properties": {
|
|
10537
|
-
"valueType": {
|
|
10538
|
-
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
11067
|
+
"description": {
|
|
11068
|
+
"type": "string",
|
|
11069
|
+
"description": "The human-readable description of this item."
|
|
10539
11070
|
},
|
|
10540
|
-
"
|
|
10541
|
-
"type": "
|
|
10542
|
-
"
|
|
10543
|
-
|
|
10544
|
-
|
|
11071
|
+
"metadata": {
|
|
11072
|
+
"type": "object",
|
|
11073
|
+
"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 item as they receive the response."
|
|
11074
|
+
},
|
|
11075
|
+
"mustBeAccepted": {
|
|
11076
|
+
"type": "boolean",
|
|
11077
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11078
|
+
},
|
|
11079
|
+
"requireManualDecision": {
|
|
11080
|
+
"type": "boolean",
|
|
11081
|
+
"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."
|
|
11082
|
+
},
|
|
11083
|
+
"freeText": {
|
|
11084
|
+
"type": "string"
|
|
10545
11085
|
}
|
|
10546
11086
|
},
|
|
10547
11087
|
"required": [
|
|
10548
|
-
"
|
|
11088
|
+
"@type",
|
|
11089
|
+
"freeText",
|
|
11090
|
+
"mustBeAccepted"
|
|
10549
11091
|
],
|
|
10550
11092
|
"additionalProperties": false
|
|
10551
11093
|
},
|
|
10552
|
-
"
|
|
11094
|
+
"FormFieldRequestItemJSON": {
|
|
10553
11095
|
"type": "object",
|
|
10554
11096
|
"properties": {
|
|
10555
11097
|
"@type": {
|
|
10556
11098
|
"type": "string",
|
|
10557
|
-
"const": "
|
|
11099
|
+
"const": "FormFieldRequestItem"
|
|
10558
11100
|
},
|
|
10559
11101
|
"@context": {
|
|
10560
11102
|
"type": "string"
|
|
@@ -10582,36 +11124,49 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10582
11124
|
"type": "boolean",
|
|
10583
11125
|
"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."
|
|
10584
11126
|
},
|
|
10585
|
-
"
|
|
10586
|
-
"
|
|
10587
|
-
{
|
|
10588
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
10589
|
-
},
|
|
10590
|
-
{
|
|
10591
|
-
"$ref": "#/definitions/RelationshipAttributeQueryJSON"
|
|
10592
|
-
},
|
|
10593
|
-
{
|
|
10594
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
10595
|
-
},
|
|
10596
|
-
{
|
|
10597
|
-
"$ref": "#/definitions/IQLQueryJSON"
|
|
10598
|
-
}
|
|
10599
|
-
]
|
|
11127
|
+
"settings": {
|
|
11128
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
10600
11129
|
}
|
|
10601
11130
|
},
|
|
10602
11131
|
"required": [
|
|
10603
11132
|
"@type",
|
|
10604
11133
|
"mustBeAccepted",
|
|
10605
|
-
"
|
|
11134
|
+
"settings",
|
|
11135
|
+
"title"
|
|
10606
11136
|
],
|
|
10607
11137
|
"additionalProperties": false
|
|
10608
11138
|
},
|
|
10609
|
-
"
|
|
11139
|
+
"FormFieldSettingsJSONDerivations": {
|
|
11140
|
+
"anyOf": [
|
|
11141
|
+
{
|
|
11142
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
11143
|
+
},
|
|
11144
|
+
{
|
|
11145
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
11146
|
+
},
|
|
11147
|
+
{
|
|
11148
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
11149
|
+
},
|
|
11150
|
+
{
|
|
11151
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
11152
|
+
},
|
|
11153
|
+
{
|
|
11154
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
11155
|
+
},
|
|
11156
|
+
{
|
|
11157
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
11158
|
+
},
|
|
11159
|
+
{
|
|
11160
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
11161
|
+
}
|
|
11162
|
+
]
|
|
11163
|
+
},
|
|
11164
|
+
"StringFormFieldSettingsJSON": {
|
|
10610
11165
|
"type": "object",
|
|
10611
11166
|
"properties": {
|
|
10612
11167
|
"@type": {
|
|
10613
11168
|
"type": "string",
|
|
10614
|
-
"const": "
|
|
11169
|
+
"const": "StringFormFieldSettings"
|
|
10615
11170
|
},
|
|
10616
11171
|
"@context": {
|
|
10617
11172
|
"type": "string"
|
|
@@ -10619,63 +11174,56 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10619
11174
|
"@version": {
|
|
10620
11175
|
"type": "string"
|
|
10621
11176
|
},
|
|
10622
|
-
"
|
|
10623
|
-
"type": "
|
|
11177
|
+
"allowNewlines": {
|
|
11178
|
+
"type": "boolean",
|
|
11179
|
+
"const": true
|
|
10624
11180
|
},
|
|
10625
|
-
"
|
|
10626
|
-
"
|
|
10627
|
-
{
|
|
10628
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
|
|
10629
|
-
},
|
|
10630
|
-
{
|
|
10631
|
-
"type": "string",
|
|
10632
|
-
"const": "thirdParty"
|
|
10633
|
-
},
|
|
10634
|
-
{
|
|
10635
|
-
"type": "string",
|
|
10636
|
-
"const": "recipient"
|
|
10637
|
-
},
|
|
10638
|
-
{
|
|
10639
|
-
"type": "string",
|
|
10640
|
-
"const": ""
|
|
10641
|
-
}
|
|
10642
|
-
]
|
|
11181
|
+
"min": {
|
|
11182
|
+
"type": "number"
|
|
10643
11183
|
},
|
|
10644
|
-
"
|
|
10645
|
-
"type": "
|
|
10646
|
-
|
|
10647
|
-
|
|
10648
|
-
|
|
11184
|
+
"max": {
|
|
11185
|
+
"type": "number"
|
|
11186
|
+
}
|
|
11187
|
+
},
|
|
11188
|
+
"required": [
|
|
11189
|
+
"@type"
|
|
11190
|
+
],
|
|
11191
|
+
"additionalProperties": false
|
|
11192
|
+
},
|
|
11193
|
+
"IntegerFormFieldSettingsJSON": {
|
|
11194
|
+
"type": "object",
|
|
11195
|
+
"properties": {
|
|
11196
|
+
"@type": {
|
|
11197
|
+
"type": "string",
|
|
11198
|
+
"const": "IntegerFormFieldSettings"
|
|
11199
|
+
},
|
|
11200
|
+
"@context": {
|
|
11201
|
+
"type": "string"
|
|
10649
11202
|
},
|
|
10650
|
-
"
|
|
11203
|
+
"@version": {
|
|
10651
11204
|
"type": "string"
|
|
10652
11205
|
},
|
|
10653
|
-
"
|
|
11206
|
+
"unit": {
|
|
10654
11207
|
"type": "string"
|
|
11208
|
+
},
|
|
11209
|
+
"min": {
|
|
11210
|
+
"type": "number"
|
|
11211
|
+
},
|
|
11212
|
+
"max": {
|
|
11213
|
+
"type": "number"
|
|
10655
11214
|
}
|
|
10656
11215
|
},
|
|
10657
11216
|
"required": [
|
|
10658
|
-
"@type"
|
|
10659
|
-
"key",
|
|
10660
|
-
"owner",
|
|
10661
|
-
"thirdParty"
|
|
11217
|
+
"@type"
|
|
10662
11218
|
],
|
|
10663
11219
|
"additionalProperties": false
|
|
10664
11220
|
},
|
|
10665
|
-
"
|
|
10666
|
-
"type": "string",
|
|
10667
|
-
"enum": [
|
|
10668
|
-
"thirdParty",
|
|
10669
|
-
"recipient",
|
|
10670
|
-
""
|
|
10671
|
-
]
|
|
10672
|
-
},
|
|
10673
|
-
"ConsentRequestItemJSON": {
|
|
11221
|
+
"DoubleFormFieldSettingsJSON": {
|
|
10674
11222
|
"type": "object",
|
|
10675
11223
|
"properties": {
|
|
10676
11224
|
"@type": {
|
|
10677
11225
|
"type": "string",
|
|
10678
|
-
"const": "
|
|
11226
|
+
"const": "DoubleFormFieldSettings"
|
|
10679
11227
|
},
|
|
10680
11228
|
"@context": {
|
|
10681
11229
|
"type": "string"
|
|
@@ -10683,46 +11231,65 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10683
11231
|
"@version": {
|
|
10684
11232
|
"type": "string"
|
|
10685
11233
|
},
|
|
10686
|
-
"
|
|
10687
|
-
"type": "string"
|
|
10688
|
-
"description": "The human-readable title of this item."
|
|
11234
|
+
"unit": {
|
|
11235
|
+
"type": "string"
|
|
10689
11236
|
},
|
|
10690
|
-
"
|
|
10691
|
-
"type": "
|
|
10692
|
-
"description": "The human-readable description of this item."
|
|
11237
|
+
"min": {
|
|
11238
|
+
"type": "number"
|
|
10693
11239
|
},
|
|
10694
|
-
"
|
|
10695
|
-
"type": "
|
|
10696
|
-
|
|
11240
|
+
"max": {
|
|
11241
|
+
"type": "number"
|
|
11242
|
+
}
|
|
11243
|
+
},
|
|
11244
|
+
"required": [
|
|
11245
|
+
"@type"
|
|
11246
|
+
],
|
|
11247
|
+
"additionalProperties": false
|
|
11248
|
+
},
|
|
11249
|
+
"BooleanFormFieldSettingsJSON": {
|
|
11250
|
+
"type": "object",
|
|
11251
|
+
"properties": {
|
|
11252
|
+
"@type": {
|
|
11253
|
+
"type": "string",
|
|
11254
|
+
"const": "BooleanFormFieldSettings"
|
|
10697
11255
|
},
|
|
10698
|
-
"
|
|
10699
|
-
"type": "
|
|
10700
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11256
|
+
"@context": {
|
|
11257
|
+
"type": "string"
|
|
10701
11258
|
},
|
|
10702
|
-
"
|
|
10703
|
-
"type": "
|
|
10704
|
-
|
|
11259
|
+
"@version": {
|
|
11260
|
+
"type": "string"
|
|
11261
|
+
}
|
|
11262
|
+
},
|
|
11263
|
+
"required": [
|
|
11264
|
+
"@type"
|
|
11265
|
+
],
|
|
11266
|
+
"additionalProperties": false
|
|
11267
|
+
},
|
|
11268
|
+
"DateFormFieldSettingsJSON": {
|
|
11269
|
+
"type": "object",
|
|
11270
|
+
"properties": {
|
|
11271
|
+
"@type": {
|
|
11272
|
+
"type": "string",
|
|
11273
|
+
"const": "DateFormFieldSettings"
|
|
10705
11274
|
},
|
|
10706
|
-
"
|
|
11275
|
+
"@context": {
|
|
10707
11276
|
"type": "string"
|
|
10708
11277
|
},
|
|
10709
|
-
"
|
|
11278
|
+
"@version": {
|
|
10710
11279
|
"type": "string"
|
|
10711
11280
|
}
|
|
10712
11281
|
},
|
|
10713
11282
|
"required": [
|
|
10714
|
-
"@type"
|
|
10715
|
-
"consent",
|
|
10716
|
-
"mustBeAccepted"
|
|
11283
|
+
"@type"
|
|
10717
11284
|
],
|
|
10718
11285
|
"additionalProperties": false
|
|
10719
11286
|
},
|
|
10720
|
-
"
|
|
11287
|
+
"SelectionFormFieldSettingsJSON": {
|
|
10721
11288
|
"type": "object",
|
|
10722
11289
|
"properties": {
|
|
10723
11290
|
"@type": {
|
|
10724
11291
|
"type": "string",
|
|
10725
|
-
"const": "
|
|
11292
|
+
"const": "SelectionFormFieldSettings"
|
|
10726
11293
|
},
|
|
10727
11294
|
"@context": {
|
|
10728
11295
|
"type": "string"
|
|
@@ -10730,40 +11297,60 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10730
11297
|
"@version": {
|
|
10731
11298
|
"type": "string"
|
|
10732
11299
|
},
|
|
10733
|
-
"
|
|
10734
|
-
"type": "
|
|
10735
|
-
"
|
|
11300
|
+
"options": {
|
|
11301
|
+
"type": "array",
|
|
11302
|
+
"items": {
|
|
11303
|
+
"type": "string"
|
|
11304
|
+
}
|
|
10736
11305
|
},
|
|
10737
|
-
"
|
|
11306
|
+
"allowMultipleSelection": {
|
|
11307
|
+
"type": "boolean",
|
|
11308
|
+
"const": true
|
|
11309
|
+
}
|
|
11310
|
+
},
|
|
11311
|
+
"required": [
|
|
11312
|
+
"@type",
|
|
11313
|
+
"options"
|
|
11314
|
+
],
|
|
11315
|
+
"additionalProperties": false
|
|
11316
|
+
},
|
|
11317
|
+
"RatingFormFieldSettingsJSON": {
|
|
11318
|
+
"type": "object",
|
|
11319
|
+
"properties": {
|
|
11320
|
+
"@type": {
|
|
10738
11321
|
"type": "string",
|
|
10739
|
-
"
|
|
11322
|
+
"const": "RatingFormFieldSettings"
|
|
10740
11323
|
},
|
|
10741
|
-
"
|
|
10742
|
-
"type": "
|
|
10743
|
-
"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 item as they receive the response."
|
|
11324
|
+
"@context": {
|
|
11325
|
+
"type": "string"
|
|
10744
11326
|
},
|
|
10745
|
-
"
|
|
10746
|
-
"type": "
|
|
10747
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11327
|
+
"@version": {
|
|
11328
|
+
"type": "string"
|
|
10748
11329
|
},
|
|
10749
|
-
"
|
|
10750
|
-
"type": "
|
|
10751
|
-
"
|
|
11330
|
+
"maxRating": {
|
|
11331
|
+
"type": "number",
|
|
11332
|
+
"enum": [
|
|
11333
|
+
5,
|
|
11334
|
+
6,
|
|
11335
|
+
7,
|
|
11336
|
+
8,
|
|
11337
|
+
9,
|
|
11338
|
+
10
|
|
11339
|
+
]
|
|
10752
11340
|
}
|
|
10753
11341
|
},
|
|
10754
11342
|
"required": [
|
|
10755
11343
|
"@type",
|
|
10756
|
-
"
|
|
10757
|
-
"title"
|
|
11344
|
+
"maxRating"
|
|
10758
11345
|
],
|
|
10759
11346
|
"additionalProperties": false
|
|
10760
11347
|
},
|
|
10761
|
-
"
|
|
11348
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
10762
11349
|
"type": "object",
|
|
10763
11350
|
"properties": {
|
|
10764
11351
|
"@type": {
|
|
10765
11352
|
"type": "string",
|
|
10766
|
-
"const": "
|
|
11353
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
10767
11354
|
},
|
|
10768
11355
|
"@context": {
|
|
10769
11356
|
"type": "string"
|
|
@@ -10791,23 +11378,30 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10791
11378
|
"type": "boolean",
|
|
10792
11379
|
"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."
|
|
10793
11380
|
},
|
|
10794
|
-
"
|
|
10795
|
-
"
|
|
11381
|
+
"query": {
|
|
11382
|
+
"anyOf": [
|
|
11383
|
+
{
|
|
11384
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
11385
|
+
},
|
|
11386
|
+
{
|
|
11387
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
11388
|
+
}
|
|
11389
|
+
]
|
|
10796
11390
|
}
|
|
10797
11391
|
},
|
|
10798
11392
|
"required": [
|
|
10799
11393
|
"@type",
|
|
10800
|
-
"
|
|
10801
|
-
"
|
|
11394
|
+
"mustBeAccepted",
|
|
11395
|
+
"query"
|
|
10802
11396
|
],
|
|
10803
11397
|
"additionalProperties": false
|
|
10804
11398
|
},
|
|
10805
|
-
"
|
|
11399
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
10806
11400
|
"type": "object",
|
|
10807
11401
|
"properties": {
|
|
10808
11402
|
"@type": {
|
|
10809
11403
|
"type": "string",
|
|
10810
|
-
"const": "
|
|
11404
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
10811
11405
|
},
|
|
10812
11406
|
"@context": {
|
|
10813
11407
|
"type": "string"
|
|
@@ -10835,21 +11429,14 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10835
11429
|
"type": "boolean",
|
|
10836
11430
|
"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."
|
|
10837
11431
|
},
|
|
10838
|
-
"
|
|
10839
|
-
"
|
|
10840
|
-
{
|
|
10841
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
10842
|
-
},
|
|
10843
|
-
{
|
|
10844
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
10845
|
-
}
|
|
10846
|
-
]
|
|
11432
|
+
"fileReference": {
|
|
11433
|
+
"type": "string"
|
|
10847
11434
|
}
|
|
10848
11435
|
},
|
|
10849
11436
|
"required": [
|
|
10850
11437
|
"@type",
|
|
10851
|
-
"
|
|
10852
|
-
"
|
|
11438
|
+
"fileReference",
|
|
11439
|
+
"mustBeAccepted"
|
|
10853
11440
|
],
|
|
10854
11441
|
"additionalProperties": false
|
|
10855
11442
|
},
|
|
@@ -11499,8 +12086,14 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11499
12086
|
{
|
|
11500
12087
|
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
11501
12088
|
},
|
|
12089
|
+
{
|
|
12090
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
12091
|
+
},
|
|
11502
12092
|
{
|
|
11503
12093
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
12094
|
+
},
|
|
12095
|
+
{
|
|
12096
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
11504
12097
|
}
|
|
11505
12098
|
]
|
|
11506
12099
|
},
|
|
@@ -11610,12 +12203,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11610
12203
|
"owner": {
|
|
11611
12204
|
"type": "string"
|
|
11612
12205
|
},
|
|
11613
|
-
"validFrom": {
|
|
11614
|
-
"type": "string"
|
|
11615
|
-
},
|
|
11616
|
-
"validTo": {
|
|
11617
|
-
"type": "string"
|
|
11618
|
-
},
|
|
11619
12206
|
"value": {
|
|
11620
12207
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
11621
12208
|
},
|
|
@@ -12245,6 +12832,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12245
12832
|
},
|
|
12246
12833
|
"link": {
|
|
12247
12834
|
"type": "string"
|
|
12835
|
+
},
|
|
12836
|
+
"linkDisplayText": {
|
|
12837
|
+
"type": "string"
|
|
12248
12838
|
}
|
|
12249
12839
|
},
|
|
12250
12840
|
"required": [
|
|
@@ -12277,12 +12867,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12277
12867
|
"owner": {
|
|
12278
12868
|
"type": "string"
|
|
12279
12869
|
},
|
|
12280
|
-
"validFrom": {
|
|
12281
|
-
"type": "string"
|
|
12282
|
-
},
|
|
12283
|
-
"validTo": {
|
|
12284
|
-
"type": "string"
|
|
12285
|
-
},
|
|
12286
12870
|
"value": {
|
|
12287
12871
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
12288
12872
|
},
|
|
@@ -13692,12 +14276,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13692
14276
|
"items": {
|
|
13693
14277
|
"type": "string"
|
|
13694
14278
|
}
|
|
13695
|
-
},
|
|
13696
|
-
"validFrom": {
|
|
13697
|
-
"type": "string"
|
|
13698
|
-
},
|
|
13699
|
-
"validTo": {
|
|
13700
|
-
"type": "string"
|
|
13701
14279
|
}
|
|
13702
14280
|
},
|
|
13703
14281
|
"required": [
|
|
@@ -13789,12 +14367,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13789
14367
|
},
|
|
13790
14368
|
"attributeCreationHints": {
|
|
13791
14369
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
13792
|
-
},
|
|
13793
|
-
"validFrom": {
|
|
13794
|
-
"type": "string"
|
|
13795
|
-
},
|
|
13796
|
-
"validTo": {
|
|
13797
|
-
"type": "string"
|
|
13798
14370
|
}
|
|
13799
14371
|
},
|
|
13800
14372
|
"required": [
|
|
@@ -13831,31 +14403,221 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13831
14403
|
],
|
|
13832
14404
|
"additionalProperties": false
|
|
13833
14405
|
},
|
|
13834
|
-
"AttributeValues.Relationship.TypeName": {
|
|
13835
|
-
"type": "string",
|
|
13836
|
-
"enum": [
|
|
13837
|
-
"ProprietaryBoolean",
|
|
13838
|
-
"ProprietaryCountry",
|
|
13839
|
-
"ProprietaryEMailAddress",
|
|
13840
|
-
"ProprietaryFileReference",
|
|
13841
|
-
"ProprietaryFloat",
|
|
13842
|
-
"ProprietaryHEXColor",
|
|
13843
|
-
"ProprietaryInteger",
|
|
13844
|
-
"ProprietaryLanguage",
|
|
13845
|
-
"ProprietaryPhoneNumber",
|
|
13846
|
-
"ProprietaryString",
|
|
13847
|
-
"ProprietaryURL",
|
|
13848
|
-
"ProprietaryJSON",
|
|
13849
|
-
"ProprietaryXML",
|
|
13850
|
-
"Consent"
|
|
13851
|
-
]
|
|
13852
|
-
},
|
|
13853
|
-
"IQLQueryJSON": {
|
|
14406
|
+
"AttributeValues.Relationship.TypeName": {
|
|
14407
|
+
"type": "string",
|
|
14408
|
+
"enum": [
|
|
14409
|
+
"ProprietaryBoolean",
|
|
14410
|
+
"ProprietaryCountry",
|
|
14411
|
+
"ProprietaryEMailAddress",
|
|
14412
|
+
"ProprietaryFileReference",
|
|
14413
|
+
"ProprietaryFloat",
|
|
14414
|
+
"ProprietaryHEXColor",
|
|
14415
|
+
"ProprietaryInteger",
|
|
14416
|
+
"ProprietaryLanguage",
|
|
14417
|
+
"ProprietaryPhoneNumber",
|
|
14418
|
+
"ProprietaryString",
|
|
14419
|
+
"ProprietaryURL",
|
|
14420
|
+
"ProprietaryJSON",
|
|
14421
|
+
"ProprietaryXML",
|
|
14422
|
+
"Consent"
|
|
14423
|
+
]
|
|
14424
|
+
},
|
|
14425
|
+
"IQLQueryJSON": {
|
|
14426
|
+
"type": "object",
|
|
14427
|
+
"properties": {
|
|
14428
|
+
"@type": {
|
|
14429
|
+
"type": "string",
|
|
14430
|
+
"const": "IQLQuery"
|
|
14431
|
+
},
|
|
14432
|
+
"@context": {
|
|
14433
|
+
"type": "string"
|
|
14434
|
+
},
|
|
14435
|
+
"@version": {
|
|
14436
|
+
"type": "string"
|
|
14437
|
+
},
|
|
14438
|
+
"queryString": {
|
|
14439
|
+
"type": "string"
|
|
14440
|
+
},
|
|
14441
|
+
"attributeCreationHints": {
|
|
14442
|
+
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
14443
|
+
}
|
|
14444
|
+
},
|
|
14445
|
+
"required": [
|
|
14446
|
+
"@type",
|
|
14447
|
+
"queryString"
|
|
14448
|
+
],
|
|
14449
|
+
"additionalProperties": false
|
|
14450
|
+
},
|
|
14451
|
+
"IQLQueryCreationHintsJSON": {
|
|
14452
|
+
"type": "object",
|
|
14453
|
+
"properties": {
|
|
14454
|
+
"valueType": {
|
|
14455
|
+
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
14456
|
+
},
|
|
14457
|
+
"tags": {
|
|
14458
|
+
"type": "array",
|
|
14459
|
+
"items": {
|
|
14460
|
+
"type": "string"
|
|
14461
|
+
}
|
|
14462
|
+
}
|
|
14463
|
+
},
|
|
14464
|
+
"required": [
|
|
14465
|
+
"valueType"
|
|
14466
|
+
],
|
|
14467
|
+
"additionalProperties": false
|
|
14468
|
+
},
|
|
14469
|
+
"ReadAttributeRequestItemJSON": {
|
|
14470
|
+
"type": "object",
|
|
14471
|
+
"properties": {
|
|
14472
|
+
"@type": {
|
|
14473
|
+
"type": "string",
|
|
14474
|
+
"const": "ReadAttributeRequestItem"
|
|
14475
|
+
},
|
|
14476
|
+
"@context": {
|
|
14477
|
+
"type": "string"
|
|
14478
|
+
},
|
|
14479
|
+
"@version": {
|
|
14480
|
+
"type": "string"
|
|
14481
|
+
},
|
|
14482
|
+
"title": {
|
|
14483
|
+
"type": "string",
|
|
14484
|
+
"description": "The human-readable title of this item."
|
|
14485
|
+
},
|
|
14486
|
+
"description": {
|
|
14487
|
+
"type": "string",
|
|
14488
|
+
"description": "The human-readable description of this item."
|
|
14489
|
+
},
|
|
14490
|
+
"metadata": {
|
|
14491
|
+
"type": "object",
|
|
14492
|
+
"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 item as they receive the response."
|
|
14493
|
+
},
|
|
14494
|
+
"mustBeAccepted": {
|
|
14495
|
+
"type": "boolean",
|
|
14496
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14497
|
+
},
|
|
14498
|
+
"requireManualDecision": {
|
|
14499
|
+
"type": "boolean",
|
|
14500
|
+
"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."
|
|
14501
|
+
},
|
|
14502
|
+
"query": {
|
|
14503
|
+
"anyOf": [
|
|
14504
|
+
{
|
|
14505
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
14506
|
+
},
|
|
14507
|
+
{
|
|
14508
|
+
"$ref": "#/definitions/RelationshipAttributeQueryJSON"
|
|
14509
|
+
},
|
|
14510
|
+
{
|
|
14511
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
14512
|
+
},
|
|
14513
|
+
{
|
|
14514
|
+
"$ref": "#/definitions/IQLQueryJSON"
|
|
14515
|
+
}
|
|
14516
|
+
]
|
|
14517
|
+
}
|
|
14518
|
+
},
|
|
14519
|
+
"required": [
|
|
14520
|
+
"@type",
|
|
14521
|
+
"mustBeAccepted",
|
|
14522
|
+
"query"
|
|
14523
|
+
],
|
|
14524
|
+
"additionalProperties": false
|
|
14525
|
+
},
|
|
14526
|
+
"ThirdPartyRelationshipAttributeQueryJSON": {
|
|
14527
|
+
"type": "object",
|
|
14528
|
+
"properties": {
|
|
14529
|
+
"@type": {
|
|
14530
|
+
"type": "string",
|
|
14531
|
+
"const": "ThirdPartyRelationshipAttributeQuery"
|
|
14532
|
+
},
|
|
14533
|
+
"@context": {
|
|
14534
|
+
"type": "string"
|
|
14535
|
+
},
|
|
14536
|
+
"@version": {
|
|
14537
|
+
"type": "string"
|
|
14538
|
+
},
|
|
14539
|
+
"key": {
|
|
14540
|
+
"type": "string"
|
|
14541
|
+
},
|
|
14542
|
+
"owner": {
|
|
14543
|
+
"type": "string",
|
|
14544
|
+
"enum": [
|
|
14545
|
+
"thirdParty",
|
|
14546
|
+
"recipient",
|
|
14547
|
+
""
|
|
14548
|
+
]
|
|
14549
|
+
},
|
|
14550
|
+
"thirdParty": {
|
|
14551
|
+
"type": "array",
|
|
14552
|
+
"items": {
|
|
14553
|
+
"type": "string"
|
|
14554
|
+
}
|
|
14555
|
+
}
|
|
14556
|
+
},
|
|
14557
|
+
"required": [
|
|
14558
|
+
"@type",
|
|
14559
|
+
"key",
|
|
14560
|
+
"owner",
|
|
14561
|
+
"thirdParty"
|
|
14562
|
+
],
|
|
14563
|
+
"additionalProperties": false
|
|
14564
|
+
},
|
|
14565
|
+
"ConsentRequestItemJSON": {
|
|
14566
|
+
"type": "object",
|
|
14567
|
+
"properties": {
|
|
14568
|
+
"@type": {
|
|
14569
|
+
"type": "string",
|
|
14570
|
+
"const": "ConsentRequestItem"
|
|
14571
|
+
},
|
|
14572
|
+
"@context": {
|
|
14573
|
+
"type": "string"
|
|
14574
|
+
},
|
|
14575
|
+
"@version": {
|
|
14576
|
+
"type": "string"
|
|
14577
|
+
},
|
|
14578
|
+
"title": {
|
|
14579
|
+
"type": "string",
|
|
14580
|
+
"description": "The human-readable title of this item."
|
|
14581
|
+
},
|
|
14582
|
+
"description": {
|
|
14583
|
+
"type": "string",
|
|
14584
|
+
"description": "The human-readable description of this item."
|
|
14585
|
+
},
|
|
14586
|
+
"metadata": {
|
|
14587
|
+
"type": "object",
|
|
14588
|
+
"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 item as they receive the response."
|
|
14589
|
+
},
|
|
14590
|
+
"mustBeAccepted": {
|
|
14591
|
+
"type": "boolean",
|
|
14592
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14593
|
+
},
|
|
14594
|
+
"requireManualDecision": {
|
|
14595
|
+
"type": "boolean",
|
|
14596
|
+
"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."
|
|
14597
|
+
},
|
|
14598
|
+
"consent": {
|
|
14599
|
+
"type": "string"
|
|
14600
|
+
},
|
|
14601
|
+
"link": {
|
|
14602
|
+
"type": "string"
|
|
14603
|
+
},
|
|
14604
|
+
"linkDisplayText": {
|
|
14605
|
+
"type": "string"
|
|
14606
|
+
}
|
|
14607
|
+
},
|
|
14608
|
+
"required": [
|
|
14609
|
+
"@type",
|
|
14610
|
+
"consent",
|
|
14611
|
+
"mustBeAccepted"
|
|
14612
|
+
],
|
|
14613
|
+
"additionalProperties": false
|
|
14614
|
+
},
|
|
14615
|
+
"AuthenticationRequestItemJSON": {
|
|
13854
14616
|
"type": "object",
|
|
13855
14617
|
"properties": {
|
|
13856
14618
|
"@type": {
|
|
13857
14619
|
"type": "string",
|
|
13858
|
-
"const": "
|
|
14620
|
+
"const": "AuthenticationRequestItem"
|
|
13859
14621
|
},
|
|
13860
14622
|
"@context": {
|
|
13861
14623
|
"type": "string"
|
|
@@ -13863,43 +14625,84 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13863
14625
|
"@version": {
|
|
13864
14626
|
"type": "string"
|
|
13865
14627
|
},
|
|
13866
|
-
"
|
|
13867
|
-
"type": "string"
|
|
14628
|
+
"title": {
|
|
14629
|
+
"type": "string",
|
|
14630
|
+
"description": "The human-readable title of this item."
|
|
13868
14631
|
},
|
|
13869
|
-
"
|
|
13870
|
-
"
|
|
14632
|
+
"description": {
|
|
14633
|
+
"type": "string",
|
|
14634
|
+
"description": "The human-readable description of this item."
|
|
14635
|
+
},
|
|
14636
|
+
"metadata": {
|
|
14637
|
+
"type": "object",
|
|
14638
|
+
"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 item as they receive the response."
|
|
14639
|
+
},
|
|
14640
|
+
"mustBeAccepted": {
|
|
14641
|
+
"type": "boolean",
|
|
14642
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14643
|
+
},
|
|
14644
|
+
"requireManualDecision": {
|
|
14645
|
+
"type": "boolean",
|
|
14646
|
+
"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."
|
|
13871
14647
|
}
|
|
13872
14648
|
},
|
|
13873
14649
|
"required": [
|
|
13874
14650
|
"@type",
|
|
13875
|
-
"
|
|
14651
|
+
"mustBeAccepted",
|
|
14652
|
+
"title"
|
|
13876
14653
|
],
|
|
13877
14654
|
"additionalProperties": false
|
|
13878
14655
|
},
|
|
13879
|
-
"
|
|
14656
|
+
"FreeTextRequestItemJSON": {
|
|
13880
14657
|
"type": "object",
|
|
13881
14658
|
"properties": {
|
|
13882
|
-
"
|
|
13883
|
-
"
|
|
14659
|
+
"@type": {
|
|
14660
|
+
"type": "string",
|
|
14661
|
+
"const": "FreeTextRequestItem"
|
|
13884
14662
|
},
|
|
13885
|
-
"
|
|
13886
|
-
"type": "
|
|
13887
|
-
|
|
13888
|
-
|
|
13889
|
-
|
|
14663
|
+
"@context": {
|
|
14664
|
+
"type": "string"
|
|
14665
|
+
},
|
|
14666
|
+
"@version": {
|
|
14667
|
+
"type": "string"
|
|
14668
|
+
},
|
|
14669
|
+
"title": {
|
|
14670
|
+
"type": "string",
|
|
14671
|
+
"description": "The human-readable title of this item."
|
|
14672
|
+
},
|
|
14673
|
+
"description": {
|
|
14674
|
+
"type": "string",
|
|
14675
|
+
"description": "The human-readable description of this item."
|
|
14676
|
+
},
|
|
14677
|
+
"metadata": {
|
|
14678
|
+
"type": "object",
|
|
14679
|
+
"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 item as they receive the response."
|
|
14680
|
+
},
|
|
14681
|
+
"mustBeAccepted": {
|
|
14682
|
+
"type": "boolean",
|
|
14683
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14684
|
+
},
|
|
14685
|
+
"requireManualDecision": {
|
|
14686
|
+
"type": "boolean",
|
|
14687
|
+
"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."
|
|
14688
|
+
},
|
|
14689
|
+
"freeText": {
|
|
14690
|
+
"type": "string"
|
|
13890
14691
|
}
|
|
13891
14692
|
},
|
|
13892
14693
|
"required": [
|
|
13893
|
-
"
|
|
14694
|
+
"@type",
|
|
14695
|
+
"freeText",
|
|
14696
|
+
"mustBeAccepted"
|
|
13894
14697
|
],
|
|
13895
14698
|
"additionalProperties": false
|
|
13896
14699
|
},
|
|
13897
|
-
"
|
|
14700
|
+
"FormFieldRequestItemJSON": {
|
|
13898
14701
|
"type": "object",
|
|
13899
14702
|
"properties": {
|
|
13900
14703
|
"@type": {
|
|
13901
14704
|
"type": "string",
|
|
13902
|
-
"const": "
|
|
14705
|
+
"const": "FormFieldRequestItem"
|
|
13903
14706
|
},
|
|
13904
14707
|
"@context": {
|
|
13905
14708
|
"type": "string"
|
|
@@ -13927,36 +14730,49 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13927
14730
|
"type": "boolean",
|
|
13928
14731
|
"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."
|
|
13929
14732
|
},
|
|
13930
|
-
"
|
|
13931
|
-
"
|
|
13932
|
-
{
|
|
13933
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
13934
|
-
},
|
|
13935
|
-
{
|
|
13936
|
-
"$ref": "#/definitions/RelationshipAttributeQueryJSON"
|
|
13937
|
-
},
|
|
13938
|
-
{
|
|
13939
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
13940
|
-
},
|
|
13941
|
-
{
|
|
13942
|
-
"$ref": "#/definitions/IQLQueryJSON"
|
|
13943
|
-
}
|
|
13944
|
-
]
|
|
14733
|
+
"settings": {
|
|
14734
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
13945
14735
|
}
|
|
13946
14736
|
},
|
|
13947
14737
|
"required": [
|
|
13948
14738
|
"@type",
|
|
13949
14739
|
"mustBeAccepted",
|
|
13950
|
-
"
|
|
14740
|
+
"settings",
|
|
14741
|
+
"title"
|
|
13951
14742
|
],
|
|
13952
14743
|
"additionalProperties": false
|
|
13953
14744
|
},
|
|
13954
|
-
"
|
|
14745
|
+
"FormFieldSettingsJSONDerivations": {
|
|
14746
|
+
"anyOf": [
|
|
14747
|
+
{
|
|
14748
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
14749
|
+
},
|
|
14750
|
+
{
|
|
14751
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
14752
|
+
},
|
|
14753
|
+
{
|
|
14754
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
14755
|
+
},
|
|
14756
|
+
{
|
|
14757
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
14758
|
+
},
|
|
14759
|
+
{
|
|
14760
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
14761
|
+
},
|
|
14762
|
+
{
|
|
14763
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
14764
|
+
},
|
|
14765
|
+
{
|
|
14766
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
14767
|
+
}
|
|
14768
|
+
]
|
|
14769
|
+
},
|
|
14770
|
+
"StringFormFieldSettingsJSON": {
|
|
13955
14771
|
"type": "object",
|
|
13956
14772
|
"properties": {
|
|
13957
14773
|
"@type": {
|
|
13958
14774
|
"type": "string",
|
|
13959
|
-
"const": "
|
|
14775
|
+
"const": "StringFormFieldSettings"
|
|
13960
14776
|
},
|
|
13961
14777
|
"@context": {
|
|
13962
14778
|
"type": "string"
|
|
@@ -13964,63 +14780,56 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13964
14780
|
"@version": {
|
|
13965
14781
|
"type": "string"
|
|
13966
14782
|
},
|
|
13967
|
-
"
|
|
13968
|
-
"type": "
|
|
14783
|
+
"allowNewlines": {
|
|
14784
|
+
"type": "boolean",
|
|
14785
|
+
"const": true
|
|
13969
14786
|
},
|
|
13970
|
-
"
|
|
13971
|
-
"
|
|
13972
|
-
{
|
|
13973
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
|
|
13974
|
-
},
|
|
13975
|
-
{
|
|
13976
|
-
"type": "string",
|
|
13977
|
-
"const": "thirdParty"
|
|
13978
|
-
},
|
|
13979
|
-
{
|
|
13980
|
-
"type": "string",
|
|
13981
|
-
"const": "recipient"
|
|
13982
|
-
},
|
|
13983
|
-
{
|
|
13984
|
-
"type": "string",
|
|
13985
|
-
"const": ""
|
|
13986
|
-
}
|
|
13987
|
-
]
|
|
14787
|
+
"min": {
|
|
14788
|
+
"type": "number"
|
|
13988
14789
|
},
|
|
13989
|
-
"
|
|
13990
|
-
"type": "
|
|
13991
|
-
|
|
13992
|
-
|
|
13993
|
-
|
|
14790
|
+
"max": {
|
|
14791
|
+
"type": "number"
|
|
14792
|
+
}
|
|
14793
|
+
},
|
|
14794
|
+
"required": [
|
|
14795
|
+
"@type"
|
|
14796
|
+
],
|
|
14797
|
+
"additionalProperties": false
|
|
14798
|
+
},
|
|
14799
|
+
"IntegerFormFieldSettingsJSON": {
|
|
14800
|
+
"type": "object",
|
|
14801
|
+
"properties": {
|
|
14802
|
+
"@type": {
|
|
14803
|
+
"type": "string",
|
|
14804
|
+
"const": "IntegerFormFieldSettings"
|
|
13994
14805
|
},
|
|
13995
|
-
"
|
|
14806
|
+
"@context": {
|
|
14807
|
+
"type": "string"
|
|
14808
|
+
},
|
|
14809
|
+
"@version": {
|
|
13996
14810
|
"type": "string"
|
|
13997
14811
|
},
|
|
13998
|
-
"
|
|
14812
|
+
"unit": {
|
|
13999
14813
|
"type": "string"
|
|
14814
|
+
},
|
|
14815
|
+
"min": {
|
|
14816
|
+
"type": "number"
|
|
14817
|
+
},
|
|
14818
|
+
"max": {
|
|
14819
|
+
"type": "number"
|
|
14000
14820
|
}
|
|
14001
14821
|
},
|
|
14002
14822
|
"required": [
|
|
14003
|
-
"@type"
|
|
14004
|
-
"key",
|
|
14005
|
-
"owner",
|
|
14006
|
-
"thirdParty"
|
|
14823
|
+
"@type"
|
|
14007
14824
|
],
|
|
14008
14825
|
"additionalProperties": false
|
|
14009
14826
|
},
|
|
14010
|
-
"
|
|
14011
|
-
"type": "string",
|
|
14012
|
-
"enum": [
|
|
14013
|
-
"thirdParty",
|
|
14014
|
-
"recipient",
|
|
14015
|
-
""
|
|
14016
|
-
]
|
|
14017
|
-
},
|
|
14018
|
-
"ConsentRequestItemJSON": {
|
|
14827
|
+
"DoubleFormFieldSettingsJSON": {
|
|
14019
14828
|
"type": "object",
|
|
14020
14829
|
"properties": {
|
|
14021
14830
|
"@type": {
|
|
14022
14831
|
"type": "string",
|
|
14023
|
-
"const": "
|
|
14832
|
+
"const": "DoubleFormFieldSettings"
|
|
14024
14833
|
},
|
|
14025
14834
|
"@context": {
|
|
14026
14835
|
"type": "string"
|
|
@@ -14028,46 +14837,95 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14028
14837
|
"@version": {
|
|
14029
14838
|
"type": "string"
|
|
14030
14839
|
},
|
|
14031
|
-
"
|
|
14032
|
-
"type": "string"
|
|
14033
|
-
"description": "The human-readable title of this item."
|
|
14840
|
+
"unit": {
|
|
14841
|
+
"type": "string"
|
|
14034
14842
|
},
|
|
14035
|
-
"
|
|
14843
|
+
"min": {
|
|
14844
|
+
"type": "number"
|
|
14845
|
+
},
|
|
14846
|
+
"max": {
|
|
14847
|
+
"type": "number"
|
|
14848
|
+
}
|
|
14849
|
+
},
|
|
14850
|
+
"required": [
|
|
14851
|
+
"@type"
|
|
14852
|
+
],
|
|
14853
|
+
"additionalProperties": false
|
|
14854
|
+
},
|
|
14855
|
+
"BooleanFormFieldSettingsJSON": {
|
|
14856
|
+
"type": "object",
|
|
14857
|
+
"properties": {
|
|
14858
|
+
"@type": {
|
|
14036
14859
|
"type": "string",
|
|
14037
|
-
"
|
|
14860
|
+
"const": "BooleanFormFieldSettings"
|
|
14038
14861
|
},
|
|
14039
|
-
"
|
|
14040
|
-
"type": "
|
|
14041
|
-
"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 item as they receive the response."
|
|
14862
|
+
"@context": {
|
|
14863
|
+
"type": "string"
|
|
14042
14864
|
},
|
|
14043
|
-
"
|
|
14044
|
-
"type": "
|
|
14045
|
-
|
|
14865
|
+
"@version": {
|
|
14866
|
+
"type": "string"
|
|
14867
|
+
}
|
|
14868
|
+
},
|
|
14869
|
+
"required": [
|
|
14870
|
+
"@type"
|
|
14871
|
+
],
|
|
14872
|
+
"additionalProperties": false
|
|
14873
|
+
},
|
|
14874
|
+
"DateFormFieldSettingsJSON": {
|
|
14875
|
+
"type": "object",
|
|
14876
|
+
"properties": {
|
|
14877
|
+
"@type": {
|
|
14878
|
+
"type": "string",
|
|
14879
|
+
"const": "DateFormFieldSettings"
|
|
14046
14880
|
},
|
|
14047
|
-
"
|
|
14048
|
-
"type": "
|
|
14049
|
-
|
|
14881
|
+
"@context": {
|
|
14882
|
+
"type": "string"
|
|
14883
|
+
},
|
|
14884
|
+
"@version": {
|
|
14885
|
+
"type": "string"
|
|
14886
|
+
}
|
|
14887
|
+
},
|
|
14888
|
+
"required": [
|
|
14889
|
+
"@type"
|
|
14890
|
+
],
|
|
14891
|
+
"additionalProperties": false
|
|
14892
|
+
},
|
|
14893
|
+
"SelectionFormFieldSettingsJSON": {
|
|
14894
|
+
"type": "object",
|
|
14895
|
+
"properties": {
|
|
14896
|
+
"@type": {
|
|
14897
|
+
"type": "string",
|
|
14898
|
+
"const": "SelectionFormFieldSettings"
|
|
14050
14899
|
},
|
|
14051
|
-
"
|
|
14900
|
+
"@context": {
|
|
14052
14901
|
"type": "string"
|
|
14053
14902
|
},
|
|
14054
|
-
"
|
|
14903
|
+
"@version": {
|
|
14055
14904
|
"type": "string"
|
|
14905
|
+
},
|
|
14906
|
+
"options": {
|
|
14907
|
+
"type": "array",
|
|
14908
|
+
"items": {
|
|
14909
|
+
"type": "string"
|
|
14910
|
+
}
|
|
14911
|
+
},
|
|
14912
|
+
"allowMultipleSelection": {
|
|
14913
|
+
"type": "boolean",
|
|
14914
|
+
"const": true
|
|
14056
14915
|
}
|
|
14057
14916
|
},
|
|
14058
14917
|
"required": [
|
|
14059
14918
|
"@type",
|
|
14060
|
-
"
|
|
14061
|
-
"mustBeAccepted"
|
|
14919
|
+
"options"
|
|
14062
14920
|
],
|
|
14063
14921
|
"additionalProperties": false
|
|
14064
14922
|
},
|
|
14065
|
-
"
|
|
14923
|
+
"RatingFormFieldSettingsJSON": {
|
|
14066
14924
|
"type": "object",
|
|
14067
14925
|
"properties": {
|
|
14068
14926
|
"@type": {
|
|
14069
14927
|
"type": "string",
|
|
14070
|
-
"const": "
|
|
14928
|
+
"const": "RatingFormFieldSettings"
|
|
14071
14929
|
},
|
|
14072
14930
|
"@context": {
|
|
14073
14931
|
"type": "string"
|
|
@@ -14075,40 +14933,30 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14075
14933
|
"@version": {
|
|
14076
14934
|
"type": "string"
|
|
14077
14935
|
},
|
|
14078
|
-
"
|
|
14079
|
-
"type": "
|
|
14080
|
-
"
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14086
|
-
|
|
14087
|
-
|
|
14088
|
-
"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 item as they receive the response."
|
|
14089
|
-
},
|
|
14090
|
-
"mustBeAccepted": {
|
|
14091
|
-
"type": "boolean",
|
|
14092
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14093
|
-
},
|
|
14094
|
-
"requireManualDecision": {
|
|
14095
|
-
"type": "boolean",
|
|
14096
|
-
"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."
|
|
14936
|
+
"maxRating": {
|
|
14937
|
+
"type": "number",
|
|
14938
|
+
"enum": [
|
|
14939
|
+
5,
|
|
14940
|
+
6,
|
|
14941
|
+
7,
|
|
14942
|
+
8,
|
|
14943
|
+
9,
|
|
14944
|
+
10
|
|
14945
|
+
]
|
|
14097
14946
|
}
|
|
14098
14947
|
},
|
|
14099
14948
|
"required": [
|
|
14100
14949
|
"@type",
|
|
14101
|
-
"
|
|
14102
|
-
"title"
|
|
14950
|
+
"maxRating"
|
|
14103
14951
|
],
|
|
14104
14952
|
"additionalProperties": false
|
|
14105
14953
|
},
|
|
14106
|
-
"
|
|
14954
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
14107
14955
|
"type": "object",
|
|
14108
14956
|
"properties": {
|
|
14109
14957
|
"@type": {
|
|
14110
14958
|
"type": "string",
|
|
14111
|
-
"const": "
|
|
14959
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
14112
14960
|
},
|
|
14113
14961
|
"@context": {
|
|
14114
14962
|
"type": "string"
|
|
@@ -14136,23 +14984,30 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14136
14984
|
"type": "boolean",
|
|
14137
14985
|
"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."
|
|
14138
14986
|
},
|
|
14139
|
-
"
|
|
14140
|
-
"
|
|
14987
|
+
"query": {
|
|
14988
|
+
"anyOf": [
|
|
14989
|
+
{
|
|
14990
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
14991
|
+
},
|
|
14992
|
+
{
|
|
14993
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
14994
|
+
}
|
|
14995
|
+
]
|
|
14141
14996
|
}
|
|
14142
14997
|
},
|
|
14143
14998
|
"required": [
|
|
14144
14999
|
"@type",
|
|
14145
|
-
"
|
|
14146
|
-
"
|
|
15000
|
+
"mustBeAccepted",
|
|
15001
|
+
"query"
|
|
14147
15002
|
],
|
|
14148
15003
|
"additionalProperties": false
|
|
14149
15004
|
},
|
|
14150
|
-
"
|
|
15005
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
14151
15006
|
"type": "object",
|
|
14152
15007
|
"properties": {
|
|
14153
15008
|
"@type": {
|
|
14154
15009
|
"type": "string",
|
|
14155
|
-
"const": "
|
|
15010
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
14156
15011
|
},
|
|
14157
15012
|
"@context": {
|
|
14158
15013
|
"type": "string"
|
|
@@ -14180,21 +15035,14 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14180
15035
|
"type": "boolean",
|
|
14181
15036
|
"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."
|
|
14182
15037
|
},
|
|
14183
|
-
"
|
|
14184
|
-
"
|
|
14185
|
-
{
|
|
14186
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
14187
|
-
},
|
|
14188
|
-
{
|
|
14189
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
14190
|
-
}
|
|
14191
|
-
]
|
|
15038
|
+
"fileReference": {
|
|
15039
|
+
"type": "string"
|
|
14192
15040
|
}
|
|
14193
15041
|
},
|
|
14194
15042
|
"required": [
|
|
14195
15043
|
"@type",
|
|
14196
|
-
"
|
|
14197
|
-
"
|
|
15044
|
+
"fileReference",
|
|
15045
|
+
"mustBeAccepted"
|
|
14198
15046
|
],
|
|
14199
15047
|
"additionalProperties": false
|
|
14200
15048
|
},
|
|
@@ -14281,12 +15129,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14281
15129
|
},
|
|
14282
15130
|
"isTechnical": {
|
|
14283
15131
|
"type": "boolean"
|
|
14284
|
-
},
|
|
14285
|
-
"validFrom": {
|
|
14286
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14287
|
-
},
|
|
14288
|
-
"validTo": {
|
|
14289
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14290
15132
|
}
|
|
14291
15133
|
},
|
|
14292
15134
|
"required": [
|
|
@@ -14949,6 +15791,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14949
15791
|
},
|
|
14950
15792
|
"link": {
|
|
14951
15793
|
"type": "string"
|
|
15794
|
+
},
|
|
15795
|
+
"linkDisplayText": {
|
|
15796
|
+
"type": "string"
|
|
14952
15797
|
}
|
|
14953
15798
|
},
|
|
14954
15799
|
"required": [
|
|
@@ -14965,14 +15810,14 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14965
15810
|
"protected"
|
|
14966
15811
|
]
|
|
14967
15812
|
},
|
|
15813
|
+
"AddressString": {
|
|
15814
|
+
"type": "string",
|
|
15815
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
15816
|
+
},
|
|
14968
15817
|
"ISO8601DateTimeString": {
|
|
14969
15818
|
"type": "string",
|
|
14970
15819
|
"errorMessage": "must match ISO8601 datetime format",
|
|
14971
15820
|
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
14972
|
-
},
|
|
14973
|
-
"AddressString": {
|
|
14974
|
-
"type": "string",
|
|
14975
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
14976
15821
|
}
|
|
14977
15822
|
}
|
|
14978
15823
|
};
|
|
@@ -14993,12 +15838,6 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
14993
15838
|
"items": {
|
|
14994
15839
|
"type": "string"
|
|
14995
15840
|
}
|
|
14996
|
-
},
|
|
14997
|
-
"validFrom": {
|
|
14998
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14999
|
-
},
|
|
15000
|
-
"validTo": {
|
|
15001
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
15002
15841
|
}
|
|
15003
15842
|
},
|
|
15004
15843
|
"required": [
|
|
@@ -15010,11 +15849,6 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
15010
15849
|
"required": [
|
|
15011
15850
|
"content"
|
|
15012
15851
|
]
|
|
15013
|
-
},
|
|
15014
|
-
"ISO8601DateTimeString": {
|
|
15015
|
-
"type": "string",
|
|
15016
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
15017
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
15018
15852
|
}
|
|
15019
15853
|
}
|
|
15020
15854
|
};
|
|
@@ -15165,12 +15999,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
15165
15999
|
"items": {
|
|
15166
16000
|
"type": "string"
|
|
15167
16001
|
}
|
|
15168
|
-
},
|
|
15169
|
-
"validFrom": {
|
|
15170
|
-
"type": "string"
|
|
15171
|
-
},
|
|
15172
|
-
"validTo": {
|
|
15173
|
-
"type": "string"
|
|
15174
16002
|
}
|
|
15175
16003
|
},
|
|
15176
16004
|
"required": [
|
|
@@ -15400,12 +16228,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
15400
16228
|
},
|
|
15401
16229
|
"attributeCreationHints": {
|
|
15402
16230
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
15403
|
-
},
|
|
15404
|
-
"validFrom": {
|
|
15405
|
-
"type": "string"
|
|
15406
|
-
},
|
|
15407
|
-
"validTo": {
|
|
15408
|
-
"type": "string"
|
|
15409
16231
|
}
|
|
15410
16232
|
},
|
|
15411
16233
|
"required": [
|
|
@@ -15574,22 +16396,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15574
16396
|
"type": "string"
|
|
15575
16397
|
},
|
|
15576
16398
|
"owner": {
|
|
15577
|
-
"
|
|
15578
|
-
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
"type": "string",
|
|
15583
|
-
"const": "thirdParty"
|
|
15584
|
-
},
|
|
15585
|
-
{
|
|
15586
|
-
"type": "string",
|
|
15587
|
-
"const": "recipient"
|
|
15588
|
-
},
|
|
15589
|
-
{
|
|
15590
|
-
"type": "string",
|
|
15591
|
-
"const": ""
|
|
15592
|
-
}
|
|
16399
|
+
"type": "string",
|
|
16400
|
+
"enum": [
|
|
16401
|
+
"thirdParty",
|
|
16402
|
+
"recipient",
|
|
16403
|
+
""
|
|
15593
16404
|
]
|
|
15594
16405
|
},
|
|
15595
16406
|
"thirdParty": {
|
|
@@ -15597,12 +16408,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15597
16408
|
"items": {
|
|
15598
16409
|
"type": "string"
|
|
15599
16410
|
}
|
|
15600
|
-
},
|
|
15601
|
-
"validFrom": {
|
|
15602
|
-
"type": "string"
|
|
15603
|
-
},
|
|
15604
|
-
"validTo": {
|
|
15605
|
-
"type": "string"
|
|
15606
16411
|
}
|
|
15607
16412
|
},
|
|
15608
16413
|
"required": [
|
|
@@ -15612,14 +16417,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15612
16417
|
"thirdParty"
|
|
15613
16418
|
],
|
|
15614
16419
|
"additionalProperties": false
|
|
15615
|
-
},
|
|
15616
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
15617
|
-
"type": "string",
|
|
15618
|
-
"enum": [
|
|
15619
|
-
"thirdParty",
|
|
15620
|
-
"recipient",
|
|
15621
|
-
""
|
|
15622
|
-
]
|
|
15623
16420
|
}
|
|
15624
16421
|
}
|
|
15625
16422
|
};
|
|
@@ -15655,9 +16452,6 @@ exports.GetAttributesRequest = {
|
|
|
15655
16452
|
"query": {
|
|
15656
16453
|
"$ref": "#/definitions/GetAttributesRequestQuery"
|
|
15657
16454
|
},
|
|
15658
|
-
"onlyValid": {
|
|
15659
|
-
"type": "boolean"
|
|
15660
|
-
},
|
|
15661
16455
|
"hideTechnical": {
|
|
15662
16456
|
"type": "boolean"
|
|
15663
16457
|
}
|
|
@@ -15751,32 +16545,6 @@ exports.GetAttributesRequest = {
|
|
|
15751
16545
|
}
|
|
15752
16546
|
]
|
|
15753
16547
|
},
|
|
15754
|
-
"content.validFrom": {
|
|
15755
|
-
"anyOf": [
|
|
15756
|
-
{
|
|
15757
|
-
"type": "string"
|
|
15758
|
-
},
|
|
15759
|
-
{
|
|
15760
|
-
"type": "array",
|
|
15761
|
-
"items": {
|
|
15762
|
-
"type": "string"
|
|
15763
|
-
}
|
|
15764
|
-
}
|
|
15765
|
-
]
|
|
15766
|
-
},
|
|
15767
|
-
"content.validTo": {
|
|
15768
|
-
"anyOf": [
|
|
15769
|
-
{
|
|
15770
|
-
"type": "string"
|
|
15771
|
-
},
|
|
15772
|
-
{
|
|
15773
|
-
"type": "array",
|
|
15774
|
-
"items": {
|
|
15775
|
-
"type": "string"
|
|
15776
|
-
}
|
|
15777
|
-
}
|
|
15778
|
-
]
|
|
15779
|
-
},
|
|
15780
16548
|
"content.key": {
|
|
15781
16549
|
"anyOf": [
|
|
15782
16550
|
{
|
|
@@ -15951,9 +16719,6 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
15951
16719
|
"peer": {
|
|
15952
16720
|
"$ref": "#/definitions/AddressString"
|
|
15953
16721
|
},
|
|
15954
|
-
"onlyValid": {
|
|
15955
|
-
"type": "boolean"
|
|
15956
|
-
},
|
|
15957
16722
|
"query": {
|
|
15958
16723
|
"$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
|
|
15959
16724
|
},
|
|
@@ -16006,32 +16771,6 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
16006
16771
|
}
|
|
16007
16772
|
]
|
|
16008
16773
|
},
|
|
16009
|
-
"content.validFrom": {
|
|
16010
|
-
"anyOf": [
|
|
16011
|
-
{
|
|
16012
|
-
"type": "string"
|
|
16013
|
-
},
|
|
16014
|
-
{
|
|
16015
|
-
"type": "array",
|
|
16016
|
-
"items": {
|
|
16017
|
-
"type": "string"
|
|
16018
|
-
}
|
|
16019
|
-
}
|
|
16020
|
-
]
|
|
16021
|
-
},
|
|
16022
|
-
"content.validTo": {
|
|
16023
|
-
"anyOf": [
|
|
16024
|
-
{
|
|
16025
|
-
"type": "string"
|
|
16026
|
-
},
|
|
16027
|
-
{
|
|
16028
|
-
"type": "array",
|
|
16029
|
-
"items": {
|
|
16030
|
-
"type": "string"
|
|
16031
|
-
}
|
|
16032
|
-
}
|
|
16033
|
-
]
|
|
16034
|
-
},
|
|
16035
16774
|
"content.key": {
|
|
16036
16775
|
"anyOf": [
|
|
16037
16776
|
{
|
|
@@ -16193,9 +16932,6 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16193
16932
|
"peer": {
|
|
16194
16933
|
"$ref": "#/definitions/AddressString"
|
|
16195
16934
|
},
|
|
16196
|
-
"onlyValid": {
|
|
16197
|
-
"type": "boolean"
|
|
16198
|
-
},
|
|
16199
16935
|
"query": {
|
|
16200
16936
|
"$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
|
|
16201
16937
|
},
|
|
@@ -16248,32 +16984,6 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16248
16984
|
}
|
|
16249
16985
|
]
|
|
16250
16986
|
},
|
|
16251
|
-
"content.validFrom": {
|
|
16252
|
-
"anyOf": [
|
|
16253
|
-
{
|
|
16254
|
-
"type": "string"
|
|
16255
|
-
},
|
|
16256
|
-
{
|
|
16257
|
-
"type": "array",
|
|
16258
|
-
"items": {
|
|
16259
|
-
"type": "string"
|
|
16260
|
-
}
|
|
16261
|
-
}
|
|
16262
|
-
]
|
|
16263
|
-
},
|
|
16264
|
-
"content.validTo": {
|
|
16265
|
-
"anyOf": [
|
|
16266
|
-
{
|
|
16267
|
-
"type": "string"
|
|
16268
|
-
},
|
|
16269
|
-
{
|
|
16270
|
-
"type": "array",
|
|
16271
|
-
"items": {
|
|
16272
|
-
"type": "string"
|
|
16273
|
-
}
|
|
16274
|
-
}
|
|
16275
|
-
]
|
|
16276
|
-
},
|
|
16277
16987
|
"content.key": {
|
|
16278
16988
|
"anyOf": [
|
|
16279
16989
|
{
|
|
@@ -16451,32 +17161,6 @@ exports.GetRepositoryAttributesRequest = {
|
|
|
16451
17161
|
}
|
|
16452
17162
|
]
|
|
16453
17163
|
},
|
|
16454
|
-
"content.validFrom": {
|
|
16455
|
-
"anyOf": [
|
|
16456
|
-
{
|
|
16457
|
-
"type": "string"
|
|
16458
|
-
},
|
|
16459
|
-
{
|
|
16460
|
-
"type": "array",
|
|
16461
|
-
"items": {
|
|
16462
|
-
"type": "string"
|
|
16463
|
-
}
|
|
16464
|
-
}
|
|
16465
|
-
]
|
|
16466
|
-
},
|
|
16467
|
-
"content.validTo": {
|
|
16468
|
-
"anyOf": [
|
|
16469
|
-
{
|
|
16470
|
-
"type": "string"
|
|
16471
|
-
},
|
|
16472
|
-
{
|
|
16473
|
-
"type": "array",
|
|
16474
|
-
"items": {
|
|
16475
|
-
"type": "string"
|
|
16476
|
-
}
|
|
16477
|
-
}
|
|
16478
|
-
]
|
|
16479
|
-
},
|
|
16480
17164
|
"content.value.@type": {
|
|
16481
17165
|
"anyOf": [
|
|
16482
17166
|
{
|
|
@@ -16669,12 +17353,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
16669
17353
|
"properties": {
|
|
16670
17354
|
"value": {
|
|
16671
17355
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
16672
|
-
},
|
|
16673
|
-
"validFrom": {
|
|
16674
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
16675
|
-
},
|
|
16676
|
-
"validTo": {
|
|
16677
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
16678
17356
|
}
|
|
16679
17357
|
},
|
|
16680
17358
|
"required": [
|
|
@@ -17300,6 +17978,9 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17300
17978
|
},
|
|
17301
17979
|
"link": {
|
|
17302
17980
|
"type": "string"
|
|
17981
|
+
},
|
|
17982
|
+
"linkDisplayText": {
|
|
17983
|
+
"type": "string"
|
|
17303
17984
|
}
|
|
17304
17985
|
},
|
|
17305
17986
|
"required": [
|
|
@@ -17307,11 +17988,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17307
17988
|
"consent"
|
|
17308
17989
|
],
|
|
17309
17990
|
"additionalProperties": false
|
|
17310
|
-
},
|
|
17311
|
-
"ISO8601DateTimeString": {
|
|
17312
|
-
"type": "string",
|
|
17313
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
17314
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
17315
17991
|
}
|
|
17316
17992
|
}
|
|
17317
17993
|
};
|
|
@@ -17336,12 +18012,6 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
17336
18012
|
"items": {
|
|
17337
18013
|
"type": "string"
|
|
17338
18014
|
}
|
|
17339
|
-
},
|
|
17340
|
-
"validFrom": {
|
|
17341
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17342
|
-
},
|
|
17343
|
-
"validTo": {
|
|
17344
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17345
18015
|
}
|
|
17346
18016
|
},
|
|
17347
18017
|
"required": [
|
|
@@ -18559,11 +19229,6 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
18559
19229
|
"value"
|
|
18560
19230
|
],
|
|
18561
19231
|
"additionalProperties": false
|
|
18562
|
-
},
|
|
18563
|
-
"ISO8601DateTimeString": {
|
|
18564
|
-
"type": "string",
|
|
18565
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
18566
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
18567
19232
|
}
|
|
18568
19233
|
}
|
|
18569
19234
|
};
|