GREsau / schemars

Generate JSON Schema documents from Rust code
https://graham.cool/schemars/
MIT License
791 stars 220 forks source link

skip_if for conditional skip #288

Open davidbarratt opened 4 months ago

davidbarratt commented 4 months ago

It would be really helpful if you could conditionally skip output of a field.

As an example, you may have fields that are not accessible publicly and shouldn't be included in public documentation, but should be included in private documentation.