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
It seems like somewhere in the chain an outdated version of ajv (https://github.com/ajv-validator/ajv) is used, which is not capable of handling formats like: float, int32, int64, ... .
It seems that the "float" format of the number data type leads to an invalid schema test within Newman. The API description is based on OpenAPI 3..0.
newman -v
): 5.3.1The text was updated successfully, but these errors were encountered: