Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is the default file configuration:

Code Block
languagejs
{
  "swaggeropenapi": "23.0.0",
  "info": {
    "version": "1.0.0",
    "title": "Swagger Consultingwerk",
    "description": "Consultingwerk Prototype",
    "termsOfService": "http:\/\/consultingwerk\/terms\/",
    "contact": {
      "name": "Consultingwerk",
      "email": "info@consultingwerk.de"
    },
    "license": {
      "name": "Copyright (C) 2006-2017 by Consultingwerk Ltd.",
      "url": "http:\/\/www.consultingwerk.de\/legal\/"
    }
  },
  "schemes": [
    "http"
  ] 
}

...