form-definition-schema-defs-condition-group-schema-properties-conditions-conditions-item-anyof-condition-definition-properties-value-anyof-relative-date-value
Item 1 Type
object (Relative Date Value)
Item 1 Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | Not specified | Required | cannot be null | Form Definition Schema |
| period | string | Required | cannot be null | Form Definition Schema |
| unit | string | Required | cannot be null | Form Definition Schema |
| direction | string | Required | cannot be null | Form Definition Schema |
type
Type of the condition value, should be "RelativeDate"
type
-
is required
-
Type: unknown (Type)
-
cannot be null
-
defined in: Form Definition Schema
Type
unknown (Type)
type Constraints
constant: the value of this property must be equal to:
"RelativeDate"period
Numeric amount of the time period, as a string
period
-
is required
-
Type:
string(Period) -
cannot be null
-
defined in: Form Definition Schema
Period Type
string (Period)
unit
Time unit (e.g. days, weeks, months, years)
unit
-
is required
-
Type:
string(Unit) -
cannot be null
-
defined in: Form Definition Schema
Unit Type
string (Unit)
direction
Temporal direction, either "past" or "future"
direction
-
is required
-
Type:
string(Direction) -
cannot be null
-
defined in: Form Definition Schema
Direction Type
string (Direction)