images_image_variant_options

Allows you to define image resizing sizes for different use cases.

APIs.ioEngineeringPlatform

Properties

Name Type Description
fit object
height object
metadata object
width object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-variant-options-schema.json Raw ↑
{
  "$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"
}