# `ExJsonSchema.Validator.AnyOf`
[🔗](https://github.com/jonasschmidt/ex_json_schema/blob/v0.11.5/lib/ex_json_schema/validator/any_of.ex#L1)

`ExJsonSchema.Validator` implementation for `"anyOf"` attributes.

See:
https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.4
https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.27
https://tools.ietf.org/html/draft-handrews-json-schema-validation-01#section-6.7.2

---

*Consult [api-reference.md](api-reference.md) for complete listing*
