Otter · Schema

PictureProof

Picture info captured.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
pictureUrl string Image url.
View JSON Schema on GitHub

JSON Schema

public-api-picture-proof-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PictureProof",
  "description": "Picture info captured.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-picture-proof-schema.json",
  "type": "object",
  "properties": {
    "pictureUrl": {
      "type": "string",
      "description": "Image url.",
      "example": "https://example.com/resource"
    }
  }
}