Fix schema
This commit is contained in:
parent
33ad60b1f3
commit
9f439aabba
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ export const schemas = {
|
||||||
example: 'xxxxxxxxxxxxxxxxxxxxxxxx',
|
example: 'xxxxxxxxxxxxxxxxxxxxxxxx',
|
||||||
},
|
},
|
||||||
parent: {
|
parent: {
|
||||||
type: 'DriveFolder',
|
$ref: '#/components/schemas/DriveFolder'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
required: ['id', 'createdAt', 'name']
|
required: ['id', 'createdAt', 'name']
|
||||||
|
|
Loading…
Reference in a new issue