@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,203 @@
|
|
1
|
+
title: CreditTransferTransaction67
|
2
|
+
description: >
|
3
|
+
Provides further details specific to the individual transaction(s) included in
|
4
|
+
the message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PmtId:
|
8
|
+
description: >
|
9
|
+
PaymentIdentification
|
10
|
+
|
11
|
+
Set of elements used to reference a payment instruction.
|
12
|
+
$ref: ./PaymentIdentification13.yaml
|
13
|
+
PmtTpInf:
|
14
|
+
description: >
|
15
|
+
PaymentTypeInformation
|
16
|
+
|
17
|
+
Set of elements used to further specify the type of transaction.
|
18
|
+
$ref: ./PaymentTypeInformation28.yaml
|
19
|
+
IntrBkSttlmAmt:
|
20
|
+
description: >
|
21
|
+
InterbankSettlementAmount
|
22
|
+
|
23
|
+
Amount of money moved between the instructing agent and the instructed agent.
|
24
|
+
$ref: ./ActiveCurrencyAndAmount.yaml
|
25
|
+
InstdAmt:
|
26
|
+
description: >
|
27
|
+
InstructedAmount
|
28
|
+
|
29
|
+
Amount of money to be moved between the debtor and creditor,
|
30
|
+
before deduction of charges, expressed in the currency as ordered by the initiating party.
|
31
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
32
|
+
XchgRate:
|
33
|
+
description: >
|
34
|
+
ExchangeRate
|
35
|
+
|
36
|
+
Factor used to convert an amount from one currency into another. This reflects the price at
|
37
|
+
which one currency was bought with another currency.
|
38
|
+
$ref: ./BaseOneRate.yaml
|
39
|
+
ChrgBr:
|
40
|
+
description: >
|
41
|
+
ChargeBearer
|
42
|
+
|
43
|
+
Specifies which party/parties will bear the charges associated with the processing of the
|
44
|
+
payment transaction.
|
45
|
+
$ref: ./ChargeBearerType1Code.yaml
|
46
|
+
ChrgsInf:
|
47
|
+
description: >
|
48
|
+
ChargesInformation
|
49
|
+
|
50
|
+
Provides information on the charges to be paid by the charge bearer(s) related to the
|
51
|
+
payment transaction
|
52
|
+
$ref: ./Charges16.yaml
|
53
|
+
Dbtr:
|
54
|
+
description: >
|
55
|
+
Debtor
|
56
|
+
|
57
|
+
Party that owes an amount of money to the (ultimate) creditor.
|
58
|
+
$ref: ./PartyIdentification272.yaml
|
59
|
+
DbtrAcct:
|
60
|
+
description: >
|
61
|
+
DebtorAccount
|
62
|
+
|
63
|
+
Unambiguous identification of the account of the debtor to which a debit entry will be made
|
64
|
+
as a result of the transaction.
|
65
|
+
$ref: ./CashAccount40.yaml
|
66
|
+
DbtrAgt:
|
67
|
+
description: >
|
68
|
+
DebtorAgent
|
69
|
+
|
70
|
+
Financial institution servicing an account for the debtor.
|
71
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
72
|
+
CdtrAgt:
|
73
|
+
description: >
|
74
|
+
CreditorAgent
|
75
|
+
|
76
|
+
Financial institution servicing an account for the creditor.
|
77
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
78
|
+
Cdtr:
|
79
|
+
description: >
|
80
|
+
Creditor
|
81
|
+
|
82
|
+
Party to which an amount of money is due.
|
83
|
+
$ref: ./PartyIdentification272.yaml
|
84
|
+
CdtrAcct:
|
85
|
+
description: >
|
86
|
+
CreditorAccount
|
87
|
+
|
88
|
+
Unambiguous identification of the account of the creditor to which a credit entry will be
|
89
|
+
posted as a result of the payment transaction.
|
90
|
+
$ref: ./CashAccount40.yaml
|
91
|
+
InstrForCdtrAgt:
|
92
|
+
description: >
|
93
|
+
InstructionForCreditorAgent
|
94
|
+
|
95
|
+
Set of elements used to provide information on the remittance advice.
|
96
|
+
$ref: ./InstructionForCreditorAgent3.yaml
|
97
|
+
InstrForNxtAgt:
|
98
|
+
description: >
|
99
|
+
InstructionForNextAgent
|
100
|
+
|
101
|
+
Set of elements used to provide information on the remittance advice.
|
102
|
+
$ref: ./InstructionForNextAgent1.yaml
|
103
|
+
Purp:
|
104
|
+
description: >
|
105
|
+
Purpose
|
106
|
+
|
107
|
+
Underlying reason for the payment transaction.
|
108
|
+
$ref: ./Purpose2Choice.yaml
|
109
|
+
RgltryRptg:
|
110
|
+
description: >
|
111
|
+
RegulatoryReporting
|
112
|
+
|
113
|
+
Information needed due to regulatory and statutory requirements.
|
114
|
+
$ref: ./RegulatoryReporting3.yaml
|
115
|
+
Tax:
|
116
|
+
description: >
|
117
|
+
Tax
|
118
|
+
|
119
|
+
Provides details on the tax.
|
120
|
+
$ref: ./TaxData1.yaml
|
121
|
+
VrfctnOfTerms:
|
122
|
+
$ref: ./CryptographicLockChoice.yaml
|
123
|
+
required:
|
124
|
+
- PmtId
|
125
|
+
- IntrBkSttlmAmt
|
126
|
+
- ChrgBr
|
127
|
+
- Dbtr
|
128
|
+
- DbtrAgt
|
129
|
+
- CdtrAgt
|
130
|
+
- Cdtr
|
131
|
+
example:
|
132
|
+
PmtId:
|
133
|
+
InstrId: INSTRID
|
134
|
+
EndToEndId: ENDTOENDID
|
135
|
+
PmtTpInf:
|
136
|
+
LclInstrm:
|
137
|
+
Cd: CHQB
|
138
|
+
Prtry: PROPRIETARY
|
139
|
+
SeqTp: SEQTP
|
140
|
+
IntrBkSttlmAmt:
|
141
|
+
ActiveCurrencyAndAmount: 123.45
|
142
|
+
Ccy: USD
|
143
|
+
InstdAmt:
|
144
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
145
|
+
Ccy: USD
|
146
|
+
XchgRate: 123.45
|
147
|
+
ChrgBr: SHAR
|
148
|
+
ChrgsInf:
|
149
|
+
Amt:
|
150
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
151
|
+
Ccy: USD
|
152
|
+
Agt:
|
153
|
+
BrnchId:
|
154
|
+
Id: BRANCHID
|
155
|
+
FinInstnId:
|
156
|
+
BICFI: BICFI
|
157
|
+
Tp:
|
158
|
+
Cd: SHAR
|
159
|
+
Dbtr:
|
160
|
+
Nm: NAME
|
161
|
+
PstlAdr:
|
162
|
+
AdrTp: ADDR
|
163
|
+
BldgNb: BLDGNB
|
164
|
+
Ctry: CTRY
|
165
|
+
TwnNm: TWNNM
|
166
|
+
PstCd: PSTCD
|
167
|
+
StrtNm: STRTNM
|
168
|
+
DbtrAcct:
|
169
|
+
Id:
|
170
|
+
IBAN: IBAN
|
171
|
+
DbtrAgt:
|
172
|
+
BrnchId:
|
173
|
+
Id: BRANCHID
|
174
|
+
FinInstnId:
|
175
|
+
BICFI: BICFI
|
176
|
+
CdtrAgt:
|
177
|
+
BrnchId:
|
178
|
+
Id: BRANCHID
|
179
|
+
FinInstnId:
|
180
|
+
BICFI: BICFI
|
181
|
+
Cdtr:
|
182
|
+
Nm: NAME
|
183
|
+
PstlAdr:
|
184
|
+
AdrTp: ADDR
|
185
|
+
BldgNb: BLDGNB
|
186
|
+
Ctry: CTRY
|
187
|
+
TwnNm: TWNNM
|
188
|
+
PstCd: PSTCD
|
189
|
+
StrtNm: STRTNM
|
190
|
+
CdtrAcct:
|
191
|
+
Id:
|
192
|
+
IBAN: IBAN
|
193
|
+
InstrForCdtrAgt:
|
194
|
+
Cd: CODE
|
195
|
+
InstrForNxtAgt:
|
196
|
+
Cd: CODE
|
197
|
+
Purp:
|
198
|
+
Cd: CASH
|
199
|
+
RgltryRptg:
|
200
|
+
Dbtr: TRUE
|
201
|
+
Cdtr: TRUE
|
202
|
+
Tax:
|
203
|
+
Cdtr
|
@@ -0,0 +1,117 @@
|
|
1
|
+
title: CreditTransferTransaction68
|
2
|
+
description: >
|
3
|
+
Provides further details specific to the individual transaction(s) included in
|
4
|
+
the message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PmtId:
|
8
|
+
description: >
|
9
|
+
PaymentIdentification
|
10
|
+
|
11
|
+
Set of elements used to reference a payment instruction.
|
12
|
+
$ref: ./PaymentIdentification13.yaml
|
13
|
+
PmtTpInf:
|
14
|
+
description: >
|
15
|
+
PaymentTypeInformation
|
16
|
+
|
17
|
+
Set of elements used to further specify the type of transaction.
|
18
|
+
$ref: ./PaymentTypeInformation28.yaml
|
19
|
+
IntrBkSttlmAmt:
|
20
|
+
description: >
|
21
|
+
InterbankSettlementAmount
|
22
|
+
|
23
|
+
Amount of money moved between the instructing agent and the instructed agent.
|
24
|
+
$ref: ./ActiveCurrencyAndAmount.yaml
|
25
|
+
Dbtr:
|
26
|
+
description: >
|
27
|
+
Debtor
|
28
|
+
|
29
|
+
Party that owes an amount of money to the (ultimate) creditor.
|
30
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
31
|
+
DbtrAcct:
|
32
|
+
description: >
|
33
|
+
DebtorAccount
|
34
|
+
|
35
|
+
Account used to process a payment.
|
36
|
+
$ref: ./CashAccount40.yaml
|
37
|
+
DbtrAgt:
|
38
|
+
description: >
|
39
|
+
DebtorAgent
|
40
|
+
|
41
|
+
Financial institution servicing an account for the debtor.
|
42
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
43
|
+
CdtrAgt:
|
44
|
+
description: >
|
45
|
+
CreditorAgent
|
46
|
+
|
47
|
+
Financial institution servicing an account for the creditor.
|
48
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
49
|
+
Cdtr:
|
50
|
+
description: >
|
51
|
+
Creditor
|
52
|
+
|
53
|
+
Party to which an amount of money is due.
|
54
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
55
|
+
CdtrAcct:
|
56
|
+
description: >
|
57
|
+
CreditorAccount
|
58
|
+
|
59
|
+
Account to which a credit entry is made.
|
60
|
+
$ref: ./CashAccount40.yaml
|
61
|
+
InstrForCdtrAgt:
|
62
|
+
description: >
|
63
|
+
InstructionForCreditorAgent
|
64
|
+
|
65
|
+
Set of elements used to provide information on the remittance advice.
|
66
|
+
$ref: ./InstructionForCreditorAgent3.yaml
|
67
|
+
Purp:
|
68
|
+
description: >
|
69
|
+
Purpose
|
70
|
+
|
71
|
+
Underlying reason for the payment transaction.
|
72
|
+
$ref: ./Purpose2Choice.yaml
|
73
|
+
VrfctnOfTerms:
|
74
|
+
description: >
|
75
|
+
VerificationOfTerms
|
76
|
+
|
77
|
+
Set of elements used to provide information on the underlying terms of the transaction.
|
78
|
+
$ref: ./CryptographicLockChoice.yaml
|
79
|
+
required:
|
80
|
+
- PmtId
|
81
|
+
- IntrBkSttlmAmt
|
82
|
+
- Dbtr
|
83
|
+
- Cdtr
|
84
|
+
example:
|
85
|
+
PmtId:
|
86
|
+
InstrId: INSTRID
|
87
|
+
EndToEndId: ENDTOENDID
|
88
|
+
PmtTpInf:
|
89
|
+
LclInstrm:
|
90
|
+
Cd: CHQB
|
91
|
+
Prtry: PROPRIETARY
|
92
|
+
IntrBkSttlmAmt:
|
93
|
+
Amount: 123.45
|
94
|
+
Ccy: EUR
|
95
|
+
Dbtr:
|
96
|
+
Nm: Debtor Name
|
97
|
+
DbtrAcct:
|
98
|
+
Id:
|
99
|
+
IBAN: IBAN
|
100
|
+
DbtrAgt:
|
101
|
+
FinInstnId:
|
102
|
+
BICFI: BICFI
|
103
|
+
CdtrAgt:
|
104
|
+
FinInstnId:
|
105
|
+
BICFI: BICFI
|
106
|
+
Cdtr:
|
107
|
+
Nm: Creditor Name
|
108
|
+
CdtrAcct:
|
109
|
+
Id:
|
110
|
+
IBAN: IBAN
|
111
|
+
InstrForCdtrAgt:
|
112
|
+
Cd: INSTRUCTION
|
113
|
+
Purp:
|
114
|
+
Cd: CHAR
|
115
|
+
VrfctnOfTerms:
|
116
|
+
Cntt: CONTENT
|
117
|
+
CnttTp: PROPRIETARY
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: CryptographicLockChoice
|
2
|
+
description: |
|
3
|
+
NOTE: Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
IlpV4PrepPacket:
|
7
|
+
$ref: ./hexBinary.yaml
|
8
|
+
Sh256Sgntr:
|
9
|
+
$ref: ./Exact32HexBinaryText.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- IlpV4PrepPacket
|
13
|
+
- required:
|
14
|
+
- Sh256Sgntr
|
15
|
+
example:
|
16
|
+
IlpV4PrepPacket: 1234567890ABCDEF
|
@@ -0,0 +1,38 @@
|
|
1
|
+
title: DateAndPlaceOfBirth1
|
2
|
+
description: |
|
3
|
+
Details about date and place of birth of a person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
BirthDt:
|
7
|
+
description: >
|
8
|
+
BirthDate
|
9
|
+
|
10
|
+
Date on which a person is born.
|
11
|
+
$ref: ./ISODate.yaml
|
12
|
+
PrvcOfBirth:
|
13
|
+
description: >
|
14
|
+
ProvinceOfBirth
|
15
|
+
|
16
|
+
Province where a person was born.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
CityOfBirth:
|
19
|
+
description: >
|
20
|
+
CityOfBirth
|
21
|
+
|
22
|
+
City where a person was born.
|
23
|
+
$ref: ./Max35Text.yaml
|
24
|
+
CtryOfBirth:
|
25
|
+
description: >
|
26
|
+
CountryOfBirth
|
27
|
+
|
28
|
+
Country where a person was born.
|
29
|
+
$ref: ./CountryCode.yaml
|
30
|
+
required:
|
31
|
+
- BirthDt
|
32
|
+
- CityOfBirth
|
33
|
+
- CtryOfBirth
|
34
|
+
example:
|
35
|
+
BirthDt: 1970-01-01
|
36
|
+
PrvcOfBirth: ON
|
37
|
+
CityOfBirth: Ottawa
|
38
|
+
CtryOfBirth: CA
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: DatePeriod2
|
2
|
+
description: |
|
3
|
+
Range of time defined by a start date and an end date.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
FrDt:
|
7
|
+
description: >
|
8
|
+
FromDate
|
9
|
+
|
10
|
+
Start date of the range.
|
11
|
+
$ref: ./ISODate.yaml
|
12
|
+
ToDt:
|
13
|
+
description: >
|
14
|
+
ToDate
|
15
|
+
|
16
|
+
End date of the range.
|
17
|
+
$ref: ./ISODate.yaml
|
18
|
+
required:
|
19
|
+
- FrDt
|
20
|
+
- ToDt
|
21
|
+
example:
|
22
|
+
FrDt: '2022-01-01T00:00:00.000Z'
|
23
|
+
ToDt: '2022-12-31T23:59:59.999Z'
|
@@ -0,0 +1,11 @@
|
|
1
|
+
title: ErrorCode
|
2
|
+
type: string
|
3
|
+
pattern: ^[1-9]\d{3}$
|
4
|
+
description: >-
|
5
|
+
The API data type ErrorCode is a JSON String of four characters, consisting of
|
6
|
+
digits only. Negative numbers are not allowed. A leading zero is not allowed.
|
7
|
+
Each error code in the API is a four-digit number, for example, 1234, where
|
8
|
+
the first number (1 in the example) represents the high-level error category,
|
9
|
+
the second number (2 in the example) represents the low-level error category,
|
10
|
+
and the last two numbers (34 in the example) represent the specific error.
|
11
|
+
example: '5100'
|
@@ -0,0 +1,13 @@
|
|
1
|
+
title: ErrorInformation
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type ErrorInformation.
|
4
|
+
properties:
|
5
|
+
errorCode:
|
6
|
+
$ref: ./ErrorCode.yaml
|
7
|
+
errorDescription:
|
8
|
+
$ref: ./ErrorDescription.yaml
|
9
|
+
extensionList:
|
10
|
+
$ref: ./ExtensionList.yaml
|
11
|
+
required:
|
12
|
+
- errorCode
|
13
|
+
- errorDescription
|
@@ -0,0 +1,69 @@
|
|
1
|
+
title: Execute_FIToFICustomerCreditTransferV13
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
description: >
|
6
|
+
GroupHeader.
|
7
|
+
$ref: ./GroupHeader129.yaml
|
8
|
+
CdtTrfTxInf:
|
9
|
+
description: >
|
10
|
+
CreditTransferTransactionInformation.
|
11
|
+
$ref: ./CreditTransferTransaction67.yaml
|
12
|
+
required:
|
13
|
+
- GrpHdr
|
14
|
+
- CdtTrfTxInf
|
15
|
+
example:
|
16
|
+
GrpHdr:
|
17
|
+
MsgId: 12345
|
18
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
19
|
+
PmtInstrXpryDtTm: '2020-01-01T00:00:00Z'
|
20
|
+
NbOfTxs: 1
|
21
|
+
SttlmInf:
|
22
|
+
SttlmMtd: INDA
|
23
|
+
SttlmAcct:
|
24
|
+
Id:
|
25
|
+
IBAN: 123
|
26
|
+
SttlmAcctOwnr:
|
27
|
+
Nm: John Doe
|
28
|
+
SttlmAcctSvcr:
|
29
|
+
BICFI: 123
|
30
|
+
CdtTrfTxInf:
|
31
|
+
PmtId:
|
32
|
+
InstrId: 123
|
33
|
+
EndToEndId: 123
|
34
|
+
PmtTpInf:
|
35
|
+
InstrPrty: NORM
|
36
|
+
InstdAmt:
|
37
|
+
Amt: 123
|
38
|
+
Ccy: EUR
|
39
|
+
ChrgBr: SLEV
|
40
|
+
CdtrAgt:
|
41
|
+
FinInstnId:
|
42
|
+
BICFI: 123
|
43
|
+
Cdtr:
|
44
|
+
Nm: John Doe
|
45
|
+
CdtrAcct:
|
46
|
+
Id:
|
47
|
+
IBAN: 123
|
48
|
+
RmtInf:
|
49
|
+
Ustrd: Test
|
50
|
+
CdtTrfTxInf:
|
51
|
+
PmtId:
|
52
|
+
InstrId: 123
|
53
|
+
EndToEndId: 123
|
54
|
+
PmtTpInf:
|
55
|
+
InstrPrty: NORM
|
56
|
+
InstdAmt:
|
57
|
+
Amt: 123
|
58
|
+
Ccy: EUR
|
59
|
+
ChrgBr: SLEV
|
60
|
+
CdtrAgt:
|
61
|
+
FinInstnId:
|
62
|
+
BICFI: 123
|
63
|
+
Cdtr:
|
64
|
+
Nm: John Doe
|
65
|
+
CdtrAcct:
|
66
|
+
Id:
|
67
|
+
IBAN: 123
|
68
|
+
RmtInf:
|
69
|
+
Ustrd: Test
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: ExtensionList
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Data model for the complex type ExtensionList. An optional list of extensions,
|
5
|
+
specific to deployment.
|
6
|
+
properties:
|
7
|
+
extension:
|
8
|
+
type: array
|
9
|
+
items:
|
10
|
+
$ref: ./Extension.yaml
|
11
|
+
minItems: 1
|
12
|
+
maxItems: 16
|
13
|
+
description: Number of Extension elements.
|
14
|
+
required:
|
15
|
+
- extension
|