mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Add doc
This commit is contained in:
parent
e33fc2e50d
commit
a5247346b4
1 changed files with 41 additions and 0 deletions
41
src/docs/api/entities/drive-folder.yaml
Normal file
41
src/docs/api/entities/drive-folder.yaml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
name: "DriveFolder"
|
||||||
|
|
||||||
|
desc:
|
||||||
|
ja: "ドライブのフォルダを表します。"
|
||||||
|
en: "A folder of Drive."
|
||||||
|
|
||||||
|
props:
|
||||||
|
id:
|
||||||
|
type: "id"
|
||||||
|
optional: false
|
||||||
|
desc:
|
||||||
|
ja: "フォルダID"
|
||||||
|
en: "The ID of this folder"
|
||||||
|
|
||||||
|
createdAt:
|
||||||
|
type: "date"
|
||||||
|
optional: false
|
||||||
|
desc:
|
||||||
|
ja: "作成日時"
|
||||||
|
en: "The created date of this folder"
|
||||||
|
|
||||||
|
userId:
|
||||||
|
type: "id(User)"
|
||||||
|
optional: false
|
||||||
|
desc:
|
||||||
|
ja: "所有者ID"
|
||||||
|
en: "The ID of the owner of this folder"
|
||||||
|
|
||||||
|
parentId:
|
||||||
|
type: "entity(DriveFolder)"
|
||||||
|
optional: false
|
||||||
|
desc:
|
||||||
|
ja: "親フォルダのID (ルートなら null)"
|
||||||
|
en: "The ID of parent folder"
|
||||||
|
|
||||||
|
name:
|
||||||
|
type: "string"
|
||||||
|
optional: false
|
||||||
|
desc:
|
||||||
|
ja: "フォルダ名"
|
||||||
|
en: "The name of this folder"
|
Loading…
Reference in a new issue