Otter · JSON Structure

Public Api Picture Requirement Structure

Enables and configure the picture requirement.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

PictureRequirement 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

enabled

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-requirement-structure.json",
  "name": "PictureRequirement",
  "description": "Enables and configure the picture requirement.",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Marks the picture requirement as required.",
      "example": true
    }
  }
}