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.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
EntityStream | array<entity> | ✔ | 1 | Entities to validate with the schema | |
Schema | entity | ✔ | 2 | The Json Schema to validate. | |
ErrorBehavior | ErrorBehavior | 3 | Fail | How to behave if an error occurs. |