honeycomb · Schema

QueryAnnotationUpdateRequest

Properties

Name Type Description
name string An updated name for the query annotation.
description string An updated description for the annotation.
View JSON Schema on GitHub

JSON Schema

honeycomb-queryannotationupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryAnnotationUpdateRequest",
  "title": "QueryAnnotationUpdateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "An updated name for the query annotation."
    },
    "description": {
      "type": "string",
      "description": "An updated description for the annotation."
    }
  }
}