We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6483cb8 commit db16924Copy full SHA for db16924
src/SchemaUtils.elm
@@ -253,11 +253,11 @@ schemaToType qualify schema =
253
oneOfToType schemas
254
255
else
256
- CliMonad.todoWithDefault
+ CliMonad.succeed
257
{ type_ = Common.Value
258
, documentation = subSchema.description
259
}
260
- "anyOf between overlapping types is not supported"
+ |> CliMonad.withWarning "anyOf between overlapping types is not supported"
261
)
262
263
oneOfCombine : List Json.Schema.Definitions.Schema -> CliMonad { type_ : Common.Type, documentation : Maybe String }
0 commit comments