Add support for anyOf in JSON schema. Since there are multiple options for an anyOf, Cyclops looks for the one that has a type boolean because it's the easiest input form. If there are multiple boolean options, Cyclops takes the first one. If there are none, Cyclops takes the first definition from the anyOf
Add support for
anyOf
in JSON schema. Since there are multiple options for an anyOf, Cyclops looks for the one that has a typeboolean
because it's the easiest input form. If there are multipleboolean
options, Cyclops takes the first one. If there are none, Cyclops takes the first definition from the anyOf