Otter · JSON Structure

Public Api Picture Proof Structure

Picture info captured.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

PictureProof is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pictureUrl

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/otter/refs/heads/main/json-structure/public-api-picture-proof-structure.json",
  "name": "PictureProof",
  "description": "Picture info captured.",
  "type": "object",
  "properties": {
    "pictureUrl": {
      "type": "string",
      "description": "Image url.",
      "example": "https://example.com/resource"
    }
  }
}