they fail validating "exclusiveMinimum" in the js...
# troubleshooting
d
they fail validating "exclusiveMinimum" in the json schema
a
It looks like
exclusiveMinimum
and
exclusiveMaximum
changed from booleans to numbers in JSON Schema, maybe the targets are using different versions https://json-schema.org/understanding-json-schema/reference/numeric.html#range
d
thanks, I'll see if I can fix it in the tap