Skip to content

Opensearch dashboards.routevalidatoroptions.unsafe

Home > opensearch-dashboards > RouteValidatorOptions > unsafe

RouteValidatorOptions.unsafe property

Set the unsafe config to avoid running some additional internal *safe* validations on top of your custom validation

Signature:

unsafe?: {
        params?: boolean;
        query?: boolean;
        body?: boolean;
    };