{
  "openapi": "3.0.3",
  "info": {
    "title": "PatchPanel API",
    "version": "0.3.7",
    "description": "PatchPanel REST API. Endpoint annotations not yet extracted from route handlers; the full spec will appear here when swagger-jsdoc is wired into the build.",
    "license": {
      "name": "GPL-3.0",
      "url": "https://github.com/STARTcloud/patchpanel/blob/main/LICENSE.md"
    }
  },
  "servers": [
    {
      "url": "https://localhost:8099",
      "description": "Default standalone install"
    }
  ],
  "paths": {}
}
