{ "openapi": "3.0.0", "info": { "version": "1.0.0", "title": "Documentation de l'API Caroster", "description": "", "termsOfService": "YOUR_TERMS_OF_SERVICE_URL", "contact": { "name": "Octree", "email": "sysadmin@octree.ch", "url": "octree.ch" }, "license": { "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" } }, "x-strapi-config": { "path": "/documentation", "showGeneratedFiles": true, "pluginsForWhichToGenerateDoc": [] }, "servers": [ { "url": "http://localhost:1337", "description": "Development server" }, { "url": "https://caroster.dev.octr.ee", "description": "Test server" }, { "url": "https://caroster.io", "description": "Production server" } ], "externalDocs": { "description": "Find out more", "url": "https://strapi.io/documentation/" }, "security": [ { "bearerAuth": [] } ], "paths": {}, "tags": [], "components": {} }