mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-04-01 15:11:07 +03:00
41 lines
816 B
YAML
41 lines
816 B
YAML
name: "DriveFolder"
|
|
|
|
desc:
|
|
ja-JP: "ドライブのフォルダを表します。"
|
|
en-US: "A folder of Drive."
|
|
|
|
props:
|
|
id:
|
|
type: "id"
|
|
optional: false
|
|
desc:
|
|
ja-JP: "フォルダID"
|
|
en-US: "The ID of this folder"
|
|
|
|
createdAt:
|
|
type: "date"
|
|
optional: false
|
|
desc:
|
|
ja-JP: "作成日時"
|
|
en-US: "The created date of this folder"
|
|
|
|
userId:
|
|
type: "id(User)"
|
|
optional: false
|
|
desc:
|
|
ja-JP: "所有者ID"
|
|
en-US: "The ID of the owner of this folder"
|
|
|
|
parentId:
|
|
type: "entity(DriveFolder)"
|
|
optional: false
|
|
desc:
|
|
ja-JP: "親フォルダのID (ルートなら null)"
|
|
en-US: "The ID of parent folder"
|
|
|
|
name:
|
|
type: "string"
|
|
optional: false
|
|
desc:
|
|
ja-JP: "フォルダ名"
|
|
en-US: "The name of this folder"
|