Allows you to define image resizing sizes for different use cases.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_image_variant_options", "title": "images_image_variant_options", "description": "Allows you to define image resizing sizes for different use cases.", "properties": { "fit": { "$ref": "#/components/schemas/images_image_variant_fit" }, "height": { "$ref": "#/components/schemas/images_image_variant_height" }, "metadata": { "$ref": "#/components/schemas/images_image_variant_schemas_metadata" }, "width": { "$ref": "#/components/schemas/images_image_variant_width" } }, "required": [ "fit", "metadata", "width", "height" ], "type": "object" }