voxpupuli / json-schema

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

Missing unevaluatedProperties attribute #499

Open GabrielaGuedes opened 11 months ago

GabrielaGuedes commented 11 months ago

Hey! It would be awesome to also add the unevaluatedProperties attribute. Although it is quite similar to the additionalProperties one, it has the advantage that works with oneOf or anyOf, for example. There are more details about its functionality on the json schema docs