{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ConditionValue",
"type": "object",
"description": "The value of the condition.",
"properties": {
"relativeDate": {
"type": "string",
"description": "A relative date."
},
"userEnteredValue": {
"type": "string",
"description": "A value the condition is based on."
}
}
}