{
  "openapi": "3.1.0",
  "info": {
    "title": "Proximos API 1.5",
    "version": "1.0.0",
    "description": "Converted from Postman collection"
  },
  "servers": [
    {
      "url": "https://proximosapi.enlazosystems.com"
    }
  ],
  "components": {
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization"
      }
    }
  },
  "security": [
    {
      "ApiKeyAuth": []
    }
  ],
  "paths": {
    "/items/26": {
      "get": {
        "summary": "Request Specific Version",
        "description": "This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have `id=1`).\n\nA successful GET response will have a `200 OK` status, and should include some kind of response body - for example, HTML web content or JSON data.",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    },
    "/items/J293AP:14.7.2": {
      "get": {
        "summary": "Request BoardID:Version",
        "description": "This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have `id=1`).\n\nA successful GET response will have a `200 OK` status, and should include some kind of response body - for example, HTML web content or JSON data.",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    },
    "/items/J293AP:14": {
      "get": {
        "summary": "Request BoardID:MajorVersion",
        "description": "This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have `id=1`).\n\nA successful GET response will have a `200 OK` status, and should include some kind of response body - for example, HTML web content or JSON data.",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    },
    "/items/J293AP": {
      "get": {
        "summary": "Request BoardID",
        "description": "This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have `id=1`).\n\nA successful GET response will have a `200 OK` status, and should include some kind of response body - for example, HTML web content or JSON data.",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    }
  }
}