{
  "openapi": "3.0.1",
  "info": {
    "title": "Competition Engine",
    "version": "2.0"
  },
  "servers": [
    {
      "url": "https://api-live.euroleague.net"
    }
  ],
  "paths": { },
  "components": {
    "securitySchemes": {
      "ApiKey": {
        "type": "apiKey",
        "description": "Provide your API key",
        "name": "API Key",
        "in": "header"
      }
    }
  },
  "security": [
    {
      "ApiKey": [ ]
    }
  ]
}