allow_merge_on_skipped_pipeline can be null and not just boolean in REST API
Summary
Even in documentation you can see in example responses that allow_merge_on_skipped_pipeline is sometimes false and sometimes null, but documentation for create project lists the type as boolean. So what does null mean then?