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
If a parking lot is closed, the free parameter of said parking lot contains an empty string and not a 0. Whilst not being false, I don't think this is ok with the schema.json:
"free":
{
"description":"Count of free parking lots",
"type":"integer"
}
The text was updated successfully, but these errors were encountered:
If a parking lot is closed, the
free
parameter of said parking lot contains an empty string and not a 0. Whilst not being false, I don't think this is ok with the schema.json:The text was updated successfully, but these errors were encountered: