ConditionMetadata: ConfigMetadata & {
    id: string;
    type: ConditionType;
}

Metadata for a condition