mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": { "name": { "maxLength": 250, "type": "string" } },
|
|
"required": ["name"],
|
|
"type": "object",
|
|
"title": "ViewMenuApi.put"
|
|
},
|
|
"example": { "name": "string" }
|
|
}
|
|
},
|
|
"description": "Model schema",
|
|
"required": true
|
|
}
|
|
}
|