---
id: v1-validate-filter-output-dto
title: ValidateFilterOutputDto
pagination_label: ValidateFilterOutputDto
sidebar_label: ValidateFilterOutputDto
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ValidateFilterOutputDto', 'v1ValidateFilterOutputDto']
slug: /tools/sdk/typescript/triggers/models/validate-filter-output-dto
tags: ['SDK', 'Software Development Kit', 'ValidateFilterOutputDto', 'v1ValidateFilterOutputDto']
---

# ValidateFilterOutputDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isValid** | **(optional)** `boolean` | When this field is true, the filter expression is valid against the input. | [default to false]
**isValidJSONPath** | **(optional)** `boolean` | When this field is true, the filter expression is using a valid JSON path. | [default to false]
**isPathExist** | **(optional)** `boolean` | When this field is true, the filter expression is using an existing path. | [default to false]

