curl --location --request GET '/api/gen/servers/'
{
"property1": {
"default": "string",
"description": "string",
"enum": {
"property1": "string",
"property2": "string"
},
"optionName": "string",
"type": "string"
},
"property2": {
"default": "string",
"description": "string",
"enum": {
"property1": "string",
"property2": "string"
},
"optionName": "string",
"type": "string"
}
}