action hackathonwatch_get_hackathons_id_format { label: "Return the detail of a given hackathon" provider: hackathonwatch method: GET path: "/hackathons/{id}.json" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }