Skip to main content
Version: v0.16.0

Validate

Alias:Validate, SchemaValidate

Output:Array<T>

Validate that the schema is valid for all entities. Does not evaluate the entity stream. For more information on schemas please see the documentation.

ParameterTypeRequiredPositionDefault ValueSummary
EntityStreamarray<entity>✔1Entities to validate with the schema
Schemaentity✔2The Json Schema to validate.
ErrorBehaviorErrorBehavior3FailHow to behave if an error occurs.