How to skip removing the common prefix from modelsEnum name? I have got an enum with single value (in the future I will have more values) and swagger code gen plugin generates the class with enum CODE instead of AIRPORT_CODE
properties:
type:
enum: ["AIRPORT_CODE"]
description: the type of location that is identified by the value