Robert Adkins
Results
2
issues of
Robert Adkins
Closes #1834 See the issue above for a description of a usecase where support for the [`const` keyword](https://json-schema.org/understanding-json-schema/reference/const) is useful. Updated the snapshot tests to verify correct output.
I have a usecase where it would be helpful to support constant values via the [`const` keyword](https://json-schema.org/understanding-json-schema/reference/const). Say we have an api spec containing some models like: ``` { "components":...