InviteInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/InviteInput.jsonemailstringrequired
rolesstring[]nullablerequired
InviteInput
{
"$schema": "https://example.com/schemas/InviteInput.json",
"email": "string",
"roles": "Unknown Type: array,null"
}