### Problem Schemas that use the `enum` keyword are currently not handled properly. ### Solution Handle `enum` schemas similar to how `oneOf` schemas are currently handled, by showing a "switch" control.
Problem
Schemas that use the
enumkeyword are currently not handled properly.Solution
Handle
enumschemas similar to howoneOfschemas are currently handled, by showing a "switch" control.