| { | |
| "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 | |
| } | |
| } |