Hello,
Sorry for my english.
I have Visual Paradigm 16.3 and I try to modelize a REST API in a class diagram. Then, I generate swagger. Every thing works fine. Nevertheless, I would like to modelize this case in Visual Paradigm:
paths:
/items:
get:
parameters:
- in: query
name: sort
description: Sort order
required: false
schema:
type: string
enum: [asc, desc]
How to specify the enum type for the query parameter in a class diagram?
Thank you in advance for you response.
Best regards,
Olivier