jsonary-js / jsonary

Quickly assemble clients for JSON-based APIs (powered by JSON Schema)
http://jsonary.com/
MIT License
122 stars 14 forks source link

additional attribute "hide" #92

Closed Ognian closed 10 years ago

Ognian commented 11 years ago

Hello again, I need an additional attribute "hide" which describes when and if an attribute shall be actually rendered or not. This is useful when object's carry information which can't be altered by the form and should not be displayed to the user… hide should be default false, other possible values would be whenViewOnly, whenUpdateable, always What do you think? Ognian