For AI agents: visit https://docs.readme.com/main/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
How to fill the Example / Response fields in JSON format for the following information? ENUM / String / Boolean
2 years 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
}