I have added required validation for a field and allowed draftAndPublish is true but its not showing any validation error on publishing the collection without filed the field?

“options”: {
“increments”: true,
“timestamps”: true,
“draftAndPublish”: true
}
“Excerpt”: {
“type”: “richtext”,
“required”: true,
“maxLength”: 256
}