# VerityReputation.Content

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **String** | UUID, GUID, HASH or MultiHash that represents this object. For example a GitHub commit hash or IPFS address. | 
**name** | **String** | name or tag | 
**body** | **String** | content as text, JSON or HTML. Body is required, but if external content is being represented, the multi-hash or permalink sould be put here.  | 
**nodes** | **[String]** | child node ids | [optional] 
**authors** | **[String]** | one or more uuids of the creating agent(s) | [optional] 
**communityId** | **String** | The community from which the content originated. | [optional] 
**mimeType** | **String** | MIME Type. Assumed to be text/plain if not specified. | [optional] [default to &#39;text/plain&#39;]


