Required properties should not have default values. If a property is required, the client must provide it explicitly. Having a default on a required property creates confusion about whether the client needs to send it.
OpenAPI Schema Required No Default
Message: Required properties MUST NOT have default values.