openapi: 3.0.0 info: description: Api du service Collaborateur, utilisée pour récupérer les données des collaborateurs d'Apside version: "1.1.3" title: Service Collaborateur API contact: email: lilian.gayet@apside-groupe.com paths: $ref: "./routes/_index.yaml" components: parameters: $ref: "./parameters/_index.yaml" schemas: $ref: "./schemas/_index.yaml" responses: $ref: "./responses/_index.yaml" servers: - description: local server url: http://localhost:3000 - description: SwaggerHub API Auto Mocking url: https://virtserver.swaggerhub.com/LilianG/Service-Collaborateur/1.1.1