action ibanapi_validate_iban { label: "Validate IBAN" description: "Returns the validation results" provider: ibanapi method: GET path: "/validate" encoding: json output: { type: "object" properties: { data: { type: "object" } expremental: { type: "integer" } message: { type: "string" } result: { type: "integer" } validations: { type: "array" items: { type: "object" } } } } }