@nmshd/runtime 7.0.0-alpha.2 → 7.0.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/ConfigHolder.d.ts +7 -0
- package/dist/ConfigHolder.d.ts.map +1 -0
- package/dist/ConfigHolder.js +14 -0
- package/dist/ConfigHolder.js.map +1 -0
- package/dist/Runtime.d.ts +2 -2
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +27 -17
- package/dist/Runtime.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts +1 -0
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +81 -149
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/index.d.ts +0 -1
- package/dist/dataViews/consumption/index.d.ts.map +1 -1
- package/dist/dataViews/consumption/index.js +0 -1
- package/dist/dataViews/consumption/index.js.map +1 -1
- package/dist/dataViews/content/AttributeDVOs.d.ts +0 -2
- package/dist/dataViews/content/AttributeDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +13 -3
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +10 -4
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/transport/MessageDVO.d.ts +2 -2
- package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -0
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/events/transport/MessageDeliveredEvent.js +1 -1
- package/dist/extensibility/facades/transport/FilesFacade.d.ts +2 -6
- package/dist/extensibility/facades/transport/FilesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/FilesFacade.js +2 -14
- package/dist/extensibility/facades/transport/FilesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts +4 -8
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js +5 -17
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/TokensFacade.d.ts +2 -4
- package/dist/extensibility/facades/transport/TokensFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/TokensFacade.js +2 -8
- package/dist/extensibility/facades/transport/TokensFacade.js.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.d.ts +2 -3
- package/dist/extensibility/modules/RuntimeModule.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.js +2 -4
- package/dist/extensibility/modules/RuntimeModule.js.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts +0 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.js +0 -3
- package/dist/extensibility/modules/RuntimeModuleRegistry.js.map +1 -1
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +3 -5
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +18 -11
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +5 -18
- package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
- package/dist/modules/decide/RequestConfig.js.map +1 -1
- package/dist/modules/decide/ResponseConfig.d.ts +1 -5
- package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
- package/dist/modules/decide/ResponseConfig.js +0 -4
- package/dist/modules/decide/ResponseConfig.js.map +1 -1
- package/dist/types/transport/FileDTO.d.ts +6 -3
- package/dist/types/transport/FileDTO.d.ts.map +1 -1
- package/dist/types/transport/MessageDTO.d.ts +1 -1
- package/dist/types/transport/MessageDTO.d.ts.map +1 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts +1 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts.map +1 -1
- package/dist/types/transport/PasswordProtectionDTO.d.ts +2 -0
- package/dist/types/transport/PasswordProtectionDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.d.ts +1 -2
- package/dist/types/transport/RelationshipDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.js.map +1 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts +4 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
- package/dist/types/transport/TokenDTO.d.ts +5 -1
- package/dist/types/transport/TokenDTO.d.ts.map +1 -1
- package/dist/useCases/common/PasswordProtectionMapper.d.ts +16 -0
- package/dist/useCases/common/PasswordProtectionMapper.d.ts.map +1 -0
- package/dist/useCases/common/PasswordProtectionMapper.js +57 -0
- package/dist/useCases/common/PasswordProtectionMapper.js.map +1 -0
- package/dist/useCases/common/RuntimeErrors.d.ts +0 -1
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +5 -8
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +1 -6
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +1121 -911
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/common/index.d.ts +1 -1
- package/dist/useCases/common/index.d.ts.map +1 -1
- package/dist/useCases/common/index.js +1 -1
- package/dist/useCases/common/index.js.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts +2 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js +17 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +4 -4
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +10 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -3
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.js +1 -26
- package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +0 -3
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +0 -2
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +1 -3
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
- package/dist/useCases/index.d.ts +1 -0
- package/dist/useCases/index.d.ts.map +1 -1
- package/dist/useCases/index.js +1 -0
- package/dist/useCases/index.js.map +1 -1
- package/dist/useCases/transport/account/SyncEverything.d.ts +1 -3
- package/dist/useCases/transport/account/SyncEverything.d.ts.map +1 -1
- package/dist/useCases/transport/account/SyncEverything.js +4 -9
- package/dist/useCases/transport/account/SyncEverything.js.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +11 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js +2 -2
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts +8 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.js +2 -2
- package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
- package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
- package/dist/useCases/transport/files/FileMapper.js +10 -3
- package/dist/useCases/transport/files/FileMapper.js.map +1 -1
- package/dist/useCases/transport/files/UploadOwnFile.d.ts +3 -1
- package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/UploadOwnFile.js +10 -1
- package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
- package/dist/useCases/transport/files/index.d.ts +0 -2
- package/dist/useCases/transport/files/index.d.ts.map +1 -1
- package/dist/useCases/transport/files/index.js +0 -2
- package/dist/useCases/transport/files/index.js.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +4 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
- package/dist/useCases/transport/messages/MessageMapper.js +2 -2
- package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts +8 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts +11 -4
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +11 -10
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts +1 -0
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +6 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +9 -7
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/index.d.ts +0 -2
- package/dist/useCases/transport/relationshipTemplates/index.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/index.js +0 -2
- package/dist/useCases/transport/relationshipTemplates/index.js.map +1 -1
- package/dist/useCases/transport/relationships/DecomposeRelationship.js +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
- package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.js +1 -2
- package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts +8 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.d.ts +1 -0
- package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.js +6 -1
- package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.js +12 -10
- package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
- package/dist/useCases/transport/tokens/index.d.ts +0 -1
- package/dist/useCases/transport/tokens/index.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/index.js +0 -1
- package/dist/useCases/transport/tokens/index.js.map +1 -1
- package/package.json +11 -13
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +0 -47
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts.map +0 -1
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.js +0 -3
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.js.map +0 -1
- package/dist/useCases/common/QRCode.d.ts +0 -10
- package/dist/useCases/common/QRCode.d.ts.map +0 -1
- package/dist/useCases/common/QRCode.js +0 -55
- package/dist/useCases/common/QRCode.js.map +0 -1
- package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts +0 -19
- package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts.map +0 -1
- package/dist/useCases/transport/files/CreateQRCodeForFile.js +0 -51
- package/dist/useCases/transport/files/CreateQRCodeForFile.js.map +0 -1
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts +0 -29
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts.map +0 -1
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js +0 -67
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts +0 -19
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js +0 -54
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts +0 -29
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js +0 -79
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js.map +0 -1
- package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts +0 -19
- package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts.map +0 -1
- package/dist/useCases/transport/tokens/GetQRCodeForToken.js +0 -51
- package/dist/useCases/transport/tokens/GetQRCodeForToken.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteIdentityMetadataRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.GetVersionsOfAttributeRequest = exports.GetSharedVersionsOfAttributeRequest = exports.GetRepositoryAttributesRequest = exports.GetPeerSharedAttributesRequest = exports.GetOwnSharedAttributesRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.ExecuteIQLQueryRequest = exports.ExecuteIdentityAttributeQueryRequest = exports.DeleteThirdPartyRelationshipAttributeAndNotifyPeerRequest = exports.DeleteSharedAttributesForRejectedOrRevokedRelationshipRequest = exports.DeleteRepositoryAttributeRequest = exports.DeletePeerSharedAttributeAndNotifyOwnerRequest = exports.DeleteOwnSharedAttributeAndNotifyPeerRequest = exports.CreateRepositoryAttributeRequest = exports.CreateAndShareRelationshipAttributeRequest = exports.SentOutgoingRequestRequest = exports.RequireManualDecisionOfIncomingRequestRequest = exports.ReceivedIncomingRequestRequest = exports.GetOutgoingRequestsRequest = exports.GetOutgoingRequestRequest = exports.GetIncomingRequestsRequest = exports.GetIncomingRequestRequest = exports.DiscardOutgoingRequestRequest = exports.DeleteIncomingRequestRequest = exports.CreateOutgoingRequestRequest = exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest = exports.CompleteOutgoingRequestRequest = exports.CompleteIncomingRequestRequest = exports.CheckPrerequisitesOfIncomingRequestRequest = exports.RejectIncomingRequestRequest = exports.CanCreateOutgoingRequestRequest = exports.AcceptIncomingRequestRequest = exports.ChangeDefaultRepositoryAttributeRequest = exports.CanCreateRepositoryAttributeRequest = exports.GetAttributeListenerRequest = exports.LoadPeerTokenAnonymousRequest = void 0;
|
|
4
|
-
exports.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.
|
|
5
|
-
exports.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.
|
|
6
|
-
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace =
|
|
4
|
+
exports.AcceptRelationshipRequest = exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = exports.UpdateDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromTruncatedReferenceRequest = exports.DownloadFileRequest = exports.UpsertSettingByKeyRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpsertIdentityMetadataRequest = exports.GetIdentityMetadataRequest = void 0;
|
|
5
|
+
exports.BirthState = exports.BirthDate = exports.BirthYear = exports.BirthMonth = exports.BirthDay = exports.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenForOwnRelationshipTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.TerminateRelationshipRequest = exports.RevokeRelationshipReactivationRequest = exports.RevokeRelationshipRequest = exports.RequestRelationshipReactivationRequest = exports.RejectRelationshipReactivationRequest = exports.RejectRelationshipRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.DecomposeRelationshipRequest = exports.CreateRelationshipRequest = exports.CanCreateRelationshipRequest = exports.AcceptRelationshipReactivationRequest = void 0;
|
|
6
|
+
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = void 0;
|
|
7
7
|
exports.LoadPeerTokenAnonymousRequest = {
|
|
8
8
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
9
9
|
"$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
|
|
@@ -68,12 +68,6 @@ exports.CanCreateRepositoryAttributeRequest = {
|
|
|
68
68
|
"items": {
|
|
69
69
|
"type": "string"
|
|
70
70
|
}
|
|
71
|
-
},
|
|
72
|
-
"validFrom": {
|
|
73
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
74
|
-
},
|
|
75
|
-
"validTo": {
|
|
76
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
77
71
|
}
|
|
78
72
|
},
|
|
79
73
|
"required": [
|
|
@@ -85,11 +79,6 @@ exports.CanCreateRepositoryAttributeRequest = {
|
|
|
85
79
|
"required": [
|
|
86
80
|
"content"
|
|
87
81
|
]
|
|
88
|
-
},
|
|
89
|
-
"ISO8601DateTimeString": {
|
|
90
|
-
"type": "string",
|
|
91
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
92
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
93
82
|
}
|
|
94
83
|
}
|
|
95
84
|
};
|
|
@@ -330,10 +319,13 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
330
319
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
331
320
|
},
|
|
332
321
|
{
|
|
333
|
-
"$ref": "#/definitions/
|
|
322
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
334
323
|
},
|
|
335
324
|
{
|
|
336
325
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
337
329
|
}
|
|
338
330
|
]
|
|
339
331
|
},
|
|
@@ -349,10 +341,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
349
341
|
"@version": {
|
|
350
342
|
"type": "string"
|
|
351
343
|
},
|
|
352
|
-
"title": {
|
|
353
|
-
"type": "string",
|
|
354
|
-
"description": "The human-readable title of this item."
|
|
355
|
-
},
|
|
356
344
|
"description": {
|
|
357
345
|
"type": "string",
|
|
358
346
|
"description": "The human-readable description of this item."
|
|
@@ -389,10 +377,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
389
377
|
"@version": {
|
|
390
378
|
"type": "string"
|
|
391
379
|
},
|
|
392
|
-
"title": {
|
|
393
|
-
"type": "string",
|
|
394
|
-
"description": "The human-readable title of this item."
|
|
395
|
-
},
|
|
396
380
|
"description": {
|
|
397
381
|
"type": "string",
|
|
398
382
|
"description": "The human-readable description of this item."
|
|
@@ -443,12 +427,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
443
427
|
"owner": {
|
|
444
428
|
"type": "string"
|
|
445
429
|
},
|
|
446
|
-
"validFrom": {
|
|
447
|
-
"type": "string"
|
|
448
|
-
},
|
|
449
|
-
"validTo": {
|
|
450
|
-
"type": "string"
|
|
451
|
-
},
|
|
452
430
|
"value": {
|
|
453
431
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
454
432
|
},
|
|
@@ -1065,7 +1043,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1065
1043
|
"type": "object",
|
|
1066
1044
|
"properties": {
|
|
1067
1045
|
"@type": {
|
|
1068
|
-
"type": "string"
|
|
1046
|
+
"type": "string",
|
|
1047
|
+
"const": "Consent"
|
|
1069
1048
|
},
|
|
1070
1049
|
"@context": {
|
|
1071
1050
|
"type": "string"
|
|
@@ -1078,6 +1057,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1078
1057
|
},
|
|
1079
1058
|
"link": {
|
|
1080
1059
|
"type": "string"
|
|
1060
|
+
},
|
|
1061
|
+
"linkDisplayText": {
|
|
1062
|
+
"type": "string"
|
|
1081
1063
|
}
|
|
1082
1064
|
},
|
|
1083
1065
|
"required": [
|
|
@@ -1110,12 +1092,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1110
1092
|
"owner": {
|
|
1111
1093
|
"type": "string"
|
|
1112
1094
|
},
|
|
1113
|
-
"validFrom": {
|
|
1114
|
-
"type": "string"
|
|
1115
|
-
},
|
|
1116
|
-
"validTo": {
|
|
1117
|
-
"type": "string"
|
|
1118
|
-
},
|
|
1119
1095
|
"value": {
|
|
1120
1096
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
1121
1097
|
},
|
|
@@ -2350,10 +2326,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2350
2326
|
"@version": {
|
|
2351
2327
|
"type": "string"
|
|
2352
2328
|
},
|
|
2353
|
-
"title": {
|
|
2354
|
-
"type": "string",
|
|
2355
|
-
"description": "The human-readable title of this item."
|
|
2356
|
-
},
|
|
2357
2329
|
"description": {
|
|
2358
2330
|
"type": "string",
|
|
2359
2331
|
"description": "The human-readable description of this item."
|
|
@@ -2394,10 +2366,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2394
2366
|
"@version": {
|
|
2395
2367
|
"type": "string"
|
|
2396
2368
|
},
|
|
2397
|
-
"title": {
|
|
2398
|
-
"type": "string",
|
|
2399
|
-
"description": "The human-readable title of this item."
|
|
2400
|
-
},
|
|
2401
2369
|
"description": {
|
|
2402
2370
|
"type": "string",
|
|
2403
2371
|
"description": "The human-readable description of this item."
|
|
@@ -2452,10 +2420,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2452
2420
|
"@version": {
|
|
2453
2421
|
"type": "string"
|
|
2454
2422
|
},
|
|
2455
|
-
"title": {
|
|
2456
|
-
"type": "string",
|
|
2457
|
-
"description": "The human-readable title of this item."
|
|
2458
|
-
},
|
|
2459
2423
|
"description": {
|
|
2460
2424
|
"type": "string",
|
|
2461
2425
|
"description": "The human-readable description of this item."
|
|
@@ -2525,12 +2489,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2525
2489
|
"items": {
|
|
2526
2490
|
"type": "string"
|
|
2527
2491
|
}
|
|
2528
|
-
},
|
|
2529
|
-
"validFrom": {
|
|
2530
|
-
"type": "string"
|
|
2531
|
-
},
|
|
2532
|
-
"validTo": {
|
|
2533
|
-
"type": "string"
|
|
2534
2492
|
}
|
|
2535
2493
|
},
|
|
2536
2494
|
"required": [
|
|
@@ -2622,12 +2580,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2622
2580
|
},
|
|
2623
2581
|
"attributeCreationHints": {
|
|
2624
2582
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
2625
|
-
},
|
|
2626
|
-
"validFrom": {
|
|
2627
|
-
"type": "string"
|
|
2628
|
-
},
|
|
2629
|
-
"validTo": {
|
|
2630
|
-
"type": "string"
|
|
2631
2583
|
}
|
|
2632
2584
|
},
|
|
2633
2585
|
"required": [
|
|
@@ -2740,10 +2692,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2740
2692
|
"@version": {
|
|
2741
2693
|
"type": "string"
|
|
2742
2694
|
},
|
|
2743
|
-
"title": {
|
|
2744
|
-
"type": "string",
|
|
2745
|
-
"description": "The human-readable title of this item."
|
|
2746
|
-
},
|
|
2747
2695
|
"description": {
|
|
2748
2696
|
"type": "string",
|
|
2749
2697
|
"description": "The human-readable description of this item."
|
|
@@ -2801,22 +2749,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2801
2749
|
"type": "string"
|
|
2802
2750
|
},
|
|
2803
2751
|
"owner": {
|
|
2804
|
-
"
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
"type": "string",
|
|
2810
|
-
"const": "thirdParty"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"type": "string",
|
|
2814
|
-
"const": "recipient"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"type": "string",
|
|
2818
|
-
"const": ""
|
|
2819
|
-
}
|
|
2752
|
+
"type": "string",
|
|
2753
|
+
"enum": [
|
|
2754
|
+
"thirdParty",
|
|
2755
|
+
"recipient",
|
|
2756
|
+
""
|
|
2820
2757
|
]
|
|
2821
2758
|
},
|
|
2822
2759
|
"thirdParty": {
|
|
@@ -2824,12 +2761,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2824
2761
|
"items": {
|
|
2825
2762
|
"type": "string"
|
|
2826
2763
|
}
|
|
2827
|
-
},
|
|
2828
|
-
"validFrom": {
|
|
2829
|
-
"type": "string"
|
|
2830
|
-
},
|
|
2831
|
-
"validTo": {
|
|
2832
|
-
"type": "string"
|
|
2833
2764
|
}
|
|
2834
2765
|
},
|
|
2835
2766
|
"required": [
|
|
@@ -2840,14 +2771,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2840
2771
|
],
|
|
2841
2772
|
"additionalProperties": false
|
|
2842
2773
|
},
|
|
2843
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
2844
|
-
"type": "string",
|
|
2845
|
-
"enum": [
|
|
2846
|
-
"thirdParty",
|
|
2847
|
-
"recipient",
|
|
2848
|
-
""
|
|
2849
|
-
]
|
|
2850
|
-
},
|
|
2851
2774
|
"ConsentRequestItemJSON": {
|
|
2852
2775
|
"type": "object",
|
|
2853
2776
|
"properties": {
|
|
@@ -2861,10 +2784,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2861
2784
|
"@version": {
|
|
2862
2785
|
"type": "string"
|
|
2863
2786
|
},
|
|
2864
|
-
"title": {
|
|
2865
|
-
"type": "string",
|
|
2866
|
-
"description": "The human-readable title of this item."
|
|
2867
|
-
},
|
|
2868
2787
|
"description": {
|
|
2869
2788
|
"type": "string",
|
|
2870
2789
|
"description": "The human-readable description of this item."
|
|
@@ -2886,6 +2805,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2886
2805
|
},
|
|
2887
2806
|
"link": {
|
|
2888
2807
|
"type": "string"
|
|
2808
|
+
},
|
|
2809
|
+
"linkDisplayText": {
|
|
2810
|
+
"type": "string"
|
|
2889
2811
|
}
|
|
2890
2812
|
},
|
|
2891
2813
|
"required": [
|
|
@@ -2908,10 +2830,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2908
2830
|
"@version": {
|
|
2909
2831
|
"type": "string"
|
|
2910
2832
|
},
|
|
2911
|
-
"title": {
|
|
2912
|
-
"type": "string",
|
|
2913
|
-
"description": "The human-readable title of this item."
|
|
2914
|
-
},
|
|
2915
2833
|
"description": {
|
|
2916
2834
|
"type": "string",
|
|
2917
2835
|
"description": "The human-readable description of this item."
|
|
@@ -2927,20 +2845,24 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2927
2845
|
"requireManualDecision": {
|
|
2928
2846
|
"type": "boolean",
|
|
2929
2847
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2848
|
+
},
|
|
2849
|
+
"title": {
|
|
2850
|
+
"type": "string"
|
|
2930
2851
|
}
|
|
2931
2852
|
},
|
|
2932
2853
|
"required": [
|
|
2933
2854
|
"@type",
|
|
2934
|
-
"mustBeAccepted"
|
|
2855
|
+
"mustBeAccepted",
|
|
2856
|
+
"title"
|
|
2935
2857
|
],
|
|
2936
2858
|
"additionalProperties": false
|
|
2937
2859
|
},
|
|
2938
|
-
"
|
|
2860
|
+
"FormFieldRequestItemJSON": {
|
|
2939
2861
|
"type": "object",
|
|
2940
2862
|
"properties": {
|
|
2941
2863
|
"@type": {
|
|
2942
2864
|
"type": "string",
|
|
2943
|
-
"const": "
|
|
2865
|
+
"const": "FormFieldRequestItem"
|
|
2944
2866
|
},
|
|
2945
2867
|
"@context": {
|
|
2946
2868
|
"type": "string"
|
|
@@ -2948,10 +2870,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2948
2870
|
"@version": {
|
|
2949
2871
|
"type": "string"
|
|
2950
2872
|
},
|
|
2951
|
-
"title": {
|
|
2952
|
-
"type": "string",
|
|
2953
|
-
"description": "The human-readable title of this item."
|
|
2954
|
-
},
|
|
2955
2873
|
"description": {
|
|
2956
2874
|
"type": "string",
|
|
2957
2875
|
"description": "The human-readable description of this item."
|
|
@@ -2968,23 +2886,52 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2968
2886
|
"type": "boolean",
|
|
2969
2887
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2970
2888
|
},
|
|
2971
|
-
"
|
|
2889
|
+
"title": {
|
|
2972
2890
|
"type": "string"
|
|
2891
|
+
},
|
|
2892
|
+
"settings": {
|
|
2893
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2973
2894
|
}
|
|
2974
2895
|
},
|
|
2975
2896
|
"required": [
|
|
2976
2897
|
"@type",
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2898
|
+
"mustBeAccepted",
|
|
2899
|
+
"settings",
|
|
2900
|
+
"title"
|
|
2979
2901
|
],
|
|
2980
2902
|
"additionalProperties": false
|
|
2981
2903
|
},
|
|
2982
|
-
"
|
|
2904
|
+
"FormFieldSettingsJSONDerivations": {
|
|
2905
|
+
"anyOf": [
|
|
2906
|
+
{
|
|
2907
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
2926
|
+
}
|
|
2927
|
+
]
|
|
2928
|
+
},
|
|
2929
|
+
"StringFormFieldSettingsJSON": {
|
|
2983
2930
|
"type": "object",
|
|
2984
2931
|
"properties": {
|
|
2985
2932
|
"@type": {
|
|
2986
2933
|
"type": "string",
|
|
2987
|
-
"const": "
|
|
2934
|
+
"const": "StringFormFieldSettings"
|
|
2988
2935
|
},
|
|
2989
2936
|
"@context": {
|
|
2990
2937
|
"type": "string"
|
|
@@ -2992,140 +2939,360 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2992
2939
|
"@version": {
|
|
2993
2940
|
"type": "string"
|
|
2994
2941
|
},
|
|
2995
|
-
"
|
|
2996
|
-
"type": "string",
|
|
2997
|
-
"description": "The human-readable title of this item."
|
|
2998
|
-
},
|
|
2999
|
-
"description": {
|
|
3000
|
-
"type": "string",
|
|
3001
|
-
"description": "The human-readable description of this item."
|
|
3002
|
-
},
|
|
3003
|
-
"metadata": {
|
|
3004
|
-
"type": "object",
|
|
3005
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
3006
|
-
},
|
|
3007
|
-
"mustBeAccepted": {
|
|
2942
|
+
"allowNewlines": {
|
|
3008
2943
|
"type": "boolean",
|
|
3009
|
-
"
|
|
2944
|
+
"const": true
|
|
3010
2945
|
},
|
|
3011
|
-
"
|
|
3012
|
-
"type": "
|
|
3013
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2946
|
+
"min": {
|
|
2947
|
+
"type": "number"
|
|
3014
2948
|
},
|
|
3015
|
-
"
|
|
3016
|
-
"
|
|
3017
|
-
{
|
|
3018
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
3022
|
-
}
|
|
3023
|
-
]
|
|
2949
|
+
"max": {
|
|
2950
|
+
"type": "number"
|
|
3024
2951
|
}
|
|
3025
2952
|
},
|
|
3026
2953
|
"required": [
|
|
3027
|
-
"@type"
|
|
3028
|
-
"mustBeAccepted",
|
|
3029
|
-
"query"
|
|
2954
|
+
"@type"
|
|
3030
2955
|
],
|
|
3031
2956
|
"additionalProperties": false
|
|
3032
2957
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"type": "string",
|
|
3035
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
};
|
|
3039
|
-
exports.RejectIncomingRequestRequest = {
|
|
3040
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3041
|
-
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3042
|
-
"definitions": {
|
|
3043
|
-
"RejectIncomingRequestRequest": {
|
|
2958
|
+
"IntegerFormFieldSettingsJSON": {
|
|
3044
2959
|
"type": "object",
|
|
3045
|
-
"additionalProperties": false,
|
|
3046
2960
|
"properties": {
|
|
3047
|
-
"
|
|
2961
|
+
"@type": {
|
|
2962
|
+
"type": "string",
|
|
2963
|
+
"const": "IntegerFormFieldSettings"
|
|
2964
|
+
},
|
|
2965
|
+
"@context": {
|
|
3048
2966
|
"type": "string"
|
|
3049
2967
|
},
|
|
3050
|
-
"
|
|
3051
|
-
"type": "
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
}
|
|
2968
|
+
"@version": {
|
|
2969
|
+
"type": "string"
|
|
2970
|
+
},
|
|
2971
|
+
"unit": {
|
|
2972
|
+
"type": "string"
|
|
2973
|
+
},
|
|
2974
|
+
"min": {
|
|
2975
|
+
"type": "number"
|
|
2976
|
+
},
|
|
2977
|
+
"max": {
|
|
2978
|
+
"type": "number"
|
|
3062
2979
|
}
|
|
3063
2980
|
},
|
|
3064
2981
|
"required": [
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
},
|
|
3069
|
-
"DecideRequestItemParametersJSON": {
|
|
3070
|
-
"anyOf": [
|
|
3071
|
-
{
|
|
3072
|
-
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3073
|
-
},
|
|
3074
|
-
{
|
|
3075
|
-
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3076
|
-
}
|
|
3077
|
-
]
|
|
2982
|
+
"@type"
|
|
2983
|
+
],
|
|
2984
|
+
"additionalProperties": false
|
|
3078
2985
|
},
|
|
3079
|
-
"
|
|
2986
|
+
"DoubleFormFieldSettingsJSON": {
|
|
3080
2987
|
"type": "object",
|
|
3081
2988
|
"properties": {
|
|
3082
|
-
"
|
|
3083
|
-
"type": "
|
|
3084
|
-
"const":
|
|
2989
|
+
"@type": {
|
|
2990
|
+
"type": "string",
|
|
2991
|
+
"const": "DoubleFormFieldSettings"
|
|
2992
|
+
},
|
|
2993
|
+
"@context": {
|
|
2994
|
+
"type": "string"
|
|
2995
|
+
},
|
|
2996
|
+
"@version": {
|
|
2997
|
+
"type": "string"
|
|
2998
|
+
},
|
|
2999
|
+
"unit": {
|
|
3000
|
+
"type": "string"
|
|
3001
|
+
},
|
|
3002
|
+
"min": {
|
|
3003
|
+
"type": "number"
|
|
3004
|
+
},
|
|
3005
|
+
"max": {
|
|
3006
|
+
"type": "number"
|
|
3085
3007
|
}
|
|
3086
3008
|
},
|
|
3087
3009
|
"required": [
|
|
3088
|
-
"
|
|
3010
|
+
"@type"
|
|
3089
3011
|
],
|
|
3090
3012
|
"additionalProperties": false
|
|
3091
3013
|
},
|
|
3092
|
-
"
|
|
3014
|
+
"BooleanFormFieldSettingsJSON": {
|
|
3093
3015
|
"type": "object",
|
|
3094
3016
|
"properties": {
|
|
3095
|
-
"
|
|
3096
|
-
"type": "
|
|
3097
|
-
"const":
|
|
3017
|
+
"@type": {
|
|
3018
|
+
"type": "string",
|
|
3019
|
+
"const": "BooleanFormFieldSettings"
|
|
3098
3020
|
},
|
|
3099
|
-
"
|
|
3021
|
+
"@context": {
|
|
3100
3022
|
"type": "string"
|
|
3101
3023
|
},
|
|
3102
|
-
"
|
|
3024
|
+
"@version": {
|
|
3103
3025
|
"type": "string"
|
|
3104
3026
|
}
|
|
3105
3027
|
},
|
|
3106
3028
|
"required": [
|
|
3107
|
-
"
|
|
3029
|
+
"@type"
|
|
3108
3030
|
],
|
|
3109
3031
|
"additionalProperties": false
|
|
3110
3032
|
},
|
|
3111
|
-
"
|
|
3033
|
+
"DateFormFieldSettingsJSON": {
|
|
3112
3034
|
"type": "object",
|
|
3113
3035
|
"properties": {
|
|
3114
|
-
"
|
|
3115
|
-
"type": "
|
|
3116
|
-
"
|
|
3117
|
-
|
|
3118
|
-
|
|
3036
|
+
"@type": {
|
|
3037
|
+
"type": "string",
|
|
3038
|
+
"const": "DateFormFieldSettings"
|
|
3039
|
+
},
|
|
3040
|
+
"@context": {
|
|
3041
|
+
"type": "string"
|
|
3042
|
+
},
|
|
3043
|
+
"@version": {
|
|
3044
|
+
"type": "string"
|
|
3119
3045
|
}
|
|
3120
3046
|
},
|
|
3121
3047
|
"required": [
|
|
3122
|
-
"
|
|
3048
|
+
"@type"
|
|
3123
3049
|
],
|
|
3124
3050
|
"additionalProperties": false
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3051
|
+
},
|
|
3052
|
+
"SelectionFormFieldSettingsJSON": {
|
|
3053
|
+
"type": "object",
|
|
3054
|
+
"properties": {
|
|
3055
|
+
"@type": {
|
|
3056
|
+
"type": "string",
|
|
3057
|
+
"const": "SelectionFormFieldSettings"
|
|
3058
|
+
},
|
|
3059
|
+
"@context": {
|
|
3060
|
+
"type": "string"
|
|
3061
|
+
},
|
|
3062
|
+
"@version": {
|
|
3063
|
+
"type": "string"
|
|
3064
|
+
},
|
|
3065
|
+
"options": {
|
|
3066
|
+
"type": "array",
|
|
3067
|
+
"items": {
|
|
3068
|
+
"type": "string"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
"allowMultipleSelection": {
|
|
3072
|
+
"type": "boolean",
|
|
3073
|
+
"const": true
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
"required": [
|
|
3077
|
+
"@type",
|
|
3078
|
+
"options"
|
|
3079
|
+
],
|
|
3080
|
+
"additionalProperties": false
|
|
3081
|
+
},
|
|
3082
|
+
"RatingFormFieldSettingsJSON": {
|
|
3083
|
+
"type": "object",
|
|
3084
|
+
"properties": {
|
|
3085
|
+
"@type": {
|
|
3086
|
+
"type": "string",
|
|
3087
|
+
"const": "RatingFormFieldSettings"
|
|
3088
|
+
},
|
|
3089
|
+
"@context": {
|
|
3090
|
+
"type": "string"
|
|
3091
|
+
},
|
|
3092
|
+
"@version": {
|
|
3093
|
+
"type": "string"
|
|
3094
|
+
},
|
|
3095
|
+
"maxRating": {
|
|
3096
|
+
"type": "number",
|
|
3097
|
+
"enum": [
|
|
3098
|
+
5,
|
|
3099
|
+
6,
|
|
3100
|
+
7,
|
|
3101
|
+
8,
|
|
3102
|
+
9,
|
|
3103
|
+
10
|
|
3104
|
+
]
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
"required": [
|
|
3108
|
+
"@type",
|
|
3109
|
+
"maxRating"
|
|
3110
|
+
],
|
|
3111
|
+
"additionalProperties": false
|
|
3112
|
+
},
|
|
3113
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
3114
|
+
"type": "object",
|
|
3115
|
+
"properties": {
|
|
3116
|
+
"@type": {
|
|
3117
|
+
"type": "string",
|
|
3118
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
3119
|
+
},
|
|
3120
|
+
"@context": {
|
|
3121
|
+
"type": "string"
|
|
3122
|
+
},
|
|
3123
|
+
"@version": {
|
|
3124
|
+
"type": "string"
|
|
3125
|
+
},
|
|
3126
|
+
"description": {
|
|
3127
|
+
"type": "string",
|
|
3128
|
+
"description": "The human-readable description of this item."
|
|
3129
|
+
},
|
|
3130
|
+
"metadata": {
|
|
3131
|
+
"type": "object",
|
|
3132
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
3133
|
+
},
|
|
3134
|
+
"mustBeAccepted": {
|
|
3135
|
+
"type": "boolean",
|
|
3136
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
3137
|
+
},
|
|
3138
|
+
"requireManualDecision": {
|
|
3139
|
+
"type": "boolean",
|
|
3140
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
3141
|
+
},
|
|
3142
|
+
"query": {
|
|
3143
|
+
"anyOf": [
|
|
3144
|
+
{
|
|
3145
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
3149
|
+
}
|
|
3150
|
+
]
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
"required": [
|
|
3154
|
+
"@type",
|
|
3155
|
+
"mustBeAccepted",
|
|
3156
|
+
"query"
|
|
3157
|
+
],
|
|
3158
|
+
"additionalProperties": false
|
|
3159
|
+
},
|
|
3160
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
3161
|
+
"type": "object",
|
|
3162
|
+
"properties": {
|
|
3163
|
+
"@type": {
|
|
3164
|
+
"type": "string",
|
|
3165
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
3166
|
+
},
|
|
3167
|
+
"@context": {
|
|
3168
|
+
"type": "string"
|
|
3169
|
+
},
|
|
3170
|
+
"@version": {
|
|
3171
|
+
"type": "string"
|
|
3172
|
+
},
|
|
3173
|
+
"description": {
|
|
3174
|
+
"type": "string",
|
|
3175
|
+
"description": "The human-readable description of this item."
|
|
3176
|
+
},
|
|
3177
|
+
"metadata": {
|
|
3178
|
+
"type": "object",
|
|
3179
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
3180
|
+
},
|
|
3181
|
+
"mustBeAccepted": {
|
|
3182
|
+
"type": "boolean",
|
|
3183
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
3184
|
+
},
|
|
3185
|
+
"requireManualDecision": {
|
|
3186
|
+
"type": "boolean",
|
|
3187
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
3188
|
+
},
|
|
3189
|
+
"fileReference": {
|
|
3190
|
+
"type": "string"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
"required": [
|
|
3194
|
+
"@type",
|
|
3195
|
+
"fileReference",
|
|
3196
|
+
"mustBeAccepted"
|
|
3197
|
+
],
|
|
3198
|
+
"additionalProperties": false
|
|
3199
|
+
},
|
|
3200
|
+
"AddressString": {
|
|
3201
|
+
"type": "string",
|
|
3202
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
};
|
|
3206
|
+
exports.RejectIncomingRequestRequest = {
|
|
3207
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3208
|
+
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3209
|
+
"definitions": {
|
|
3210
|
+
"RejectIncomingRequestRequest": {
|
|
3211
|
+
"type": "object",
|
|
3212
|
+
"additionalProperties": false,
|
|
3213
|
+
"properties": {
|
|
3214
|
+
"requestId": {
|
|
3215
|
+
"type": "string"
|
|
3216
|
+
},
|
|
3217
|
+
"items": {
|
|
3218
|
+
"type": "array",
|
|
3219
|
+
"items": {
|
|
3220
|
+
"anyOf": [
|
|
3221
|
+
{
|
|
3222
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3226
|
+
}
|
|
3227
|
+
]
|
|
3228
|
+
}
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
"required": [
|
|
3232
|
+
"items",
|
|
3233
|
+
"requestId"
|
|
3234
|
+
]
|
|
3235
|
+
},
|
|
3236
|
+
"DecideRequestItemParametersJSON": {
|
|
3237
|
+
"anyOf": [
|
|
3238
|
+
{
|
|
3239
|
+
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3243
|
+
}
|
|
3244
|
+
]
|
|
3245
|
+
},
|
|
3246
|
+
"AcceptRequestItemParametersJSON": {
|
|
3247
|
+
"type": "object",
|
|
3248
|
+
"properties": {
|
|
3249
|
+
"accept": {
|
|
3250
|
+
"type": "boolean",
|
|
3251
|
+
"const": true
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
"required": [
|
|
3255
|
+
"accept"
|
|
3256
|
+
],
|
|
3257
|
+
"additionalProperties": false
|
|
3258
|
+
},
|
|
3259
|
+
"RejectRequestItemParametersJSON": {
|
|
3260
|
+
"type": "object",
|
|
3261
|
+
"properties": {
|
|
3262
|
+
"accept": {
|
|
3263
|
+
"type": "boolean",
|
|
3264
|
+
"const": false
|
|
3265
|
+
},
|
|
3266
|
+
"code": {
|
|
3267
|
+
"type": "string"
|
|
3268
|
+
},
|
|
3269
|
+
"message": {
|
|
3270
|
+
"type": "string"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"required": [
|
|
3274
|
+
"accept"
|
|
3275
|
+
],
|
|
3276
|
+
"additionalProperties": false
|
|
3277
|
+
},
|
|
3278
|
+
"DecideRequestItemGroupParametersJSON": {
|
|
3279
|
+
"type": "object",
|
|
3280
|
+
"properties": {
|
|
3281
|
+
"items": {
|
|
3282
|
+
"type": "array",
|
|
3283
|
+
"items": {
|
|
3284
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"required": [
|
|
3289
|
+
"items"
|
|
3290
|
+
],
|
|
3291
|
+
"additionalProperties": false
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
};
|
|
3295
|
+
exports.CheckPrerequisitesOfIncomingRequestRequest = {
|
|
3129
3296
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3130
3297
|
"$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
|
|
3131
3298
|
"definitions": {
|
|
@@ -3321,7 +3488,7 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3321
3488
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
3322
3489
|
},
|
|
3323
3490
|
{
|
|
3324
|
-
"$ref": "#/definitions/
|
|
3491
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3325
3492
|
}
|
|
3326
3493
|
]
|
|
3327
3494
|
},
|
|
@@ -3435,12 +3602,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3435
3602
|
"owner": {
|
|
3436
3603
|
"type": "string"
|
|
3437
3604
|
},
|
|
3438
|
-
"validFrom": {
|
|
3439
|
-
"type": "string"
|
|
3440
|
-
},
|
|
3441
|
-
"validTo": {
|
|
3442
|
-
"type": "string"
|
|
3443
|
-
},
|
|
3444
3605
|
"value": {
|
|
3445
3606
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
3446
3607
|
},
|
|
@@ -4678,12 +4839,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
4678
4839
|
"owner": {
|
|
4679
4840
|
"type": "string"
|
|
4680
4841
|
},
|
|
4681
|
-
"validFrom": {
|
|
4682
|
-
"type": "string"
|
|
4683
|
-
},
|
|
4684
|
-
"validTo": {
|
|
4685
|
-
"type": "string"
|
|
4686
|
-
},
|
|
4687
4842
|
"value": {
|
|
4688
4843
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
4689
4844
|
},
|
|
@@ -5300,7 +5455,8 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5300
5455
|
"type": "object",
|
|
5301
5456
|
"properties": {
|
|
5302
5457
|
"@type": {
|
|
5303
|
-
"type": "string"
|
|
5458
|
+
"type": "string",
|
|
5459
|
+
"const": "Consent"
|
|
5304
5460
|
},
|
|
5305
5461
|
"@context": {
|
|
5306
5462
|
"type": "string"
|
|
@@ -5313,6 +5469,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5313
5469
|
},
|
|
5314
5470
|
"link": {
|
|
5315
5471
|
"type": "string"
|
|
5472
|
+
},
|
|
5473
|
+
"linkDisplayText": {
|
|
5474
|
+
"type": "string"
|
|
5316
5475
|
}
|
|
5317
5476
|
},
|
|
5318
5477
|
"required": [
|
|
@@ -5494,12 +5653,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5494
5653
|
],
|
|
5495
5654
|
"additionalProperties": false
|
|
5496
5655
|
},
|
|
5497
|
-
"
|
|
5656
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
5498
5657
|
"type": "object",
|
|
5499
5658
|
"properties": {
|
|
5500
5659
|
"@type": {
|
|
5501
5660
|
"type": "string",
|
|
5502
|
-
"const": "
|
|
5661
|
+
"const": "FormFieldAcceptResponseItem"
|
|
5503
5662
|
},
|
|
5504
5663
|
"@context": {
|
|
5505
5664
|
"type": "string"
|
|
@@ -5511,21 +5670,37 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5511
5670
|
"type": "string",
|
|
5512
5671
|
"const": "Accepted"
|
|
5513
5672
|
},
|
|
5514
|
-
"
|
|
5515
|
-
"
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5673
|
+
"response": {
|
|
5674
|
+
"anyOf": [
|
|
5675
|
+
{
|
|
5676
|
+
"type": "string"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"type": "number"
|
|
5680
|
+
},
|
|
5681
|
+
{
|
|
5682
|
+
"type": "boolean"
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"type": "array",
|
|
5686
|
+
"items": {
|
|
5687
|
+
"type": "string"
|
|
5688
|
+
}
|
|
5689
|
+
}
|
|
5690
|
+
]
|
|
5691
|
+
}
|
|
5692
|
+
},
|
|
5693
|
+
"required": [
|
|
5694
|
+
"@type",
|
|
5695
|
+
"response",
|
|
5696
|
+
"result"
|
|
5697
|
+
],
|
|
5698
|
+
"additionalProperties": false
|
|
5699
|
+
},
|
|
5700
|
+
"RejectResponseItemJSONDerivations": {
|
|
5701
|
+
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
5702
|
+
},
|
|
5703
|
+
"RejectResponseItemJSON": {
|
|
5529
5704
|
"type": "object",
|
|
5530
5705
|
"properties": {
|
|
5531
5706
|
"@type": {
|
|
@@ -5753,7 +5928,7 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5753
5928
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
5754
5929
|
},
|
|
5755
5930
|
{
|
|
5756
|
-
"$ref": "#/definitions/
|
|
5931
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5757
5932
|
}
|
|
5758
5933
|
]
|
|
5759
5934
|
},
|
|
@@ -5867,12 +6042,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5867
6042
|
"owner": {
|
|
5868
6043
|
"type": "string"
|
|
5869
6044
|
},
|
|
5870
|
-
"validFrom": {
|
|
5871
|
-
"type": "string"
|
|
5872
|
-
},
|
|
5873
|
-
"validTo": {
|
|
5874
|
-
"type": "string"
|
|
5875
|
-
},
|
|
5876
6045
|
"value": {
|
|
5877
6046
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
5878
6047
|
},
|
|
@@ -7110,12 +7279,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7110
7279
|
"owner": {
|
|
7111
7280
|
"type": "string"
|
|
7112
7281
|
},
|
|
7113
|
-
"validFrom": {
|
|
7114
|
-
"type": "string"
|
|
7115
|
-
},
|
|
7116
|
-
"validTo": {
|
|
7117
|
-
"type": "string"
|
|
7118
|
-
},
|
|
7119
7282
|
"value": {
|
|
7120
7283
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
7121
7284
|
},
|
|
@@ -7732,7 +7895,8 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7732
7895
|
"type": "object",
|
|
7733
7896
|
"properties": {
|
|
7734
7897
|
"@type": {
|
|
7735
|
-
"type": "string"
|
|
7898
|
+
"type": "string",
|
|
7899
|
+
"const": "Consent"
|
|
7736
7900
|
},
|
|
7737
7901
|
"@context": {
|
|
7738
7902
|
"type": "string"
|
|
@@ -7745,6 +7909,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7745
7909
|
},
|
|
7746
7910
|
"link": {
|
|
7747
7911
|
"type": "string"
|
|
7912
|
+
},
|
|
7913
|
+
"linkDisplayText": {
|
|
7914
|
+
"type": "string"
|
|
7748
7915
|
}
|
|
7749
7916
|
},
|
|
7750
7917
|
"required": [
|
|
@@ -7926,12 +8093,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7926
8093
|
],
|
|
7927
8094
|
"additionalProperties": false
|
|
7928
8095
|
},
|
|
7929
|
-
"
|
|
8096
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
7930
8097
|
"type": "object",
|
|
7931
8098
|
"properties": {
|
|
7932
8099
|
"@type": {
|
|
7933
8100
|
"type": "string",
|
|
7934
|
-
"const": "
|
|
8101
|
+
"const": "FormFieldAcceptResponseItem"
|
|
7935
8102
|
},
|
|
7936
8103
|
"@context": {
|
|
7937
8104
|
"type": "string"
|
|
@@ -7943,13 +8110,29 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7943
8110
|
"type": "string",
|
|
7944
8111
|
"const": "Accepted"
|
|
7945
8112
|
},
|
|
7946
|
-
"
|
|
7947
|
-
"
|
|
8113
|
+
"response": {
|
|
8114
|
+
"anyOf": [
|
|
8115
|
+
{
|
|
8116
|
+
"type": "string"
|
|
8117
|
+
},
|
|
8118
|
+
{
|
|
8119
|
+
"type": "number"
|
|
8120
|
+
},
|
|
8121
|
+
{
|
|
8122
|
+
"type": "boolean"
|
|
8123
|
+
},
|
|
8124
|
+
{
|
|
8125
|
+
"type": "array",
|
|
8126
|
+
"items": {
|
|
8127
|
+
"type": "string"
|
|
8128
|
+
}
|
|
8129
|
+
}
|
|
8130
|
+
]
|
|
7948
8131
|
}
|
|
7949
8132
|
},
|
|
7950
8133
|
"required": [
|
|
7951
8134
|
"@type",
|
|
7952
|
-
"
|
|
8135
|
+
"response",
|
|
7953
8136
|
"result"
|
|
7954
8137
|
],
|
|
7955
8138
|
"additionalProperties": false
|
|
@@ -8151,10 +8334,13 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8151
8334
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8152
8335
|
},
|
|
8153
8336
|
{
|
|
8154
|
-
"$ref": "#/definitions/
|
|
8337
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8155
8338
|
},
|
|
8156
8339
|
{
|
|
8157
8340
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
8341
|
+
},
|
|
8342
|
+
{
|
|
8343
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
8158
8344
|
}
|
|
8159
8345
|
]
|
|
8160
8346
|
},
|
|
@@ -8170,10 +8356,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8170
8356
|
"@version": {
|
|
8171
8357
|
"type": "string"
|
|
8172
8358
|
},
|
|
8173
|
-
"title": {
|
|
8174
|
-
"type": "string",
|
|
8175
|
-
"description": "The human-readable title of this item."
|
|
8176
|
-
},
|
|
8177
8359
|
"description": {
|
|
8178
8360
|
"type": "string",
|
|
8179
8361
|
"description": "The human-readable description of this item."
|
|
@@ -8210,10 +8392,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8210
8392
|
"@version": {
|
|
8211
8393
|
"type": "string"
|
|
8212
8394
|
},
|
|
8213
|
-
"title": {
|
|
8214
|
-
"type": "string",
|
|
8215
|
-
"description": "The human-readable title of this item."
|
|
8216
|
-
},
|
|
8217
8395
|
"description": {
|
|
8218
8396
|
"type": "string",
|
|
8219
8397
|
"description": "The human-readable description of this item."
|
|
@@ -8264,12 +8442,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8264
8442
|
"owner": {
|
|
8265
8443
|
"type": "string"
|
|
8266
8444
|
},
|
|
8267
|
-
"validFrom": {
|
|
8268
|
-
"type": "string"
|
|
8269
|
-
},
|
|
8270
|
-
"validTo": {
|
|
8271
|
-
"type": "string"
|
|
8272
|
-
},
|
|
8273
8445
|
"value": {
|
|
8274
8446
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
8275
8447
|
},
|
|
@@ -8886,7 +9058,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8886
9058
|
"type": "object",
|
|
8887
9059
|
"properties": {
|
|
8888
9060
|
"@type": {
|
|
8889
|
-
"type": "string"
|
|
9061
|
+
"type": "string",
|
|
9062
|
+
"const": "Consent"
|
|
8890
9063
|
},
|
|
8891
9064
|
"@context": {
|
|
8892
9065
|
"type": "string"
|
|
@@ -8899,6 +9072,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8899
9072
|
},
|
|
8900
9073
|
"link": {
|
|
8901
9074
|
"type": "string"
|
|
9075
|
+
},
|
|
9076
|
+
"linkDisplayText": {
|
|
9077
|
+
"type": "string"
|
|
8902
9078
|
}
|
|
8903
9079
|
},
|
|
8904
9080
|
"required": [
|
|
@@ -8931,12 +9107,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8931
9107
|
"owner": {
|
|
8932
9108
|
"type": "string"
|
|
8933
9109
|
},
|
|
8934
|
-
"validFrom": {
|
|
8935
|
-
"type": "string"
|
|
8936
|
-
},
|
|
8937
|
-
"validTo": {
|
|
8938
|
-
"type": "string"
|
|
8939
|
-
},
|
|
8940
9110
|
"value": {
|
|
8941
9111
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
8942
9112
|
},
|
|
@@ -10171,10 +10341,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10171
10341
|
"@version": {
|
|
10172
10342
|
"type": "string"
|
|
10173
10343
|
},
|
|
10174
|
-
"title": {
|
|
10175
|
-
"type": "string",
|
|
10176
|
-
"description": "The human-readable title of this item."
|
|
10177
|
-
},
|
|
10178
10344
|
"description": {
|
|
10179
10345
|
"type": "string",
|
|
10180
10346
|
"description": "The human-readable description of this item."
|
|
@@ -10215,10 +10381,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10215
10381
|
"@version": {
|
|
10216
10382
|
"type": "string"
|
|
10217
10383
|
},
|
|
10218
|
-
"title": {
|
|
10219
|
-
"type": "string",
|
|
10220
|
-
"description": "The human-readable title of this item."
|
|
10221
|
-
},
|
|
10222
10384
|
"description": {
|
|
10223
10385
|
"type": "string",
|
|
10224
10386
|
"description": "The human-readable description of this item."
|
|
@@ -10273,10 +10435,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10273
10435
|
"@version": {
|
|
10274
10436
|
"type": "string"
|
|
10275
10437
|
},
|
|
10276
|
-
"title": {
|
|
10277
|
-
"type": "string",
|
|
10278
|
-
"description": "The human-readable title of this item."
|
|
10279
|
-
},
|
|
10280
10438
|
"description": {
|
|
10281
10439
|
"type": "string",
|
|
10282
10440
|
"description": "The human-readable description of this item."
|
|
@@ -10346,12 +10504,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10346
10504
|
"items": {
|
|
10347
10505
|
"type": "string"
|
|
10348
10506
|
}
|
|
10349
|
-
},
|
|
10350
|
-
"validFrom": {
|
|
10351
|
-
"type": "string"
|
|
10352
|
-
},
|
|
10353
|
-
"validTo": {
|
|
10354
|
-
"type": "string"
|
|
10355
10507
|
}
|
|
10356
10508
|
},
|
|
10357
10509
|
"required": [
|
|
@@ -10443,12 +10595,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10443
10595
|
},
|
|
10444
10596
|
"attributeCreationHints": {
|
|
10445
10597
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
10446
|
-
},
|
|
10447
|
-
"validFrom": {
|
|
10448
|
-
"type": "string"
|
|
10449
|
-
},
|
|
10450
|
-
"validTo": {
|
|
10451
|
-
"type": "string"
|
|
10452
10598
|
}
|
|
10453
10599
|
},
|
|
10454
10600
|
"required": [
|
|
@@ -10561,10 +10707,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10561
10707
|
"@version": {
|
|
10562
10708
|
"type": "string"
|
|
10563
10709
|
},
|
|
10564
|
-
"title": {
|
|
10565
|
-
"type": "string",
|
|
10566
|
-
"description": "The human-readable title of this item."
|
|
10567
|
-
},
|
|
10568
10710
|
"description": {
|
|
10569
10711
|
"type": "string",
|
|
10570
10712
|
"description": "The human-readable description of this item."
|
|
@@ -10622,22 +10764,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10622
10764
|
"type": "string"
|
|
10623
10765
|
},
|
|
10624
10766
|
"owner": {
|
|
10625
|
-
"
|
|
10626
|
-
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
|
|
10630
|
-
"type": "string",
|
|
10631
|
-
"const": "thirdParty"
|
|
10632
|
-
},
|
|
10633
|
-
{
|
|
10634
|
-
"type": "string",
|
|
10635
|
-
"const": "recipient"
|
|
10636
|
-
},
|
|
10637
|
-
{
|
|
10638
|
-
"type": "string",
|
|
10639
|
-
"const": ""
|
|
10640
|
-
}
|
|
10767
|
+
"type": "string",
|
|
10768
|
+
"enum": [
|
|
10769
|
+
"thirdParty",
|
|
10770
|
+
"recipient",
|
|
10771
|
+
""
|
|
10641
10772
|
]
|
|
10642
10773
|
},
|
|
10643
10774
|
"thirdParty": {
|
|
@@ -10645,12 +10776,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10645
10776
|
"items": {
|
|
10646
10777
|
"type": "string"
|
|
10647
10778
|
}
|
|
10648
|
-
},
|
|
10649
|
-
"validFrom": {
|
|
10650
|
-
"type": "string"
|
|
10651
|
-
},
|
|
10652
|
-
"validTo": {
|
|
10653
|
-
"type": "string"
|
|
10654
10779
|
}
|
|
10655
10780
|
},
|
|
10656
10781
|
"required": [
|
|
@@ -10661,14 +10786,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10661
10786
|
],
|
|
10662
10787
|
"additionalProperties": false
|
|
10663
10788
|
},
|
|
10664
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
10665
|
-
"type": "string",
|
|
10666
|
-
"enum": [
|
|
10667
|
-
"thirdParty",
|
|
10668
|
-
"recipient",
|
|
10669
|
-
""
|
|
10670
|
-
]
|
|
10671
|
-
},
|
|
10672
10789
|
"ConsentRequestItemJSON": {
|
|
10673
10790
|
"type": "object",
|
|
10674
10791
|
"properties": {
|
|
@@ -10682,10 +10799,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10682
10799
|
"@version": {
|
|
10683
10800
|
"type": "string"
|
|
10684
10801
|
},
|
|
10685
|
-
"title": {
|
|
10686
|
-
"type": "string",
|
|
10687
|
-
"description": "The human-readable title of this item."
|
|
10688
|
-
},
|
|
10689
10802
|
"description": {
|
|
10690
10803
|
"type": "string",
|
|
10691
10804
|
"description": "The human-readable description of this item."
|
|
@@ -10707,6 +10820,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10707
10820
|
},
|
|
10708
10821
|
"link": {
|
|
10709
10822
|
"type": "string"
|
|
10823
|
+
},
|
|
10824
|
+
"linkDisplayText": {
|
|
10825
|
+
"type": "string"
|
|
10710
10826
|
}
|
|
10711
10827
|
},
|
|
10712
10828
|
"required": [
|
|
@@ -10729,10 +10845,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10729
10845
|
"@version": {
|
|
10730
10846
|
"type": "string"
|
|
10731
10847
|
},
|
|
10732
|
-
"title": {
|
|
10733
|
-
"type": "string",
|
|
10734
|
-
"description": "The human-readable title of this item."
|
|
10735
|
-
},
|
|
10736
10848
|
"description": {
|
|
10737
10849
|
"type": "string",
|
|
10738
10850
|
"description": "The human-readable description of this item."
|
|
@@ -10748,20 +10860,24 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10748
10860
|
"requireManualDecision": {
|
|
10749
10861
|
"type": "boolean",
|
|
10750
10862
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10863
|
+
},
|
|
10864
|
+
"title": {
|
|
10865
|
+
"type": "string"
|
|
10751
10866
|
}
|
|
10752
10867
|
},
|
|
10753
10868
|
"required": [
|
|
10754
10869
|
"@type",
|
|
10755
|
-
"mustBeAccepted"
|
|
10870
|
+
"mustBeAccepted",
|
|
10871
|
+
"title"
|
|
10756
10872
|
],
|
|
10757
10873
|
"additionalProperties": false
|
|
10758
10874
|
},
|
|
10759
|
-
"
|
|
10875
|
+
"FormFieldRequestItemJSON": {
|
|
10760
10876
|
"type": "object",
|
|
10761
10877
|
"properties": {
|
|
10762
10878
|
"@type": {
|
|
10763
10879
|
"type": "string",
|
|
10764
|
-
"const": "
|
|
10880
|
+
"const": "FormFieldRequestItem"
|
|
10765
10881
|
},
|
|
10766
10882
|
"@context": {
|
|
10767
10883
|
"type": "string"
|
|
@@ -10769,10 +10885,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10769
10885
|
"@version": {
|
|
10770
10886
|
"type": "string"
|
|
10771
10887
|
},
|
|
10772
|
-
"title": {
|
|
10773
|
-
"type": "string",
|
|
10774
|
-
"description": "The human-readable title of this item."
|
|
10775
|
-
},
|
|
10776
10888
|
"description": {
|
|
10777
10889
|
"type": "string",
|
|
10778
10890
|
"description": "The human-readable description of this item."
|
|
@@ -10789,23 +10901,52 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10789
10901
|
"type": "boolean",
|
|
10790
10902
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10791
10903
|
},
|
|
10792
|
-
"
|
|
10904
|
+
"title": {
|
|
10793
10905
|
"type": "string"
|
|
10906
|
+
},
|
|
10907
|
+
"settings": {
|
|
10908
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
10794
10909
|
}
|
|
10795
10910
|
},
|
|
10796
10911
|
"required": [
|
|
10797
10912
|
"@type",
|
|
10798
|
-
"
|
|
10799
|
-
"
|
|
10913
|
+
"mustBeAccepted",
|
|
10914
|
+
"settings",
|
|
10915
|
+
"title"
|
|
10800
10916
|
],
|
|
10801
10917
|
"additionalProperties": false
|
|
10802
10918
|
},
|
|
10803
|
-
"
|
|
10919
|
+
"FormFieldSettingsJSONDerivations": {
|
|
10920
|
+
"anyOf": [
|
|
10921
|
+
{
|
|
10922
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
10923
|
+
},
|
|
10924
|
+
{
|
|
10925
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
10926
|
+
},
|
|
10927
|
+
{
|
|
10928
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
10929
|
+
},
|
|
10930
|
+
{
|
|
10931
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
10932
|
+
},
|
|
10933
|
+
{
|
|
10934
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
10935
|
+
},
|
|
10936
|
+
{
|
|
10937
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
10938
|
+
},
|
|
10939
|
+
{
|
|
10940
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
10941
|
+
}
|
|
10942
|
+
]
|
|
10943
|
+
},
|
|
10944
|
+
"StringFormFieldSettingsJSON": {
|
|
10804
10945
|
"type": "object",
|
|
10805
10946
|
"properties": {
|
|
10806
10947
|
"@type": {
|
|
10807
10948
|
"type": "string",
|
|
10808
|
-
"const": "
|
|
10949
|
+
"const": "StringFormFieldSettings"
|
|
10809
10950
|
},
|
|
10810
10951
|
"@context": {
|
|
10811
10952
|
"type": "string"
|
|
@@ -10813,81 +10954,301 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10813
10954
|
"@version": {
|
|
10814
10955
|
"type": "string"
|
|
10815
10956
|
},
|
|
10816
|
-
"
|
|
10817
|
-
"type": "string",
|
|
10818
|
-
"description": "The human-readable title of this item."
|
|
10819
|
-
},
|
|
10820
|
-
"description": {
|
|
10821
|
-
"type": "string",
|
|
10822
|
-
"description": "The human-readable description of this item."
|
|
10823
|
-
},
|
|
10824
|
-
"metadata": {
|
|
10825
|
-
"type": "object",
|
|
10826
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10827
|
-
},
|
|
10828
|
-
"mustBeAccepted": {
|
|
10957
|
+
"allowNewlines": {
|
|
10829
10958
|
"type": "boolean",
|
|
10830
|
-
"
|
|
10959
|
+
"const": true
|
|
10831
10960
|
},
|
|
10832
|
-
"
|
|
10833
|
-
"type": "
|
|
10834
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10961
|
+
"min": {
|
|
10962
|
+
"type": "number"
|
|
10835
10963
|
},
|
|
10836
|
-
"
|
|
10837
|
-
"
|
|
10838
|
-
{
|
|
10839
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
10840
|
-
},
|
|
10841
|
-
{
|
|
10842
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
10843
|
-
}
|
|
10844
|
-
]
|
|
10964
|
+
"max": {
|
|
10965
|
+
"type": "number"
|
|
10845
10966
|
}
|
|
10846
10967
|
},
|
|
10847
10968
|
"required": [
|
|
10848
|
-
"@type"
|
|
10849
|
-
"mustBeAccepted",
|
|
10850
|
-
"query"
|
|
10969
|
+
"@type"
|
|
10851
10970
|
],
|
|
10852
10971
|
"additionalProperties": false
|
|
10853
10972
|
},
|
|
10854
|
-
"
|
|
10855
|
-
"type": "string",
|
|
10856
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
10857
|
-
}
|
|
10858
|
-
}
|
|
10859
|
-
};
|
|
10860
|
-
exports.DeleteIncomingRequestRequest = {
|
|
10861
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
10862
|
-
"$ref": "#/definitions/DeleteIncomingRequestRequest",
|
|
10863
|
-
"definitions": {
|
|
10864
|
-
"DeleteIncomingRequestRequest": {
|
|
10973
|
+
"IntegerFormFieldSettingsJSON": {
|
|
10865
10974
|
"type": "object",
|
|
10866
10975
|
"properties": {
|
|
10867
|
-
"
|
|
10976
|
+
"@type": {
|
|
10977
|
+
"type": "string",
|
|
10978
|
+
"const": "IntegerFormFieldSettings"
|
|
10979
|
+
},
|
|
10980
|
+
"@context": {
|
|
10981
|
+
"type": "string"
|
|
10982
|
+
},
|
|
10983
|
+
"@version": {
|
|
10868
10984
|
"type": "string"
|
|
10985
|
+
},
|
|
10986
|
+
"unit": {
|
|
10987
|
+
"type": "string"
|
|
10988
|
+
},
|
|
10989
|
+
"min": {
|
|
10990
|
+
"type": "number"
|
|
10991
|
+
},
|
|
10992
|
+
"max": {
|
|
10993
|
+
"type": "number"
|
|
10869
10994
|
}
|
|
10870
10995
|
},
|
|
10871
10996
|
"required": [
|
|
10872
|
-
"
|
|
10997
|
+
"@type"
|
|
10873
10998
|
],
|
|
10874
10999
|
"additionalProperties": false
|
|
10875
|
-
}
|
|
10876
|
-
|
|
10877
|
-
};
|
|
10878
|
-
exports.DiscardOutgoingRequestRequest = {
|
|
10879
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
10880
|
-
"$ref": "#/definitions/DiscardOutgoingRequestRequest",
|
|
10881
|
-
"definitions": {
|
|
10882
|
-
"DiscardOutgoingRequestRequest": {
|
|
11000
|
+
},
|
|
11001
|
+
"DoubleFormFieldSettingsJSON": {
|
|
10883
11002
|
"type": "object",
|
|
10884
11003
|
"properties": {
|
|
10885
|
-
"
|
|
10886
|
-
"
|
|
11004
|
+
"@type": {
|
|
11005
|
+
"type": "string",
|
|
11006
|
+
"const": "DoubleFormFieldSettings"
|
|
11007
|
+
},
|
|
11008
|
+
"@context": {
|
|
11009
|
+
"type": "string"
|
|
11010
|
+
},
|
|
11011
|
+
"@version": {
|
|
11012
|
+
"type": "string"
|
|
11013
|
+
},
|
|
11014
|
+
"unit": {
|
|
11015
|
+
"type": "string"
|
|
11016
|
+
},
|
|
11017
|
+
"min": {
|
|
11018
|
+
"type": "number"
|
|
11019
|
+
},
|
|
11020
|
+
"max": {
|
|
11021
|
+
"type": "number"
|
|
10887
11022
|
}
|
|
10888
11023
|
},
|
|
10889
11024
|
"required": [
|
|
10890
|
-
"
|
|
11025
|
+
"@type"
|
|
11026
|
+
],
|
|
11027
|
+
"additionalProperties": false
|
|
11028
|
+
},
|
|
11029
|
+
"BooleanFormFieldSettingsJSON": {
|
|
11030
|
+
"type": "object",
|
|
11031
|
+
"properties": {
|
|
11032
|
+
"@type": {
|
|
11033
|
+
"type": "string",
|
|
11034
|
+
"const": "BooleanFormFieldSettings"
|
|
11035
|
+
},
|
|
11036
|
+
"@context": {
|
|
11037
|
+
"type": "string"
|
|
11038
|
+
},
|
|
11039
|
+
"@version": {
|
|
11040
|
+
"type": "string"
|
|
11041
|
+
}
|
|
11042
|
+
},
|
|
11043
|
+
"required": [
|
|
11044
|
+
"@type"
|
|
11045
|
+
],
|
|
11046
|
+
"additionalProperties": false
|
|
11047
|
+
},
|
|
11048
|
+
"DateFormFieldSettingsJSON": {
|
|
11049
|
+
"type": "object",
|
|
11050
|
+
"properties": {
|
|
11051
|
+
"@type": {
|
|
11052
|
+
"type": "string",
|
|
11053
|
+
"const": "DateFormFieldSettings"
|
|
11054
|
+
},
|
|
11055
|
+
"@context": {
|
|
11056
|
+
"type": "string"
|
|
11057
|
+
},
|
|
11058
|
+
"@version": {
|
|
11059
|
+
"type": "string"
|
|
11060
|
+
}
|
|
11061
|
+
},
|
|
11062
|
+
"required": [
|
|
11063
|
+
"@type"
|
|
11064
|
+
],
|
|
11065
|
+
"additionalProperties": false
|
|
11066
|
+
},
|
|
11067
|
+
"SelectionFormFieldSettingsJSON": {
|
|
11068
|
+
"type": "object",
|
|
11069
|
+
"properties": {
|
|
11070
|
+
"@type": {
|
|
11071
|
+
"type": "string",
|
|
11072
|
+
"const": "SelectionFormFieldSettings"
|
|
11073
|
+
},
|
|
11074
|
+
"@context": {
|
|
11075
|
+
"type": "string"
|
|
11076
|
+
},
|
|
11077
|
+
"@version": {
|
|
11078
|
+
"type": "string"
|
|
11079
|
+
},
|
|
11080
|
+
"options": {
|
|
11081
|
+
"type": "array",
|
|
11082
|
+
"items": {
|
|
11083
|
+
"type": "string"
|
|
11084
|
+
}
|
|
11085
|
+
},
|
|
11086
|
+
"allowMultipleSelection": {
|
|
11087
|
+
"type": "boolean",
|
|
11088
|
+
"const": true
|
|
11089
|
+
}
|
|
11090
|
+
},
|
|
11091
|
+
"required": [
|
|
11092
|
+
"@type",
|
|
11093
|
+
"options"
|
|
11094
|
+
],
|
|
11095
|
+
"additionalProperties": false
|
|
11096
|
+
},
|
|
11097
|
+
"RatingFormFieldSettingsJSON": {
|
|
11098
|
+
"type": "object",
|
|
11099
|
+
"properties": {
|
|
11100
|
+
"@type": {
|
|
11101
|
+
"type": "string",
|
|
11102
|
+
"const": "RatingFormFieldSettings"
|
|
11103
|
+
},
|
|
11104
|
+
"@context": {
|
|
11105
|
+
"type": "string"
|
|
11106
|
+
},
|
|
11107
|
+
"@version": {
|
|
11108
|
+
"type": "string"
|
|
11109
|
+
},
|
|
11110
|
+
"maxRating": {
|
|
11111
|
+
"type": "number",
|
|
11112
|
+
"enum": [
|
|
11113
|
+
5,
|
|
11114
|
+
6,
|
|
11115
|
+
7,
|
|
11116
|
+
8,
|
|
11117
|
+
9,
|
|
11118
|
+
10
|
|
11119
|
+
]
|
|
11120
|
+
}
|
|
11121
|
+
},
|
|
11122
|
+
"required": [
|
|
11123
|
+
"@type",
|
|
11124
|
+
"maxRating"
|
|
11125
|
+
],
|
|
11126
|
+
"additionalProperties": false
|
|
11127
|
+
},
|
|
11128
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
11129
|
+
"type": "object",
|
|
11130
|
+
"properties": {
|
|
11131
|
+
"@type": {
|
|
11132
|
+
"type": "string",
|
|
11133
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
11134
|
+
},
|
|
11135
|
+
"@context": {
|
|
11136
|
+
"type": "string"
|
|
11137
|
+
},
|
|
11138
|
+
"@version": {
|
|
11139
|
+
"type": "string"
|
|
11140
|
+
},
|
|
11141
|
+
"description": {
|
|
11142
|
+
"type": "string",
|
|
11143
|
+
"description": "The human-readable description of this item."
|
|
11144
|
+
},
|
|
11145
|
+
"metadata": {
|
|
11146
|
+
"type": "object",
|
|
11147
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
11148
|
+
},
|
|
11149
|
+
"mustBeAccepted": {
|
|
11150
|
+
"type": "boolean",
|
|
11151
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11152
|
+
},
|
|
11153
|
+
"requireManualDecision": {
|
|
11154
|
+
"type": "boolean",
|
|
11155
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11156
|
+
},
|
|
11157
|
+
"query": {
|
|
11158
|
+
"anyOf": [
|
|
11159
|
+
{
|
|
11160
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
11161
|
+
},
|
|
11162
|
+
{
|
|
11163
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
11164
|
+
}
|
|
11165
|
+
]
|
|
11166
|
+
}
|
|
11167
|
+
},
|
|
11168
|
+
"required": [
|
|
11169
|
+
"@type",
|
|
11170
|
+
"mustBeAccepted",
|
|
11171
|
+
"query"
|
|
11172
|
+
],
|
|
11173
|
+
"additionalProperties": false
|
|
11174
|
+
},
|
|
11175
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
11176
|
+
"type": "object",
|
|
11177
|
+
"properties": {
|
|
11178
|
+
"@type": {
|
|
11179
|
+
"type": "string",
|
|
11180
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
11181
|
+
},
|
|
11182
|
+
"@context": {
|
|
11183
|
+
"type": "string"
|
|
11184
|
+
},
|
|
11185
|
+
"@version": {
|
|
11186
|
+
"type": "string"
|
|
11187
|
+
},
|
|
11188
|
+
"description": {
|
|
11189
|
+
"type": "string",
|
|
11190
|
+
"description": "The human-readable description of this item."
|
|
11191
|
+
},
|
|
11192
|
+
"metadata": {
|
|
11193
|
+
"type": "object",
|
|
11194
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
11195
|
+
},
|
|
11196
|
+
"mustBeAccepted": {
|
|
11197
|
+
"type": "boolean",
|
|
11198
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11199
|
+
},
|
|
11200
|
+
"requireManualDecision": {
|
|
11201
|
+
"type": "boolean",
|
|
11202
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11203
|
+
},
|
|
11204
|
+
"fileReference": {
|
|
11205
|
+
"type": "string"
|
|
11206
|
+
}
|
|
11207
|
+
},
|
|
11208
|
+
"required": [
|
|
11209
|
+
"@type",
|
|
11210
|
+
"fileReference",
|
|
11211
|
+
"mustBeAccepted"
|
|
11212
|
+
],
|
|
11213
|
+
"additionalProperties": false
|
|
11214
|
+
},
|
|
11215
|
+
"AddressString": {
|
|
11216
|
+
"type": "string",
|
|
11217
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
11218
|
+
}
|
|
11219
|
+
}
|
|
11220
|
+
};
|
|
11221
|
+
exports.DeleteIncomingRequestRequest = {
|
|
11222
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
11223
|
+
"$ref": "#/definitions/DeleteIncomingRequestRequest",
|
|
11224
|
+
"definitions": {
|
|
11225
|
+
"DeleteIncomingRequestRequest": {
|
|
11226
|
+
"type": "object",
|
|
11227
|
+
"properties": {
|
|
11228
|
+
"requestId": {
|
|
11229
|
+
"type": "string"
|
|
11230
|
+
}
|
|
11231
|
+
},
|
|
11232
|
+
"required": [
|
|
11233
|
+
"requestId"
|
|
11234
|
+
],
|
|
11235
|
+
"additionalProperties": false
|
|
11236
|
+
}
|
|
11237
|
+
}
|
|
11238
|
+
};
|
|
11239
|
+
exports.DiscardOutgoingRequestRequest = {
|
|
11240
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
11241
|
+
"$ref": "#/definitions/DiscardOutgoingRequestRequest",
|
|
11242
|
+
"definitions": {
|
|
11243
|
+
"DiscardOutgoingRequestRequest": {
|
|
11244
|
+
"type": "object",
|
|
11245
|
+
"properties": {
|
|
11246
|
+
"id": {
|
|
11247
|
+
"$ref": "#/definitions/RequestIdString"
|
|
11248
|
+
}
|
|
11249
|
+
},
|
|
11250
|
+
"required": [
|
|
11251
|
+
"id"
|
|
10891
11252
|
],
|
|
10892
11253
|
"additionalProperties": false
|
|
10893
11254
|
},
|
|
@@ -11495,10 +11856,13 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11495
11856
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
11496
11857
|
},
|
|
11497
11858
|
{
|
|
11498
|
-
"$ref": "#/definitions/
|
|
11859
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
11499
11860
|
},
|
|
11500
11861
|
{
|
|
11501
11862
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
11863
|
+
},
|
|
11864
|
+
{
|
|
11865
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
11502
11866
|
}
|
|
11503
11867
|
]
|
|
11504
11868
|
},
|
|
@@ -11514,10 +11878,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11514
11878
|
"@version": {
|
|
11515
11879
|
"type": "string"
|
|
11516
11880
|
},
|
|
11517
|
-
"title": {
|
|
11518
|
-
"type": "string",
|
|
11519
|
-
"description": "The human-readable title of this item."
|
|
11520
|
-
},
|
|
11521
11881
|
"description": {
|
|
11522
11882
|
"type": "string",
|
|
11523
11883
|
"description": "The human-readable description of this item."
|
|
@@ -11554,10 +11914,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11554
11914
|
"@version": {
|
|
11555
11915
|
"type": "string"
|
|
11556
11916
|
},
|
|
11557
|
-
"title": {
|
|
11558
|
-
"type": "string",
|
|
11559
|
-
"description": "The human-readable title of this item."
|
|
11560
|
-
},
|
|
11561
11917
|
"description": {
|
|
11562
11918
|
"type": "string",
|
|
11563
11919
|
"description": "The human-readable description of this item."
|
|
@@ -11608,12 +11964,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11608
11964
|
"owner": {
|
|
11609
11965
|
"type": "string"
|
|
11610
11966
|
},
|
|
11611
|
-
"validFrom": {
|
|
11612
|
-
"type": "string"
|
|
11613
|
-
},
|
|
11614
|
-
"validTo": {
|
|
11615
|
-
"type": "string"
|
|
11616
|
-
},
|
|
11617
11967
|
"value": {
|
|
11618
11968
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
11619
11969
|
},
|
|
@@ -12230,7 +12580,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12230
12580
|
"type": "object",
|
|
12231
12581
|
"properties": {
|
|
12232
12582
|
"@type": {
|
|
12233
|
-
"type": "string"
|
|
12583
|
+
"type": "string",
|
|
12584
|
+
"const": "Consent"
|
|
12234
12585
|
},
|
|
12235
12586
|
"@context": {
|
|
12236
12587
|
"type": "string"
|
|
@@ -12243,6 +12594,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12243
12594
|
},
|
|
12244
12595
|
"link": {
|
|
12245
12596
|
"type": "string"
|
|
12597
|
+
},
|
|
12598
|
+
"linkDisplayText": {
|
|
12599
|
+
"type": "string"
|
|
12246
12600
|
}
|
|
12247
12601
|
},
|
|
12248
12602
|
"required": [
|
|
@@ -12275,12 +12629,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12275
12629
|
"owner": {
|
|
12276
12630
|
"type": "string"
|
|
12277
12631
|
},
|
|
12278
|
-
"validFrom": {
|
|
12279
|
-
"type": "string"
|
|
12280
|
-
},
|
|
12281
|
-
"validTo": {
|
|
12282
|
-
"type": "string"
|
|
12283
|
-
},
|
|
12284
12632
|
"value": {
|
|
12285
12633
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
12286
12634
|
},
|
|
@@ -13515,10 +13863,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13515
13863
|
"@version": {
|
|
13516
13864
|
"type": "string"
|
|
13517
13865
|
},
|
|
13518
|
-
"title": {
|
|
13519
|
-
"type": "string",
|
|
13520
|
-
"description": "The human-readable title of this item."
|
|
13521
|
-
},
|
|
13522
13866
|
"description": {
|
|
13523
13867
|
"type": "string",
|
|
13524
13868
|
"description": "The human-readable description of this item."
|
|
@@ -13559,10 +13903,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13559
13903
|
"@version": {
|
|
13560
13904
|
"type": "string"
|
|
13561
13905
|
},
|
|
13562
|
-
"title": {
|
|
13563
|
-
"type": "string",
|
|
13564
|
-
"description": "The human-readable title of this item."
|
|
13565
|
-
},
|
|
13566
13906
|
"description": {
|
|
13567
13907
|
"type": "string",
|
|
13568
13908
|
"description": "The human-readable description of this item."
|
|
@@ -13617,10 +13957,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13617
13957
|
"@version": {
|
|
13618
13958
|
"type": "string"
|
|
13619
13959
|
},
|
|
13620
|
-
"title": {
|
|
13621
|
-
"type": "string",
|
|
13622
|
-
"description": "The human-readable title of this item."
|
|
13623
|
-
},
|
|
13624
13960
|
"description": {
|
|
13625
13961
|
"type": "string",
|
|
13626
13962
|
"description": "The human-readable description of this item."
|
|
@@ -13690,12 +14026,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13690
14026
|
"items": {
|
|
13691
14027
|
"type": "string"
|
|
13692
14028
|
}
|
|
13693
|
-
},
|
|
13694
|
-
"validFrom": {
|
|
13695
|
-
"type": "string"
|
|
13696
|
-
},
|
|
13697
|
-
"validTo": {
|
|
13698
|
-
"type": "string"
|
|
13699
14029
|
}
|
|
13700
14030
|
},
|
|
13701
14031
|
"required": [
|
|
@@ -13787,12 +14117,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13787
14117
|
},
|
|
13788
14118
|
"attributeCreationHints": {
|
|
13789
14119
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
13790
|
-
},
|
|
13791
|
-
"validFrom": {
|
|
13792
|
-
"type": "string"
|
|
13793
|
-
},
|
|
13794
|
-
"validTo": {
|
|
13795
|
-
"type": "string"
|
|
13796
14120
|
}
|
|
13797
14121
|
},
|
|
13798
14122
|
"required": [
|
|
@@ -13905,10 +14229,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13905
14229
|
"@version": {
|
|
13906
14230
|
"type": "string"
|
|
13907
14231
|
},
|
|
13908
|
-
"title": {
|
|
13909
|
-
"type": "string",
|
|
13910
|
-
"description": "The human-readable title of this item."
|
|
13911
|
-
},
|
|
13912
14232
|
"description": {
|
|
13913
14233
|
"type": "string",
|
|
13914
14234
|
"description": "The human-readable description of this item."
|
|
@@ -13966,22 +14286,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13966
14286
|
"type": "string"
|
|
13967
14287
|
},
|
|
13968
14288
|
"owner": {
|
|
13969
|
-
"
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
"type": "string",
|
|
13975
|
-
"const": "thirdParty"
|
|
13976
|
-
},
|
|
13977
|
-
{
|
|
13978
|
-
"type": "string",
|
|
13979
|
-
"const": "recipient"
|
|
13980
|
-
},
|
|
13981
|
-
{
|
|
13982
|
-
"type": "string",
|
|
13983
|
-
"const": ""
|
|
13984
|
-
}
|
|
14289
|
+
"type": "string",
|
|
14290
|
+
"enum": [
|
|
14291
|
+
"thirdParty",
|
|
14292
|
+
"recipient",
|
|
14293
|
+
""
|
|
13985
14294
|
]
|
|
13986
14295
|
},
|
|
13987
14296
|
"thirdParty": {
|
|
@@ -13989,12 +14298,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13989
14298
|
"items": {
|
|
13990
14299
|
"type": "string"
|
|
13991
14300
|
}
|
|
13992
|
-
},
|
|
13993
|
-
"validFrom": {
|
|
13994
|
-
"type": "string"
|
|
13995
|
-
},
|
|
13996
|
-
"validTo": {
|
|
13997
|
-
"type": "string"
|
|
13998
14301
|
}
|
|
13999
14302
|
},
|
|
14000
14303
|
"required": [
|
|
@@ -14005,14 +14308,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14005
14308
|
],
|
|
14006
14309
|
"additionalProperties": false
|
|
14007
14310
|
},
|
|
14008
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
14009
|
-
"type": "string",
|
|
14010
|
-
"enum": [
|
|
14011
|
-
"thirdParty",
|
|
14012
|
-
"recipient",
|
|
14013
|
-
""
|
|
14014
|
-
]
|
|
14015
|
-
},
|
|
14016
14311
|
"ConsentRequestItemJSON": {
|
|
14017
14312
|
"type": "object",
|
|
14018
14313
|
"properties": {
|
|
@@ -14026,10 +14321,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14026
14321
|
"@version": {
|
|
14027
14322
|
"type": "string"
|
|
14028
14323
|
},
|
|
14029
|
-
"title": {
|
|
14030
|
-
"type": "string",
|
|
14031
|
-
"description": "The human-readable title of this item."
|
|
14032
|
-
},
|
|
14033
14324
|
"description": {
|
|
14034
14325
|
"type": "string",
|
|
14035
14326
|
"description": "The human-readable description of this item."
|
|
@@ -14051,6 +14342,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14051
14342
|
},
|
|
14052
14343
|
"link": {
|
|
14053
14344
|
"type": "string"
|
|
14345
|
+
},
|
|
14346
|
+
"linkDisplayText": {
|
|
14347
|
+
"type": "string"
|
|
14054
14348
|
}
|
|
14055
14349
|
},
|
|
14056
14350
|
"required": [
|
|
@@ -14073,10 +14367,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14073
14367
|
"@version": {
|
|
14074
14368
|
"type": "string"
|
|
14075
14369
|
},
|
|
14076
|
-
"title": {
|
|
14077
|
-
"type": "string",
|
|
14078
|
-
"description": "The human-readable title of this item."
|
|
14079
|
-
},
|
|
14080
14370
|
"description": {
|
|
14081
14371
|
"type": "string",
|
|
14082
14372
|
"description": "The human-readable description of this item."
|
|
@@ -14092,20 +14382,24 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14092
14382
|
"requireManualDecision": {
|
|
14093
14383
|
"type": "boolean",
|
|
14094
14384
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14385
|
+
},
|
|
14386
|
+
"title": {
|
|
14387
|
+
"type": "string"
|
|
14095
14388
|
}
|
|
14096
14389
|
},
|
|
14097
14390
|
"required": [
|
|
14098
14391
|
"@type",
|
|
14099
|
-
"mustBeAccepted"
|
|
14392
|
+
"mustBeAccepted",
|
|
14393
|
+
"title"
|
|
14100
14394
|
],
|
|
14101
14395
|
"additionalProperties": false
|
|
14102
14396
|
},
|
|
14103
|
-
"
|
|
14397
|
+
"FormFieldRequestItemJSON": {
|
|
14104
14398
|
"type": "object",
|
|
14105
14399
|
"properties": {
|
|
14106
14400
|
"@type": {
|
|
14107
14401
|
"type": "string",
|
|
14108
|
-
"const": "
|
|
14402
|
+
"const": "FormFieldRequestItem"
|
|
14109
14403
|
},
|
|
14110
14404
|
"@context": {
|
|
14111
14405
|
"type": "string"
|
|
@@ -14113,10 +14407,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14113
14407
|
"@version": {
|
|
14114
14408
|
"type": "string"
|
|
14115
14409
|
},
|
|
14116
|
-
"title": {
|
|
14117
|
-
"type": "string",
|
|
14118
|
-
"description": "The human-readable title of this item."
|
|
14119
|
-
},
|
|
14120
14410
|
"description": {
|
|
14121
14411
|
"type": "string",
|
|
14122
14412
|
"description": "The human-readable description of this item."
|
|
@@ -14133,23 +14423,52 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14133
14423
|
"type": "boolean",
|
|
14134
14424
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14135
14425
|
},
|
|
14136
|
-
"
|
|
14426
|
+
"title": {
|
|
14137
14427
|
"type": "string"
|
|
14428
|
+
},
|
|
14429
|
+
"settings": {
|
|
14430
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
14138
14431
|
}
|
|
14139
14432
|
},
|
|
14140
14433
|
"required": [
|
|
14141
14434
|
"@type",
|
|
14142
|
-
"
|
|
14143
|
-
"
|
|
14435
|
+
"mustBeAccepted",
|
|
14436
|
+
"settings",
|
|
14437
|
+
"title"
|
|
14144
14438
|
],
|
|
14145
14439
|
"additionalProperties": false
|
|
14146
14440
|
},
|
|
14147
|
-
"
|
|
14441
|
+
"FormFieldSettingsJSONDerivations": {
|
|
14442
|
+
"anyOf": [
|
|
14443
|
+
{
|
|
14444
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
14445
|
+
},
|
|
14446
|
+
{
|
|
14447
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
14448
|
+
},
|
|
14449
|
+
{
|
|
14450
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
14451
|
+
},
|
|
14452
|
+
{
|
|
14453
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
14454
|
+
},
|
|
14455
|
+
{
|
|
14456
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
14457
|
+
},
|
|
14458
|
+
{
|
|
14459
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
14460
|
+
},
|
|
14461
|
+
{
|
|
14462
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
14463
|
+
}
|
|
14464
|
+
]
|
|
14465
|
+
},
|
|
14466
|
+
"StringFormFieldSettingsJSON": {
|
|
14148
14467
|
"type": "object",
|
|
14149
14468
|
"properties": {
|
|
14150
14469
|
"@type": {
|
|
14151
14470
|
"type": "string",
|
|
14152
|
-
"const": "
|
|
14471
|
+
"const": "StringFormFieldSettings"
|
|
14153
14472
|
},
|
|
14154
14473
|
"@context": {
|
|
14155
14474
|
"type": "string"
|
|
@@ -14157,9 +14476,189 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14157
14476
|
"@version": {
|
|
14158
14477
|
"type": "string"
|
|
14159
14478
|
},
|
|
14160
|
-
"
|
|
14479
|
+
"allowNewlines": {
|
|
14480
|
+
"type": "boolean",
|
|
14481
|
+
"const": true
|
|
14482
|
+
},
|
|
14483
|
+
"min": {
|
|
14484
|
+
"type": "number"
|
|
14485
|
+
},
|
|
14486
|
+
"max": {
|
|
14487
|
+
"type": "number"
|
|
14488
|
+
}
|
|
14489
|
+
},
|
|
14490
|
+
"required": [
|
|
14491
|
+
"@type"
|
|
14492
|
+
],
|
|
14493
|
+
"additionalProperties": false
|
|
14494
|
+
},
|
|
14495
|
+
"IntegerFormFieldSettingsJSON": {
|
|
14496
|
+
"type": "object",
|
|
14497
|
+
"properties": {
|
|
14498
|
+
"@type": {
|
|
14499
|
+
"type": "string",
|
|
14500
|
+
"const": "IntegerFormFieldSettings"
|
|
14501
|
+
},
|
|
14502
|
+
"@context": {
|
|
14503
|
+
"type": "string"
|
|
14504
|
+
},
|
|
14505
|
+
"@version": {
|
|
14506
|
+
"type": "string"
|
|
14507
|
+
},
|
|
14508
|
+
"unit": {
|
|
14509
|
+
"type": "string"
|
|
14510
|
+
},
|
|
14511
|
+
"min": {
|
|
14512
|
+
"type": "number"
|
|
14513
|
+
},
|
|
14514
|
+
"max": {
|
|
14515
|
+
"type": "number"
|
|
14516
|
+
}
|
|
14517
|
+
},
|
|
14518
|
+
"required": [
|
|
14519
|
+
"@type"
|
|
14520
|
+
],
|
|
14521
|
+
"additionalProperties": false
|
|
14522
|
+
},
|
|
14523
|
+
"DoubleFormFieldSettingsJSON": {
|
|
14524
|
+
"type": "object",
|
|
14525
|
+
"properties": {
|
|
14526
|
+
"@type": {
|
|
14527
|
+
"type": "string",
|
|
14528
|
+
"const": "DoubleFormFieldSettings"
|
|
14529
|
+
},
|
|
14530
|
+
"@context": {
|
|
14531
|
+
"type": "string"
|
|
14532
|
+
},
|
|
14533
|
+
"@version": {
|
|
14534
|
+
"type": "string"
|
|
14535
|
+
},
|
|
14536
|
+
"unit": {
|
|
14537
|
+
"type": "string"
|
|
14538
|
+
},
|
|
14539
|
+
"min": {
|
|
14540
|
+
"type": "number"
|
|
14541
|
+
},
|
|
14542
|
+
"max": {
|
|
14543
|
+
"type": "number"
|
|
14544
|
+
}
|
|
14545
|
+
},
|
|
14546
|
+
"required": [
|
|
14547
|
+
"@type"
|
|
14548
|
+
],
|
|
14549
|
+
"additionalProperties": false
|
|
14550
|
+
},
|
|
14551
|
+
"BooleanFormFieldSettingsJSON": {
|
|
14552
|
+
"type": "object",
|
|
14553
|
+
"properties": {
|
|
14554
|
+
"@type": {
|
|
14555
|
+
"type": "string",
|
|
14556
|
+
"const": "BooleanFormFieldSettings"
|
|
14557
|
+
},
|
|
14558
|
+
"@context": {
|
|
14559
|
+
"type": "string"
|
|
14560
|
+
},
|
|
14561
|
+
"@version": {
|
|
14562
|
+
"type": "string"
|
|
14563
|
+
}
|
|
14564
|
+
},
|
|
14565
|
+
"required": [
|
|
14566
|
+
"@type"
|
|
14567
|
+
],
|
|
14568
|
+
"additionalProperties": false
|
|
14569
|
+
},
|
|
14570
|
+
"DateFormFieldSettingsJSON": {
|
|
14571
|
+
"type": "object",
|
|
14572
|
+
"properties": {
|
|
14573
|
+
"@type": {
|
|
14574
|
+
"type": "string",
|
|
14575
|
+
"const": "DateFormFieldSettings"
|
|
14576
|
+
},
|
|
14577
|
+
"@context": {
|
|
14578
|
+
"type": "string"
|
|
14579
|
+
},
|
|
14580
|
+
"@version": {
|
|
14581
|
+
"type": "string"
|
|
14582
|
+
}
|
|
14583
|
+
},
|
|
14584
|
+
"required": [
|
|
14585
|
+
"@type"
|
|
14586
|
+
],
|
|
14587
|
+
"additionalProperties": false
|
|
14588
|
+
},
|
|
14589
|
+
"SelectionFormFieldSettingsJSON": {
|
|
14590
|
+
"type": "object",
|
|
14591
|
+
"properties": {
|
|
14592
|
+
"@type": {
|
|
14593
|
+
"type": "string",
|
|
14594
|
+
"const": "SelectionFormFieldSettings"
|
|
14595
|
+
},
|
|
14596
|
+
"@context": {
|
|
14597
|
+
"type": "string"
|
|
14598
|
+
},
|
|
14599
|
+
"@version": {
|
|
14600
|
+
"type": "string"
|
|
14601
|
+
},
|
|
14602
|
+
"options": {
|
|
14603
|
+
"type": "array",
|
|
14604
|
+
"items": {
|
|
14605
|
+
"type": "string"
|
|
14606
|
+
}
|
|
14607
|
+
},
|
|
14608
|
+
"allowMultipleSelection": {
|
|
14609
|
+
"type": "boolean",
|
|
14610
|
+
"const": true
|
|
14611
|
+
}
|
|
14612
|
+
},
|
|
14613
|
+
"required": [
|
|
14614
|
+
"@type",
|
|
14615
|
+
"options"
|
|
14616
|
+
],
|
|
14617
|
+
"additionalProperties": false
|
|
14618
|
+
},
|
|
14619
|
+
"RatingFormFieldSettingsJSON": {
|
|
14620
|
+
"type": "object",
|
|
14621
|
+
"properties": {
|
|
14622
|
+
"@type": {
|
|
14623
|
+
"type": "string",
|
|
14624
|
+
"const": "RatingFormFieldSettings"
|
|
14625
|
+
},
|
|
14626
|
+
"@context": {
|
|
14627
|
+
"type": "string"
|
|
14628
|
+
},
|
|
14629
|
+
"@version": {
|
|
14630
|
+
"type": "string"
|
|
14631
|
+
},
|
|
14632
|
+
"maxRating": {
|
|
14633
|
+
"type": "number",
|
|
14634
|
+
"enum": [
|
|
14635
|
+
5,
|
|
14636
|
+
6,
|
|
14637
|
+
7,
|
|
14638
|
+
8,
|
|
14639
|
+
9,
|
|
14640
|
+
10
|
|
14641
|
+
]
|
|
14642
|
+
}
|
|
14643
|
+
},
|
|
14644
|
+
"required": [
|
|
14645
|
+
"@type",
|
|
14646
|
+
"maxRating"
|
|
14647
|
+
],
|
|
14648
|
+
"additionalProperties": false
|
|
14649
|
+
},
|
|
14650
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
14651
|
+
"type": "object",
|
|
14652
|
+
"properties": {
|
|
14653
|
+
"@type": {
|
|
14161
14654
|
"type": "string",
|
|
14162
|
-
"
|
|
14655
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
14656
|
+
},
|
|
14657
|
+
"@context": {
|
|
14658
|
+
"type": "string"
|
|
14659
|
+
},
|
|
14660
|
+
"@version": {
|
|
14661
|
+
"type": "string"
|
|
14163
14662
|
},
|
|
14164
14663
|
"description": {
|
|
14165
14664
|
"type": "string",
|
|
@@ -14195,6 +14694,46 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14195
14694
|
],
|
|
14196
14695
|
"additionalProperties": false
|
|
14197
14696
|
},
|
|
14697
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
14698
|
+
"type": "object",
|
|
14699
|
+
"properties": {
|
|
14700
|
+
"@type": {
|
|
14701
|
+
"type": "string",
|
|
14702
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
14703
|
+
},
|
|
14704
|
+
"@context": {
|
|
14705
|
+
"type": "string"
|
|
14706
|
+
},
|
|
14707
|
+
"@version": {
|
|
14708
|
+
"type": "string"
|
|
14709
|
+
},
|
|
14710
|
+
"description": {
|
|
14711
|
+
"type": "string",
|
|
14712
|
+
"description": "The human-readable description of this item."
|
|
14713
|
+
},
|
|
14714
|
+
"metadata": {
|
|
14715
|
+
"type": "object",
|
|
14716
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
14717
|
+
},
|
|
14718
|
+
"mustBeAccepted": {
|
|
14719
|
+
"type": "boolean",
|
|
14720
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14721
|
+
},
|
|
14722
|
+
"requireManualDecision": {
|
|
14723
|
+
"type": "boolean",
|
|
14724
|
+
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14725
|
+
},
|
|
14726
|
+
"fileReference": {
|
|
14727
|
+
"type": "string"
|
|
14728
|
+
}
|
|
14729
|
+
},
|
|
14730
|
+
"required": [
|
|
14731
|
+
"@type",
|
|
14732
|
+
"fileReference",
|
|
14733
|
+
"mustBeAccepted"
|
|
14734
|
+
],
|
|
14735
|
+
"additionalProperties": false
|
|
14736
|
+
},
|
|
14198
14737
|
"MessageIdString": {
|
|
14199
14738
|
"type": "string",
|
|
14200
14739
|
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
@@ -14278,12 +14817,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14278
14817
|
},
|
|
14279
14818
|
"isTechnical": {
|
|
14280
14819
|
"type": "boolean"
|
|
14281
|
-
},
|
|
14282
|
-
"validFrom": {
|
|
14283
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14284
|
-
},
|
|
14285
|
-
"validTo": {
|
|
14286
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14287
14820
|
}
|
|
14288
14821
|
},
|
|
14289
14822
|
"required": [
|
|
@@ -14317,9 +14850,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14317
14850
|
"requestItemMetadata": {
|
|
14318
14851
|
"type": "object",
|
|
14319
14852
|
"properties": {
|
|
14320
|
-
"title": {
|
|
14321
|
-
"type": "string"
|
|
14322
|
-
},
|
|
14323
14853
|
"description": {
|
|
14324
14854
|
"type": "string"
|
|
14325
14855
|
},
|
|
@@ -14933,7 +15463,8 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14933
15463
|
"type": "object",
|
|
14934
15464
|
"properties": {
|
|
14935
15465
|
"@type": {
|
|
14936
|
-
"type": "string"
|
|
15466
|
+
"type": "string",
|
|
15467
|
+
"const": "Consent"
|
|
14937
15468
|
},
|
|
14938
15469
|
"@context": {
|
|
14939
15470
|
"type": "string"
|
|
@@ -14946,6 +15477,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14946
15477
|
},
|
|
14947
15478
|
"link": {
|
|
14948
15479
|
"type": "string"
|
|
15480
|
+
},
|
|
15481
|
+
"linkDisplayText": {
|
|
15482
|
+
"type": "string"
|
|
14949
15483
|
}
|
|
14950
15484
|
},
|
|
14951
15485
|
"required": [
|
|
@@ -14962,14 +15496,14 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14962
15496
|
"protected"
|
|
14963
15497
|
]
|
|
14964
15498
|
},
|
|
15499
|
+
"AddressString": {
|
|
15500
|
+
"type": "string",
|
|
15501
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
15502
|
+
},
|
|
14965
15503
|
"ISO8601DateTimeString": {
|
|
14966
15504
|
"type": "string",
|
|
14967
15505
|
"errorMessage": "must match ISO8601 datetime format",
|
|
14968
15506
|
"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)?)?)?)?$"
|
|
14969
|
-
},
|
|
14970
|
-
"AddressString": {
|
|
14971
|
-
"type": "string",
|
|
14972
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
14973
15507
|
}
|
|
14974
15508
|
}
|
|
14975
15509
|
};
|
|
@@ -14990,12 +15524,6 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
14990
15524
|
"items": {
|
|
14991
15525
|
"type": "string"
|
|
14992
15526
|
}
|
|
14993
|
-
},
|
|
14994
|
-
"validFrom": {
|
|
14995
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14996
|
-
},
|
|
14997
|
-
"validTo": {
|
|
14998
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14999
15527
|
}
|
|
15000
15528
|
},
|
|
15001
15529
|
"required": [
|
|
@@ -15007,11 +15535,6 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
15007
15535
|
"required": [
|
|
15008
15536
|
"content"
|
|
15009
15537
|
]
|
|
15010
|
-
},
|
|
15011
|
-
"ISO8601DateTimeString": {
|
|
15012
|
-
"type": "string",
|
|
15013
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
15014
|
-
"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)?)?)?)?$"
|
|
15015
15538
|
}
|
|
15016
15539
|
}
|
|
15017
15540
|
};
|
|
@@ -15162,12 +15685,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
15162
15685
|
"items": {
|
|
15163
15686
|
"type": "string"
|
|
15164
15687
|
}
|
|
15165
|
-
},
|
|
15166
|
-
"validFrom": {
|
|
15167
|
-
"type": "string"
|
|
15168
|
-
},
|
|
15169
|
-
"validTo": {
|
|
15170
|
-
"type": "string"
|
|
15171
15688
|
}
|
|
15172
15689
|
},
|
|
15173
15690
|
"required": [
|
|
@@ -15397,12 +15914,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
15397
15914
|
},
|
|
15398
15915
|
"attributeCreationHints": {
|
|
15399
15916
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
15400
|
-
},
|
|
15401
|
-
"validFrom": {
|
|
15402
|
-
"type": "string"
|
|
15403
|
-
},
|
|
15404
|
-
"validTo": {
|
|
15405
|
-
"type": "string"
|
|
15406
15917
|
}
|
|
15407
15918
|
},
|
|
15408
15919
|
"required": [
|
|
@@ -15571,22 +16082,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15571
16082
|
"type": "string"
|
|
15572
16083
|
},
|
|
15573
16084
|
"owner": {
|
|
15574
|
-
"
|
|
15575
|
-
|
|
15576
|
-
|
|
15577
|
-
|
|
15578
|
-
|
|
15579
|
-
"type": "string",
|
|
15580
|
-
"const": "thirdParty"
|
|
15581
|
-
},
|
|
15582
|
-
{
|
|
15583
|
-
"type": "string",
|
|
15584
|
-
"const": "recipient"
|
|
15585
|
-
},
|
|
15586
|
-
{
|
|
15587
|
-
"type": "string",
|
|
15588
|
-
"const": ""
|
|
15589
|
-
}
|
|
16085
|
+
"type": "string",
|
|
16086
|
+
"enum": [
|
|
16087
|
+
"thirdParty",
|
|
16088
|
+
"recipient",
|
|
16089
|
+
""
|
|
15590
16090
|
]
|
|
15591
16091
|
},
|
|
15592
16092
|
"thirdParty": {
|
|
@@ -15594,12 +16094,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15594
16094
|
"items": {
|
|
15595
16095
|
"type": "string"
|
|
15596
16096
|
}
|
|
15597
|
-
},
|
|
15598
|
-
"validFrom": {
|
|
15599
|
-
"type": "string"
|
|
15600
|
-
},
|
|
15601
|
-
"validTo": {
|
|
15602
|
-
"type": "string"
|
|
15603
16097
|
}
|
|
15604
16098
|
},
|
|
15605
16099
|
"required": [
|
|
@@ -15609,14 +16103,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15609
16103
|
"thirdParty"
|
|
15610
16104
|
],
|
|
15611
16105
|
"additionalProperties": false
|
|
15612
|
-
},
|
|
15613
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
15614
|
-
"type": "string",
|
|
15615
|
-
"enum": [
|
|
15616
|
-
"thirdParty",
|
|
15617
|
-
"recipient",
|
|
15618
|
-
""
|
|
15619
|
-
]
|
|
15620
16106
|
}
|
|
15621
16107
|
}
|
|
15622
16108
|
};
|
|
@@ -15652,9 +16138,6 @@ exports.GetAttributesRequest = {
|
|
|
15652
16138
|
"query": {
|
|
15653
16139
|
"$ref": "#/definitions/GetAttributesRequestQuery"
|
|
15654
16140
|
},
|
|
15655
|
-
"onlyValid": {
|
|
15656
|
-
"type": "boolean"
|
|
15657
|
-
},
|
|
15658
16141
|
"hideTechnical": {
|
|
15659
16142
|
"type": "boolean"
|
|
15660
16143
|
}
|
|
@@ -15748,32 +16231,6 @@ exports.GetAttributesRequest = {
|
|
|
15748
16231
|
}
|
|
15749
16232
|
]
|
|
15750
16233
|
},
|
|
15751
|
-
"content.validFrom": {
|
|
15752
|
-
"anyOf": [
|
|
15753
|
-
{
|
|
15754
|
-
"type": "string"
|
|
15755
|
-
},
|
|
15756
|
-
{
|
|
15757
|
-
"type": "array",
|
|
15758
|
-
"items": {
|
|
15759
|
-
"type": "string"
|
|
15760
|
-
}
|
|
15761
|
-
}
|
|
15762
|
-
]
|
|
15763
|
-
},
|
|
15764
|
-
"content.validTo": {
|
|
15765
|
-
"anyOf": [
|
|
15766
|
-
{
|
|
15767
|
-
"type": "string"
|
|
15768
|
-
},
|
|
15769
|
-
{
|
|
15770
|
-
"type": "array",
|
|
15771
|
-
"items": {
|
|
15772
|
-
"type": "string"
|
|
15773
|
-
}
|
|
15774
|
-
}
|
|
15775
|
-
]
|
|
15776
|
-
},
|
|
15777
16234
|
"content.key": {
|
|
15778
16235
|
"anyOf": [
|
|
15779
16236
|
{
|
|
@@ -15948,9 +16405,6 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
15948
16405
|
"peer": {
|
|
15949
16406
|
"$ref": "#/definitions/AddressString"
|
|
15950
16407
|
},
|
|
15951
|
-
"onlyValid": {
|
|
15952
|
-
"type": "boolean"
|
|
15953
|
-
},
|
|
15954
16408
|
"query": {
|
|
15955
16409
|
"$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
|
|
15956
16410
|
},
|
|
@@ -16003,32 +16457,6 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
16003
16457
|
}
|
|
16004
16458
|
]
|
|
16005
16459
|
},
|
|
16006
|
-
"content.validFrom": {
|
|
16007
|
-
"anyOf": [
|
|
16008
|
-
{
|
|
16009
|
-
"type": "string"
|
|
16010
|
-
},
|
|
16011
|
-
{
|
|
16012
|
-
"type": "array",
|
|
16013
|
-
"items": {
|
|
16014
|
-
"type": "string"
|
|
16015
|
-
}
|
|
16016
|
-
}
|
|
16017
|
-
]
|
|
16018
|
-
},
|
|
16019
|
-
"content.validTo": {
|
|
16020
|
-
"anyOf": [
|
|
16021
|
-
{
|
|
16022
|
-
"type": "string"
|
|
16023
|
-
},
|
|
16024
|
-
{
|
|
16025
|
-
"type": "array",
|
|
16026
|
-
"items": {
|
|
16027
|
-
"type": "string"
|
|
16028
|
-
}
|
|
16029
|
-
}
|
|
16030
|
-
]
|
|
16031
|
-
},
|
|
16032
16460
|
"content.key": {
|
|
16033
16461
|
"anyOf": [
|
|
16034
16462
|
{
|
|
@@ -16190,9 +16618,6 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16190
16618
|
"peer": {
|
|
16191
16619
|
"$ref": "#/definitions/AddressString"
|
|
16192
16620
|
},
|
|
16193
|
-
"onlyValid": {
|
|
16194
|
-
"type": "boolean"
|
|
16195
|
-
},
|
|
16196
16621
|
"query": {
|
|
16197
16622
|
"$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
|
|
16198
16623
|
},
|
|
@@ -16206,46 +16631,20 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16206
16631
|
},
|
|
16207
16632
|
"required": [
|
|
16208
16633
|
"peer"
|
|
16209
|
-
],
|
|
16210
|
-
"additionalProperties": false
|
|
16211
|
-
},
|
|
16212
|
-
"AddressString": {
|
|
16213
|
-
"type": "string",
|
|
16214
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
16215
|
-
},
|
|
16216
|
-
"GetPeerSharedAttributesRequestQuery": {
|
|
16217
|
-
"type": "object",
|
|
16218
|
-
"properties": {
|
|
16219
|
-
"createdAt": {
|
|
16220
|
-
"type": "string"
|
|
16221
|
-
},
|
|
16222
|
-
"content.@type": {
|
|
16223
|
-
"anyOf": [
|
|
16224
|
-
{
|
|
16225
|
-
"type": "string"
|
|
16226
|
-
},
|
|
16227
|
-
{
|
|
16228
|
-
"type": "array",
|
|
16229
|
-
"items": {
|
|
16230
|
-
"type": "string"
|
|
16231
|
-
}
|
|
16232
|
-
}
|
|
16233
|
-
]
|
|
16234
|
-
},
|
|
16235
|
-
"content.tags": {
|
|
16236
|
-
"anyOf": [
|
|
16237
|
-
{
|
|
16238
|
-
"type": "string"
|
|
16239
|
-
},
|
|
16240
|
-
{
|
|
16241
|
-
"type": "array",
|
|
16242
|
-
"items": {
|
|
16243
|
-
"type": "string"
|
|
16244
|
-
}
|
|
16245
|
-
}
|
|
16246
|
-
]
|
|
16634
|
+
],
|
|
16635
|
+
"additionalProperties": false
|
|
16636
|
+
},
|
|
16637
|
+
"AddressString": {
|
|
16638
|
+
"type": "string",
|
|
16639
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
16640
|
+
},
|
|
16641
|
+
"GetPeerSharedAttributesRequestQuery": {
|
|
16642
|
+
"type": "object",
|
|
16643
|
+
"properties": {
|
|
16644
|
+
"createdAt": {
|
|
16645
|
+
"type": "string"
|
|
16247
16646
|
},
|
|
16248
|
-
"content
|
|
16647
|
+
"content.@type": {
|
|
16249
16648
|
"anyOf": [
|
|
16250
16649
|
{
|
|
16251
16650
|
"type": "string"
|
|
@@ -16258,7 +16657,7 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16258
16657
|
}
|
|
16259
16658
|
]
|
|
16260
16659
|
},
|
|
16261
|
-
"content.
|
|
16660
|
+
"content.tags": {
|
|
16262
16661
|
"anyOf": [
|
|
16263
16662
|
{
|
|
16264
16663
|
"type": "string"
|
|
@@ -16448,32 +16847,6 @@ exports.GetRepositoryAttributesRequest = {
|
|
|
16448
16847
|
}
|
|
16449
16848
|
]
|
|
16450
16849
|
},
|
|
16451
|
-
"content.validFrom": {
|
|
16452
|
-
"anyOf": [
|
|
16453
|
-
{
|
|
16454
|
-
"type": "string"
|
|
16455
|
-
},
|
|
16456
|
-
{
|
|
16457
|
-
"type": "array",
|
|
16458
|
-
"items": {
|
|
16459
|
-
"type": "string"
|
|
16460
|
-
}
|
|
16461
|
-
}
|
|
16462
|
-
]
|
|
16463
|
-
},
|
|
16464
|
-
"content.validTo": {
|
|
16465
|
-
"anyOf": [
|
|
16466
|
-
{
|
|
16467
|
-
"type": "string"
|
|
16468
|
-
},
|
|
16469
|
-
{
|
|
16470
|
-
"type": "array",
|
|
16471
|
-
"items": {
|
|
16472
|
-
"type": "string"
|
|
16473
|
-
}
|
|
16474
|
-
}
|
|
16475
|
-
]
|
|
16476
|
-
},
|
|
16477
16850
|
"content.value.@type": {
|
|
16478
16851
|
"anyOf": [
|
|
16479
16852
|
{
|
|
@@ -16614,9 +16987,6 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
16614
16987
|
"requestItemMetadata": {
|
|
16615
16988
|
"type": "object",
|
|
16616
16989
|
"properties": {
|
|
16617
|
-
"title": {
|
|
16618
|
-
"type": "string"
|
|
16619
|
-
},
|
|
16620
16990
|
"description": {
|
|
16621
16991
|
"type": "string"
|
|
16622
16992
|
},
|
|
@@ -16666,12 +17036,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
16666
17036
|
"properties": {
|
|
16667
17037
|
"value": {
|
|
16668
17038
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
16669
|
-
},
|
|
16670
|
-
"validFrom": {
|
|
16671
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
16672
|
-
},
|
|
16673
|
-
"validTo": {
|
|
16674
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
16675
17039
|
}
|
|
16676
17040
|
},
|
|
16677
17041
|
"required": [
|
|
@@ -17284,7 +17648,8 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17284
17648
|
"type": "object",
|
|
17285
17649
|
"properties": {
|
|
17286
17650
|
"@type": {
|
|
17287
|
-
"type": "string"
|
|
17651
|
+
"type": "string",
|
|
17652
|
+
"const": "Consent"
|
|
17288
17653
|
},
|
|
17289
17654
|
"@context": {
|
|
17290
17655
|
"type": "string"
|
|
@@ -17297,6 +17662,9 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17297
17662
|
},
|
|
17298
17663
|
"link": {
|
|
17299
17664
|
"type": "string"
|
|
17665
|
+
},
|
|
17666
|
+
"linkDisplayText": {
|
|
17667
|
+
"type": "string"
|
|
17300
17668
|
}
|
|
17301
17669
|
},
|
|
17302
17670
|
"required": [
|
|
@@ -17304,11 +17672,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17304
17672
|
"consent"
|
|
17305
17673
|
],
|
|
17306
17674
|
"additionalProperties": false
|
|
17307
|
-
},
|
|
17308
|
-
"ISO8601DateTimeString": {
|
|
17309
|
-
"type": "string",
|
|
17310
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
17311
|
-
"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)?)?)?)?$"
|
|
17312
17675
|
}
|
|
17313
17676
|
}
|
|
17314
17677
|
};
|
|
@@ -17333,12 +17696,6 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
17333
17696
|
"items": {
|
|
17334
17697
|
"type": "string"
|
|
17335
17698
|
}
|
|
17336
|
-
},
|
|
17337
|
-
"validFrom": {
|
|
17338
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17339
|
-
},
|
|
17340
|
-
"validTo": {
|
|
17341
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17342
17699
|
}
|
|
17343
17700
|
},
|
|
17344
17701
|
"required": [
|
|
@@ -18556,11 +18913,6 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
18556
18913
|
"value"
|
|
18557
18914
|
],
|
|
18558
18915
|
"additionalProperties": false
|
|
18559
|
-
},
|
|
18560
|
-
"ISO8601DateTimeString": {
|
|
18561
|
-
"type": "string",
|
|
18562
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
18563
|
-
"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)?)?)?)?$"
|
|
18564
18916
|
}
|
|
18565
18917
|
}
|
|
18566
18918
|
};
|
|
@@ -19737,12 +20089,14 @@ exports.CreateDeviceOnboardingTokenRequest = {
|
|
|
19737
20089
|
"type": "object",
|
|
19738
20090
|
"properties": {
|
|
19739
20091
|
"password": {
|
|
19740
|
-
"type": "string"
|
|
20092
|
+
"type": "string",
|
|
20093
|
+
"minLength": 1
|
|
19741
20094
|
},
|
|
19742
20095
|
"passwordIsPin": {
|
|
19743
20096
|
"type": "boolean",
|
|
19744
20097
|
"const": true
|
|
19745
|
-
}
|
|
20098
|
+
},
|
|
20099
|
+
"passwordLocationIndicator": {}
|
|
19746
20100
|
},
|
|
19747
20101
|
"required": [
|
|
19748
20102
|
"password"
|
|
@@ -20069,28 +20423,6 @@ exports.UpdateDeviceRequest = {
|
|
|
20069
20423
|
}
|
|
20070
20424
|
}
|
|
20071
20425
|
};
|
|
20072
|
-
exports.CreateQRCodeForFileRequest = {
|
|
20073
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20074
|
-
"$ref": "#/definitions/CreateQRCodeForFileRequest",
|
|
20075
|
-
"definitions": {
|
|
20076
|
-
"CreateQRCodeForFileRequest": {
|
|
20077
|
-
"type": "object",
|
|
20078
|
-
"properties": {
|
|
20079
|
-
"fileId": {
|
|
20080
|
-
"$ref": "#/definitions/FileIdString"
|
|
20081
|
-
}
|
|
20082
|
-
},
|
|
20083
|
-
"required": [
|
|
20084
|
-
"fileId"
|
|
20085
|
-
],
|
|
20086
|
-
"additionalProperties": false
|
|
20087
|
-
},
|
|
20088
|
-
"FileIdString": {
|
|
20089
|
-
"type": "string",
|
|
20090
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20091
|
-
}
|
|
20092
|
-
}
|
|
20093
|
-
};
|
|
20094
20426
|
exports.CreateTokenForFileRequest = {
|
|
20095
20427
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20096
20428
|
"$ref": "#/definitions/CreateTokenForFileRequest",
|
|
@@ -20120,61 +20452,8 @@ exports.CreateTokenForFileRequest = {
|
|
|
20120
20452
|
"passwordIsPin": {
|
|
20121
20453
|
"type": "boolean",
|
|
20122
20454
|
"const": true
|
|
20123
|
-
}
|
|
20124
|
-
},
|
|
20125
|
-
"required": [
|
|
20126
|
-
"password"
|
|
20127
|
-
],
|
|
20128
|
-
"additionalProperties": false
|
|
20129
|
-
}
|
|
20130
|
-
},
|
|
20131
|
-
"required": [
|
|
20132
|
-
"fileId"
|
|
20133
|
-
],
|
|
20134
|
-
"additionalProperties": false
|
|
20135
|
-
},
|
|
20136
|
-
"FileIdString": {
|
|
20137
|
-
"type": "string",
|
|
20138
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20139
|
-
},
|
|
20140
|
-
"ISO8601DateTimeString": {
|
|
20141
|
-
"type": "string",
|
|
20142
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
20143
|
-
"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)?)?)?)?$"
|
|
20144
|
-
},
|
|
20145
|
-
"AddressString": {
|
|
20146
|
-
"type": "string",
|
|
20147
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
20148
|
-
}
|
|
20149
|
-
}
|
|
20150
|
-
};
|
|
20151
|
-
exports.CreateTokenQRCodeForFileRequest = {
|
|
20152
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20153
|
-
"$ref": "#/definitions/CreateTokenQRCodeForFileRequest",
|
|
20154
|
-
"definitions": {
|
|
20155
|
-
"CreateTokenQRCodeForFileRequest": {
|
|
20156
|
-
"type": "object",
|
|
20157
|
-
"properties": {
|
|
20158
|
-
"fileId": {
|
|
20159
|
-
"$ref": "#/definitions/FileIdString"
|
|
20160
|
-
},
|
|
20161
|
-
"expiresAt": {
|
|
20162
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20163
|
-
},
|
|
20164
|
-
"forIdentity": {
|
|
20165
|
-
"$ref": "#/definitions/AddressString"
|
|
20166
|
-
},
|
|
20167
|
-
"passwordProtection": {
|
|
20168
|
-
"type": "object",
|
|
20169
|
-
"properties": {
|
|
20170
|
-
"password": {
|
|
20171
|
-
"type": "string",
|
|
20172
|
-
"minLength": 1
|
|
20173
20455
|
},
|
|
20174
|
-
"
|
|
20175
|
-
"type": "boolean",
|
|
20176
|
-
"const": true
|
|
20177
|
-
}
|
|
20456
|
+
"passwordLocationIndicator": {}
|
|
20178
20457
|
},
|
|
20179
20458
|
"required": [
|
|
20180
20459
|
"password"
|
|
@@ -21147,7 +21426,7 @@ exports.GetRelationshipsRequest = {
|
|
|
21147
21426
|
}
|
|
21148
21427
|
]
|
|
21149
21428
|
},
|
|
21150
|
-
"
|
|
21429
|
+
"templateId": {
|
|
21151
21430
|
"anyOf": [
|
|
21152
21431
|
{
|
|
21153
21432
|
"type": "string"
|
|
@@ -21325,7 +21604,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21325
21604
|
"passwordIsPin": {
|
|
21326
21605
|
"type": "boolean",
|
|
21327
21606
|
"const": true
|
|
21328
|
-
}
|
|
21607
|
+
},
|
|
21608
|
+
"passwordLocationIndicator": {}
|
|
21329
21609
|
},
|
|
21330
21610
|
"required": [
|
|
21331
21611
|
"password"
|
|
@@ -21350,33 +21630,11 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21350
21630
|
}
|
|
21351
21631
|
}
|
|
21352
21632
|
};
|
|
21353
|
-
exports.
|
|
21354
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21355
|
-
"$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
|
|
21356
|
-
"definitions": {
|
|
21357
|
-
"CreateQRCodeForOwnTemplateRequest": {
|
|
21358
|
-
"type": "object",
|
|
21359
|
-
"properties": {
|
|
21360
|
-
"templateId": {
|
|
21361
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21362
|
-
}
|
|
21363
|
-
},
|
|
21364
|
-
"required": [
|
|
21365
|
-
"templateId"
|
|
21366
|
-
],
|
|
21367
|
-
"additionalProperties": false
|
|
21368
|
-
},
|
|
21369
|
-
"RelationshipTemplateIdString": {
|
|
21370
|
-
"type": "string",
|
|
21371
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21372
|
-
}
|
|
21373
|
-
}
|
|
21374
|
-
};
|
|
21375
|
-
exports.CreateTokenForOwnTemplateRequest = {
|
|
21633
|
+
exports.CreateTokenForOwnRelationshipTemplateRequest = {
|
|
21376
21634
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21377
|
-
"$ref": "#/definitions/
|
|
21635
|
+
"$ref": "#/definitions/CreateTokenForOwnRelationshipTemplateRequest",
|
|
21378
21636
|
"definitions": {
|
|
21379
|
-
"
|
|
21637
|
+
"CreateTokenForOwnRelationshipTemplateRequest": {
|
|
21380
21638
|
"type": "object",
|
|
21381
21639
|
"properties": {
|
|
21382
21640
|
"templateId": {
|
|
@@ -21401,61 +21659,8 @@ exports.CreateTokenForOwnTemplateRequest = {
|
|
|
21401
21659
|
"passwordIsPin": {
|
|
21402
21660
|
"type": "boolean",
|
|
21403
21661
|
"const": true
|
|
21404
|
-
}
|
|
21405
|
-
},
|
|
21406
|
-
"required": [
|
|
21407
|
-
"password"
|
|
21408
|
-
],
|
|
21409
|
-
"additionalProperties": false
|
|
21410
|
-
}
|
|
21411
|
-
},
|
|
21412
|
-
"required": [
|
|
21413
|
-
"templateId"
|
|
21414
|
-
],
|
|
21415
|
-
"additionalProperties": false
|
|
21416
|
-
},
|
|
21417
|
-
"RelationshipTemplateIdString": {
|
|
21418
|
-
"type": "string",
|
|
21419
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21420
|
-
},
|
|
21421
|
-
"ISO8601DateTimeString": {
|
|
21422
|
-
"type": "string",
|
|
21423
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
21424
|
-
"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)?)?)?)?$"
|
|
21425
|
-
},
|
|
21426
|
-
"AddressString": {
|
|
21427
|
-
"type": "string",
|
|
21428
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
21429
|
-
}
|
|
21430
|
-
}
|
|
21431
|
-
};
|
|
21432
|
-
exports.CreateTokenQRCodeForOwnTemplateRequest = {
|
|
21433
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21434
|
-
"$ref": "#/definitions/CreateTokenQRCodeForOwnTemplateRequest",
|
|
21435
|
-
"definitions": {
|
|
21436
|
-
"CreateTokenQRCodeForOwnTemplateRequest": {
|
|
21437
|
-
"type": "object",
|
|
21438
|
-
"properties": {
|
|
21439
|
-
"templateId": {
|
|
21440
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21441
|
-
},
|
|
21442
|
-
"expiresAt": {
|
|
21443
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21444
|
-
},
|
|
21445
|
-
"forIdentity": {
|
|
21446
|
-
"$ref": "#/definitions/AddressString"
|
|
21447
|
-
},
|
|
21448
|
-
"passwordProtection": {
|
|
21449
|
-
"type": "object",
|
|
21450
|
-
"properties": {
|
|
21451
|
-
"password": {
|
|
21452
|
-
"type": "string",
|
|
21453
|
-
"minLength": 1
|
|
21454
21662
|
},
|
|
21455
|
-
"
|
|
21456
|
-
"type": "boolean",
|
|
21457
|
-
"const": true
|
|
21458
|
-
}
|
|
21663
|
+
"passwordLocationIndicator": {}
|
|
21459
21664
|
},
|
|
21460
21665
|
"required": [
|
|
21461
21666
|
"password"
|
|
@@ -21663,6 +21868,19 @@ exports.GetRelationshipTemplatesRequest = {
|
|
|
21663
21868
|
"true",
|
|
21664
21869
|
"!"
|
|
21665
21870
|
]
|
|
21871
|
+
},
|
|
21872
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
21873
|
+
"anyOf": [
|
|
21874
|
+
{
|
|
21875
|
+
"type": "string"
|
|
21876
|
+
},
|
|
21877
|
+
{
|
|
21878
|
+
"type": "array",
|
|
21879
|
+
"items": {
|
|
21880
|
+
"type": "string"
|
|
21881
|
+
}
|
|
21882
|
+
}
|
|
21883
|
+
]
|
|
21666
21884
|
}
|
|
21667
21885
|
},
|
|
21668
21886
|
"additionalProperties": false
|
|
@@ -21740,7 +21958,8 @@ exports.CreateOwnTokenRequest = {
|
|
|
21740
21958
|
"passwordIsPin": {
|
|
21741
21959
|
"type": "boolean",
|
|
21742
21960
|
"const": true
|
|
21743
|
-
}
|
|
21961
|
+
},
|
|
21962
|
+
"passwordLocationIndicator": {}
|
|
21744
21963
|
},
|
|
21745
21964
|
"required": [
|
|
21746
21965
|
"password"
|
|
@@ -21788,28 +22007,6 @@ exports.DeleteTokenRequest = {
|
|
|
21788
22007
|
}
|
|
21789
22008
|
}
|
|
21790
22009
|
};
|
|
21791
|
-
exports.GetQRCodeForTokenRequest = {
|
|
21792
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21793
|
-
"$ref": "#/definitions/GetQRCodeForTokenRequest",
|
|
21794
|
-
"definitions": {
|
|
21795
|
-
"GetQRCodeForTokenRequest": {
|
|
21796
|
-
"type": "object",
|
|
21797
|
-
"properties": {
|
|
21798
|
-
"id": {
|
|
21799
|
-
"$ref": "#/definitions/TokenIdString"
|
|
21800
|
-
}
|
|
21801
|
-
},
|
|
21802
|
-
"required": [
|
|
21803
|
-
"id"
|
|
21804
|
-
],
|
|
21805
|
-
"additionalProperties": false
|
|
21806
|
-
},
|
|
21807
|
-
"TokenIdString": {
|
|
21808
|
-
"type": "string",
|
|
21809
|
-
"pattern": "TOK[A-Za-z0-9]{17}"
|
|
21810
|
-
}
|
|
21811
|
-
}
|
|
21812
|
-
};
|
|
21813
22010
|
exports.GetTokenRequest = {
|
|
21814
22011
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21815
22012
|
"$ref": "#/definitions/GetTokenRequest",
|
|
@@ -21942,6 +22139,19 @@ exports.GetTokensRequest = {
|
|
|
21942
22139
|
"true",
|
|
21943
22140
|
"!"
|
|
21944
22141
|
]
|
|
22142
|
+
},
|
|
22143
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22144
|
+
"anyOf": [
|
|
22145
|
+
{
|
|
22146
|
+
"type": "string"
|
|
22147
|
+
},
|
|
22148
|
+
{
|
|
22149
|
+
"type": "array",
|
|
22150
|
+
"items": {
|
|
22151
|
+
"type": "string"
|
|
22152
|
+
}
|
|
22153
|
+
}
|
|
22154
|
+
]
|
|
21945
22155
|
}
|
|
21946
22156
|
},
|
|
21947
22157
|
"additionalProperties": false
|