Represents the transformations applied during external documentation merge.
public class MergeTransformations
[JsonPropertyName("navigationPrefix")] public string NavigationPrefix { get; set; }
[JsonPropertyName("pathPrefix")] public string PathPrefix { get; set; }