Hi Should maxlength/minlength be valid attributes with enum? "status": { "type": "string", "description": "pet status in the store", **"maxLength": 12,** "enum": [ "available", "pending", "sold" ] } Thanks Shweta