-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
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==""
Metadata
Metadata
Assignees
Labels
No labels