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
lines 89-91, the generated JSON schema describes both float and double as "number" with no indication of the field width unlike with integers where min and max are provided.
As per
flatbuffers/src/idl_gen_json_schema.cpp
Line 89 in bab1075