action opendatanetwork_create_a_map { label: "Create a map" description: "" provider: opendatanetwork method: GET path: "/data/v1/map/new" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } constraint: { type: "string" } entity_id: { type: "string" } variable: { type: "string" } } required: ["entity_id", "variable"] additionalProperties: false } output: { type: "object" additionalProperties: true } }