A key with its associated value
{ "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" ] }