Open ajevans99 opened 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.
JSONSchemaComponent
schemaValue
[String: JSONValue]
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.