# PartnershipManagement.Partnership

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The identifier of the partnership | [optional] 
**href** | **String** | The reference url for this partnership | [optional] 
**description** | **String** | An explanatory text regarding this partnership | [optional] 
**name** | **String** | An identifying name for the partnership. | 
**partner** | [**[Partner]**](Partner.md) | The list of partners of the partnership, where a partner represents a party playing a given role. Hence a partner structure includes primarily a reference to the engaged party and a role name matching necessarily the name of one of the role specifications defined in the specification of the partnership. | [optional] 
**specification** | [**PartnershipSpecificationRef**](PartnershipSpecificationRef.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] 
