Folder (object)
| Field | Type | Description |
|---|---|---|
| name* | string | — |
| path | string | Full folder path from root to the file's folder (parent segments joined with " / "). |
Example (JSON)
{
"name": "string",
"path": "string"
}Fields, types, and references to other models.