SuccessResponse
A success response frame.
Fields and variants
Section titled “Fields and variants”idjsonrpcresult
Source
schema/msp/experimental/msp.schema.json#/types/SuccessResponse
{ "description": "A success response frame.", "properties": { "id": { "$ref": "#/$defs/RequestId", "description": "Echo of the request id." }, "jsonrpc": { "$ref": "#/$defs/JsonRpcVersion", "description": "The literal `\"2.0\"`." }, "result": { "description": "Always a JSON object, possibly `{}`, never a bare scalar — so every\nresult can grow additive-optional members.", "properties": {}, "type": "object" } }, "required": [ "id", "jsonrpc", "result" ], "type": "object"}