CreateTenantInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CreateTenantInput.jsonkindstring
namestringrequired
parentTenantUUIDstring
planstring
slugstringrequired
CreateTenantInput
{
"$schema": "https://example.com/schemas/CreateTenantInput.json",
"kind": "string",
"name": "string",
"parentTenantUUID": "string",
"plan": "string",
"slug": "string"
}