Since user cannot insert a document without "_id" value, it's not very user friendly to start failing every single document when they add additionalProperties:false without enumerating _id field explicitly properties (or having it covered in patternProperties).
It would be useful to log a warning when this scenario is detected.