action swagger_generate_server_for_language { label: "Generates a server library" description: "Accepts a `GeneratorInput` options map for spec location and generation options." provider: swagger method: POST path: "/gen/servers/{framework}" encoding: json input: { type: "object" properties: { framework: { type: "string" } } required: ["framework"] additionalProperties: false } output: { type: "object" additionalProperties: true } }