// StripValueValidations returns a copy without value validations. func (s *Structural) StripValueValidations() *Structural { … } // StripNullable returns a copy without nullable. func (s *Structural) StripNullable() *Structural { … }
// StripValueValidations returns a copy without value validations. func (s *Structural) StripValueValidations() *Structural { … } // StripNullable returns a copy without nullable. func (s *Structural) StripNullable() *Structural { … }