ajevans99 / swift-json-schema

Generate JSON Schema documents from Swift
MIT License
12 stars 5 forks source link

Support const keyword #9

Closed ajevans99 closed 3 months ago

ajevans99 commented 4 months ago

Description

Adds support for the const keyword https://json-schema.org/understanding-json-schema/reference/const#constant-values

Type of Change

Additional Notes

Add any other context or screenshots about the pull request here.


Note: You can add the auto-format label to this pull request to enable automatic Swift formatting.

ajevans99 commented 4 months ago

Add tests