View Source Mecto.SchemaValidator (mecto v0.7.2)

Validates fields extracted with Mecto.MarkupParser exist based on the schema given from Mecto.SchemaExtractor.

Summary

Functions

@spec check(map(), map()) :: map() | {:error, [String.t()]}