action opendatanetwork_get_values_for_variables { label: "Get values for variables" description: "" provider: opendatanetwork method: GET path: "/data/v1/values" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } describe: { type: "boolean" } entity_id: { type: "string" } forecast: { type: "number" } format: { type: "string" enum: ["google"] } variable: { type: "string" } } required: ["variable"] additionalProperties: false } output: { type: "object" additionalProperties: true } }