{ "openapi": "3.0.1", "info": { "version": "1.0.0", "title": "Paperwork API", "description": "Paperwork API", "termsOfService": false, "contact": false, "license": false }, "x-strapi-config": { "plugins": [], "path": "/documentation" }, "servers": [ { "url": "https://localhost:8443/api", "description": "Docker Development" }, { "url": "http://localhost:5555/api", "description": "Local Development" } ], "security": [ { "bearerAuth": [] } ] }