Discussions

Ask a Question
Back to All

How to fill the Example / Response fields in JSON format for the following information? ENUM / String / Boolean

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
}

EXAMPLE

?

RESULTS

?