ConfigurationListItem
- isType: boolean · Is Active
_active requiredWhether the configuration is selectable for new sessions.
- nameType: string · Namerequired
Human label.
- syncType: string · Sync Stateenum
_state requiredlivewhen the running pipeline reflects the latest edit;pendinguntil the next sync cycle.values- live
- pending
- uuidType: string · Uuidrequired
Stable identifier, unchanged across edits and version bumps.
- versionType: integer · Versionrequired
Generation counter, bumped on each write. Not an addressing axis.
- createdType: string · Created Atnullable
_at When the configuration was created (ISO 8601).
- descriptionType: string · Descriptionnullable
Human-readable description.
- templateType: integer · Template Idnullable
_id Template this was derived from, if any (lineage only).
- updatedType: string · Updated Atnullable
_at When the configuration was last edited (ISO 8601).