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
My application requires some fields, and the properties are working. However it allows empty strings to pass and I don't seem to find any configuration for this on the project. Can this gem validate this? { "type": "object", "properties": { "destination_postal_code": { "type": "string" }, "destination_city": { "type": "string" }, "expected_ship_date": { "type": "string" }, "fulfillment_hours": { "type": "string" }, "notes": { "type": "string" } }, "required": ["destination_postal_code", "destination_city", "expected_ship_date", "fulfillment_hours"] }
I cannot accept destination_postal_code==""
The text was updated successfully, but these errors were encountered:
My application requires some fields, and the properties are working. However it allows empty strings to pass and I don't seem to find any configuration for this on the project. Can this gem validate this? { "type": "object", "properties": { "destination_postal_code": { "type": "string" }, "destination_city": { "type": "string" }, "expected_ship_date": { "type": "string" }, "fulfillment_hours": { "type": "string" }, "notes": { "type": "string" } }, "required": ["destination_postal_code", "destination_city", "expected_ship_date", "fulfillment_hours"] } I cannot accept destination_postal_code==""
My application requires some fields, and the properties are working. However it allows empty strings to pass and I don't seem to find any configuration for this on the project. Can this gem validate this?
{ "type": "object", "properties": { "destination_postal_code": { "type": "string" }, "destination_city": { "type": "string" }, "expected_ship_date": { "type": "string" }, "fulfillment_hours": { "type": "string" }, "notes": { "type": "string" } }, "required": ["destination_postal_code", "destination_city", "expected_ship_date", "fulfillment_hours"] }
I cannot accept destination_postal_code==""
The text was updated successfully, but these errors were encountered: