Otter · JSON Structure

Public Api Review Reply Response Structure

The response to reply to a review.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

ReviewReplyResponse 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

replyId

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-review-reply-response-structure.json",
  "name": "ReviewReplyResponse",
  "description": "The response to reply to a review.",
  "type": "object",
  "properties": {
    "replyId": {
      "type": "string",
      "description": "The reply ID. Returned if no scheduled timestamp was provided.",
      "example": "reply-f34f-4d35",
      "nullable": true
    }
  }
}