Condition

@Serializable
data class Condition(val scope: String, val schema: Property)

Represents a condition to be evaluated.

Constructors

Link copied to clipboard
constructor(scope: String, schema: Property)

Properties

Link copied to clipboard

Schema evaluated to apply or not the condition.

Link copied to clipboard

The scope that determines to which part this element should be bound to.