action ip2proxy_get { label: "get" description: "Check if an IP address is proxy" provider: ip2proxy method: GET path: "/" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml"] } ip: { type: "string" } key: { type: "string" } package: { type: "string" } } required: ["ip", "key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }