action hackathonwatch_get_hackathons_coming_format { label: "Return a list of coming hackathons" provider: hackathonwatch method: GET path: "/hackathons/coming.json" encoding: json input: { type: "object" properties: { page: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }