action roaring_get_company_simple_search { label: "get_company_simple_search" provider: roaring method: GET path: "/company-simple-search" encoding: json input: { type: "object" properties: { companyName: { type: "string" } countryCode: { type: "string" } town: { type: "string" } } required: ["countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }