
{
    "swagger": "2.0",
    "info": {
      "description": "Djaber Website",
      "version": "1.0.3",
      "title": "Djaber APIs"
    },
    "host": "api.djaber.com",
    "host2": "api.djaber.com",
    "Content-Type": "multipart/form-data; boundary=abcde12345",
    "Content-Length": "204",
    "Content-Disposition": "'form-data'; 'name'='file'; 'filename'='example.txt'",
    "basePath": "",
    "tags": [
      {
        "name": "Djaber APIs"
      }
    ],
    "schemes": [
      "https",
      "http"
    ],
    "securityDefinitions": {
      "Bearer": {
        "type": "apiKey",
        "name": "Authorization",
        "in": "header",
        "description": "Enter your bearer token in the format **Bearer &lt;token>**"
      }
    },
    "security": [{ "Bearer": [] }],
    "paths": {
     
    }
  }