action oceandrivers_get_aemet_station { label: "getAemetStation" description: "Get data from the aemet stations
None" provider: oceandrivers method: GET path: "/v1.0/getAemetStation/{stationName}/{period}/" encoding: json input: { type: "object" properties: { period: { type: "string" } stationName: { type: "string" } } required: ["period", "stationName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }