Otter · Schema

PictureRequirement

Enables and configure the picture requirement.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
enabled boolean Marks the picture requirement as required.
View JSON Schema on GitHub

JSON Schema

public-api-picture-requirement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PictureRequirement",
  "description": "Enables and configure the picture requirement.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-picture-requirement-schema.json",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Marks the picture requirement as required.",
      "example": true
    }
  }
}