Skip to content

Async validation

Stuart Fisher requested to merge async_validation into master

Schemas can now be validated asynchronously. This allows actors to perform complex validation if needed. They can also generate a list of warnings, compute calculated parameters, and time_estimates.

Merge request reports