In v0.12.2, oil type is now expected to be passed in as `id` or `(id, title)`. I've come across few places that still don't reflect that: - `OilTypeEnum` docstring says "Either id or title can be input to OpenDriftModel" ([models/opendrift/enums.py#L185](https://github.com/axiom-data-science/particle-tracking-manager/blob/75c76aaac80427293d012c06b1dc3ca0a32a2fca/particle_tracking_manager/models/opendrift/enums.py#L185-L186)) - I *think* the schema might be outdated too: `ModifyOilTypeJsonSchema.generate` appears to allow "oneOf" `id` or `title` ([models/opendrift/enums.py#L1521](https://github.com/axiom-data-science/particle-tracking-manager/blob/75c76aaac80427293d012c06b1dc3ca0a32a2fca/particle_tracking_manager/models/opendrift/enums.py#L1521))