jonasschmidt / ex_json_schema

An Elixir JSON Schema validator
MIT License
366 stars 98 forks source link

Error on extra attributes? #60

Closed strzibny closed 4 years ago

strzibny commented 4 years ago

What if the provided params matches the schema, but contains extra attributes? It could be nice to inform the user that the extra ones will get ignored. Is this something ex_json_schema could tackle?

strzibny commented 4 years ago

Ah, sorry, I just learned about:

"additionalProperties" => false

(in JSON schema).