Fix schema

This commit is contained in:
syuilo 2019-02-27 05:02:46 +09:00
parent 33ad60b1f3
commit 9f439aabba
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -312,7 +312,7 @@ export const schemas = {
example: 'xxxxxxxxxxxxxxxxxxxxxxxx',
},
parent: {
type: 'DriveFolder',
$ref: '#/components/schemas/DriveFolder'
},
},
required: ['id', 'createdAt', 'name']