oferei / json-gate

A friendly, fast JSON schema validator
MIT License
100 stars 16 forks source link

why additionalProperties = 'remove' not work, or this function is removed? #35

Open wilsoncook opened 9 years ago

wilsoncook commented 9 years ago

As title

oferei commented 9 years ago

What title? additionalProperties can be either a boolean (False) or a schema. 'remove' is not an option.

It was suggested by andersonba (#27), but I haven't done it because it's non-standard and at this point I'm not trying to improve on JSON schema.