{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TargetLag",
"type": "object",
"description": "Specifies the schedule for periodically refreshing the dynamic table.",
"properties": {
"type": {
"type": "string",
"description": "Type of lag, can be either USER_DEFINED or DOWNSTREAM."
}
}
}