blob: b182247dce5fd9bee3912b81400bf9ea623ff8f8 [file]
{
"title": "Body",
"body": {
"content": {
"application/json": {
"schema": {
"properties": { "name": { "maxLength": 250, "type": "string" } },
"required": ["name"],
"type": "object",
"title": "ViewMenuApi.post"
},
"example": { "name": "string" }
}
},
"description": "Model schema",
"required": true
}
}