Definition for a card display property.
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | An internal identifier for this property. This value must be unique TODO. | |
| Label | string | The label for this property as you'd like it displayed to users. | |
| DataType | string | Type of data represented by this property. | |
| Options | List<DisplayOption> | An array of available options that can be displayed. Only used in when `dataType` is `STATUS`. |