Most RecentMost ViewedMost LikesSwagger Enum Deprecated Values- Is it possible? Is it possible to deprecated values of enum? if so what is the syntax. I tried addingdeprecated: true inside enum enum: - test1 - test2 deprecated: true - test3 But build fails with errorbad indentation of a sequence entry Solved