Interface QueryValidation

interface QueryValidation {
    decode_result_as?: string;
    json_path?: string;
    key: string;
    operator: Operator;
    use_json_path: boolean;
    value: string;
}

Properties

decode_result_as?: string
json_path?: string
key: string
operator: Operator
use_json_path: boolean
value: string