mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-10 15:25:14 +02:00
24 lines
553 B
YAML
24 lines
553 B
YAML
|
|
type: object
|
||
|
|
description: |
|
||
|
|
Workspace creation/update fields. Used with `create-workspace` and
|
||
|
|
`update-workspace`.
|
||
|
|
properties:
|
||
|
|
id:
|
||
|
|
type: string
|
||
|
|
description: |
|
||
|
|
Workspace identifier. Required for all workspace operations.
|
||
|
|
Immutable after creation.
|
||
|
|
examples:
|
||
|
|
- default
|
||
|
|
- production
|
||
|
|
name:
|
||
|
|
type: string
|
||
|
|
description: Human-readable workspace name.
|
||
|
|
examples:
|
||
|
|
- Default Workspace
|
||
|
|
- Production
|
||
|
|
enabled:
|
||
|
|
type: boolean
|
||
|
|
description: Whether the workspace is enabled.
|
||
|
|
default: true
|