## Pipeline.validate()


Validate the data against an optional schema.


Usage


``` python
Pipeline.validate(schema=None)
```


## Parameters


`schema: dict or None = None`  
Validation schema. If None, performs basic checks.


## Returns


`bool`  
True if the data passes validation.
