CreateRoleInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CreateRoleInput.jsondescriptionstringrequired
namestringrequired
permissionsstring[]nullablerequired
CreateRoleInput
{
"$schema": "https://example.com/schemas/CreateRoleInput.json",
"description": "string",
"name": "string",
"permissions": "Unknown Type: array,null"
}