remove label and pathname from tree manifest

This commit is contained in:
Mads Rasmussen
2022-08-30 13:45:44 +02:00
parent 55c9ff4a20
commit 1acf168e37
4 changed files with 0 additions and 24 deletions

View File

@@ -393,10 +393,6 @@ components:
MetaTree:
type: object
properties:
pathname:
type: string
label:
type: string
weight:
type: number
format: float
@@ -405,8 +401,6 @@ components:
items:
type: string
required:
- pathname
- label
- weight
- sections
IManifestTree: