honeycomb · Schema

CalculatedFieldUpdateRequest

Properties

Name Type Description
expression string An updated expression for the calculated field.
description string An updated description for the calculated field.
View JSON Schema on GitHub

JSON Schema

honeycomb-calculatedfieldupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CalculatedFieldUpdateRequest",
  "title": "CalculatedFieldUpdateRequest",
  "type": "object",
  "properties": {
    "expression": {
      "type": "string",
      "description": "An updated expression for the calculated field."
    },
    "description": {
      "type": "string",
      "description": "An updated description for the calculated field."
    }
  }
}