Toast · JSON Structure

Menus Images Structure

An array of strings that contain URLs for images that have been uploaded for this item or modifier. The array is empty if no images have been uploaded. _Note:_ The `images` array contains multiple URLs for multiple images for the same item or modifier. The older `image` value contains a single URL for a single image.

Type: array Properties: 0
Food ServicePoint of SaleRestaurantsHospitality

Images is a JSON Structure definition published by Toast. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/menus-images-structure.json",
  "name": "Images",
  "description": "An array of strings that contain URLs for images that have been uploaded for this item or modifier. The array is empty if no images have been uploaded.\n    \n_Note:_ The `images` array contains multiple URLs for multiple images for the same item or modifier. The older `image` value contains a single URL for a single image.\n",
  "type": "array",
  "items": {
    "type": "string"
  }
}