Forum Discussion
Related Content
- 3 years ago
- 4 years ago
Recent Discussions
- 2 days ago
- 3 days ago
- 20 days ago
i would like to have my swagger open API spefication like this
Map<ModeToContactEnum, String>
ModeToContactEnum{
ph, in_prsn, app, othrs, no_cntct_yt
}
i tried the following it is not woking as expected
modeToContactToMerchantPhone:
type: object
additionalProperties:
type: string