Name | Type | Description | Notes |
---|---|---|---|
name | str | The dot-separated path to this slot for use in Talang. | |
type | str | The type of this slot, one of string, number, boolean, or list[type]. | |
title | str | Campaigner-friendly name for the slot. | |
description | str | A short description of the slot. | [optional] |
help | str | Extended help text for the slot. | [optional] |
writable | bool | Whether or not this slot can be updated by rule effects. |