コメント対応
This commit is contained in:
parent
219354f782
commit
7630cbe59f
|
|
@ -94,7 +94,7 @@ export const packedDriveFileSchema = {
|
|||
},
|
||||
folder: {
|
||||
type: 'object',
|
||||
optional: false, nullable: true,
|
||||
optional: true, nullable: true,
|
||||
ref: 'DriveFolder',
|
||||
},
|
||||
userId: {
|
||||
|
|
@ -105,7 +105,7 @@ export const packedDriveFileSchema = {
|
|||
},
|
||||
user: {
|
||||
type: 'object',
|
||||
optional: false, nullable: true,
|
||||
optional: true, nullable: true,
|
||||
ref: 'UserLite',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export const packedDriveFolderSchema = {
|
|||
},
|
||||
parent: {
|
||||
type: 'object',
|
||||
optional: true, nullable: false,
|
||||
optional: true, nullable: true,
|
||||
ref: 'DriveFolder',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue