Bug ID 1286101: JSON Schema validation failure with E notation number

Last Modified: May 29, 2024

Affected Product(s):
BIG-IP ASM(all modules)

Fixed In:
17.1.1, 16.1.4, 15.1.10

Opened: Apr 08, 2023

Severity: 3-Major

Symptoms

An unexpected JSON Schema validation failure is seen with E notation number.

Impact

False positive.

Conditions

The E notation is without a dot. For example, the following trigger this issue: - 0E-8 - 0e-8 But, the following do not trigger this issue: - 0.0E-8 - 0.0e-8 The problematic E notation number is used in object value, and the object is under an array, and the object is not the last member of the array.

Workaround

Use E notation with a dot or disable schema validation violation.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips