# PartnershipManagement.Characteristic

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the characteristic | 
**valueType** | **String** | Data type of the value of the characteristic | [optional] 
**value** | [**Any**](Any.md) |  | 
**baseType** | **String** | When sub-classing, this defines the super-class | [optional] 
**schemaLocation** | **String** | A URI to a JSON-Schema file that defines additional attributes and relationships | [optional] 
**type** | **String** | When sub-classing, this defines the sub-class entity name | [optional] 
