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
Like in previous reported bug in float formats (#2939) it seems to be the same issue on formats like:
byte
decimal
Formats of either of these is resulting int an invalid schema test within Newman. The API description is based on OAS 3.0.3.
Newman Version (can be found via newman -v): 6.2.1
OS details (type, version, and architecture): Windows, Linux
Are you using Newman as a library, or via the CLI? CLI
Did you encounter this recently, or has this bug always been there: Discovered it recently but has probably always been there (only shown on GET endpoints when data in response has unknown formats).
Expected behaviour: Valid Schema because other Validators result into a valid schema
The text was updated successfully, but these errors were encountered:
In addtion to this issue, does anyone know if it is possible to add post-response scripts to newman cli configuration files? I know there is a collectionPreRequestScripts, but I cannot find the collectionPostResponseScripts?
Like in previous reported bug in float formats (#2939) it seems to be the same issue on formats like:
Formats of either of these is resulting int an invalid schema test within Newman. The API description is based on OAS 3.0.3.
The text was updated successfully, but these errors were encountered: