ajevans99 / swift-json-schema

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

Fix `schemaValue` for boolean schemas #43

Open ajevans99 opened 3 weeks ago

ajevans99 commented 3 weeks ago

On JSONSchemaComponent, schemaValue is of type [String: JSONValue] which works for object schemas, but leads to incorrect states for boolean schema. Might be better for this to be an enum or optional or a separate protocol.