European Parliament MCP Server API - v1.1.16
Documentation Portal
GitHub Repository
Security Architecture
ISMS Policies
Preparing search index...
clients/ep/baseClient
JSONLDResponse
Interface JSONLDResponse<T>
Internal
JSON-LD response format from EP API.
interface
JSONLDResponse
<
T
=
Record
<
string
,
unknown
>
>
{
"@context"
:
unknown
[]
;
data
:
T
[]
;
[
key
:
string
]:
unknown
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Hierarchy
Record
<
string
,
unknown
>
JSONLDResponse
Indexable
[
key
:
string
]:
unknown
Index
Properties
@context
data
Properties
@context
"@context"
:
unknown
[]
data
data
:
T
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
@context
data
Documentation Portal
GitHub Repository
Security Architecture
ISMS Policies
European Parliament MCP Server API - v1.1.16
Loading...
JSON-LD response format from EP API.