The schema defines the following types:
PackagingVesselType - a per vessel representation of a packaging process.
PackagingVesselType is an object with these properties:
| Name | Required | Type | Description |
|---|---|---|---|
| name | ✅ | string | |
| type | "keg""bottle""cask""tank""firkin""other" |
||
| description | string | ||
| package_date | DateType | ||
| start_temperature | TemperatureType | ||
| end_temperature | TemperatureType | ||
| step_time | TimeType | ||
| start_gravity | GravityType | ||
| end_gravity | GravityType | ||
| start_ph | AcidityType | ||
| end_ph | AcidityType | ||
| carbonation | number | ||
| vessel_volume | VolumeType | ||
| vessel_quantity | number |