voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 242 forks source link

Whitelisting properties #331

Closed mnort9 closed 8 years ago

mnort9 commented 8 years ago

Any way of whitelisting properties so an unrecognized property fails the validation? Or unrecognized properties get deleted similar to strong_paramaters?

mnort9 commented 8 years ago

Looks like additionalProperties takes care of this