{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DeprecatedContainerVolumeForResponse.json", "title": "DeprecatedContainerVolumeForResponse", "allOf": [ { "$ref": "#/components/schemas/ContainerQuantity" }, { "description": "The deprecated \"volume\" type key in API responses can also contain non-volume quantities for back-compatibility purposes. Use the \"quantity\" type key instead.\n" } ] }