1. Schemas
Swagger Generator
  • clients
    • Gets languages supported by the client generator
      GET
    • Returns options for a client library
      GET
    • Generates a client library
      POST
    • Downloads a pre-generated file
      GET
  • servers
    • Gets languages supported by the server generator
      GET
    • Returns options for a server framework
      GET
    • Generates a server library
      POST
  • Schemas
    • Schemas
      • AuthorizationValue
      • CliOption
      • GeneratorInput
      • ResponseCode
      • SecuritySchemeDefinition
  1. Schemas

GeneratorInput

{
    "authorizationValue": {
        "keyName": "string",
        "type": "string",
        "value": "string"
    },
    "options": {
        "property1": "string",
        "property2": "string"
    },
    "securityDefinition": {
        "description": "string",
        "type": "string"
    },
    "spec": {},
    "swaggerUrl": "http://petstore.swagger.io/v2/swagger.json"
}
Built with