action hackathonwatch_get_swagger_doc_name_format { label: "Swagger compatible API description for specific API" provider: hackathonwatch method: GET path: "/swagger_doc/{name}.json" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }