Interface MergingOptions

interface MergingOptions {
    constrictModels?: boolean;
}

Properties

Properties

constrictModels?: boolean

When models are merged, should merging models constrict the merging to model? If false, required keyword would no longer be applied from the merging from model.