Otter · Schema

ReviewReplyResponse

The response to reply to a review.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
replyId string The reply ID. Returned if no scheduled timestamp was provided.
View JSON Schema on GitHub

JSON Schema

public-api-review-reply-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReviewReplyResponse",
  "description": "The response to reply to a review.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-review-reply-response-schema.json",
  "type": "object",
  "properties": {
    "replyId": {
      "type": "string",
      "description": "The reply ID. Returned if no scheduled timestamp was provided.",
      "example": "reply-f34f-4d35",
      "nullable": true
    }
  }
}