# VerityReputation.ValueAction

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **String** | UUID, GUID, HASH,  MultiHash or ProxyContract Address that represents this object | 
**name** | **String** |  | 
**description** | **String** | Describes this action or community value. Formatted as JSON or JSON:LD. Should include a short &#39;tag&#39; and optionally a longer description or link to more content. | 
**amount** | **Number** | Default amount to be awarded. When creating a transaction the default amount can be used or overridden. If the defalut changes at a later date, new awards can be retroactivly computed based on the new default amount, however the original transaction will remain fixed in value. | [optional] 
**actionTypeId** | **String** | the  UUID of the actionType | 
**ethicId** | **String** |  | 
**communityId** | **String** |  | [optional] 
**awardMin** | **Number** |  | [optional] 
**awardMax** | **Number** |  | [optional] 
**awardScale** | **String** |  | [optional] [default to &#39;int&#39;]
**archived** | **Boolean** | indicates this ValueAction is frozen and read-only. No further changes to &#39;amount&#39; or any other fields can be made. | [default to false]


<a name="AwardScaleEnum"></a>
## Enum: AwardScaleEnum


* `int` (value: `"int"`)

* `decimal` (value: `"decimal"`)

* `bool` (value: `"bool"`)




