Era.Common.DataDefinition.Reports.Link
Description
Used when displaying context menus above reports and for other interaction with report data.
Properties
Dual message (request/response)
No dual message.Referenced in messages
Era.Common.DataDefinition.Reports.Report_Data_Column_Header
JsonSchema
{
"title": "Era.Common.DataDefinition.Reports.Link",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.DataDefinition.Reports.Link"
],
"properties": {
"Era.Common.DataDefinition.Reports.Link": {
"$ref": "#/definitions/Link"
}
},
"definitions": {
"Link": {
"additionalProperties": false,
"type": "object",
"properties": {
"filter_column": {
"type": "array",
"items": [
{
"type": "integer"
}
]
},
"index_column": {
"type": "integer"
},
"report_id": {
"$ref": "Era.Common.DataDefinition.Common.Uuid#/definitions/Uuid"
},
"symbol_data_type": {
"enum": [
99,
0,
1,
2,
3,
4,
56,
57,
58,
52,
53,
80,
6,
70,
26,
27,
28,
29,
30,
31,
98,
111,
127,
7,
8,
9,
115,
116,
119,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
23,
24,
25,
54,
89,
122,
90,
95,
112,
120,
50,
51,
92,
81,
82,
83,
84,
55,
60,
64,
65,
66,
61,
63,
59,
62,
67,
68,
69,
71,
72,
73,
74,
76,
75,
77,
78,
86,
87,
88,
91,
93,
94,
106,
96,
97,
101,
102,
103,
104,
105,
114,
117,
118,
121,
123,
124,
125,
126,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
152,
153,
154,
155,
156,
107,
108,
109,
110,
113,
85,
100
]
}
}
}
}
}