foxglove.KeyValuePair

A key with its associated value

RoboticsObservabilityVisualizationData PlatformPhysical AIAutonomyFleet ManagementDeveloper ToolsMCAPROS

Properties

Name Type Description
key string Key
value string Value
View JSON Schema on GitHub

JSON Schema

foxglove-technologies-keyvaluepair.json Raw ↑
{
  "title": "foxglove.KeyValuePair",
  "description": "A key with its associated value",
  "$comment": "Generated by https://github.com/foxglove/foxglove-sdk",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Key"
    },
    "value": {
      "type": "string",
      "description": "Value"
    }
  },
  "required": [
    "key",
    "value"
  ]
}