CreateSubscriptionInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CreateSubscriptionInput.jsonserviceUUIDstringrequired
tenantUUIDstringrequired
UUID of the tenant the subscription belongs to
tierCodestringrequired
CreateSubscriptionInput
{
"$schema": "https://example.com/schemas/CreateSubscriptionInput.json",
"serviceUUID": "string",
"tenantUUID": "string",
"tierCode": "string"
}