action worldtimeapi_get_ip_ipv4 { label: "request the current time based on the ip of the request. note: this is a \"best guess\" obtained from open-source data." provider: worldtimeapi method: GET path: "/ip/{ipv4}" encoding: json input: { type: "object" properties: { ipv4: { type: "string" } } required: ["ipv4"] additionalProperties: false } output: { type: "object" additionalProperties: true } }