{
  "host": "www.homeylocal.com",
  "basePath": "/api",
  "operations": {
    "getHomeyCertificate": {
      "path": "/certificate/homey",
      "method": "get",
      "parameters": {
        "secret": {
          "in": "query",
          "type": "string",
          "required": true
        }
      }
    }
  }
}