Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/permissionapi-post.Schema.json
2026-07-28 21:39:01 +07:00

10 lines
202 B
JSON

{
"schema": {
"properties": { "name": { "maxLength": 100, "type": "string" } },
"required": ["name"],
"type": "object",
"title": "PermissionApi.post"
},
"schemaType": "response"
}