mirror of
https://github.com/directus/directus.git
synced 2026-02-06 15:35:04 -05:00
15 lines
392 B
YAML
15 lines
392 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
description: Unique identifier for the folder.
|
|
example: 0cf0e03d-4364-45df-b77b-ca61f61869d2
|
|
type: string
|
|
name:
|
|
description: Name of the folder.
|
|
example: New York
|
|
type: string
|
|
parent_folder:
|
|
description: Unique identifier of the parent folder. This allows for nested folders.
|
|
example: null
|
|
type: string
|
|
nullable: true |