ContributionsMost RecentMost LikesSolutionsCan we include @JsonFilter jackson configuration in yaml file at schema level in java? This is my response schema in yaml file - components: schemas: RemitNoticeResponseDTO: properties: remitNoticeId: type: string cashWireEvent: type: string stepSequenceNumber: type: string I need to add @JsonFilter configuration at RemitNoticeResponseDTO level. Please help with any information. Thanks in advance.