ajevans99 / swift-json-schema

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

Add exclude from schema macro #11

Closed ajevans99 closed 3 months ago

ajevans99 commented 3 months ago

Description

Adds a new macro that prevents member of struct or class from being included in schemable expansion.

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.