Open
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Add support to deprecated values as stated in the JSON Schema 2019-09 paragraph.
Motivation
Be able to deprecate properties without raw()
.
Example
S.object().prop('myDeprecatedProperty', S.string()).deprecated();
Current workaround:
S.object().prop('myDeprecatedProperty', S.string()).raw({ deprecated: true });
Metadata
Metadata
Assignees
Labels
No labels