How to fill the Example / Response fields in JSON format for the following information? ENUM / String / Boolean
about 1 year ago by D. Silva
How to Fill in the Example / Response fields in JSON format for the model, age, and gender information, following the structure below, base in the image
{
"model": "Example", // string
"age": 30, // number
"gender": "Male" | "Female" // string Need ENUM
}