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