action oceandrivers_get_socib_weather_station { label: "getSocibWeatherStation" description: "Get data from the socib bahia de palma buoy
None" provider: oceandrivers method: GET path: "/v1.0/getSocibWeatherStation/{stationName}/{period}/" encoding: json input: { type: "object" properties: { period: { type: "string" } stationName: { type: "string" } } required: ["period", "stationName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }