Riksdagsmonitor Intelligence Platform - v0.7.19
Home
GitHub
ISMS
Preparing search index...
Types/MCP
JsonRpcRequest
Interface JsonRpcRequest
Outgoing JSON-RPC 2.0 request
interface
JsonRpcRequest
{
jsonrpc
:
"2.0"
;
id
:
number
;
method
:
string
;
params
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
jsonrpc
id
method
params?
Properties
jsonrpc
jsonrpc
:
"2.0"
id
id
:
number
method
method
:
string
Optional
params
params
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
method
params
Architecture
Security
Threat Model
Data Model
SWOT
Business Model
Home
GitHub
ISMS
Riksdagsmonitor Intelligence Platform - v0.7.19
Loading...
Outgoing JSON-RPC 2.0 request