mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Fix schema
This commit is contained in:
parent
350c4f191f
commit
21e51b537f
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