{
  "openapi": "3.0.1",
  "info": {
    "title": "Asset Management API",
    "description": "Asset Management API",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.bigchange.com"
    }
  ],
  "paths": { },
  "components": {
    "securitySchemes": {
      "bearer": {
        "type": "http",
        "description": "Enter the access token only.",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "bearer": [ ]
    }
  ]
}