@mojaloop/api-snippets 17.6.0-snapshot.2 → 17.6.1
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/CHANGELOG.md +14 -0
- package/audit-ci.jsonc +4 -2
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +6053 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +41 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +44 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +92 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +84 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +203 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +117 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +85 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +89 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +54 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +30 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +63 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +62 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +48 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +56 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +105 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +74 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +118444 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +6077 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +106043 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +14 -14
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,38 @@
|
|
1
|
+
title: BranchAndFinancialInstitutionIdentification8
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Unique and unambiguous identification of a financial institution or a branch
|
5
|
+
of a financial institution.
|
6
|
+
properties:
|
7
|
+
FinInstnId:
|
8
|
+
description: >
|
9
|
+
FinancialInstitutionIdentification
|
10
|
+
|
11
|
+
Unique and unambiguous identification of a financial institution or a branch of a financial
|
12
|
+
institution.
|
13
|
+
$ref: ./FinancialInstitutionIdentification23.yaml
|
14
|
+
BrnchId:
|
15
|
+
description: >
|
16
|
+
BranchIdentification
|
17
|
+
|
18
|
+
Identifies a specific branch of a financial institution.
|
19
|
+
$ref: ./BranchData5.yaml
|
20
|
+
required:
|
21
|
+
- FinInstnId
|
22
|
+
example:
|
23
|
+
FinInstnId:
|
24
|
+
BICFI: J5BMVH7D
|
25
|
+
BrnchId:
|
26
|
+
Id: 123
|
27
|
+
Nm: Name
|
28
|
+
PstlAdr:
|
29
|
+
AdrTp: ADDR
|
30
|
+
Dept: Department
|
31
|
+
SubDept: Sub department
|
32
|
+
StrtNm: Street name
|
33
|
+
BldgNb: Building number
|
34
|
+
PstCd: Post code
|
35
|
+
TwnNm: Town name
|
36
|
+
CtrySubDvsn: Country subdivision
|
37
|
+
Ctry: Country
|
38
|
+
AdrLine: Address line
|
@@ -0,0 +1,44 @@
|
|
1
|
+
title: BranchData3
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Information that locates and identifies a specific branch of a financial
|
5
|
+
institution.
|
6
|
+
properties:
|
7
|
+
Id:
|
8
|
+
description: >
|
9
|
+
Identification
|
10
|
+
|
11
|
+
Unique and unambiguous identification of a branch of a financial institution.
|
12
|
+
$ref: ./Max35Text.yaml
|
13
|
+
LEI:
|
14
|
+
description: >
|
15
|
+
Legal Entity Identifier
|
16
|
+
|
17
|
+
Legal entity identification for the branch of the financial institution.
|
18
|
+
$ref: ./LEIIdentifier.yaml
|
19
|
+
Nm:
|
20
|
+
description: >
|
21
|
+
Name
|
22
|
+
|
23
|
+
Name by which an agent is known and which is usually used to identify that agent.
|
24
|
+
$ref: ./Max140Text.yaml
|
25
|
+
PstlAdr:
|
26
|
+
description: >
|
27
|
+
Postal Address
|
28
|
+
|
29
|
+
Information that locates and identifies a specific address, as defined by postal services.
|
30
|
+
$ref: ./PostalAddress24.yaml
|
31
|
+
example:
|
32
|
+
Id: 123
|
33
|
+
Nm: Name
|
34
|
+
PstlAdr:
|
35
|
+
AdrTp: ADDR
|
36
|
+
Dept: Department
|
37
|
+
SubDept: Sub department
|
38
|
+
StrtNm: Street name
|
39
|
+
BldgNb: Building number
|
40
|
+
PstCd: Post code
|
41
|
+
TwnNm: Town name
|
42
|
+
CtrySubDvsn: Country subdivision
|
43
|
+
Ctry: Country
|
44
|
+
AdrLine: Address line
|
@@ -0,0 +1,45 @@
|
|
1
|
+
title: BranchData5
|
2
|
+
description: >
|
3
|
+
Information that locates and identifies a specific branch of a financial
|
4
|
+
institution.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Id:
|
8
|
+
description: >
|
9
|
+
Identification
|
10
|
+
|
11
|
+
Unique and unambiguous identification of a branch of a financial institution.
|
12
|
+
$ref: ./Max35Text.yaml
|
13
|
+
LEI:
|
14
|
+
description: >
|
15
|
+
LEI
|
16
|
+
|
17
|
+
Legal entity identification for the branch of the financial institution.
|
18
|
+
$ref: ./LEIIdentifier.yaml
|
19
|
+
Nm:
|
20
|
+
description: >
|
21
|
+
Name
|
22
|
+
|
23
|
+
Name by which an agent is known and which is usually used to identify that agent.
|
24
|
+
$ref: ./Max140Text.yaml
|
25
|
+
PstlAdr:
|
26
|
+
description: >
|
27
|
+
PostalAddress
|
28
|
+
|
29
|
+
Information that locates and identifies a specific address, as defined by postal services.
|
30
|
+
$ref: ./PostalAddress27.yaml
|
31
|
+
example:
|
32
|
+
Id: 123
|
33
|
+
LEI: 123
|
34
|
+
Nm: Name
|
35
|
+
PstlAdr:
|
36
|
+
AdrTp: ADDR
|
37
|
+
Dept: Department
|
38
|
+
SubDept: Sub department
|
39
|
+
StrtNm: Street name
|
40
|
+
BldgNb: Building number
|
41
|
+
PstCd: Post code
|
42
|
+
TwnNm: Town name
|
43
|
+
CtrySubDvsn: Country subdivision
|
44
|
+
Ctry: Country
|
45
|
+
AdrLine: Address line
|
@@ -0,0 +1,53 @@
|
|
1
|
+
title: CashAccount40
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
Provides the details to identify an account.
|
5
|
+
properties:
|
6
|
+
Id:
|
7
|
+
description: >
|
8
|
+
Identification
|
9
|
+
|
10
|
+
Unique and unambiguous identification for the account between the account owner and the
|
11
|
+
account servicer.
|
12
|
+
$ref: ./AccountIdentification4Choice.yaml
|
13
|
+
Tp:
|
14
|
+
description: >
|
15
|
+
Type
|
16
|
+
|
17
|
+
Specifies the nature, or use of the account.
|
18
|
+
$ref: ./CashAccountType2Choice.yaml
|
19
|
+
Ccy:
|
20
|
+
description: >
|
21
|
+
Currency
|
22
|
+
|
23
|
+
Definition: Identification of the currency in which the account is held.
|
24
|
+
|
25
|
+
Usage: Currency should only be used in case one and the same account number covers several
|
26
|
+
currencies and the initiating party needs to identify which currency needs to be used for settlement on the account.
|
27
|
+
$ref: ./ActiveOrHistoricCurrencyCode.yaml
|
28
|
+
Nm:
|
29
|
+
description: >
|
30
|
+
Name
|
31
|
+
|
32
|
+
Definition: Name of the account, as assigned by the account servicing institution, in agreement with the
|
33
|
+
account owner in order to provide an additional means of identification of the account.
|
34
|
+
|
35
|
+
Usage: The account name is different from the account owner name. The account name is used in
|
36
|
+
certain user communities to provide a means of identifying the account, in addition to the account
|
37
|
+
owner's identity and the account number.
|
38
|
+
$ref: ./Max70Text.yaml
|
39
|
+
Prxy:
|
40
|
+
description: >
|
41
|
+
Proxy
|
42
|
+
|
43
|
+
Specifies an alternate assumed name for the identification of the account.
|
44
|
+
$ref: ./ProxyAccountIdentification1.yaml
|
45
|
+
example:
|
46
|
+
Id:
|
47
|
+
IBAN: BE71096123456769
|
48
|
+
Tp:
|
49
|
+
Cd: CACC
|
50
|
+
Ccy: EUR
|
51
|
+
Nm: My account
|
52
|
+
Prxy:
|
53
|
+
Id: 12345
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: CashAccountType2Choice
|
2
|
+
description: |
|
3
|
+
Specifies the nature, or use of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Account type, in a coded form.
|
11
|
+
$ref: ./ExternalCashAccountType1Code.yaml
|
12
|
+
Prtry:
|
13
|
+
description: >
|
14
|
+
Proprietary
|
15
|
+
|
16
|
+
Nature or use of the account in a proprietary form.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
oneOf:
|
19
|
+
- required:
|
20
|
+
- Cd
|
21
|
+
- required:
|
22
|
+
- Prtry
|
23
|
+
example:
|
24
|
+
Cd: CACC
|
@@ -0,0 +1,25 @@
|
|
1
|
+
title: CategoryPurpose1Choice
|
2
|
+
description: >
|
3
|
+
Contains details about high level purpose of the mandate based on a set of
|
4
|
+
pre-defined categories.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cd:
|
8
|
+
description: >
|
9
|
+
Code
|
10
|
+
|
11
|
+
Category purpose, as published in an external category purpose code list.
|
12
|
+
$ref: ./ExternalCategoryPurpose1Code.yaml
|
13
|
+
Prtry:
|
14
|
+
description: >
|
15
|
+
Proprietary
|
16
|
+
|
17
|
+
Category purpose, in a proprietary form.
|
18
|
+
$ref: ./Max35Text.yaml
|
19
|
+
oneOf:
|
20
|
+
- required:
|
21
|
+
- Cd
|
22
|
+
- required:
|
23
|
+
- Prtry
|
24
|
+
example:
|
25
|
+
Cd: CASH
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: ChargeBearerType1Code
|
2
|
+
description: >
|
3
|
+
Specifies which party(ies) will pay charges due for processing of the
|
4
|
+
instruction.
|
5
|
+
|
6
|
+
DEBT BorneByDebtor All transaction charges are to be borne by the debtor.
|
7
|
+
|
8
|
+
CRED BorneByCreditor All transaction charges are to be borne by the creditor.
|
9
|
+
|
10
|
+
SHAR Shared In a credit transfer context, means that transaction charges on
|
11
|
+
the sender side are to be borne by the debtor, transaction charges on the receiver side are to
|
12
|
+
be borne by the creditor. In a direct debit context, means that transaction charges on the sender side
|
13
|
+
are to be borne by the creditor, transaction charges on the receiver
|
14
|
+
|
15
|
+
SLEV FollowingServiceLevel Charges are to be applied following the rules
|
16
|
+
agreed in the service level.
|
17
|
+
type: string
|
18
|
+
enum:
|
19
|
+
- DEBT
|
20
|
+
- CRED
|
21
|
+
- SHAR
|
22
|
+
- SLEV
|
23
|
+
example: DEBT
|
@@ -0,0 +1,26 @@
|
|
1
|
+
title: ChargeType3Choice
|
2
|
+
description: >
|
3
|
+
ChargeType3Choice
|
4
|
+
|
5
|
+
Specifies the type of charge.
|
6
|
+
type: object
|
7
|
+
properties:
|
8
|
+
Cd:
|
9
|
+
description: >
|
10
|
+
Code
|
11
|
+
|
12
|
+
Charge type, in a coded form.
|
13
|
+
$ref: ./ExternalChargeType1Code.yaml
|
14
|
+
Prtry:
|
15
|
+
description: >
|
16
|
+
Proprietary
|
17
|
+
|
18
|
+
Type of charge in a proprietary form, as defined by the issuer.
|
19
|
+
$ref: ./GenericIdentification3.yaml
|
20
|
+
oneOf:
|
21
|
+
- required:
|
22
|
+
- Cd
|
23
|
+
- required:
|
24
|
+
- Prtry
|
25
|
+
example:
|
26
|
+
Cd: CASH
|
@@ -0,0 +1,39 @@
|
|
1
|
+
title: Charges16
|
2
|
+
description: |
|
3
|
+
NOTE: Unsure on description.
|
4
|
+
|
5
|
+
Seemingly a generic schema for charges, with an amount, agent, and type.
|
6
|
+
type: object
|
7
|
+
properties:
|
8
|
+
Amt:
|
9
|
+
description: >
|
10
|
+
Amount
|
11
|
+
|
12
|
+
Transaction charges to be paid by the charge bearer.
|
13
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
14
|
+
Agt:
|
15
|
+
description: >
|
16
|
+
Agent
|
17
|
+
|
18
|
+
Agent that takes the transaction charges or to which the transaction charges are due.
|
19
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
20
|
+
Tp:
|
21
|
+
description: >
|
22
|
+
Type
|
23
|
+
|
24
|
+
Defines the type of charges.
|
25
|
+
$ref: ./ChargeType3Choice.yaml
|
26
|
+
required:
|
27
|
+
- Amt
|
28
|
+
- Agt
|
29
|
+
example:
|
30
|
+
Amt:
|
31
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
32
|
+
Ccy: USD
|
33
|
+
Agt:
|
34
|
+
BrnchId:
|
35
|
+
Id: BRANCHID
|
36
|
+
FinInstnId:
|
37
|
+
BICFI: BICFI
|
38
|
+
Tp:
|
39
|
+
Cd: SHAR
|
@@ -0,0 +1,22 @@
|
|
1
|
+
title: ClearingChannel2Code
|
2
|
+
description: >
|
3
|
+
Specifies the clearing channel for the routing of the transaction, as part of
|
4
|
+
the payment type identification.
|
5
|
+
|
6
|
+
RTGS RealTimeGrossSettlementSystem Clearing channel is a real-time gross
|
7
|
+
settlement system.
|
8
|
+
|
9
|
+
RTNS RealTimeNetSettlementSystem Clearing channel is a real-time net
|
10
|
+
settlement system.
|
11
|
+
|
12
|
+
MPNS MassPaymentNetSystem Clearing channel is a mass payment net settlement
|
13
|
+
system.
|
14
|
+
|
15
|
+
BOOK BookTransfer Payment through internal book transfer.
|
16
|
+
type: string
|
17
|
+
enum:
|
18
|
+
- RTGS
|
19
|
+
- RTNS
|
20
|
+
- MPNS
|
21
|
+
- BOOK
|
22
|
+
example: RTGS
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
title: ClearingSystemIdentification2Choice
|
2
|
+
description: |
|
3
|
+
Choice of a clearing system identifier.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Identification of a member of a clearing system
|
11
|
+
$ref: ./ExternalClearingSystemIdentification1Code.yaml
|
12
|
+
Prtry:
|
13
|
+
description: >
|
14
|
+
Proprietary
|
15
|
+
|
16
|
+
Identification code for a clearing system, that has not yet been identified in the list of clearing
|
17
|
+
systems.
|
18
|
+
$ref: ./Max35Text.yaml
|
19
|
+
oneOf:
|
20
|
+
- required:
|
21
|
+
- Cd
|
22
|
+
- required:
|
23
|
+
- Prtry
|
24
|
+
example:
|
25
|
+
Cd: CHQB
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
title: ClearingSystemMemberIdentification2
|
2
|
+
description: >
|
3
|
+
Unique identification, as assigned by a clearing system, to unambiguously
|
4
|
+
identify a member of the clearing system.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
ClrSysId:
|
8
|
+
description: >
|
9
|
+
ClearingSystemIdentification.
|
10
|
+
|
11
|
+
Specification of a pre-agreed offering between clearing agents or the channel through which
|
12
|
+
the payment instruction is processed.
|
13
|
+
$ref: ./ClearingSystemIdentification2Choice.yaml
|
14
|
+
MmbId:
|
15
|
+
description: >
|
16
|
+
MemberIdentification.
|
17
|
+
|
18
|
+
Identification of a member of a clearing system.
|
19
|
+
$ref: ./Max35Text.yaml
|
20
|
+
required:
|
21
|
+
- MmbId
|
22
|
+
example:
|
23
|
+
ClrSysId:
|
24
|
+
Cd: CHQB
|
25
|
+
MmbId: 123456789
|
@@ -0,0 +1,92 @@
|
|
1
|
+
title: Contact13
|
2
|
+
description: |
|
3
|
+
Specifies the details of the contact person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
NmPrfx:
|
7
|
+
description: >
|
8
|
+
NamePrefix
|
9
|
+
|
10
|
+
Specifies the terms used to formally address a person.
|
11
|
+
$ref: ./NamePrefix2Code.yaml
|
12
|
+
Nm:
|
13
|
+
description: >
|
14
|
+
Name
|
15
|
+
|
16
|
+
Name by which a party is known and which is usually used to identify that party.
|
17
|
+
$ref: ./Max140Text.yaml
|
18
|
+
PhneNb:
|
19
|
+
description: >
|
20
|
+
PhoneNumber
|
21
|
+
|
22
|
+
Collection of information that identifies a phone number, as defined by telecom services.
|
23
|
+
$ref: ./PhoneNumber.yaml
|
24
|
+
MobNb:
|
25
|
+
description: >
|
26
|
+
MobilePhoneNumber
|
27
|
+
|
28
|
+
Collection of information that identifies a mobile phone number, as defined by telecom services.
|
29
|
+
$ref: ./PhoneNumber.yaml
|
30
|
+
FaxNb:
|
31
|
+
description: >
|
32
|
+
FaxNumber
|
33
|
+
|
34
|
+
Collection of information that identifies a fax number, as defined by telecom services.
|
35
|
+
$ref: ./PhoneNumber.yaml
|
36
|
+
URLAdr:
|
37
|
+
description: >
|
38
|
+
URLAddress
|
39
|
+
|
40
|
+
Address for the Universal Resource Locator (URL), for example an address used over the
|
41
|
+
www (HTTP) service.
|
42
|
+
$ref: ./Max2048Text.yaml
|
43
|
+
EmailAdr:
|
44
|
+
description: >
|
45
|
+
EmailAddress
|
46
|
+
|
47
|
+
Address for electronic mail (e-mail).
|
48
|
+
$ref: ./Max256Text.yaml
|
49
|
+
EmailPurp:
|
50
|
+
description: >
|
51
|
+
EmailPurpose
|
52
|
+
|
53
|
+
Purpose for which an email address may be used.
|
54
|
+
$ref: ./Max35Text.yaml
|
55
|
+
JobTitl:
|
56
|
+
description: >
|
57
|
+
JobTitle
|
58
|
+
|
59
|
+
Title of the function.
|
60
|
+
$ref: ./Max35Text.yaml
|
61
|
+
Rspnsblty:
|
62
|
+
description: >
|
63
|
+
Responsibility
|
64
|
+
|
65
|
+
Role of a person in an organisation.
|
66
|
+
$ref: ./Max35Text.yaml
|
67
|
+
Dept:
|
68
|
+
description: >
|
69
|
+
Department
|
70
|
+
|
71
|
+
Identification of a division of a large organisation or building.
|
72
|
+
$ref: ./Max70Text.yaml
|
73
|
+
Othr:
|
74
|
+
description: >
|
75
|
+
OtherContact
|
76
|
+
|
77
|
+
Contact details in another form.
|
78
|
+
$ref: ./OtherContact1.yaml
|
79
|
+
PrefrdMtd:
|
80
|
+
description: >
|
81
|
+
PreferredContactMethod
|
82
|
+
|
83
|
+
Preferred method used to reach the contact.
|
84
|
+
$ref: ./PreferredContactMethod2Code.yaml
|
85
|
+
example:
|
86
|
+
NmPrfx: Mr
|
87
|
+
Nm: John Doe
|
88
|
+
PhneNb: +123-123-321
|
89
|
+
MobNb: +123-123-321
|
90
|
+
FaxNb: +123-123-321
|
91
|
+
URLAdr: http://www.example.com
|
92
|
+
EmailAdr: example@example.com
|
@@ -0,0 +1,84 @@
|
|
1
|
+
title: Contact4
|
2
|
+
description: |
|
3
|
+
Specifies the details of the contact person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
NmPrfx:
|
7
|
+
description: >
|
8
|
+
NamePrefix
|
9
|
+
|
10
|
+
Name prefix to be used before the name of the person.
|
11
|
+
$ref: ./NamePrefix2Code.yaml
|
12
|
+
Nm:
|
13
|
+
description: >
|
14
|
+
Name
|
15
|
+
|
16
|
+
Name by which a party is known and which is usually used to identify that party.
|
17
|
+
$ref: ./Max140Text.yaml
|
18
|
+
PhneNb:
|
19
|
+
description: >
|
20
|
+
PhoneNumber
|
21
|
+
|
22
|
+
Collection of information that identifies a phone number, as defined by telecom services.
|
23
|
+
$ref: ./PhoneNumber.yaml
|
24
|
+
MobNb:
|
25
|
+
description: >
|
26
|
+
MobilePhoneNumber
|
27
|
+
|
28
|
+
Collection of information that identifies a mobile phone number, as defined by telecom services.
|
29
|
+
$ref: ./PhoneNumber.yaml
|
30
|
+
FaxNb:
|
31
|
+
description: >
|
32
|
+
FaxNumber
|
33
|
+
|
34
|
+
Collection of information that identifies a fax number, as defined by telecom services.
|
35
|
+
$ref: ./PhoneNumber.yaml
|
36
|
+
EmailAdr:
|
37
|
+
description: >
|
38
|
+
EmailAddress
|
39
|
+
|
40
|
+
Address for electronic mail (e-mail).
|
41
|
+
$ref: ./Max2048Text.yaml
|
42
|
+
EmailPurp:
|
43
|
+
description: >
|
44
|
+
EmailPurpose
|
45
|
+
|
46
|
+
Purpose for which an email address may be used.
|
47
|
+
$ref: ./Max35Text.yaml
|
48
|
+
JobTitl:
|
49
|
+
description: >
|
50
|
+
JobTitle
|
51
|
+
|
52
|
+
Title of the function.
|
53
|
+
$ref: ./Max35Text.yaml
|
54
|
+
Rspnsblty:
|
55
|
+
description: >
|
56
|
+
Responsibility
|
57
|
+
|
58
|
+
Role of a person in an organisation.
|
59
|
+
$ref: ./Max35Text.yaml
|
60
|
+
Dept:
|
61
|
+
description: >
|
62
|
+
Department
|
63
|
+
|
64
|
+
Identification of a division of a large organisation or building.
|
65
|
+
$ref: ./Max70Text.yaml
|
66
|
+
Othr:
|
67
|
+
description: >
|
68
|
+
Other
|
69
|
+
|
70
|
+
: Contact details in another form.
|
71
|
+
$ref: ./OtherContact1.yaml
|
72
|
+
PrefrdMtd:
|
73
|
+
description: >
|
74
|
+
PreferredMethod
|
75
|
+
|
76
|
+
Preferred method used to reach the contact.
|
77
|
+
$ref: ./PreferredContactMethod1Code.yaml
|
78
|
+
example:
|
79
|
+
NmPrfx: Mr
|
80
|
+
Nm: John Doe
|
81
|
+
PhneNb: +123-123-321
|
82
|
+
MobNb: +123-123-321
|
83
|
+
FaxNb: +123-123-321
|
84
|
+
EmailAdr: example@example.com
|
@@ -0,0 +1,7 @@
|
|
1
|
+
title: CountryCode
|
2
|
+
type: string
|
3
|
+
pattern: ^[A-Z]{2,2}$
|
4
|
+
example: US
|
5
|
+
description: >
|
6
|
+
Code to identify a country, a dependency, or another area of particular geopolitical interest,
|
7
|
+
on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).
|