Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/create-security-resources.RequestSchema.json

19 lines
400 B
JSON

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