You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input schema generator performs some validations like checking that types and descriptions exist etc...
It currently treats defaults like any other schema elements and therefore can raise validation issue that are not valid.
e.g. in the data-mapper connector, the map_one_value operation has a default value for the mappings input of:
The input schema generator performs some validations like checking that types and descriptions exist etc...
It currently treats
default
s like any other schema elements and therefore can raise validation issue that are not valid.e.g. in the
data-mapper
connector, themap_one_value
operation has a default value for themappings
input of:This issues the following validation errors:
There should be no errors because the default values are not schema declarations, they are just values.
The text was updated successfully, but these errors were encountered: