# Condition

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/condition/

Condition that will be enforced when using the underlying type of object this condition appears on.

## Fields

- `name` (string, required) - The name of the property to which the condition applies.
- `operator` (any, required, one of "<", "<=", "==", "!=", ">=", ">") - The operator indicating how this condition is enforced.
- `value` (string, required) - The value which the condition will enforce on the property.
