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
While in json-schema
it is described that:
"In Python, "number" is analogous to the float type"
and
"In Python, "integer" is analogous to the int type."
In jsmodels the IntegerField becomes type:muber and FloatField to type:float.
Shouldn't this be changed to support the json-schema Specification ?
The text was updated successfully, but these errors were encountered:
While in json-schema
it is described that:
"In Python, "number" is analogous to the float type"
and
"In Python, "integer" is analogous to the int type."
In jsmodels the IntegerField becomes type:muber and FloatField to type:float.
Shouldn't this be changed to support the json-schema Specification ?
The text was updated successfully, but these errors were encountered: