OBJECT

ConfigurationValue

Represents a single unit of configuration.

  • type ConfigurationValue {
  • # The value set for the configuration option.
  • value: Any
  • # The GUID that refers to this specific value.
  • valueId: UUID
  • }