jsonrpc.protocol.version
string PII: Maybe Visibility: Public OTel: True The version of the JSON-RPC protocol used.
Example
2.0 Changelog
next Added jsonrpc.protocol.version attribute
Raw JSON
{
"key": "jsonrpc.protocol.version",
"brief": "The version of the JSON-RPC protocol used.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"visibility": "public",
"example": "2.0",
"changelog": [
{
"version": "next",
"description": "Added jsonrpc.protocol.version attribute"
}
]
}