honeycomb · Schema

MarkerSettingUpdateRequest

Properties

Name Type Description
type string An updated marker type.
color string An updated color for the marker setting.
View JSON Schema on GitHub

JSON Schema

honeycomb-markersettingupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MarkerSettingUpdateRequest",
  "title": "MarkerSettingUpdateRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "An updated marker type."
    },
    "color": {
      "type": "string",
      "description": "An updated color for the marker setting."
    }
  }
}