I have set the following field but the "required" doesn't work. I'm able to update post without upload an image.
[
'name' => esc_html__( 'Logo', 'text' ),
'id' => '_logo',
'type' => 'image',
'force_delete' => true,
'max_file_uploads' => 1,
'required' => true,
],