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
I dug into the source and discovered the string was getting JSON.parse() called on it, which returns integer 123. To address that I appended a to_json.
I would expect a string that is just a number to pass validation as a string.
When I use the same schema and value in a third party validator, it passes fine.
According to the json schema specs: https://json-schema.org/understanding-json-schema/reference/string.html#string
The text was updated successfully, but these errors were encountered: