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