| Name | Type | Description | Notes |
|---|---|---|---|
| description | str | Description of the package format | |
| distributions | list[Distribution] | The distributions supported by this package format | [optional] |
| extensions | list[str] | A non-exhaustive list of extensions supported | |
| name | str | Name for the package format | |
| premium | bool | If true the package format is a premium-only feature | |
| premium_plan_id | str | The minimum plan id required for this package format | [optional] |
| premium_plan_name | str | The minimum plan name required for this package format | [optional] |
| slug | str | Slug for the package format | |
| supports | FormatSupport |