diff --git a/api/public/swagger.yaml b/api/public/swagger.yaml index 5acf997..cb785f3 100644 --- a/api/public/swagger.yaml +++ b/api/public/swagger.yaml @@ -248,6 +248,8 @@ components: type: string absolutePath: type: string + isFolder: + type: boolean children: items: $ref: '#/components/schemas/TreeNode' @@ -256,6 +258,7 @@ components: - name - relativePath - absolutePath + - isFolder - children type: object additionalProperties: false