@nmshd/runtime 3.7.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Runtime.d.ts +1 -1
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +2 -2
- package/dist/Runtime.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/dist/dataViews/DataViewExpander.d.ts +4 -4
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +1 -1
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts.map +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +14 -14
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.js +25 -25
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/modules/AttributeListenerModule.d.ts.map +1 -1
- package/dist/modules/AttributeListenerModule.js.map +1 -1
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/useCases/common/RuntimeErrors.d.ts +4 -4
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +8 -8
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +6 -6
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +694 -694
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/attributes/{CreateIdentityAttribute.d.ts → CreateRepositoryAttribute.d.ts} +5 -5
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{CreateIdentityAttribute.js → CreateRepositoryAttribute.js} +7 -7
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -0
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +19 -0
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{GetOwnIdentityAttributes.js → GetRepositoryAttributes.js} +9 -9
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -0
- package/dist/useCases/consumption/attributes/{GetSharedVersionsOfIdentityAttribute.d.ts → GetSharedVersionsOfRepositoryAttribute.d.ts} +5 -5
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfRepositoryAttribute.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{GetSharedVersionsOfIdentityAttribute.js → GetSharedVersionsOfRepositoryAttribute.js} +8 -8
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfRepositoryAttribute.js.map +1 -0
- package/dist/useCases/consumption/attributes/{NotifyPeerAboutIdentityAttributeSuccession.d.ts → NotifyPeerAboutRepositoryAttributeSuccession.d.ts} +6 -6
- package/dist/useCases/consumption/attributes/NotifyPeerAboutRepositoryAttributeSuccession.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{NotifyPeerAboutIdentityAttributeSuccession.js → NotifyPeerAboutRepositoryAttributeSuccession.js} +10 -10
- package/dist/useCases/consumption/attributes/NotifyPeerAboutRepositoryAttributeSuccession.js.map +1 -0
- package/dist/useCases/consumption/attributes/{ShareIdentityAttribute.d.ts → ShareRepositoryAttribute.d.ts} +5 -5
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{ShareIdentityAttribute.js → ShareRepositoryAttribute.js} +12 -12
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -0
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/{SucceedIdentityAttribute.d.ts → SucceedRepositoryAttribute.d.ts} +6 -6
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/{SucceedIdentityAttribute.js → SucceedRepositoryAttribute.js} +7 -7
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -0
- package/dist/useCases/consumption/attributes/index.d.ts +6 -6
- package/dist/useCases/consumption/attributes/index.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/index.js +6 -6
- package/dist/useCases/consumption/attributes/index.js.map +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts.map +1 -1
- package/lib-web/nmshd.runtime.js +926 -926
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +1 -1
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/useCases/consumption/attributes/CreateIdentityAttribute.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/CreateIdentityAttribute.js.map +0 -1
- package/dist/useCases/consumption/attributes/GetOwnIdentityAttributes.d.ts +0 -19
- package/dist/useCases/consumption/attributes/GetOwnIdentityAttributes.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/GetOwnIdentityAttributes.js.map +0 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfIdentityAttribute.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfIdentityAttribute.js.map +0 -1
- package/dist/useCases/consumption/attributes/NotifyPeerAboutIdentityAttributeSuccession.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/NotifyPeerAboutIdentityAttributeSuccession.js.map +0 -1
- package/dist/useCases/consumption/attributes/ShareIdentityAttribute.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/ShareIdentityAttribute.js.map +0 -1
- package/dist/useCases/consumption/attributes/SucceedIdentityAttribute.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/SucceedIdentityAttribute.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.
|
|
3
|
+
exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.GetVersionsOfAttributeRequest = exports.GetSharedVersionsOfRepositoryAttributeRequest = exports.GetRepositoryAttributesRequest = exports.GetPeerSharedAttributesRequest = exports.GetOwnSharedAttributesRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.ExecuteIQLQueryRequest = exports.ExecuteIdentityAttributeQueryRequest = exports.CreateRepositoryAttributeRequest = exports.CreateAndShareRelationshipAttributeRequest = exports.SentOutgoingRequestRequest = exports.RequireManualDecisionOfIncomingRequestRequest = exports.ReceivedIncomingRequestRequest = exports.GetOutgoingRequestsRequest = exports.GetOutgoingRequestRequest = exports.GetIncomingRequestsRequest = exports.GetIncomingRequestRequest = exports.DiscardOutgoingRequestRequest = exports.CreateOutgoingRequestRequest = exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest = exports.CompleteOutgoingRequestRequest = exports.CompleteIncomingRequestRequest = exports.CheckPrerequisitesOfIncomingRequestRequest = exports.RejectIncomingRequestRequest = exports.CanCreateOutgoingRequestRequest = exports.AcceptIncomingRequestRequest = exports.GetAttributeListenerRequest = exports.LoadPeerTokenAnonymousByTruncatedReferenceRequest = exports.LoadPeerTokenAnonymousByIdAndKeyRequest = void 0;
|
|
4
4
|
exports.LoadPeerRelationshipTemplateViaSecretRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.CreateTokenQRCodeForOwnTemplateRequest = exports.CreateTokenForOwnTemplateRequest = exports.CreateQRCodeForOwnTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.RevokeRelationshipChangeRequest = exports.RejectRelationshipChangeRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.CreateRelationshipRequest = exports.AcceptRelationshipChangeRequest = exports.SendMessageRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CheckIdentityRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetOrLoadFileViaReferenceRequest = exports.GetOrLoadFileViaSecretRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.CreateTokenQRCodeForFileRequest = exports.CreateTokenForFileRequest = exports.CreateQRCodeForFileRequest = exports.UpdateDeviceRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.CreateDeviceChallengeRequest = exports.CreateIdentityChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.SyncEverythingRequest = exports.DownloadAttachmentRequest = exports.SyncDatawalletRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromTruncatedReferenceRequest = exports.DownloadFileRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = void 0;
|
|
5
5
|
exports.LoadPeerTokenRequest = exports.LoadPeerTokenViaSecretRequest = exports.LoadPeerTokenViaReferenceRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.GetQRCodeForTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.LoadPeerRelationshipTemplateViaReferenceRequest = void 0;
|
|
6
6
|
exports.LoadPeerTokenAnonymousByIdAndKeyRequest = {
|
|
@@ -14546,11 +14546,11 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14546
14546
|
}
|
|
14547
14547
|
}
|
|
14548
14548
|
};
|
|
14549
|
-
exports.
|
|
14549
|
+
exports.CreateRepositoryAttributeRequest = {
|
|
14550
14550
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
14551
|
-
"$ref": "#/definitions/
|
|
14551
|
+
"$ref": "#/definitions/CreateRepositoryAttributeRequest",
|
|
14552
14552
|
"definitions": {
|
|
14553
|
-
"
|
|
14553
|
+
"CreateRepositoryAttributeRequest": {
|
|
14554
14554
|
"type": "object",
|
|
14555
14555
|
"properties": {
|
|
14556
14556
|
"content": {
|
|
@@ -16528,21 +16528,6 @@ exports.GetAttributesRequest = {
|
|
|
16528
16528
|
}
|
|
16529
16529
|
}
|
|
16530
16530
|
};
|
|
16531
|
-
exports.GetOwnIdentityAttributesRequest = {
|
|
16532
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16533
|
-
"$ref": "#/definitions/GetOwnIdentityAttributesRequest",
|
|
16534
|
-
"definitions": {
|
|
16535
|
-
"GetOwnIdentityAttributesRequest": {
|
|
16536
|
-
"type": "object",
|
|
16537
|
-
"properties": {
|
|
16538
|
-
"onlyLatestVersions": {
|
|
16539
|
-
"type": "boolean"
|
|
16540
|
-
}
|
|
16541
|
-
},
|
|
16542
|
-
"additionalProperties": false
|
|
16543
|
-
}
|
|
16544
|
-
}
|
|
16545
|
-
};
|
|
16546
16531
|
exports.GetOwnSharedAttributesRequest = {
|
|
16547
16532
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16548
16533
|
"$ref": "#/definitions/GetOwnSharedAttributesRequest",
|
|
@@ -16928,11 +16913,26 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16928
16913
|
}
|
|
16929
16914
|
}
|
|
16930
16915
|
};
|
|
16931
|
-
exports.
|
|
16916
|
+
exports.GetRepositoryAttributesRequest = {
|
|
16917
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16918
|
+
"$ref": "#/definitions/GetRepositoryAttributesRequest",
|
|
16919
|
+
"definitions": {
|
|
16920
|
+
"GetRepositoryAttributesRequest": {
|
|
16921
|
+
"type": "object",
|
|
16922
|
+
"properties": {
|
|
16923
|
+
"onlyLatestVersions": {
|
|
16924
|
+
"type": "boolean"
|
|
16925
|
+
}
|
|
16926
|
+
},
|
|
16927
|
+
"additionalProperties": false
|
|
16928
|
+
}
|
|
16929
|
+
}
|
|
16930
|
+
};
|
|
16931
|
+
exports.GetSharedVersionsOfRepositoryAttributeRequest = {
|
|
16932
16932
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16933
|
-
"$ref": "#/definitions/
|
|
16933
|
+
"$ref": "#/definitions/GetSharedVersionsOfRepositoryAttributeRequest",
|
|
16934
16934
|
"definitions": {
|
|
16935
|
-
"
|
|
16935
|
+
"GetSharedVersionsOfRepositoryAttributeRequest": {
|
|
16936
16936
|
"type": "object",
|
|
16937
16937
|
"properties": {
|
|
16938
16938
|
"attributeId": {
|
|
@@ -16985,11 +16985,11 @@ exports.GetVersionsOfAttributeRequest = {
|
|
|
16985
16985
|
}
|
|
16986
16986
|
}
|
|
16987
16987
|
};
|
|
16988
|
-
exports.
|
|
16988
|
+
exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
16989
16989
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16990
|
-
"$ref": "#/definitions/
|
|
16990
|
+
"$ref": "#/definitions/NotifyPeerAboutRepositoryAttributeSuccessionRequest",
|
|
16991
16991
|
"definitions": {
|
|
16992
|
-
"
|
|
16992
|
+
"NotifyPeerAboutRepositoryAttributeSuccessionRequest": {
|
|
16993
16993
|
"type": "object",
|
|
16994
16994
|
"properties": {
|
|
16995
16995
|
"attributeId": {
|
|
@@ -17015,11 +17015,11 @@ exports.NotifyPeerAboutIdentityAttributeSuccessionRequest = {
|
|
|
17015
17015
|
}
|
|
17016
17016
|
}
|
|
17017
17017
|
};
|
|
17018
|
-
exports.
|
|
17018
|
+
exports.ShareRepositoryAttributeRequest = {
|
|
17019
17019
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
17020
|
-
"$ref": "#/definitions/
|
|
17020
|
+
"$ref": "#/definitions/ShareRepositoryAttributeRequest",
|
|
17021
17021
|
"definitions": {
|
|
17022
|
-
"
|
|
17022
|
+
"ShareRepositoryAttributeRequest": {
|
|
17023
17023
|
"type": "object",
|
|
17024
17024
|
"properties": {
|
|
17025
17025
|
"attributeId": {
|
|
@@ -17086,27 +17086,21 @@ exports.ShareIdentityAttributeRequest = {
|
|
|
17086
17086
|
}
|
|
17087
17087
|
}
|
|
17088
17088
|
};
|
|
17089
|
-
exports.
|
|
17089
|
+
exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
17090
17090
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
17091
|
-
"$ref": "#/definitions/
|
|
17091
|
+
"$ref": "#/definitions/SucceedRelationshipAttributeAndNotifyPeerRequest",
|
|
17092
17092
|
"definitions": {
|
|
17093
|
-
"
|
|
17093
|
+
"SucceedRelationshipAttributeAndNotifyPeerRequest": {
|
|
17094
17094
|
"type": "object",
|
|
17095
17095
|
"properties": {
|
|
17096
17096
|
"predecessorId": {
|
|
17097
|
-
"
|
|
17097
|
+
"$ref": "#/definitions/AttributeIdString"
|
|
17098
17098
|
},
|
|
17099
17099
|
"successorContent": {
|
|
17100
17100
|
"type": "object",
|
|
17101
17101
|
"properties": {
|
|
17102
17102
|
"value": {
|
|
17103
|
-
"$ref": "#/definitions/AttributeValues.
|
|
17104
|
-
},
|
|
17105
|
-
"tags": {
|
|
17106
|
-
"type": "array",
|
|
17107
|
-
"items": {
|
|
17108
|
-
"type": "string"
|
|
17109
|
-
}
|
|
17103
|
+
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
17110
17104
|
},
|
|
17111
17105
|
"validFrom": {
|
|
17112
17106
|
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
@@ -17127,86 +17121,62 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17127
17121
|
],
|
|
17128
17122
|
"additionalProperties": false
|
|
17129
17123
|
},
|
|
17130
|
-
"
|
|
17131
|
-
"
|
|
17132
|
-
|
|
17133
|
-
"$ref": "#/definitions/AttributeValues.Identity.Editable.Json"
|
|
17134
|
-
},
|
|
17135
|
-
{
|
|
17136
|
-
"$ref": "#/definitions/AttributeValues.Identity.Uneditable.Json"
|
|
17137
|
-
}
|
|
17138
|
-
]
|
|
17124
|
+
"AttributeIdString": {
|
|
17125
|
+
"type": "string",
|
|
17126
|
+
"pattern": "ATT[A-Za-z0-9]{17}"
|
|
17139
17127
|
},
|
|
17140
|
-
"AttributeValues.
|
|
17128
|
+
"AttributeValues.Relationship.Json": {
|
|
17141
17129
|
"anyOf": [
|
|
17142
17130
|
{
|
|
17143
|
-
"$ref": "#/definitions/
|
|
17144
|
-
},
|
|
17145
|
-
{
|
|
17146
|
-
"$ref": "#/definitions/BirthDateJSON"
|
|
17147
|
-
},
|
|
17148
|
-
{
|
|
17149
|
-
"$ref": "#/definitions/BirthNameJSON"
|
|
17150
|
-
},
|
|
17151
|
-
{
|
|
17152
|
-
"$ref": "#/definitions/BirthPlaceJSON"
|
|
17153
|
-
},
|
|
17154
|
-
{
|
|
17155
|
-
"$ref": "#/definitions/CitizenshipJSON"
|
|
17156
|
-
},
|
|
17157
|
-
{
|
|
17158
|
-
"$ref": "#/definitions/CommunicationLanguageJSON"
|
|
17159
|
-
},
|
|
17160
|
-
{
|
|
17161
|
-
"$ref": "#/definitions/DeliveryBoxAddressJSON"
|
|
17131
|
+
"$ref": "#/definitions/ProprietaryBooleanJSON"
|
|
17162
17132
|
},
|
|
17163
17133
|
{
|
|
17164
|
-
"$ref": "#/definitions/
|
|
17134
|
+
"$ref": "#/definitions/ProprietaryCountryJSON"
|
|
17165
17135
|
},
|
|
17166
17136
|
{
|
|
17167
|
-
"$ref": "#/definitions/
|
|
17137
|
+
"$ref": "#/definitions/ProprietaryEMailAddressJSON"
|
|
17168
17138
|
},
|
|
17169
17139
|
{
|
|
17170
|
-
"$ref": "#/definitions/
|
|
17140
|
+
"$ref": "#/definitions/ProprietaryFileReferenceJSON"
|
|
17171
17141
|
},
|
|
17172
17142
|
{
|
|
17173
|
-
"$ref": "#/definitions/
|
|
17143
|
+
"$ref": "#/definitions/ProprietaryFloatJSON"
|
|
17174
17144
|
},
|
|
17175
17145
|
{
|
|
17176
|
-
"$ref": "#/definitions/
|
|
17146
|
+
"$ref": "#/definitions/ProprietaryHEXColorJSON"
|
|
17177
17147
|
},
|
|
17178
17148
|
{
|
|
17179
|
-
"$ref": "#/definitions/
|
|
17149
|
+
"$ref": "#/definitions/ProprietaryIntegerJSON"
|
|
17180
17150
|
},
|
|
17181
17151
|
{
|
|
17182
|
-
"$ref": "#/definitions/
|
|
17152
|
+
"$ref": "#/definitions/ProprietaryLanguageJSON"
|
|
17183
17153
|
},
|
|
17184
17154
|
{
|
|
17185
|
-
"$ref": "#/definitions/
|
|
17155
|
+
"$ref": "#/definitions/ProprietaryPhoneNumberJSON"
|
|
17186
17156
|
},
|
|
17187
17157
|
{
|
|
17188
|
-
"$ref": "#/definitions/
|
|
17158
|
+
"$ref": "#/definitions/ProprietaryStringJSON"
|
|
17189
17159
|
},
|
|
17190
17160
|
{
|
|
17191
|
-
"$ref": "#/definitions/
|
|
17161
|
+
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
17192
17162
|
},
|
|
17193
17163
|
{
|
|
17194
|
-
"$ref": "#/definitions/
|
|
17164
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
17195
17165
|
},
|
|
17196
17166
|
{
|
|
17197
|
-
"$ref": "#/definitions/
|
|
17167
|
+
"$ref": "#/definitions/ProprietaryXMLJSON"
|
|
17198
17168
|
},
|
|
17199
17169
|
{
|
|
17200
|
-
"$ref": "#/definitions/
|
|
17170
|
+
"$ref": "#/definitions/ConsentJSON"
|
|
17201
17171
|
}
|
|
17202
17172
|
]
|
|
17203
17173
|
},
|
|
17204
|
-
"
|
|
17174
|
+
"ProprietaryBooleanJSON": {
|
|
17205
17175
|
"type": "object",
|
|
17206
17176
|
"properties": {
|
|
17207
17177
|
"@type": {
|
|
17208
17178
|
"type": "string",
|
|
17209
|
-
"const": "
|
|
17179
|
+
"const": "ProprietaryBoolean"
|
|
17210
17180
|
},
|
|
17211
17181
|
"@context": {
|
|
17212
17182
|
"type": "string"
|
|
@@ -17214,82 +17184,99 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17214
17184
|
"@version": {
|
|
17215
17185
|
"type": "string"
|
|
17216
17186
|
},
|
|
17217
|
-
"
|
|
17218
|
-
"type": "
|
|
17187
|
+
"value": {
|
|
17188
|
+
"type": "boolean"
|
|
17219
17189
|
},
|
|
17220
|
-
"
|
|
17190
|
+
"title": {
|
|
17221
17191
|
"type": "string"
|
|
17222
17192
|
},
|
|
17223
|
-
"
|
|
17193
|
+
"description": {
|
|
17224
17194
|
"type": "string"
|
|
17195
|
+
},
|
|
17196
|
+
"valueHintsOverride": {
|
|
17197
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17225
17198
|
}
|
|
17226
17199
|
},
|
|
17227
17200
|
"required": [
|
|
17228
17201
|
"@type",
|
|
17229
|
-
"
|
|
17202
|
+
"title",
|
|
17203
|
+
"value"
|
|
17230
17204
|
],
|
|
17231
17205
|
"additionalProperties": false
|
|
17232
17206
|
},
|
|
17233
|
-
"
|
|
17207
|
+
"ValueHintsOverrideJSON": {
|
|
17234
17208
|
"type": "object",
|
|
17209
|
+
"additionalProperties": false,
|
|
17235
17210
|
"properties": {
|
|
17236
17211
|
"@type": {
|
|
17237
17212
|
"type": "string",
|
|
17238
|
-
"const": "
|
|
17239
|
-
},
|
|
17240
|
-
"@context": {
|
|
17241
|
-
"type": "string"
|
|
17213
|
+
"const": "ValueHints"
|
|
17242
17214
|
},
|
|
17243
|
-
"
|
|
17215
|
+
"editHelp": {
|
|
17244
17216
|
"type": "string"
|
|
17245
17217
|
},
|
|
17246
|
-
"
|
|
17218
|
+
"min": {
|
|
17247
17219
|
"type": "number"
|
|
17248
17220
|
},
|
|
17249
|
-
"
|
|
17221
|
+
"max": {
|
|
17250
17222
|
"type": "number"
|
|
17251
17223
|
},
|
|
17252
|
-
"
|
|
17253
|
-
"type": "
|
|
17254
|
-
}
|
|
17255
|
-
|
|
17256
|
-
|
|
17257
|
-
|
|
17258
|
-
|
|
17259
|
-
|
|
17260
|
-
|
|
17261
|
-
|
|
17262
|
-
|
|
17263
|
-
|
|
17264
|
-
|
|
17265
|
-
|
|
17266
|
-
|
|
17267
|
-
|
|
17268
|
-
|
|
17269
|
-
"
|
|
17224
|
+
"pattern": {
|
|
17225
|
+
"type": "string"
|
|
17226
|
+
},
|
|
17227
|
+
"values": {
|
|
17228
|
+
"type": "array",
|
|
17229
|
+
"items": {
|
|
17230
|
+
"$ref": "#/definitions/ValueHintsValueJSON"
|
|
17231
|
+
}
|
|
17232
|
+
},
|
|
17233
|
+
"defaultValue": {
|
|
17234
|
+
"type": [
|
|
17235
|
+
"string",
|
|
17236
|
+
"number",
|
|
17237
|
+
"boolean"
|
|
17238
|
+
]
|
|
17239
|
+
},
|
|
17240
|
+
"propertyHints": {
|
|
17241
|
+
"type": "object",
|
|
17242
|
+
"additionalProperties": {
|
|
17243
|
+
"$ref": "#/definitions/ValueHintsJSON"
|
|
17244
|
+
}
|
|
17270
17245
|
},
|
|
17271
17246
|
"@context": {
|
|
17272
17247
|
"type": "string"
|
|
17273
17248
|
},
|
|
17274
17249
|
"@version": {
|
|
17275
17250
|
"type": "string"
|
|
17251
|
+
}
|
|
17252
|
+
}
|
|
17253
|
+
},
|
|
17254
|
+
"ValueHintsValueJSON": {
|
|
17255
|
+
"type": "object",
|
|
17256
|
+
"properties": {
|
|
17257
|
+
"key": {
|
|
17258
|
+
"type": [
|
|
17259
|
+
"string",
|
|
17260
|
+
"number",
|
|
17261
|
+
"boolean"
|
|
17262
|
+
]
|
|
17276
17263
|
},
|
|
17277
|
-
"
|
|
17264
|
+
"displayName": {
|
|
17278
17265
|
"type": "string"
|
|
17279
17266
|
}
|
|
17280
17267
|
},
|
|
17281
17268
|
"required": [
|
|
17282
|
-
"
|
|
17283
|
-
"
|
|
17269
|
+
"key",
|
|
17270
|
+
"displayName"
|
|
17284
17271
|
],
|
|
17285
17272
|
"additionalProperties": false
|
|
17286
17273
|
},
|
|
17287
|
-
"
|
|
17274
|
+
"ValueHintsJSON": {
|
|
17288
17275
|
"type": "object",
|
|
17289
17276
|
"properties": {
|
|
17290
17277
|
"@type": {
|
|
17291
17278
|
"type": "string",
|
|
17292
|
-
"const": "
|
|
17279
|
+
"const": "ValueHints"
|
|
17293
17280
|
},
|
|
17294
17281
|
"@context": {
|
|
17295
17282
|
"type": "string"
|
|
@@ -17297,29 +17284,49 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17297
17284
|
"@version": {
|
|
17298
17285
|
"type": "string"
|
|
17299
17286
|
},
|
|
17300
|
-
"
|
|
17287
|
+
"editHelp": {
|
|
17301
17288
|
"type": "string"
|
|
17302
17289
|
},
|
|
17303
|
-
"
|
|
17304
|
-
"type": "
|
|
17290
|
+
"min": {
|
|
17291
|
+
"type": "number"
|
|
17305
17292
|
},
|
|
17306
|
-
"
|
|
17293
|
+
"max": {
|
|
17294
|
+
"type": "number"
|
|
17295
|
+
},
|
|
17296
|
+
"pattern": {
|
|
17307
17297
|
"type": "string"
|
|
17298
|
+
},
|
|
17299
|
+
"values": {
|
|
17300
|
+
"type": "array",
|
|
17301
|
+
"items": {
|
|
17302
|
+
"$ref": "#/definitions/ValueHintsValueJSON"
|
|
17303
|
+
}
|
|
17304
|
+
},
|
|
17305
|
+
"defaultValue": {
|
|
17306
|
+
"type": [
|
|
17307
|
+
"string",
|
|
17308
|
+
"number",
|
|
17309
|
+
"boolean"
|
|
17310
|
+
]
|
|
17311
|
+
},
|
|
17312
|
+
"propertyHints": {
|
|
17313
|
+
"type": "object",
|
|
17314
|
+
"additionalProperties": {
|
|
17315
|
+
"$ref": "#/definitions/ValueHintsJSON"
|
|
17316
|
+
}
|
|
17308
17317
|
}
|
|
17309
17318
|
},
|
|
17310
17319
|
"required": [
|
|
17311
|
-
"@type"
|
|
17312
|
-
"city",
|
|
17313
|
-
"country"
|
|
17320
|
+
"@type"
|
|
17314
17321
|
],
|
|
17315
17322
|
"additionalProperties": false
|
|
17316
17323
|
},
|
|
17317
|
-
"
|
|
17324
|
+
"ProprietaryCountryJSON": {
|
|
17318
17325
|
"type": "object",
|
|
17319
17326
|
"properties": {
|
|
17320
17327
|
"@type": {
|
|
17321
17328
|
"type": "string",
|
|
17322
|
-
"const": "
|
|
17329
|
+
"const": "ProprietaryCountry"
|
|
17323
17330
|
},
|
|
17324
17331
|
"@context": {
|
|
17325
17332
|
"type": "string"
|
|
@@ -17329,20 +17336,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17329
17336
|
},
|
|
17330
17337
|
"value": {
|
|
17331
17338
|
"type": "string"
|
|
17339
|
+
},
|
|
17340
|
+
"title": {
|
|
17341
|
+
"type": "string"
|
|
17342
|
+
},
|
|
17343
|
+
"description": {
|
|
17344
|
+
"type": "string"
|
|
17345
|
+
},
|
|
17346
|
+
"valueHintsOverride": {
|
|
17347
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17332
17348
|
}
|
|
17333
17349
|
},
|
|
17334
17350
|
"required": [
|
|
17335
17351
|
"@type",
|
|
17352
|
+
"title",
|
|
17336
17353
|
"value"
|
|
17337
17354
|
],
|
|
17338
17355
|
"additionalProperties": false
|
|
17339
17356
|
},
|
|
17340
|
-
"
|
|
17357
|
+
"ProprietaryEMailAddressJSON": {
|
|
17341
17358
|
"type": "object",
|
|
17342
17359
|
"properties": {
|
|
17343
17360
|
"@type": {
|
|
17344
17361
|
"type": "string",
|
|
17345
|
-
"const": "
|
|
17362
|
+
"const": "ProprietaryEMailAddress"
|
|
17346
17363
|
},
|
|
17347
17364
|
"@context": {
|
|
17348
17365
|
"type": "string"
|
|
@@ -17352,20 +17369,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17352
17369
|
},
|
|
17353
17370
|
"value": {
|
|
17354
17371
|
"type": "string"
|
|
17372
|
+
},
|
|
17373
|
+
"title": {
|
|
17374
|
+
"type": "string"
|
|
17375
|
+
},
|
|
17376
|
+
"description": {
|
|
17377
|
+
"type": "string"
|
|
17378
|
+
},
|
|
17379
|
+
"valueHintsOverride": {
|
|
17380
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17355
17381
|
}
|
|
17356
17382
|
},
|
|
17357
17383
|
"required": [
|
|
17358
17384
|
"@type",
|
|
17385
|
+
"title",
|
|
17359
17386
|
"value"
|
|
17360
17387
|
],
|
|
17361
17388
|
"additionalProperties": false
|
|
17362
17389
|
},
|
|
17363
|
-
"
|
|
17390
|
+
"ProprietaryFileReferenceJSON": {
|
|
17364
17391
|
"type": "object",
|
|
17365
17392
|
"properties": {
|
|
17366
17393
|
"@type": {
|
|
17367
17394
|
"type": "string",
|
|
17368
|
-
"const": "
|
|
17395
|
+
"const": "ProprietaryFileReference"
|
|
17369
17396
|
},
|
|
17370
17397
|
"@context": {
|
|
17371
17398
|
"type": "string"
|
|
@@ -17373,48 +17400,32 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17373
17400
|
"@version": {
|
|
17374
17401
|
"type": "string"
|
|
17375
17402
|
},
|
|
17376
|
-
"
|
|
17377
|
-
"type": "string"
|
|
17378
|
-
},
|
|
17379
|
-
"userId": {
|
|
17380
|
-
"type": "string"
|
|
17381
|
-
},
|
|
17382
|
-
"deliveryBoxId": {
|
|
17383
|
-
"type": "string"
|
|
17384
|
-
},
|
|
17385
|
-
"zipCode": {
|
|
17386
|
-
"type": "string"
|
|
17387
|
-
},
|
|
17388
|
-
"city": {
|
|
17403
|
+
"value": {
|
|
17389
17404
|
"type": "string"
|
|
17390
17405
|
},
|
|
17391
|
-
"
|
|
17406
|
+
"title": {
|
|
17392
17407
|
"type": "string"
|
|
17393
17408
|
},
|
|
17394
|
-
"
|
|
17409
|
+
"description": {
|
|
17395
17410
|
"type": "string"
|
|
17396
17411
|
},
|
|
17397
|
-
"
|
|
17398
|
-
"
|
|
17412
|
+
"valueHintsOverride": {
|
|
17413
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17399
17414
|
}
|
|
17400
17415
|
},
|
|
17401
17416
|
"required": [
|
|
17402
17417
|
"@type",
|
|
17403
|
-
"
|
|
17404
|
-
"
|
|
17405
|
-
"deliveryBoxId",
|
|
17406
|
-
"recipient",
|
|
17407
|
-
"userId",
|
|
17408
|
-
"zipCode"
|
|
17418
|
+
"title",
|
|
17419
|
+
"value"
|
|
17409
17420
|
],
|
|
17410
17421
|
"additionalProperties": false
|
|
17411
17422
|
},
|
|
17412
|
-
"
|
|
17423
|
+
"ProprietaryFloatJSON": {
|
|
17413
17424
|
"type": "object",
|
|
17414
17425
|
"properties": {
|
|
17415
17426
|
"@type": {
|
|
17416
17427
|
"type": "string",
|
|
17417
|
-
"const": "
|
|
17428
|
+
"const": "ProprietaryFloat"
|
|
17418
17429
|
},
|
|
17419
17430
|
"@context": {
|
|
17420
17431
|
"type": "string"
|
|
@@ -17423,44 +17434,31 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17423
17434
|
"type": "string"
|
|
17424
17435
|
},
|
|
17425
17436
|
"value": {
|
|
17426
|
-
"type": "
|
|
17427
|
-
}
|
|
17428
|
-
},
|
|
17429
|
-
"required": [
|
|
17430
|
-
"@type",
|
|
17431
|
-
"value"
|
|
17432
|
-
],
|
|
17433
|
-
"additionalProperties": false
|
|
17434
|
-
},
|
|
17435
|
-
"EMailAddressJSON": {
|
|
17436
|
-
"type": "object",
|
|
17437
|
-
"properties": {
|
|
17438
|
-
"@type": {
|
|
17439
|
-
"type": "string",
|
|
17440
|
-
"const": "EMailAddress"
|
|
17437
|
+
"type": "number"
|
|
17441
17438
|
},
|
|
17442
|
-
"
|
|
17439
|
+
"title": {
|
|
17443
17440
|
"type": "string"
|
|
17444
17441
|
},
|
|
17445
|
-
"
|
|
17442
|
+
"description": {
|
|
17446
17443
|
"type": "string"
|
|
17447
17444
|
},
|
|
17448
|
-
"
|
|
17449
|
-
"
|
|
17445
|
+
"valueHintsOverride": {
|
|
17446
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17450
17447
|
}
|
|
17451
17448
|
},
|
|
17452
17449
|
"required": [
|
|
17453
17450
|
"@type",
|
|
17451
|
+
"title",
|
|
17454
17452
|
"value"
|
|
17455
17453
|
],
|
|
17456
17454
|
"additionalProperties": false
|
|
17457
17455
|
},
|
|
17458
|
-
"
|
|
17456
|
+
"ProprietaryHEXColorJSON": {
|
|
17459
17457
|
"type": "object",
|
|
17460
17458
|
"properties": {
|
|
17461
17459
|
"@type": {
|
|
17462
17460
|
"type": "string",
|
|
17463
|
-
"const": "
|
|
17461
|
+
"const": "ProprietaryHEXColor"
|
|
17464
17462
|
},
|
|
17465
17463
|
"@context": {
|
|
17466
17464
|
"type": "string"
|
|
@@ -17470,43 +17468,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17470
17468
|
},
|
|
17471
17469
|
"value": {
|
|
17472
17470
|
"type": "string"
|
|
17473
|
-
}
|
|
17474
|
-
},
|
|
17475
|
-
"required": [
|
|
17476
|
-
"@type",
|
|
17477
|
-
"value"
|
|
17478
|
-
],
|
|
17479
|
-
"additionalProperties": false
|
|
17480
|
-
},
|
|
17481
|
-
"IdentityFileReferenceJSON": {
|
|
17482
|
-
"type": "object",
|
|
17483
|
-
"properties": {
|
|
17484
|
-
"@type": {
|
|
17485
|
-
"type": "string",
|
|
17486
|
-
"const": "IdentityFileReference"
|
|
17487
17471
|
},
|
|
17488
|
-
"
|
|
17472
|
+
"title": {
|
|
17489
17473
|
"type": "string"
|
|
17490
17474
|
},
|
|
17491
|
-
"
|
|
17475
|
+
"description": {
|
|
17492
17476
|
"type": "string"
|
|
17493
17477
|
},
|
|
17494
|
-
"
|
|
17495
|
-
"
|
|
17478
|
+
"valueHintsOverride": {
|
|
17479
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17496
17480
|
}
|
|
17497
17481
|
},
|
|
17498
17482
|
"required": [
|
|
17499
17483
|
"@type",
|
|
17484
|
+
"title",
|
|
17500
17485
|
"value"
|
|
17501
17486
|
],
|
|
17502
17487
|
"additionalProperties": false
|
|
17503
17488
|
},
|
|
17504
|
-
"
|
|
17489
|
+
"ProprietaryIntegerJSON": {
|
|
17505
17490
|
"type": "object",
|
|
17506
17491
|
"properties": {
|
|
17507
17492
|
"@type": {
|
|
17508
17493
|
"type": "string",
|
|
17509
|
-
"const": "
|
|
17494
|
+
"const": "ProprietaryInteger"
|
|
17510
17495
|
},
|
|
17511
17496
|
"@context": {
|
|
17512
17497
|
"type": "string"
|
|
@@ -17515,44 +17500,31 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17515
17500
|
"type": "string"
|
|
17516
17501
|
},
|
|
17517
17502
|
"value": {
|
|
17518
|
-
"type": "
|
|
17519
|
-
}
|
|
17520
|
-
},
|
|
17521
|
-
"required": [
|
|
17522
|
-
"@type",
|
|
17523
|
-
"value"
|
|
17524
|
-
],
|
|
17525
|
-
"additionalProperties": false
|
|
17526
|
-
},
|
|
17527
|
-
"NationalityJSON": {
|
|
17528
|
-
"type": "object",
|
|
17529
|
-
"properties": {
|
|
17530
|
-
"@type": {
|
|
17531
|
-
"type": "string",
|
|
17532
|
-
"const": "Nationality"
|
|
17503
|
+
"type": "number"
|
|
17533
17504
|
},
|
|
17534
|
-
"
|
|
17505
|
+
"title": {
|
|
17535
17506
|
"type": "string"
|
|
17536
17507
|
},
|
|
17537
|
-
"
|
|
17508
|
+
"description": {
|
|
17538
17509
|
"type": "string"
|
|
17539
17510
|
},
|
|
17540
|
-
"
|
|
17541
|
-
"
|
|
17511
|
+
"valueHintsOverride": {
|
|
17512
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17542
17513
|
}
|
|
17543
17514
|
},
|
|
17544
17515
|
"required": [
|
|
17545
17516
|
"@type",
|
|
17517
|
+
"title",
|
|
17546
17518
|
"value"
|
|
17547
17519
|
],
|
|
17548
17520
|
"additionalProperties": false
|
|
17549
17521
|
},
|
|
17550
|
-
"
|
|
17522
|
+
"ProprietaryLanguageJSON": {
|
|
17551
17523
|
"type": "object",
|
|
17552
17524
|
"properties": {
|
|
17553
17525
|
"@type": {
|
|
17554
17526
|
"type": "string",
|
|
17555
|
-
"const": "
|
|
17527
|
+
"const": "ProprietaryLanguage"
|
|
17556
17528
|
},
|
|
17557
17529
|
"@context": {
|
|
17558
17530
|
"type": "string"
|
|
@@ -17560,35 +17532,32 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17560
17532
|
"@version": {
|
|
17561
17533
|
"type": "string"
|
|
17562
17534
|
},
|
|
17563
|
-
"
|
|
17564
|
-
"type": "string"
|
|
17565
|
-
},
|
|
17566
|
-
"middleName": {
|
|
17535
|
+
"value": {
|
|
17567
17536
|
"type": "string"
|
|
17568
17537
|
},
|
|
17569
|
-
"
|
|
17538
|
+
"title": {
|
|
17570
17539
|
"type": "string"
|
|
17571
17540
|
},
|
|
17572
|
-
"
|
|
17541
|
+
"description": {
|
|
17573
17542
|
"type": "string"
|
|
17574
17543
|
},
|
|
17575
|
-
"
|
|
17576
|
-
"
|
|
17544
|
+
"valueHintsOverride": {
|
|
17545
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17577
17546
|
}
|
|
17578
17547
|
},
|
|
17579
17548
|
"required": [
|
|
17580
17549
|
"@type",
|
|
17581
|
-
"
|
|
17582
|
-
"
|
|
17550
|
+
"title",
|
|
17551
|
+
"value"
|
|
17583
17552
|
],
|
|
17584
17553
|
"additionalProperties": false
|
|
17585
17554
|
},
|
|
17586
|
-
"
|
|
17555
|
+
"ProprietaryPhoneNumberJSON": {
|
|
17587
17556
|
"type": "object",
|
|
17588
17557
|
"properties": {
|
|
17589
17558
|
"@type": {
|
|
17590
17559
|
"type": "string",
|
|
17591
|
-
"const": "
|
|
17560
|
+
"const": "ProprietaryPhoneNumber"
|
|
17592
17561
|
},
|
|
17593
17562
|
"@context": {
|
|
17594
17563
|
"type": "string"
|
|
@@ -17598,20 +17567,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17598
17567
|
},
|
|
17599
17568
|
"value": {
|
|
17600
17569
|
"type": "string"
|
|
17570
|
+
},
|
|
17571
|
+
"title": {
|
|
17572
|
+
"type": "string"
|
|
17573
|
+
},
|
|
17574
|
+
"description": {
|
|
17575
|
+
"type": "string"
|
|
17576
|
+
},
|
|
17577
|
+
"valueHintsOverride": {
|
|
17578
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17601
17579
|
}
|
|
17602
17580
|
},
|
|
17603
17581
|
"required": [
|
|
17604
17582
|
"@type",
|
|
17583
|
+
"title",
|
|
17605
17584
|
"value"
|
|
17606
17585
|
],
|
|
17607
17586
|
"additionalProperties": false
|
|
17608
17587
|
},
|
|
17609
|
-
"
|
|
17588
|
+
"ProprietaryStringJSON": {
|
|
17610
17589
|
"type": "object",
|
|
17611
17590
|
"properties": {
|
|
17612
17591
|
"@type": {
|
|
17613
17592
|
"type": "string",
|
|
17614
|
-
"const": "
|
|
17593
|
+
"const": "ProprietaryString"
|
|
17615
17594
|
},
|
|
17616
17595
|
"@context": {
|
|
17617
17596
|
"type": "string"
|
|
@@ -17619,41 +17598,32 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17619
17598
|
"@version": {
|
|
17620
17599
|
"type": "string"
|
|
17621
17600
|
},
|
|
17622
|
-
"
|
|
17623
|
-
"type": "string"
|
|
17624
|
-
},
|
|
17625
|
-
"boxId": {
|
|
17626
|
-
"type": "string"
|
|
17627
|
-
},
|
|
17628
|
-
"zipCode": {
|
|
17601
|
+
"value": {
|
|
17629
17602
|
"type": "string"
|
|
17630
17603
|
},
|
|
17631
|
-
"
|
|
17604
|
+
"title": {
|
|
17632
17605
|
"type": "string"
|
|
17633
17606
|
},
|
|
17634
|
-
"
|
|
17607
|
+
"description": {
|
|
17635
17608
|
"type": "string"
|
|
17636
17609
|
},
|
|
17637
|
-
"
|
|
17638
|
-
"
|
|
17610
|
+
"valueHintsOverride": {
|
|
17611
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17639
17612
|
}
|
|
17640
17613
|
},
|
|
17641
17614
|
"required": [
|
|
17642
17615
|
"@type",
|
|
17643
|
-
"
|
|
17644
|
-
"
|
|
17645
|
-
"country",
|
|
17646
|
-
"recipient",
|
|
17647
|
-
"zipCode"
|
|
17616
|
+
"title",
|
|
17617
|
+
"value"
|
|
17648
17618
|
],
|
|
17649
17619
|
"additionalProperties": false
|
|
17650
17620
|
},
|
|
17651
|
-
"
|
|
17621
|
+
"ProprietaryURLJSON": {
|
|
17652
17622
|
"type": "object",
|
|
17653
17623
|
"properties": {
|
|
17654
17624
|
"@type": {
|
|
17655
17625
|
"type": "string",
|
|
17656
|
-
"const": "
|
|
17626
|
+
"const": "ProprietaryURL"
|
|
17657
17627
|
},
|
|
17658
17628
|
"@context": {
|
|
17659
17629
|
"type": "string"
|
|
@@ -17663,20 +17633,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17663
17633
|
},
|
|
17664
17634
|
"value": {
|
|
17665
17635
|
"type": "string"
|
|
17636
|
+
},
|
|
17637
|
+
"title": {
|
|
17638
|
+
"type": "string"
|
|
17639
|
+
},
|
|
17640
|
+
"description": {
|
|
17641
|
+
"type": "string"
|
|
17642
|
+
},
|
|
17643
|
+
"valueHintsOverride": {
|
|
17644
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17666
17645
|
}
|
|
17667
17646
|
},
|
|
17668
17647
|
"required": [
|
|
17669
17648
|
"@type",
|
|
17649
|
+
"title",
|
|
17670
17650
|
"value"
|
|
17671
17651
|
],
|
|
17672
17652
|
"additionalProperties": false
|
|
17673
17653
|
},
|
|
17674
|
-
"
|
|
17654
|
+
"ProprietaryJSONJSON": {
|
|
17675
17655
|
"type": "object",
|
|
17676
17656
|
"properties": {
|
|
17677
17657
|
"@type": {
|
|
17678
17658
|
"type": "string",
|
|
17679
|
-
"const": "
|
|
17659
|
+
"const": "ProprietaryJSON"
|
|
17680
17660
|
},
|
|
17681
17661
|
"@context": {
|
|
17682
17662
|
"type": "string"
|
|
@@ -17684,22 +17664,27 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17684
17664
|
"@version": {
|
|
17685
17665
|
"type": "string"
|
|
17686
17666
|
},
|
|
17687
|
-
"
|
|
17667
|
+
"title": {
|
|
17688
17668
|
"type": "string"
|
|
17689
|
-
}
|
|
17669
|
+
},
|
|
17670
|
+
"description": {
|
|
17671
|
+
"type": "string"
|
|
17672
|
+
},
|
|
17673
|
+
"value": {}
|
|
17690
17674
|
},
|
|
17691
17675
|
"required": [
|
|
17692
17676
|
"@type",
|
|
17677
|
+
"title",
|
|
17693
17678
|
"value"
|
|
17694
17679
|
],
|
|
17695
17680
|
"additionalProperties": false
|
|
17696
17681
|
},
|
|
17697
|
-
"
|
|
17682
|
+
"ProprietaryXMLJSON": {
|
|
17698
17683
|
"type": "object",
|
|
17699
17684
|
"properties": {
|
|
17700
17685
|
"@type": {
|
|
17701
17686
|
"type": "string",
|
|
17702
|
-
"const": "
|
|
17687
|
+
"const": "ProprietaryXML"
|
|
17703
17688
|
},
|
|
17704
17689
|
"@context": {
|
|
17705
17690
|
"type": "string"
|
|
@@ -17707,45 +17692,34 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17707
17692
|
"@version": {
|
|
17708
17693
|
"type": "string"
|
|
17709
17694
|
},
|
|
17710
|
-
"
|
|
17711
|
-
"type": "string"
|
|
17712
|
-
},
|
|
17713
|
-
"street": {
|
|
17714
|
-
"type": "string"
|
|
17715
|
-
},
|
|
17716
|
-
"houseNo": {
|
|
17695
|
+
"value": {
|
|
17717
17696
|
"type": "string"
|
|
17718
17697
|
},
|
|
17719
|
-
"
|
|
17698
|
+
"title": {
|
|
17720
17699
|
"type": "string"
|
|
17721
17700
|
},
|
|
17722
|
-
"
|
|
17701
|
+
"description": {
|
|
17723
17702
|
"type": "string"
|
|
17724
17703
|
},
|
|
17725
|
-
"
|
|
17726
|
-
"
|
|
17704
|
+
"valueHintsOverride": {
|
|
17705
|
+
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
17727
17706
|
},
|
|
17728
|
-
"
|
|
17707
|
+
"schemaURL": {
|
|
17729
17708
|
"type": "string"
|
|
17730
17709
|
}
|
|
17731
17710
|
},
|
|
17732
17711
|
"required": [
|
|
17733
17712
|
"@type",
|
|
17734
|
-
"
|
|
17735
|
-
"
|
|
17736
|
-
"houseNo",
|
|
17737
|
-
"recipient",
|
|
17738
|
-
"street",
|
|
17739
|
-
"zipCode"
|
|
17713
|
+
"title",
|
|
17714
|
+
"value"
|
|
17740
17715
|
],
|
|
17741
17716
|
"additionalProperties": false
|
|
17742
17717
|
},
|
|
17743
|
-
"
|
|
17718
|
+
"ConsentJSON": {
|
|
17744
17719
|
"type": "object",
|
|
17745
17720
|
"properties": {
|
|
17746
17721
|
"@type": {
|
|
17747
|
-
"type": "string"
|
|
17748
|
-
"const": "Website"
|
|
17722
|
+
"type": "string"
|
|
17749
17723
|
},
|
|
17750
17724
|
"@context": {
|
|
17751
17725
|
"type": "string"
|
|
@@ -17753,89 +17727,147 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17753
17727
|
"@version": {
|
|
17754
17728
|
"type": "string"
|
|
17755
17729
|
},
|
|
17756
|
-
"
|
|
17730
|
+
"consent": {
|
|
17731
|
+
"type": "string"
|
|
17732
|
+
},
|
|
17733
|
+
"link": {
|
|
17757
17734
|
"type": "string"
|
|
17758
17735
|
}
|
|
17759
17736
|
},
|
|
17760
17737
|
"required": [
|
|
17761
17738
|
"@type",
|
|
17762
|
-
"
|
|
17739
|
+
"consent"
|
|
17763
17740
|
],
|
|
17764
17741
|
"additionalProperties": false
|
|
17765
17742
|
},
|
|
17766
|
-
"
|
|
17767
|
-
"
|
|
17768
|
-
|
|
17769
|
-
|
|
17770
|
-
|
|
17771
|
-
|
|
17772
|
-
|
|
17773
|
-
|
|
17774
|
-
|
|
17775
|
-
|
|
17743
|
+
"ISO8601DateTimeString": {
|
|
17744
|
+
"type": "string",
|
|
17745
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
17746
|
+
"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)?)?)?)?$"
|
|
17747
|
+
}
|
|
17748
|
+
}
|
|
17749
|
+
};
|
|
17750
|
+
exports.SucceedRepositoryAttributeRequest = {
|
|
17751
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
17752
|
+
"$ref": "#/definitions/SucceedRepositoryAttributeRequest",
|
|
17753
|
+
"definitions": {
|
|
17754
|
+
"SucceedRepositoryAttributeRequest": {
|
|
17755
|
+
"type": "object",
|
|
17756
|
+
"properties": {
|
|
17757
|
+
"predecessorId": {
|
|
17758
|
+
"type": "string"
|
|
17776
17759
|
},
|
|
17760
|
+
"successorContent": {
|
|
17761
|
+
"type": "object",
|
|
17762
|
+
"properties": {
|
|
17763
|
+
"value": {
|
|
17764
|
+
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
17765
|
+
},
|
|
17766
|
+
"tags": {
|
|
17767
|
+
"type": "array",
|
|
17768
|
+
"items": {
|
|
17769
|
+
"type": "string"
|
|
17770
|
+
}
|
|
17771
|
+
},
|
|
17772
|
+
"validFrom": {
|
|
17773
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17774
|
+
},
|
|
17775
|
+
"validTo": {
|
|
17776
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17777
|
+
}
|
|
17778
|
+
},
|
|
17779
|
+
"required": [
|
|
17780
|
+
"value"
|
|
17781
|
+
],
|
|
17782
|
+
"additionalProperties": false
|
|
17783
|
+
}
|
|
17784
|
+
},
|
|
17785
|
+
"required": [
|
|
17786
|
+
"predecessorId",
|
|
17787
|
+
"successorContent"
|
|
17788
|
+
],
|
|
17789
|
+
"additionalProperties": false
|
|
17790
|
+
},
|
|
17791
|
+
"AttributeValues.Identity.Json": {
|
|
17792
|
+
"anyOf": [
|
|
17777
17793
|
{
|
|
17778
|
-
"$ref": "#/definitions/
|
|
17794
|
+
"$ref": "#/definitions/AttributeValues.Identity.Editable.Json"
|
|
17779
17795
|
},
|
|
17780
17796
|
{
|
|
17781
|
-
"$ref": "#/definitions/
|
|
17797
|
+
"$ref": "#/definitions/AttributeValues.Identity.Uneditable.Json"
|
|
17798
|
+
}
|
|
17799
|
+
]
|
|
17800
|
+
},
|
|
17801
|
+
"AttributeValues.Identity.Editable.Json": {
|
|
17802
|
+
"anyOf": [
|
|
17803
|
+
{
|
|
17804
|
+
"$ref": "#/definitions/AffiliationJSON"
|
|
17782
17805
|
},
|
|
17783
17806
|
{
|
|
17784
|
-
"$ref": "#/definitions/
|
|
17807
|
+
"$ref": "#/definitions/BirthDateJSON"
|
|
17785
17808
|
},
|
|
17786
17809
|
{
|
|
17787
|
-
"$ref": "#/definitions/
|
|
17810
|
+
"$ref": "#/definitions/BirthNameJSON"
|
|
17788
17811
|
},
|
|
17789
17812
|
{
|
|
17790
|
-
"$ref": "#/definitions/
|
|
17813
|
+
"$ref": "#/definitions/BirthPlaceJSON"
|
|
17791
17814
|
},
|
|
17792
17815
|
{
|
|
17793
|
-
"$ref": "#/definitions/
|
|
17816
|
+
"$ref": "#/definitions/CitizenshipJSON"
|
|
17794
17817
|
},
|
|
17795
17818
|
{
|
|
17796
|
-
"$ref": "#/definitions/
|
|
17819
|
+
"$ref": "#/definitions/CommunicationLanguageJSON"
|
|
17797
17820
|
},
|
|
17798
17821
|
{
|
|
17799
|
-
"$ref": "#/definitions/
|
|
17822
|
+
"$ref": "#/definitions/DeliveryBoxAddressJSON"
|
|
17800
17823
|
},
|
|
17801
17824
|
{
|
|
17802
|
-
"$ref": "#/definitions/
|
|
17825
|
+
"$ref": "#/definitions/DisplayNameJSON"
|
|
17803
17826
|
},
|
|
17804
17827
|
{
|
|
17805
|
-
"$ref": "#/definitions/
|
|
17828
|
+
"$ref": "#/definitions/EMailAddressJSON"
|
|
17806
17829
|
},
|
|
17807
17830
|
{
|
|
17808
|
-
"$ref": "#/definitions/
|
|
17831
|
+
"$ref": "#/definitions/FaxNumberJSON"
|
|
17809
17832
|
},
|
|
17810
17833
|
{
|
|
17811
|
-
"$ref": "#/definitions/
|
|
17834
|
+
"$ref": "#/definitions/IdentityFileReferenceJSON"
|
|
17812
17835
|
},
|
|
17813
17836
|
{
|
|
17814
|
-
"$ref": "#/definitions/
|
|
17837
|
+
"$ref": "#/definitions/JobTitleJSON"
|
|
17815
17838
|
},
|
|
17816
17839
|
{
|
|
17817
|
-
"$ref": "#/definitions/
|
|
17840
|
+
"$ref": "#/definitions/NationalityJSON"
|
|
17818
17841
|
},
|
|
17819
17842
|
{
|
|
17820
|
-
"$ref": "#/definitions/
|
|
17843
|
+
"$ref": "#/definitions/PersonNameJSON"
|
|
17821
17844
|
},
|
|
17822
17845
|
{
|
|
17823
|
-
"$ref": "#/definitions/
|
|
17846
|
+
"$ref": "#/definitions/PhoneNumberJSON"
|
|
17824
17847
|
},
|
|
17825
17848
|
{
|
|
17826
|
-
"$ref": "#/definitions/
|
|
17849
|
+
"$ref": "#/definitions/PostOfficeBoxAddressJSON"
|
|
17827
17850
|
},
|
|
17828
17851
|
{
|
|
17829
|
-
"$ref": "#/definitions/
|
|
17852
|
+
"$ref": "#/definitions/PseudonymJSON"
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"$ref": "#/definitions/SexJSON"
|
|
17856
|
+
},
|
|
17857
|
+
{
|
|
17858
|
+
"$ref": "#/definitions/StreetAddressJSON"
|
|
17859
|
+
},
|
|
17860
|
+
{
|
|
17861
|
+
"$ref": "#/definitions/WebsiteJSON"
|
|
17830
17862
|
}
|
|
17831
17863
|
]
|
|
17832
17864
|
},
|
|
17833
|
-
"
|
|
17865
|
+
"AffiliationJSON": {
|
|
17834
17866
|
"type": "object",
|
|
17835
17867
|
"properties": {
|
|
17836
17868
|
"@type": {
|
|
17837
17869
|
"type": "string",
|
|
17838
|
-
"const": "
|
|
17870
|
+
"const": "Affiliation"
|
|
17839
17871
|
},
|
|
17840
17872
|
"@context": {
|
|
17841
17873
|
"type": "string"
|
|
@@ -17843,22 +17875,28 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17843
17875
|
"@version": {
|
|
17844
17876
|
"type": "string"
|
|
17845
17877
|
},
|
|
17846
|
-
"
|
|
17878
|
+
"organization": {
|
|
17879
|
+
"type": "string"
|
|
17880
|
+
},
|
|
17881
|
+
"role": {
|
|
17882
|
+
"type": "string"
|
|
17883
|
+
},
|
|
17884
|
+
"unit": {
|
|
17847
17885
|
"type": "string"
|
|
17848
17886
|
}
|
|
17849
17887
|
},
|
|
17850
17888
|
"required": [
|
|
17851
17889
|
"@type",
|
|
17852
|
-
"
|
|
17890
|
+
"organization"
|
|
17853
17891
|
],
|
|
17854
17892
|
"additionalProperties": false
|
|
17855
17893
|
},
|
|
17856
|
-
"
|
|
17894
|
+
"BirthDateJSON": {
|
|
17857
17895
|
"type": "object",
|
|
17858
17896
|
"properties": {
|
|
17859
17897
|
"@type": {
|
|
17860
17898
|
"type": "string",
|
|
17861
|
-
"const": "
|
|
17899
|
+
"const": "BirthDate"
|
|
17862
17900
|
},
|
|
17863
17901
|
"@context": {
|
|
17864
17902
|
"type": "string"
|
|
@@ -17866,22 +17904,30 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17866
17904
|
"@version": {
|
|
17867
17905
|
"type": "string"
|
|
17868
17906
|
},
|
|
17869
|
-
"
|
|
17870
|
-
"type": "
|
|
17907
|
+
"day": {
|
|
17908
|
+
"type": "number"
|
|
17909
|
+
},
|
|
17910
|
+
"month": {
|
|
17911
|
+
"type": "number"
|
|
17912
|
+
},
|
|
17913
|
+
"year": {
|
|
17914
|
+
"type": "number"
|
|
17871
17915
|
}
|
|
17872
17916
|
},
|
|
17873
17917
|
"required": [
|
|
17874
17918
|
"@type",
|
|
17875
|
-
"
|
|
17919
|
+
"day",
|
|
17920
|
+
"month",
|
|
17921
|
+
"year"
|
|
17876
17922
|
],
|
|
17877
17923
|
"additionalProperties": false
|
|
17878
17924
|
},
|
|
17879
|
-
"
|
|
17925
|
+
"BirthNameJSON": {
|
|
17880
17926
|
"type": "object",
|
|
17881
17927
|
"properties": {
|
|
17882
17928
|
"@type": {
|
|
17883
17929
|
"type": "string",
|
|
17884
|
-
"const": "
|
|
17930
|
+
"const": "BirthName"
|
|
17885
17931
|
},
|
|
17886
17932
|
"@context": {
|
|
17887
17933
|
"type": "string"
|
|
@@ -17899,11 +17945,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17899
17945
|
],
|
|
17900
17946
|
"additionalProperties": false
|
|
17901
17947
|
},
|
|
17902
|
-
"
|
|
17948
|
+
"BirthPlaceJSON": {
|
|
17903
17949
|
"type": "object",
|
|
17904
17950
|
"properties": {
|
|
17905
|
-
"
|
|
17906
|
-
"type": "string"
|
|
17951
|
+
"@type": {
|
|
17952
|
+
"type": "string",
|
|
17953
|
+
"const": "BirthPlace"
|
|
17907
17954
|
},
|
|
17908
17955
|
"@context": {
|
|
17909
17956
|
"type": "string"
|
|
@@ -17911,22 +17958,29 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17911
17958
|
"@version": {
|
|
17912
17959
|
"type": "string"
|
|
17913
17960
|
},
|
|
17914
|
-
"
|
|
17915
|
-
"type": "string"
|
|
17916
|
-
|
|
17961
|
+
"city": {
|
|
17962
|
+
"type": "string"
|
|
17963
|
+
},
|
|
17964
|
+
"country": {
|
|
17965
|
+
"type": "string"
|
|
17966
|
+
},
|
|
17967
|
+
"state": {
|
|
17968
|
+
"type": "string"
|
|
17917
17969
|
}
|
|
17918
17970
|
},
|
|
17919
17971
|
"required": [
|
|
17920
17972
|
"@type",
|
|
17921
|
-
"
|
|
17973
|
+
"city",
|
|
17974
|
+
"country"
|
|
17922
17975
|
],
|
|
17923
17976
|
"additionalProperties": false
|
|
17924
17977
|
},
|
|
17925
|
-
"
|
|
17978
|
+
"CitizenshipJSON": {
|
|
17926
17979
|
"type": "object",
|
|
17927
17980
|
"properties": {
|
|
17928
|
-
"
|
|
17929
|
-
"type": "string"
|
|
17981
|
+
"@type": {
|
|
17982
|
+
"type": "string",
|
|
17983
|
+
"const": "Citizenship"
|
|
17930
17984
|
},
|
|
17931
17985
|
"@context": {
|
|
17932
17986
|
"type": "string"
|
|
@@ -17934,9 +17988,8 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17934
17988
|
"@version": {
|
|
17935
17989
|
"type": "string"
|
|
17936
17990
|
},
|
|
17937
|
-
"
|
|
17938
|
-
"type": "string"
|
|
17939
|
-
"const": "BirthCountry"
|
|
17991
|
+
"value": {
|
|
17992
|
+
"type": "string"
|
|
17940
17993
|
}
|
|
17941
17994
|
},
|
|
17942
17995
|
"required": [
|
|
@@ -17945,12 +17998,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17945
17998
|
],
|
|
17946
17999
|
"additionalProperties": false
|
|
17947
18000
|
},
|
|
17948
|
-
"
|
|
18001
|
+
"CommunicationLanguageJSON": {
|
|
17949
18002
|
"type": "object",
|
|
17950
18003
|
"properties": {
|
|
17951
18004
|
"@type": {
|
|
17952
18005
|
"type": "string",
|
|
17953
|
-
"const": "
|
|
18006
|
+
"const": "CommunicationLanguage"
|
|
17954
18007
|
},
|
|
17955
18008
|
"@context": {
|
|
17956
18009
|
"type": "string"
|
|
@@ -17959,7 +18012,7 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17959
18012
|
"type": "string"
|
|
17960
18013
|
},
|
|
17961
18014
|
"value": {
|
|
17962
|
-
"type": "
|
|
18015
|
+
"type": "string"
|
|
17963
18016
|
}
|
|
17964
18017
|
},
|
|
17965
18018
|
"required": [
|
|
@@ -17968,12 +18021,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17968
18021
|
],
|
|
17969
18022
|
"additionalProperties": false
|
|
17970
18023
|
},
|
|
17971
|
-
"
|
|
18024
|
+
"DeliveryBoxAddressJSON": {
|
|
17972
18025
|
"type": "object",
|
|
17973
18026
|
"properties": {
|
|
17974
18027
|
"@type": {
|
|
17975
18028
|
"type": "string",
|
|
17976
|
-
"const": "
|
|
18029
|
+
"const": "DeliveryBoxAddress"
|
|
17977
18030
|
},
|
|
17978
18031
|
"@context": {
|
|
17979
18032
|
"type": "string"
|
|
@@ -17981,36 +18034,48 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
17981
18034
|
"@version": {
|
|
17982
18035
|
"type": "string"
|
|
17983
18036
|
},
|
|
17984
|
-
"
|
|
17985
|
-
"type": "
|
|
17986
|
-
|
|
17987
|
-
|
|
17988
|
-
|
|
17989
|
-
|
|
17990
|
-
|
|
17991
|
-
|
|
17992
|
-
|
|
17993
|
-
|
|
17994
|
-
|
|
17995
|
-
|
|
17996
|
-
|
|
17997
|
-
|
|
17998
|
-
|
|
17999
|
-
|
|
18000
|
-
"
|
|
18037
|
+
"recipient": {
|
|
18038
|
+
"type": "string"
|
|
18039
|
+
},
|
|
18040
|
+
"userId": {
|
|
18041
|
+
"type": "string"
|
|
18042
|
+
},
|
|
18043
|
+
"deliveryBoxId": {
|
|
18044
|
+
"type": "string"
|
|
18045
|
+
},
|
|
18046
|
+
"zipCode": {
|
|
18047
|
+
"type": "string"
|
|
18048
|
+
},
|
|
18049
|
+
"city": {
|
|
18050
|
+
"type": "string"
|
|
18051
|
+
},
|
|
18052
|
+
"country": {
|
|
18053
|
+
"type": "string"
|
|
18054
|
+
},
|
|
18055
|
+
"phoneNumber": {
|
|
18056
|
+
"type": "string"
|
|
18057
|
+
},
|
|
18058
|
+
"state": {
|
|
18059
|
+
"type": "string"
|
|
18001
18060
|
}
|
|
18002
18061
|
},
|
|
18003
18062
|
"required": [
|
|
18004
18063
|
"@type",
|
|
18005
|
-
"
|
|
18064
|
+
"city",
|
|
18065
|
+
"country",
|
|
18066
|
+
"deliveryBoxId",
|
|
18067
|
+
"recipient",
|
|
18068
|
+
"userId",
|
|
18069
|
+
"zipCode"
|
|
18006
18070
|
],
|
|
18007
18071
|
"additionalProperties": false
|
|
18008
18072
|
},
|
|
18009
|
-
"
|
|
18073
|
+
"DisplayNameJSON": {
|
|
18010
18074
|
"type": "object",
|
|
18011
18075
|
"properties": {
|
|
18012
|
-
"
|
|
18013
|
-
"type": "string"
|
|
18076
|
+
"@type": {
|
|
18077
|
+
"type": "string",
|
|
18078
|
+
"const": "DisplayName"
|
|
18014
18079
|
},
|
|
18015
18080
|
"@context": {
|
|
18016
18081
|
"type": "string"
|
|
@@ -18018,9 +18083,8 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18018
18083
|
"@version": {
|
|
18019
18084
|
"type": "string"
|
|
18020
18085
|
},
|
|
18021
|
-
"
|
|
18022
|
-
"type": "string"
|
|
18023
|
-
"const": "BirthState"
|
|
18086
|
+
"value": {
|
|
18087
|
+
"type": "string"
|
|
18024
18088
|
}
|
|
18025
18089
|
},
|
|
18026
18090
|
"required": [
|
|
@@ -18029,12 +18093,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18029
18093
|
],
|
|
18030
18094
|
"additionalProperties": false
|
|
18031
18095
|
},
|
|
18032
|
-
"
|
|
18096
|
+
"EMailAddressJSON": {
|
|
18033
18097
|
"type": "object",
|
|
18034
18098
|
"properties": {
|
|
18035
18099
|
"@type": {
|
|
18036
18100
|
"type": "string",
|
|
18037
|
-
"const": "
|
|
18101
|
+
"const": "EMailAddress"
|
|
18038
18102
|
},
|
|
18039
18103
|
"@context": {
|
|
18040
18104
|
"type": "string"
|
|
@@ -18043,7 +18107,7 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18043
18107
|
"type": "string"
|
|
18044
18108
|
},
|
|
18045
18109
|
"value": {
|
|
18046
|
-
"type": "
|
|
18110
|
+
"type": "string"
|
|
18047
18111
|
}
|
|
18048
18112
|
},
|
|
18049
18113
|
"required": [
|
|
@@ -18052,12 +18116,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18052
18116
|
],
|
|
18053
18117
|
"additionalProperties": false
|
|
18054
18118
|
},
|
|
18055
|
-
"
|
|
18119
|
+
"FaxNumberJSON": {
|
|
18056
18120
|
"type": "object",
|
|
18057
18121
|
"properties": {
|
|
18058
18122
|
"@type": {
|
|
18059
18123
|
"type": "string",
|
|
18060
|
-
"const": "
|
|
18124
|
+
"const": "FaxNumber"
|
|
18061
18125
|
},
|
|
18062
18126
|
"@context": {
|
|
18063
18127
|
"type": "string"
|
|
@@ -18075,12 +18139,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18075
18139
|
],
|
|
18076
18140
|
"additionalProperties": false
|
|
18077
18141
|
},
|
|
18078
|
-
"
|
|
18142
|
+
"IdentityFileReferenceJSON": {
|
|
18079
18143
|
"type": "object",
|
|
18080
18144
|
"properties": {
|
|
18081
18145
|
"@type": {
|
|
18082
18146
|
"type": "string",
|
|
18083
|
-
"const": "
|
|
18147
|
+
"const": "IdentityFileReference"
|
|
18084
18148
|
},
|
|
18085
18149
|
"@context": {
|
|
18086
18150
|
"type": "string"
|
|
@@ -18098,12 +18162,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18098
18162
|
],
|
|
18099
18163
|
"additionalProperties": false
|
|
18100
18164
|
},
|
|
18101
|
-
"
|
|
18165
|
+
"JobTitleJSON": {
|
|
18102
18166
|
"type": "object",
|
|
18103
18167
|
"properties": {
|
|
18104
18168
|
"@type": {
|
|
18105
18169
|
"type": "string",
|
|
18106
|
-
"const": "
|
|
18170
|
+
"const": "JobTitle"
|
|
18107
18171
|
},
|
|
18108
18172
|
"@context": {
|
|
18109
18173
|
"type": "string"
|
|
@@ -18121,12 +18185,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18121
18185
|
],
|
|
18122
18186
|
"additionalProperties": false
|
|
18123
18187
|
},
|
|
18124
|
-
"
|
|
18188
|
+
"NationalityJSON": {
|
|
18125
18189
|
"type": "object",
|
|
18126
18190
|
"properties": {
|
|
18127
18191
|
"@type": {
|
|
18128
18192
|
"type": "string",
|
|
18129
|
-
"const": "
|
|
18193
|
+
"const": "Nationality"
|
|
18130
18194
|
},
|
|
18131
18195
|
"@context": {
|
|
18132
18196
|
"type": "string"
|
|
@@ -18144,12 +18208,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18144
18208
|
],
|
|
18145
18209
|
"additionalProperties": false
|
|
18146
18210
|
},
|
|
18147
|
-
"
|
|
18211
|
+
"PersonNameJSON": {
|
|
18148
18212
|
"type": "object",
|
|
18149
18213
|
"properties": {
|
|
18150
18214
|
"@type": {
|
|
18151
18215
|
"type": "string",
|
|
18152
|
-
"const": "
|
|
18216
|
+
"const": "PersonName"
|
|
18153
18217
|
},
|
|
18154
18218
|
"@context": {
|
|
18155
18219
|
"type": "string"
|
|
@@ -18157,45 +18221,35 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18157
18221
|
"@version": {
|
|
18158
18222
|
"type": "string"
|
|
18159
18223
|
},
|
|
18160
|
-
"
|
|
18224
|
+
"givenName": {
|
|
18161
18225
|
"type": "string"
|
|
18162
|
-
}
|
|
18163
|
-
},
|
|
18164
|
-
"required": [
|
|
18165
|
-
"@type",
|
|
18166
|
-
"value"
|
|
18167
|
-
],
|
|
18168
|
-
"additionalProperties": false
|
|
18169
|
-
},
|
|
18170
|
-
"HouseNumberJSON": {
|
|
18171
|
-
"type": "object",
|
|
18172
|
-
"properties": {
|
|
18173
|
-
"@type": {
|
|
18174
|
-
"type": "string",
|
|
18175
|
-
"const": "HouseNumber"
|
|
18176
18226
|
},
|
|
18177
|
-
"
|
|
18227
|
+
"middleName": {
|
|
18178
18228
|
"type": "string"
|
|
18179
18229
|
},
|
|
18180
|
-
"
|
|
18230
|
+
"surname": {
|
|
18181
18231
|
"type": "string"
|
|
18182
18232
|
},
|
|
18183
|
-
"
|
|
18233
|
+
"honorificSuffix": {
|
|
18234
|
+
"type": "string"
|
|
18235
|
+
},
|
|
18236
|
+
"honorificPrefix": {
|
|
18184
18237
|
"type": "string"
|
|
18185
18238
|
}
|
|
18186
18239
|
},
|
|
18187
18240
|
"required": [
|
|
18188
18241
|
"@type",
|
|
18189
|
-
"
|
|
18242
|
+
"givenName",
|
|
18243
|
+
"surname"
|
|
18190
18244
|
],
|
|
18191
18245
|
"additionalProperties": false
|
|
18192
18246
|
},
|
|
18193
|
-
"
|
|
18247
|
+
"PhoneNumberJSON": {
|
|
18194
18248
|
"type": "object",
|
|
18195
18249
|
"properties": {
|
|
18196
18250
|
"@type": {
|
|
18197
18251
|
"type": "string",
|
|
18198
|
-
"const": "
|
|
18252
|
+
"const": "PhoneNumber"
|
|
18199
18253
|
},
|
|
18200
18254
|
"@context": {
|
|
18201
18255
|
"type": "string"
|
|
@@ -18213,12 +18267,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18213
18267
|
],
|
|
18214
18268
|
"additionalProperties": false
|
|
18215
18269
|
},
|
|
18216
|
-
"
|
|
18270
|
+
"PostOfficeBoxAddressJSON": {
|
|
18217
18271
|
"type": "object",
|
|
18218
18272
|
"properties": {
|
|
18219
18273
|
"@type": {
|
|
18220
18274
|
"type": "string",
|
|
18221
|
-
"const": "
|
|
18275
|
+
"const": "PostOfficeBoxAddress"
|
|
18222
18276
|
},
|
|
18223
18277
|
"@context": {
|
|
18224
18278
|
"type": "string"
|
|
@@ -18226,25 +18280,41 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18226
18280
|
"@version": {
|
|
18227
18281
|
"type": "string"
|
|
18228
18282
|
},
|
|
18229
|
-
"
|
|
18283
|
+
"recipient": {
|
|
18230
18284
|
"type": "string"
|
|
18231
18285
|
},
|
|
18232
|
-
"
|
|
18286
|
+
"boxId": {
|
|
18287
|
+
"type": "string"
|
|
18288
|
+
},
|
|
18289
|
+
"zipCode": {
|
|
18290
|
+
"type": "string"
|
|
18291
|
+
},
|
|
18292
|
+
"city": {
|
|
18293
|
+
"type": "string"
|
|
18294
|
+
},
|
|
18295
|
+
"country": {
|
|
18296
|
+
"type": "string"
|
|
18297
|
+
},
|
|
18298
|
+
"state": {
|
|
18233
18299
|
"type": "string"
|
|
18234
18300
|
}
|
|
18235
18301
|
},
|
|
18236
18302
|
"required": [
|
|
18237
18303
|
"@type",
|
|
18238
|
-
"
|
|
18304
|
+
"boxId",
|
|
18305
|
+
"city",
|
|
18306
|
+
"country",
|
|
18307
|
+
"recipient",
|
|
18308
|
+
"zipCode"
|
|
18239
18309
|
],
|
|
18240
18310
|
"additionalProperties": false
|
|
18241
18311
|
},
|
|
18242
|
-
"
|
|
18312
|
+
"PseudonymJSON": {
|
|
18243
18313
|
"type": "object",
|
|
18244
18314
|
"properties": {
|
|
18245
18315
|
"@type": {
|
|
18246
18316
|
"type": "string",
|
|
18247
|
-
"const": "
|
|
18317
|
+
"const": "Pseudonym"
|
|
18248
18318
|
},
|
|
18249
18319
|
"@context": {
|
|
18250
18320
|
"type": "string"
|
|
@@ -18262,12 +18332,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18262
18332
|
],
|
|
18263
18333
|
"additionalProperties": false
|
|
18264
18334
|
},
|
|
18265
|
-
"
|
|
18335
|
+
"SexJSON": {
|
|
18266
18336
|
"type": "object",
|
|
18267
18337
|
"properties": {
|
|
18268
18338
|
"@type": {
|
|
18269
18339
|
"type": "string",
|
|
18270
|
-
"const": "
|
|
18340
|
+
"const": "Sex"
|
|
18271
18341
|
},
|
|
18272
18342
|
"@context": {
|
|
18273
18343
|
"type": "string"
|
|
@@ -18285,12 +18355,12 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18285
18355
|
],
|
|
18286
18356
|
"additionalProperties": false
|
|
18287
18357
|
},
|
|
18288
|
-
"
|
|
18358
|
+
"StreetAddressJSON": {
|
|
18289
18359
|
"type": "object",
|
|
18290
18360
|
"properties": {
|
|
18291
18361
|
"@type": {
|
|
18292
18362
|
"type": "string",
|
|
18293
|
-
"const": "
|
|
18363
|
+
"const": "StreetAddress"
|
|
18294
18364
|
},
|
|
18295
18365
|
"@context": {
|
|
18296
18366
|
"type": "string"
|
|
@@ -18298,22 +18368,45 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18298
18368
|
"@version": {
|
|
18299
18369
|
"type": "string"
|
|
18300
18370
|
},
|
|
18301
|
-
"
|
|
18371
|
+
"recipient": {
|
|
18372
|
+
"type": "string"
|
|
18373
|
+
},
|
|
18374
|
+
"street": {
|
|
18375
|
+
"type": "string"
|
|
18376
|
+
},
|
|
18377
|
+
"houseNo": {
|
|
18378
|
+
"type": "string"
|
|
18379
|
+
},
|
|
18380
|
+
"zipCode": {
|
|
18381
|
+
"type": "string"
|
|
18382
|
+
},
|
|
18383
|
+
"city": {
|
|
18384
|
+
"type": "string"
|
|
18385
|
+
},
|
|
18386
|
+
"country": {
|
|
18387
|
+
"type": "string"
|
|
18388
|
+
},
|
|
18389
|
+
"state": {
|
|
18302
18390
|
"type": "string"
|
|
18303
18391
|
}
|
|
18304
18392
|
},
|
|
18305
18393
|
"required": [
|
|
18306
18394
|
"@type",
|
|
18307
|
-
"
|
|
18395
|
+
"city",
|
|
18396
|
+
"country",
|
|
18397
|
+
"houseNo",
|
|
18398
|
+
"recipient",
|
|
18399
|
+
"street",
|
|
18400
|
+
"zipCode"
|
|
18308
18401
|
],
|
|
18309
18402
|
"additionalProperties": false
|
|
18310
18403
|
},
|
|
18311
|
-
"
|
|
18404
|
+
"WebsiteJSON": {
|
|
18312
18405
|
"type": "object",
|
|
18313
18406
|
"properties": {
|
|
18314
18407
|
"@type": {
|
|
18315
18408
|
"type": "string",
|
|
18316
|
-
"const": "
|
|
18409
|
+
"const": "Website"
|
|
18317
18410
|
},
|
|
18318
18411
|
"@context": {
|
|
18319
18412
|
"type": "string"
|
|
@@ -18331,104 +18424,79 @@ exports.SucceedIdentityAttributeRequest = {
|
|
|
18331
18424
|
],
|
|
18332
18425
|
"additionalProperties": false
|
|
18333
18426
|
},
|
|
18334
|
-
"
|
|
18335
|
-
"type": "string",
|
|
18336
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
18337
|
-
"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)?)?)?)?$"
|
|
18338
|
-
}
|
|
18339
|
-
}
|
|
18340
|
-
};
|
|
18341
|
-
exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
18342
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
18343
|
-
"$ref": "#/definitions/SucceedRelationshipAttributeAndNotifyPeerRequest",
|
|
18344
|
-
"definitions": {
|
|
18345
|
-
"SucceedRelationshipAttributeAndNotifyPeerRequest": {
|
|
18346
|
-
"type": "object",
|
|
18347
|
-
"properties": {
|
|
18348
|
-
"predecessorId": {
|
|
18349
|
-
"$ref": "#/definitions/AttributeIdString"
|
|
18350
|
-
},
|
|
18351
|
-
"successorContent": {
|
|
18352
|
-
"type": "object",
|
|
18353
|
-
"properties": {
|
|
18354
|
-
"value": {
|
|
18355
|
-
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
18356
|
-
},
|
|
18357
|
-
"validFrom": {
|
|
18358
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
18359
|
-
},
|
|
18360
|
-
"validTo": {
|
|
18361
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
18362
|
-
}
|
|
18363
|
-
},
|
|
18364
|
-
"required": [
|
|
18365
|
-
"value"
|
|
18366
|
-
],
|
|
18367
|
-
"additionalProperties": false
|
|
18368
|
-
}
|
|
18369
|
-
},
|
|
18370
|
-
"required": [
|
|
18371
|
-
"predecessorId",
|
|
18372
|
-
"successorContent"
|
|
18373
|
-
],
|
|
18374
|
-
"additionalProperties": false
|
|
18375
|
-
},
|
|
18376
|
-
"AttributeIdString": {
|
|
18377
|
-
"type": "string",
|
|
18378
|
-
"pattern": "ATT[A-Za-z0-9]{17}"
|
|
18379
|
-
},
|
|
18380
|
-
"AttributeValues.Relationship.Json": {
|
|
18427
|
+
"AttributeValues.Identity.Uneditable.Json": {
|
|
18381
18428
|
"anyOf": [
|
|
18382
18429
|
{
|
|
18383
|
-
"$ref": "#/definitions/
|
|
18430
|
+
"$ref": "#/definitions/AffiliationOrganizationJSON"
|
|
18384
18431
|
},
|
|
18385
18432
|
{
|
|
18386
|
-
"$ref": "#/definitions/
|
|
18433
|
+
"$ref": "#/definitions/AffiliationRoleJSON"
|
|
18387
18434
|
},
|
|
18388
18435
|
{
|
|
18389
|
-
"$ref": "#/definitions/
|
|
18436
|
+
"$ref": "#/definitions/AffiliationUnitJSON"
|
|
18390
18437
|
},
|
|
18391
18438
|
{
|
|
18392
|
-
"$ref": "#/definitions/
|
|
18439
|
+
"$ref": "#/definitions/BirthCityJSON"
|
|
18393
18440
|
},
|
|
18394
18441
|
{
|
|
18395
|
-
"$ref": "#/definitions/
|
|
18442
|
+
"$ref": "#/definitions/BirthCountryJSON"
|
|
18396
18443
|
},
|
|
18397
18444
|
{
|
|
18398
|
-
"$ref": "#/definitions/
|
|
18445
|
+
"$ref": "#/definitions/BirthDayJSON"
|
|
18399
18446
|
},
|
|
18400
18447
|
{
|
|
18401
|
-
"$ref": "#/definitions/
|
|
18448
|
+
"$ref": "#/definitions/BirthMonthJSON"
|
|
18402
18449
|
},
|
|
18403
18450
|
{
|
|
18404
|
-
"$ref": "#/definitions/
|
|
18451
|
+
"$ref": "#/definitions/BirthStateJSON"
|
|
18405
18452
|
},
|
|
18406
18453
|
{
|
|
18407
|
-
"$ref": "#/definitions/
|
|
18454
|
+
"$ref": "#/definitions/BirthYearJSON"
|
|
18408
18455
|
},
|
|
18409
18456
|
{
|
|
18410
|
-
"$ref": "#/definitions/
|
|
18457
|
+
"$ref": "#/definitions/CityJSON"
|
|
18411
18458
|
},
|
|
18412
18459
|
{
|
|
18413
|
-
"$ref": "#/definitions/
|
|
18460
|
+
"$ref": "#/definitions/CountryJSON"
|
|
18414
18461
|
},
|
|
18415
18462
|
{
|
|
18416
|
-
"$ref": "#/definitions/
|
|
18463
|
+
"$ref": "#/definitions/GivenNameJSON"
|
|
18417
18464
|
},
|
|
18418
18465
|
{
|
|
18419
|
-
"$ref": "#/definitions/
|
|
18466
|
+
"$ref": "#/definitions/HonorificPrefixJSON"
|
|
18420
18467
|
},
|
|
18421
18468
|
{
|
|
18422
|
-
"$ref": "#/definitions/
|
|
18469
|
+
"$ref": "#/definitions/HonorificSuffixJSON"
|
|
18470
|
+
},
|
|
18471
|
+
{
|
|
18472
|
+
"$ref": "#/definitions/HouseNumberJSON"
|
|
18473
|
+
},
|
|
18474
|
+
{
|
|
18475
|
+
"$ref": "#/definitions/MiddleNameJSON"
|
|
18476
|
+
},
|
|
18477
|
+
{
|
|
18478
|
+
"$ref": "#/definitions/SchematizedXMLJSON"
|
|
18479
|
+
},
|
|
18480
|
+
{
|
|
18481
|
+
"$ref": "#/definitions/StateJSON"
|
|
18482
|
+
},
|
|
18483
|
+
{
|
|
18484
|
+
"$ref": "#/definitions/StreetJSON"
|
|
18485
|
+
},
|
|
18486
|
+
{
|
|
18487
|
+
"$ref": "#/definitions/SurnameJSON"
|
|
18488
|
+
},
|
|
18489
|
+
{
|
|
18490
|
+
"$ref": "#/definitions/ZipCodeJSON"
|
|
18423
18491
|
}
|
|
18424
18492
|
]
|
|
18425
18493
|
},
|
|
18426
|
-
"
|
|
18494
|
+
"AffiliationOrganizationJSON": {
|
|
18427
18495
|
"type": "object",
|
|
18428
18496
|
"properties": {
|
|
18429
18497
|
"@type": {
|
|
18430
18498
|
"type": "string",
|
|
18431
|
-
"const": "
|
|
18499
|
+
"const": "AffiliationOrganization"
|
|
18432
18500
|
},
|
|
18433
18501
|
"@context": {
|
|
18434
18502
|
"type": "string"
|
|
@@ -18437,98 +18505,136 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18437
18505
|
"type": "string"
|
|
18438
18506
|
},
|
|
18439
18507
|
"value": {
|
|
18440
|
-
"type": "
|
|
18508
|
+
"type": "string"
|
|
18509
|
+
}
|
|
18510
|
+
},
|
|
18511
|
+
"required": [
|
|
18512
|
+
"@type",
|
|
18513
|
+
"value"
|
|
18514
|
+
],
|
|
18515
|
+
"additionalProperties": false
|
|
18516
|
+
},
|
|
18517
|
+
"AffiliationRoleJSON": {
|
|
18518
|
+
"type": "object",
|
|
18519
|
+
"properties": {
|
|
18520
|
+
"@type": {
|
|
18521
|
+
"type": "string",
|
|
18522
|
+
"const": "AffiliationRole"
|
|
18441
18523
|
},
|
|
18442
|
-
"
|
|
18524
|
+
"@context": {
|
|
18443
18525
|
"type": "string"
|
|
18444
18526
|
},
|
|
18445
|
-
"
|
|
18527
|
+
"@version": {
|
|
18446
18528
|
"type": "string"
|
|
18447
18529
|
},
|
|
18448
|
-
"
|
|
18449
|
-
"
|
|
18530
|
+
"value": {
|
|
18531
|
+
"type": "string"
|
|
18450
18532
|
}
|
|
18451
18533
|
},
|
|
18452
18534
|
"required": [
|
|
18453
18535
|
"@type",
|
|
18454
|
-
"title",
|
|
18455
18536
|
"value"
|
|
18456
18537
|
],
|
|
18457
18538
|
"additionalProperties": false
|
|
18458
18539
|
},
|
|
18459
|
-
"
|
|
18540
|
+
"AffiliationUnitJSON": {
|
|
18460
18541
|
"type": "object",
|
|
18461
|
-
"additionalProperties": false,
|
|
18462
18542
|
"properties": {
|
|
18463
18543
|
"@type": {
|
|
18464
18544
|
"type": "string",
|
|
18465
|
-
"const": "
|
|
18545
|
+
"const": "AffiliationUnit"
|
|
18466
18546
|
},
|
|
18467
|
-
"
|
|
18547
|
+
"@context": {
|
|
18468
18548
|
"type": "string"
|
|
18469
18549
|
},
|
|
18470
|
-
"
|
|
18471
|
-
"type": "
|
|
18472
|
-
},
|
|
18473
|
-
"max": {
|
|
18474
|
-
"type": "number"
|
|
18550
|
+
"@version": {
|
|
18551
|
+
"type": "string"
|
|
18475
18552
|
},
|
|
18476
|
-
"
|
|
18553
|
+
"value": {
|
|
18554
|
+
"type": "string"
|
|
18555
|
+
}
|
|
18556
|
+
},
|
|
18557
|
+
"required": [
|
|
18558
|
+
"@type",
|
|
18559
|
+
"value"
|
|
18560
|
+
],
|
|
18561
|
+
"additionalProperties": false
|
|
18562
|
+
},
|
|
18563
|
+
"BirthCityJSON": {
|
|
18564
|
+
"type": "object",
|
|
18565
|
+
"properties": {
|
|
18566
|
+
"value": {
|
|
18477
18567
|
"type": "string"
|
|
18478
18568
|
},
|
|
18479
|
-
"
|
|
18480
|
-
"type": "
|
|
18481
|
-
"items": {
|
|
18482
|
-
"$ref": "#/definitions/ValueHintsValueJSON"
|
|
18483
|
-
}
|
|
18569
|
+
"@context": {
|
|
18570
|
+
"type": "string"
|
|
18484
18571
|
},
|
|
18485
|
-
"
|
|
18486
|
-
"type":
|
|
18487
|
-
"string",
|
|
18488
|
-
"number",
|
|
18489
|
-
"boolean"
|
|
18490
|
-
]
|
|
18572
|
+
"@version": {
|
|
18573
|
+
"type": "string"
|
|
18491
18574
|
},
|
|
18492
|
-
"
|
|
18493
|
-
"type": "
|
|
18494
|
-
"
|
|
18495
|
-
|
|
18496
|
-
|
|
18575
|
+
"@type": {
|
|
18576
|
+
"type": "string",
|
|
18577
|
+
"const": "BirthCity"
|
|
18578
|
+
}
|
|
18579
|
+
},
|
|
18580
|
+
"required": [
|
|
18581
|
+
"@type",
|
|
18582
|
+
"value"
|
|
18583
|
+
],
|
|
18584
|
+
"additionalProperties": false
|
|
18585
|
+
},
|
|
18586
|
+
"BirthCountryJSON": {
|
|
18587
|
+
"type": "object",
|
|
18588
|
+
"properties": {
|
|
18589
|
+
"value": {
|
|
18590
|
+
"type": "string"
|
|
18497
18591
|
},
|
|
18498
18592
|
"@context": {
|
|
18499
18593
|
"type": "string"
|
|
18500
18594
|
},
|
|
18501
18595
|
"@version": {
|
|
18502
18596
|
"type": "string"
|
|
18597
|
+
},
|
|
18598
|
+
"@type": {
|
|
18599
|
+
"type": "string",
|
|
18600
|
+
"const": "BirthCountry"
|
|
18503
18601
|
}
|
|
18504
|
-
}
|
|
18602
|
+
},
|
|
18603
|
+
"required": [
|
|
18604
|
+
"@type",
|
|
18605
|
+
"value"
|
|
18606
|
+
],
|
|
18607
|
+
"additionalProperties": false
|
|
18505
18608
|
},
|
|
18506
|
-
"
|
|
18609
|
+
"BirthDayJSON": {
|
|
18507
18610
|
"type": "object",
|
|
18508
18611
|
"properties": {
|
|
18509
|
-
"
|
|
18510
|
-
"type":
|
|
18511
|
-
|
|
18512
|
-
"number",
|
|
18513
|
-
"boolean"
|
|
18514
|
-
]
|
|
18612
|
+
"@type": {
|
|
18613
|
+
"type": "string",
|
|
18614
|
+
"const": "BirthDay"
|
|
18515
18615
|
},
|
|
18516
|
-
"
|
|
18616
|
+
"@context": {
|
|
18517
18617
|
"type": "string"
|
|
18618
|
+
},
|
|
18619
|
+
"@version": {
|
|
18620
|
+
"type": "string"
|
|
18621
|
+
},
|
|
18622
|
+
"value": {
|
|
18623
|
+
"type": "number"
|
|
18518
18624
|
}
|
|
18519
18625
|
},
|
|
18520
18626
|
"required": [
|
|
18521
|
-
"
|
|
18522
|
-
"
|
|
18627
|
+
"@type",
|
|
18628
|
+
"value"
|
|
18523
18629
|
],
|
|
18524
18630
|
"additionalProperties": false
|
|
18525
18631
|
},
|
|
18526
|
-
"
|
|
18632
|
+
"BirthMonthJSON": {
|
|
18527
18633
|
"type": "object",
|
|
18528
18634
|
"properties": {
|
|
18529
18635
|
"@type": {
|
|
18530
18636
|
"type": "string",
|
|
18531
|
-
"const": "
|
|
18637
|
+
"const": "BirthMonth"
|
|
18532
18638
|
},
|
|
18533
18639
|
"@context": {
|
|
18534
18640
|
"type": "string"
|
|
@@ -18536,49 +18642,60 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18536
18642
|
"@version": {
|
|
18537
18643
|
"type": "string"
|
|
18538
18644
|
},
|
|
18539
|
-
"
|
|
18645
|
+
"value": {
|
|
18646
|
+
"type": "number",
|
|
18647
|
+
"enum": [
|
|
18648
|
+
1,
|
|
18649
|
+
2,
|
|
18650
|
+
3,
|
|
18651
|
+
4,
|
|
18652
|
+
5,
|
|
18653
|
+
6,
|
|
18654
|
+
7,
|
|
18655
|
+
8,
|
|
18656
|
+
9,
|
|
18657
|
+
10,
|
|
18658
|
+
11,
|
|
18659
|
+
12
|
|
18660
|
+
],
|
|
18661
|
+
"description": "Month values: 1 (january) - 12 (december)"
|
|
18662
|
+
}
|
|
18663
|
+
},
|
|
18664
|
+
"required": [
|
|
18665
|
+
"@type",
|
|
18666
|
+
"value"
|
|
18667
|
+
],
|
|
18668
|
+
"additionalProperties": false
|
|
18669
|
+
},
|
|
18670
|
+
"BirthStateJSON": {
|
|
18671
|
+
"type": "object",
|
|
18672
|
+
"properties": {
|
|
18673
|
+
"value": {
|
|
18540
18674
|
"type": "string"
|
|
18541
18675
|
},
|
|
18542
|
-
"
|
|
18543
|
-
"type": "number"
|
|
18544
|
-
},
|
|
18545
|
-
"max": {
|
|
18546
|
-
"type": "number"
|
|
18547
|
-
},
|
|
18548
|
-
"pattern": {
|
|
18676
|
+
"@context": {
|
|
18549
18677
|
"type": "string"
|
|
18550
18678
|
},
|
|
18551
|
-
"
|
|
18552
|
-
"type": "
|
|
18553
|
-
"items": {
|
|
18554
|
-
"$ref": "#/definitions/ValueHintsValueJSON"
|
|
18555
|
-
}
|
|
18556
|
-
},
|
|
18557
|
-
"defaultValue": {
|
|
18558
|
-
"type": [
|
|
18559
|
-
"string",
|
|
18560
|
-
"number",
|
|
18561
|
-
"boolean"
|
|
18562
|
-
]
|
|
18679
|
+
"@version": {
|
|
18680
|
+
"type": "string"
|
|
18563
18681
|
},
|
|
18564
|
-
"
|
|
18565
|
-
"type": "
|
|
18566
|
-
"
|
|
18567
|
-
"$ref": "#/definitions/ValueHintsJSON"
|
|
18568
|
-
}
|
|
18682
|
+
"@type": {
|
|
18683
|
+
"type": "string",
|
|
18684
|
+
"const": "BirthState"
|
|
18569
18685
|
}
|
|
18570
18686
|
},
|
|
18571
18687
|
"required": [
|
|
18572
|
-
"@type"
|
|
18688
|
+
"@type",
|
|
18689
|
+
"value"
|
|
18573
18690
|
],
|
|
18574
18691
|
"additionalProperties": false
|
|
18575
18692
|
},
|
|
18576
|
-
"
|
|
18693
|
+
"BirthYearJSON": {
|
|
18577
18694
|
"type": "object",
|
|
18578
18695
|
"properties": {
|
|
18579
18696
|
"@type": {
|
|
18580
18697
|
"type": "string",
|
|
18581
|
-
"const": "
|
|
18698
|
+
"const": "BirthYear"
|
|
18582
18699
|
},
|
|
18583
18700
|
"@context": {
|
|
18584
18701
|
"type": "string"
|
|
@@ -18587,31 +18704,21 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18587
18704
|
"type": "string"
|
|
18588
18705
|
},
|
|
18589
18706
|
"value": {
|
|
18590
|
-
"type": "
|
|
18591
|
-
},
|
|
18592
|
-
"title": {
|
|
18593
|
-
"type": "string"
|
|
18594
|
-
},
|
|
18595
|
-
"description": {
|
|
18596
|
-
"type": "string"
|
|
18597
|
-
},
|
|
18598
|
-
"valueHintsOverride": {
|
|
18599
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18707
|
+
"type": "number"
|
|
18600
18708
|
}
|
|
18601
18709
|
},
|
|
18602
18710
|
"required": [
|
|
18603
18711
|
"@type",
|
|
18604
|
-
"title",
|
|
18605
18712
|
"value"
|
|
18606
18713
|
],
|
|
18607
18714
|
"additionalProperties": false
|
|
18608
18715
|
},
|
|
18609
|
-
"
|
|
18716
|
+
"CityJSON": {
|
|
18610
18717
|
"type": "object",
|
|
18611
18718
|
"properties": {
|
|
18612
18719
|
"@type": {
|
|
18613
18720
|
"type": "string",
|
|
18614
|
-
"const": "
|
|
18721
|
+
"const": "City"
|
|
18615
18722
|
},
|
|
18616
18723
|
"@context": {
|
|
18617
18724
|
"type": "string"
|
|
@@ -18621,30 +18728,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18621
18728
|
},
|
|
18622
18729
|
"value": {
|
|
18623
18730
|
"type": "string"
|
|
18624
|
-
},
|
|
18625
|
-
"title": {
|
|
18626
|
-
"type": "string"
|
|
18627
|
-
},
|
|
18628
|
-
"description": {
|
|
18629
|
-
"type": "string"
|
|
18630
|
-
},
|
|
18631
|
-
"valueHintsOverride": {
|
|
18632
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18633
18731
|
}
|
|
18634
18732
|
},
|
|
18635
18733
|
"required": [
|
|
18636
18734
|
"@type",
|
|
18637
|
-
"title",
|
|
18638
18735
|
"value"
|
|
18639
18736
|
],
|
|
18640
18737
|
"additionalProperties": false
|
|
18641
18738
|
},
|
|
18642
|
-
"
|
|
18739
|
+
"CountryJSON": {
|
|
18643
18740
|
"type": "object",
|
|
18644
18741
|
"properties": {
|
|
18645
18742
|
"@type": {
|
|
18646
18743
|
"type": "string",
|
|
18647
|
-
"const": "
|
|
18744
|
+
"const": "Country"
|
|
18648
18745
|
},
|
|
18649
18746
|
"@context": {
|
|
18650
18747
|
"type": "string"
|
|
@@ -18654,30 +18751,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18654
18751
|
},
|
|
18655
18752
|
"value": {
|
|
18656
18753
|
"type": "string"
|
|
18657
|
-
},
|
|
18658
|
-
"title": {
|
|
18659
|
-
"type": "string"
|
|
18660
|
-
},
|
|
18661
|
-
"description": {
|
|
18662
|
-
"type": "string"
|
|
18663
|
-
},
|
|
18664
|
-
"valueHintsOverride": {
|
|
18665
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18666
18754
|
}
|
|
18667
18755
|
},
|
|
18668
18756
|
"required": [
|
|
18669
18757
|
"@type",
|
|
18670
|
-
"title",
|
|
18671
18758
|
"value"
|
|
18672
18759
|
],
|
|
18673
18760
|
"additionalProperties": false
|
|
18674
18761
|
},
|
|
18675
|
-
"
|
|
18762
|
+
"GivenNameJSON": {
|
|
18676
18763
|
"type": "object",
|
|
18677
18764
|
"properties": {
|
|
18678
18765
|
"@type": {
|
|
18679
18766
|
"type": "string",
|
|
18680
|
-
"const": "
|
|
18767
|
+
"const": "GivenName"
|
|
18681
18768
|
},
|
|
18682
18769
|
"@context": {
|
|
18683
18770
|
"type": "string"
|
|
@@ -18686,31 +18773,21 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18686
18773
|
"type": "string"
|
|
18687
18774
|
},
|
|
18688
18775
|
"value": {
|
|
18689
|
-
"type": "number"
|
|
18690
|
-
},
|
|
18691
|
-
"title": {
|
|
18692
18776
|
"type": "string"
|
|
18693
|
-
},
|
|
18694
|
-
"description": {
|
|
18695
|
-
"type": "string"
|
|
18696
|
-
},
|
|
18697
|
-
"valueHintsOverride": {
|
|
18698
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18699
18777
|
}
|
|
18700
18778
|
},
|
|
18701
18779
|
"required": [
|
|
18702
18780
|
"@type",
|
|
18703
|
-
"title",
|
|
18704
18781
|
"value"
|
|
18705
18782
|
],
|
|
18706
18783
|
"additionalProperties": false
|
|
18707
18784
|
},
|
|
18708
|
-
"
|
|
18785
|
+
"HonorificPrefixJSON": {
|
|
18709
18786
|
"type": "object",
|
|
18710
18787
|
"properties": {
|
|
18711
18788
|
"@type": {
|
|
18712
18789
|
"type": "string",
|
|
18713
|
-
"const": "
|
|
18790
|
+
"const": "HonorificPrefix"
|
|
18714
18791
|
},
|
|
18715
18792
|
"@context": {
|
|
18716
18793
|
"type": "string"
|
|
@@ -18720,30 +18797,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18720
18797
|
},
|
|
18721
18798
|
"value": {
|
|
18722
18799
|
"type": "string"
|
|
18723
|
-
},
|
|
18724
|
-
"title": {
|
|
18725
|
-
"type": "string"
|
|
18726
|
-
},
|
|
18727
|
-
"description": {
|
|
18728
|
-
"type": "string"
|
|
18729
|
-
},
|
|
18730
|
-
"valueHintsOverride": {
|
|
18731
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18732
18800
|
}
|
|
18733
18801
|
},
|
|
18734
18802
|
"required": [
|
|
18735
18803
|
"@type",
|
|
18736
|
-
"title",
|
|
18737
18804
|
"value"
|
|
18738
18805
|
],
|
|
18739
18806
|
"additionalProperties": false
|
|
18740
18807
|
},
|
|
18741
|
-
"
|
|
18808
|
+
"HonorificSuffixJSON": {
|
|
18742
18809
|
"type": "object",
|
|
18743
18810
|
"properties": {
|
|
18744
18811
|
"@type": {
|
|
18745
18812
|
"type": "string",
|
|
18746
|
-
"const": "
|
|
18813
|
+
"const": "HonorificSuffix"
|
|
18747
18814
|
},
|
|
18748
18815
|
"@context": {
|
|
18749
18816
|
"type": "string"
|
|
@@ -18752,31 +18819,21 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18752
18819
|
"type": "string"
|
|
18753
18820
|
},
|
|
18754
18821
|
"value": {
|
|
18755
|
-
"type": "number"
|
|
18756
|
-
},
|
|
18757
|
-
"title": {
|
|
18758
18822
|
"type": "string"
|
|
18759
|
-
},
|
|
18760
|
-
"description": {
|
|
18761
|
-
"type": "string"
|
|
18762
|
-
},
|
|
18763
|
-
"valueHintsOverride": {
|
|
18764
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18765
18823
|
}
|
|
18766
18824
|
},
|
|
18767
18825
|
"required": [
|
|
18768
18826
|
"@type",
|
|
18769
|
-
"title",
|
|
18770
18827
|
"value"
|
|
18771
18828
|
],
|
|
18772
18829
|
"additionalProperties": false
|
|
18773
18830
|
},
|
|
18774
|
-
"
|
|
18831
|
+
"HouseNumberJSON": {
|
|
18775
18832
|
"type": "object",
|
|
18776
18833
|
"properties": {
|
|
18777
18834
|
"@type": {
|
|
18778
18835
|
"type": "string",
|
|
18779
|
-
"const": "
|
|
18836
|
+
"const": "HouseNumber"
|
|
18780
18837
|
},
|
|
18781
18838
|
"@context": {
|
|
18782
18839
|
"type": "string"
|
|
@@ -18786,30 +18843,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18786
18843
|
},
|
|
18787
18844
|
"value": {
|
|
18788
18845
|
"type": "string"
|
|
18789
|
-
},
|
|
18790
|
-
"title": {
|
|
18791
|
-
"type": "string"
|
|
18792
|
-
},
|
|
18793
|
-
"description": {
|
|
18794
|
-
"type": "string"
|
|
18795
|
-
},
|
|
18796
|
-
"valueHintsOverride": {
|
|
18797
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18798
18846
|
}
|
|
18799
18847
|
},
|
|
18800
18848
|
"required": [
|
|
18801
18849
|
"@type",
|
|
18802
|
-
"title",
|
|
18803
18850
|
"value"
|
|
18804
18851
|
],
|
|
18805
18852
|
"additionalProperties": false
|
|
18806
18853
|
},
|
|
18807
|
-
"
|
|
18854
|
+
"MiddleNameJSON": {
|
|
18808
18855
|
"type": "object",
|
|
18809
18856
|
"properties": {
|
|
18810
18857
|
"@type": {
|
|
18811
18858
|
"type": "string",
|
|
18812
|
-
"const": "
|
|
18859
|
+
"const": "MiddleName"
|
|
18813
18860
|
},
|
|
18814
18861
|
"@context": {
|
|
18815
18862
|
"type": "string"
|
|
@@ -18819,30 +18866,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18819
18866
|
},
|
|
18820
18867
|
"value": {
|
|
18821
18868
|
"type": "string"
|
|
18822
|
-
},
|
|
18823
|
-
"title": {
|
|
18824
|
-
"type": "string"
|
|
18825
|
-
},
|
|
18826
|
-
"description": {
|
|
18827
|
-
"type": "string"
|
|
18828
|
-
},
|
|
18829
|
-
"valueHintsOverride": {
|
|
18830
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18831
18869
|
}
|
|
18832
18870
|
},
|
|
18833
18871
|
"required": [
|
|
18834
18872
|
"@type",
|
|
18835
|
-
"title",
|
|
18836
18873
|
"value"
|
|
18837
18874
|
],
|
|
18838
18875
|
"additionalProperties": false
|
|
18839
18876
|
},
|
|
18840
|
-
"
|
|
18877
|
+
"SchematizedXMLJSON": {
|
|
18841
18878
|
"type": "object",
|
|
18842
18879
|
"properties": {
|
|
18843
18880
|
"@type": {
|
|
18844
18881
|
"type": "string",
|
|
18845
|
-
"const": "
|
|
18882
|
+
"const": "SchematizedXML"
|
|
18846
18883
|
},
|
|
18847
18884
|
"@context": {
|
|
18848
18885
|
"type": "string"
|
|
@@ -18853,29 +18890,22 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18853
18890
|
"value": {
|
|
18854
18891
|
"type": "string"
|
|
18855
18892
|
},
|
|
18856
|
-
"
|
|
18857
|
-
"type": "string"
|
|
18858
|
-
},
|
|
18859
|
-
"description": {
|
|
18893
|
+
"schemaURL": {
|
|
18860
18894
|
"type": "string"
|
|
18861
|
-
},
|
|
18862
|
-
"valueHintsOverride": {
|
|
18863
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18864
18895
|
}
|
|
18865
18896
|
},
|
|
18866
18897
|
"required": [
|
|
18867
18898
|
"@type",
|
|
18868
|
-
"title",
|
|
18869
18899
|
"value"
|
|
18870
18900
|
],
|
|
18871
18901
|
"additionalProperties": false
|
|
18872
18902
|
},
|
|
18873
|
-
"
|
|
18903
|
+
"StateJSON": {
|
|
18874
18904
|
"type": "object",
|
|
18875
18905
|
"properties": {
|
|
18876
18906
|
"@type": {
|
|
18877
18907
|
"type": "string",
|
|
18878
|
-
"const": "
|
|
18908
|
+
"const": "State"
|
|
18879
18909
|
},
|
|
18880
18910
|
"@context": {
|
|
18881
18911
|
"type": "string"
|
|
@@ -18885,30 +18915,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18885
18915
|
},
|
|
18886
18916
|
"value": {
|
|
18887
18917
|
"type": "string"
|
|
18888
|
-
},
|
|
18889
|
-
"title": {
|
|
18890
|
-
"type": "string"
|
|
18891
|
-
},
|
|
18892
|
-
"description": {
|
|
18893
|
-
"type": "string"
|
|
18894
|
-
},
|
|
18895
|
-
"valueHintsOverride": {
|
|
18896
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18897
18918
|
}
|
|
18898
18919
|
},
|
|
18899
18920
|
"required": [
|
|
18900
18921
|
"@type",
|
|
18901
|
-
"title",
|
|
18902
18922
|
"value"
|
|
18903
18923
|
],
|
|
18904
18924
|
"additionalProperties": false
|
|
18905
18925
|
},
|
|
18906
|
-
"
|
|
18926
|
+
"StreetJSON": {
|
|
18907
18927
|
"type": "object",
|
|
18908
18928
|
"properties": {
|
|
18909
18929
|
"@type": {
|
|
18910
18930
|
"type": "string",
|
|
18911
|
-
"const": "
|
|
18931
|
+
"const": "Street"
|
|
18912
18932
|
},
|
|
18913
18933
|
"@context": {
|
|
18914
18934
|
"type": "string"
|
|
@@ -18916,27 +18936,22 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18916
18936
|
"@version": {
|
|
18917
18937
|
"type": "string"
|
|
18918
18938
|
},
|
|
18919
|
-
"
|
|
18920
|
-
"type": "string"
|
|
18921
|
-
},
|
|
18922
|
-
"description": {
|
|
18939
|
+
"value": {
|
|
18923
18940
|
"type": "string"
|
|
18924
|
-
}
|
|
18925
|
-
"value": {}
|
|
18941
|
+
}
|
|
18926
18942
|
},
|
|
18927
18943
|
"required": [
|
|
18928
18944
|
"@type",
|
|
18929
|
-
"title",
|
|
18930
18945
|
"value"
|
|
18931
18946
|
],
|
|
18932
18947
|
"additionalProperties": false
|
|
18933
18948
|
},
|
|
18934
|
-
"
|
|
18949
|
+
"SurnameJSON": {
|
|
18935
18950
|
"type": "object",
|
|
18936
18951
|
"properties": {
|
|
18937
18952
|
"@type": {
|
|
18938
18953
|
"type": "string",
|
|
18939
|
-
"const": "
|
|
18954
|
+
"const": "Surname"
|
|
18940
18955
|
},
|
|
18941
18956
|
"@context": {
|
|
18942
18957
|
"type": "string"
|
|
@@ -18946,32 +18961,20 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18946
18961
|
},
|
|
18947
18962
|
"value": {
|
|
18948
18963
|
"type": "string"
|
|
18949
|
-
},
|
|
18950
|
-
"title": {
|
|
18951
|
-
"type": "string"
|
|
18952
|
-
},
|
|
18953
|
-
"description": {
|
|
18954
|
-
"type": "string"
|
|
18955
|
-
},
|
|
18956
|
-
"valueHintsOverride": {
|
|
18957
|
-
"$ref": "#/definitions/ValueHintsOverrideJSON"
|
|
18958
|
-
},
|
|
18959
|
-
"schemaURL": {
|
|
18960
|
-
"type": "string"
|
|
18961
18964
|
}
|
|
18962
18965
|
},
|
|
18963
18966
|
"required": [
|
|
18964
18967
|
"@type",
|
|
18965
|
-
"title",
|
|
18966
18968
|
"value"
|
|
18967
18969
|
],
|
|
18968
18970
|
"additionalProperties": false
|
|
18969
18971
|
},
|
|
18970
|
-
"
|
|
18972
|
+
"ZipCodeJSON": {
|
|
18971
18973
|
"type": "object",
|
|
18972
18974
|
"properties": {
|
|
18973
18975
|
"@type": {
|
|
18974
|
-
"type": "string"
|
|
18976
|
+
"type": "string",
|
|
18977
|
+
"const": "ZipCode"
|
|
18975
18978
|
},
|
|
18976
18979
|
"@context": {
|
|
18977
18980
|
"type": "string"
|
|
@@ -18979,16 +18982,13 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
18979
18982
|
"@version": {
|
|
18980
18983
|
"type": "string"
|
|
18981
18984
|
},
|
|
18982
|
-
"
|
|
18983
|
-
"type": "string"
|
|
18984
|
-
},
|
|
18985
|
-
"link": {
|
|
18985
|
+
"value": {
|
|
18986
18986
|
"type": "string"
|
|
18987
18987
|
}
|
|
18988
18988
|
},
|
|
18989
18989
|
"required": [
|
|
18990
18990
|
"@type",
|
|
18991
|
-
"
|
|
18991
|
+
"value"
|
|
18992
18992
|
],
|
|
18993
18993
|
"additionalProperties": false
|
|
18994
18994
|
},
|