Birdeye · Schema

Update Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Properties

Name Type Description
defaultValue string
dropDownOptions array
fieldDescription string
filterable boolean
isHidden boolean
View JSON Schema on GitHub

JSON Schema

update-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/update-request.json",
  "title": "Update Request",
  "type": "object",
  "properties": {
    "defaultValue": {
      "type": "string"
    },
    "dropDownOptions": {
      "type": "array"
    },
    "fieldDescription": {
      "type": "string"
    },
    "filterable": {
      "type": "boolean"
    },
    "isHidden": {
      "type": "boolean"
    }
  }
}