{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "urn:sbv:iso20022:pain.013.001.09",
  "title": "CreditorPaymentActivationRequest — pain.013.001.09 (SBV profile)",
  "description": "ISO 20022 pain.013.001.09: Kích hoạt thanh toán bên thụ hưởng",
  "type": "object",
  "required": ["Document"],
  "properties": {
    "Document": {
      "type": "object",
      "required": ["CdtrPmtActvtnReq"],
      "properties": {
        "CdtrPmtActvtnReq": {
          "type": "object",
          "required": ["GrpHdr", "PmtInf"],
          "properties": {
            "GrpHdr": {
              "type": "object",
              "required": ["MsgId", "CreDtTm", "NbOfTxs", "CtrlSum", "InitgPty"],
              "properties": {
                "MsgId":    { "type": "string", "maxLength": 35 },
                "CreDtTm":  { "type": "string", "format": "date-time" },
                "NbOfTxs":  { "type": "string", "pattern": "^[0-9]{1,15}$" },
                "CtrlSum":  { "type": "number", "minimum": 0 },
                "InitgPty": { "type": "object", "properties": { "Nm": { "type": "string", "maxLength": 140 } } }
              }
            },
            "PmtInf": {
              "type": "array",
              "minItems": 1,
              "items": {
                "type": "object",
                "required": ["PmtInfId", "PmtMtd", "ReqdExctnDt", "Cdtr", "CdtrAcct", "CdtrAgt"],
                "properties": {
                  "PmtInfId":     { "type": "string", "maxLength": 35 },
                  "PmtMtd":       { "type": "string", "enum": ["TRF", "TRA"] },
                  "ReqdExctnDt":  { "type": "object", "properties": { "Dt": { "type": "string", "format": "date" } } },
                  "Cdtr":         { "type": "object", "required": ["Nm"], "properties": { "Nm": { "type": "string", "maxLength": 140 } } },
                  "CdtrAcct":     { "type": "object", "required": ["Id"], "properties": { "Id": { "type": "object" } } },
                  "CdtrAgt":      { "type": "object", "required": ["FinInstnId"], "properties": { "FinInstnId": { "type": "object", "properties": { "BICFI": { "type": "string" } } } } },
                  "CdtTrfTxInf": {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                      "type": "object",
                      "required": ["PmtId", "Amt", "Dbtr"],
                      "properties": {
                        "PmtId": { "type": "object", "required": ["EndToEndId"], "properties": { "EndToEndId": { "type": "string", "maxLength": 35 }, "UETR": { "type": "string" } } },
                        "Amt":   { "type": "object", "properties": { "InstdAmt": { "type": "object" } } },
                        "Dbtr":  { "type": "object", "required": ["Nm"], "properties": { "Nm": { "type": "string", "maxLength": 140 } } }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
