Release version
v6.0.1.4
Describe the bug
The extraction process is including "serviceUrl": "", which disrupts API deployment during critical situations or version rollback when utilizing the current version.
{"code":"ValidationError","target":"ServiceUrl","message":"The field serviceUrl is invalid."}]}

Expected behavior
The extraction process should disregard "serviceUrl" when it is empty, as the value is considered invalid for publisher (and the field is not mandatory).
Actual behavior
Error when trying to publish the same code extract from production environment.
{"code":"ValidationError","target":"ServiceUrl","message":"The field serviceUrl is invalid."}]}
Reproduction Steps
Extract an API without a serviceUrl value, and attempt to publish any adjustment with this code.
Release version
v6.0.1.4
Describe the bug
The extraction process is including "serviceUrl": "", which disrupts API deployment during critical situations or version rollback when utilizing the current version.
{"code":"ValidationError","target":"ServiceUrl","message":"The field serviceUrl is invalid."}]}
Expected behavior
The extraction process should disregard "serviceUrl" when it is empty, as the value is considered invalid for publisher (and the field is not mandatory).
Actual behavior
Error when trying to publish the same code extract from production environment.
{"code":"ValidationError","target":"ServiceUrl","message":"The field serviceUrl is invalid."}]}
Reproduction Steps
Extract an API without a serviceUrl value, and attempt to publish any adjustment with this code.