{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "dataQualityCheckExpression",
    "type": "string",
    "enum": ["==", "<", ">", "<=", ">="]
}
