action phila_get { label: "Get Polling Places Data" provider: phila method: GET path: "/" encoding: json input: { type: "object" properties: { callback: { type: "string" } division: { type: "string" } ward: { type: "string" } } required: ["division", "ward"] additionalProperties: false } output: { type: "object" additionalProperties: true } }