From 7261a9db4fafba9e39e96283a5cb70e89a689db4 Mon Sep 17 00:00:00 2001
From: "bjoern.koester" <bjoern.koester@open-xchange.com>
Date: Fri, 7 Jan 2022 08:22:55 +0000
Subject: [PATCH] fix swagger.yaml

---
 src/swagger.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/swagger.yaml b/src/swagger.yaml
index aecf47a..975d5f4 100644
--- a/src/swagger.yaml
+++ b/src/swagger.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.1
 tags:
   - name: code loading
 servers:
-  - http://localhost:3000/
+  - url: 'http://localhost:3000'
 info:
   title: Manifest Service
   version: 1.0.0
@@ -16,7 +16,7 @@ paths:
       tags:
         - code loading
       summary: App Suite UI compatible version of manifests data
-      description: |
+      description: 
         Manifest data prepared for consumption by App Suite UI. The data
         can be used to determine the timing when to load certain files
         from the server and depending on the users configuration also if
@@ -66,7 +66,7 @@ paths:
       tags:
         - code loading
       summary: Mapping of all files to all of its dependencies
-      description: |
+      description: 
         The data can be used to construct a dependency tree for any given file of a project.
       responses:
         '200':
-- 
GitLab