0.25.0: Merge pull request #34 from mattpolzin/bugfix/components-object-keys
Pre-release
Pre-release
Fixes #28
Changes keys in Components Object dictionaries from String
to OpenAPI.ComponentKey
in order to provide validation. ComponentKey
has String
raw values and is ExpressibleByStringLiteral
so this is a pretty small breaking change.