-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathimages.json
More file actions
300 lines (300 loc) · 11.4 KB
/
images.json
File metadata and controls
300 lines (300 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
{
"BUILD_DATA_DEF": {
"PRE_COMMIT": {
"src": "/guides/building-a-data-definition/pre_commit.png",
"alt": "pre-commit screenshot"
},
"PULL_REQUEST": {
"src": "/guides/building-a-data-definition/pull_request.png",
"alt": "Creating pull request in GitHub"
}
},
"BUILD_DATA_SOURCE": {
"ALLOWED_GROUPS": {
"src": "/guides/building-a-data-source/allowed_groups.png",
"alt": "Allowed groups section in data source edit form"
},
"ALLOWED_GROUPS_KEY": {
"src": "/guides/building-a-data-source/allowed_groups_key.png",
"alt": "Allowed groups section in data source edit form with arrow pointing at the key icon."
},
"API_TOKEN": {
"src": "/guides/building-a-data-source/api_token.png",
"alt": "Access control keys of a data source"
},
"CREATE_NEW_DS": {
"src": "/guides/building-a-data-source/create_new_ds.png",
"alt": "Create new data source page in Developer Portal"
},
"SOURCE": {
"src": "/guides/building-a-data-source/ds_source.png",
"alt": "Data source's form Source field with the URL at which you can make requests to the data source."
},
"ERRORS": {
"src": "/guides/building-a-data-source/errors_section.png",
"alt": "Errors section in data source edit form"
},
"KEYS": {
"src": "/guides/building-a-data-source/keys.png",
"alt": "Access control keys item in menu"
},
"DEFINITIONS": {
"src": "/guides/building-a-data-source/menu_definitions.png",
"alt": "Definitions item in menu"
},
"SOURCE_ACCESS_CONTROL": {
"src": "/guides/building-a-data-source/source_access_control.png",
"alt": "Data source in the list of data sources with Dataspace verified API keys"
},
"GENERATE_API_TOKEN_BUTTON": {
"src": "/guides/building-a-data-source/generate_api_token_button.png",
"alt": "Generate API token button on the view access control keys page."
},
"COPY_API_TOKEN_AND_OPEN_SWAGGER_UI": {
"src": "/guides/building-a-data-source/copy_api_token_and_open_swagger_ui.png",
"alt": "Arrows pointing at the copy API token button, the source and the Swagger UI link."
},
"SWAGGER_UI_TRY_IT_OUT": {
"src": "/guides/building-a-data-source/swagger_ui_try_it_out.png",
"alt": "Arrow pointing at the Try it out button in Swagger UI."
},
"SWAGGER_UI_FILLED_IN_FORM": {
"src": "/guides/building-a-data-source/swagger_ui_filled_in_form.png",
"alt": "Swagger UI form with arrows pointing at the source and x-api-key input fields, as well as the Request body textarea and Execute button."
},
"SWAGGER_UI_RESPONSE": {
"src": "/guides/building-a-data-source/swagger_ui_response.png",
"alt": "Swagger UI Responses section showing the curl command and server response."
}
},
"VERIFYING_API_TOKENS": {
"JWT_IO_DECODED_TOKEN": {
"src": "/guides/verifying-api-tokens/jwt_io_decoded_token.png",
"alt": "Interface of JWT.io showing tje decoded and verified token."
},
"AZURE_API_MANAGEMENT_POLICY": {
"src": "/guides/verifying-api-tokens/azure_api_management_policy.png",
"alt": "Azure API Management screen with inbound processing policy for validating JWT."
},
"SWAGGER_UI_RESPONSE_CURL": {
"src": "/guides/verifying-api-tokens/swagger_ui_response_curl.png",
"alt": "Swagger UI Responses section highlighting the curl command."
}
},
"BUILD_APP": {
"API_DOCS": {
"src": "/guides/building-an-application/api_docs.png",
"alt": "SwaggerUI page with API docs"
},
"AVAILABLE_DATA_SOURCES": {
"src": "/guides/building-an-application/available_data_sources.png",
"alt": "Available data sources page in Developer Portal"
},
"AVAILABLE_DATA_SOURCES_2": {
"src": "/guides/building-an-application/available_data_sources_2.png",
"alt": "Available data sources page in Developer Portal"
},
"CONSENT_PORTAL_AFTER_LOGGING_IN": {
"src": "/guides/building-an-application/consent_portal_after_logging_in.png",
"alt": "Consent portal page"
},
"CREATE_AN_APPLICATION_PAGE": {
"src": "/guides/building-an-application/create_an_application_page.png",
"alt": "Create application page in Developer Portal"
},
"DECODED_CONSENT_REQUEST_TOKEN": {
"src": "/guides/building-an-application/decoded_consent_request_token.png",
"alt": "Decoded consent request token"
},
"DECODED_CONSENT_REQUEST_TOKEN_2": {
"src": "/guides/building-an-application/decoded_consent_request_token_2.png",
"alt": "Decoded consent request token"
},
"DEFINITION_VIEWER": {
"src": "/guides/building-an-application/definition_viewer.png",
"alt": "Definition Viewer page"
},
"DEFINITION_VIEWER_BROWSE": {
"src": "/guides/building-an-application/definition_viewer_browse.png",
"alt": "Browse definitions page"
},
"DEFINITION_VIEWER_DROPDOWN": {
"src": "/guides/building-an-application/definition_viewer_dropdown.png",
"alt": "Definitions dropdown"
},
"DS_DETAILS": {
"src": "/guides/building-an-application/ds_details.png",
"alt": "Data source details page"
},
"DS_DETAILS_SIG_RIGHTS": {
"src": "/guides/building-an-application/ds_details_sig_rights.png",
"alt": "Data source details"
},
"DS_SEARCH": {
"src": "/guides/building-an-application/ds_search.png",
"alt": "Available data sources search page"
},
"THE_CONSENT_PORTAL": {
"src": "/guides/building-an-application/the_consent_portal.png",
"alt": "Consent portal page"
}
},
"MANAGE_GROUP": {
"MY_GROUPS_BUTTON": {
"src": "/guides/managing-groups/my_groups_button.png",
"alt": "My groups page with the Add a group button"
},
"MY_GROUPS_DISCLAIMER": {
"src": "/guides/managing-groups/my_groups_disclaimer.png",
"alt": "My groups page with disclaimer"
},
"CREATE_GROUP_PAGE": {
"src": "/guides/managing-groups/create_group_page.png",
"alt": "Create a group page"
},
"GROUP_LISTING": {
"src": "/guides/managing-groups/group_listing.png",
"alt": "List items on the My groups page"
},
"EDIT_GROUP": {
"src": "/guides/managing-groups/edit_group.png",
"alt": "Edit group page"
}
},
"ERROR_RESPONSES": {},
"PARTY_CONFIGURATION": {},
"USING_DATA_SOURCES": {
"MENU_DATA_SOURCES": {
"src": "/guides/using-data-sources/menu_data_sources.png",
"alt": "Menu with arrow pointing at the Data sources section"
},
"DATA_SOURCE_SEARCH": {
"src": "/guides/using-data-sources/data_source_search.png",
"alt": "Data sources page showing search field and button to view sources"
},
"DATA_SOURCES_FOR_DEFINITION": {
"src": "/guides/using-data-sources/data_sources_for_definition.png",
"alt": "Listing of sources for a definition with links to resources on the right"
},
"DATA_SOURCES_DETAILS": {
"src": "/guides/using-data-sources/data_source_details.png",
"alt": "Details for the data source"
},
"MENU_ACCESS_CONTROL_KEYS": {
"src": "/guides/using-data-sources/menu_access_control_keys.png",
"alt": "Menu with arrow pointing at the Access control keys section"
},
"ACCESS_CONTROL_KEYS_LISTING": {
"src": "/guides/using-data-sources/access_control_keys_listing.png",
"alt": "Listing of access control keys on the Access control keys page"
},
"ACCESS_CONTROL_KEYS_VIEW": {
"src": "/guides/using-data-sources/access_control_keys_view.png",
"alt": "Access control keys view for a data source"
},
"CURL_EXAMPLE": {
"src": "/guides/using-data-sources/curl_example.png",
"alt": "cURL example of requesting an API token using an access control key"
},
"CURL_REQUEST": {
"src": "/guides/using-data-sources/curl_request.png",
"alt": "Curl request in Swagger UI"
},
"GENERATED_API_TOKEN": {
"src": "/guides/using-data-sources/generated_api_token.png",
"alt": "API token generated with the Generate API token button"
},
"ACCESS_CONTROL_KEYS_MAKING_REQUEST": {
"src": "/guides/using-data-sources/access_control_keys_making_request.png",
"alt": "Instructions on making request on the Access control keys page"
},
"ACCESS_CONTROL_KEYS_LINKS": {
"src": "/guides/using-data-sources/access_control_keys_links.png",
"alt": "Access control keys page with links to Swagger UI and ReDoc"
},
"SWAGGER_UI_EXAMPLE_VALUE": {
"src": "/guides/using-data-sources/swagger_ui_example_value.png",
"alt": "Swagger UI showing Example Value"
},
"SWAGGER_UI_SCHEMA": {
"src": "/guides/using-data-sources/swagger_ui_schema.png",
"alt": "Swagger UI showing Schema"
},
"SWAGGER_UI_TRY_IT_OUT": {
"src": "/guides/using-data-sources/swagger_ui_try_it_out.png",
"alt": "Swagger UI with Try it out button"
},
"SWAGGER_UI_FIELDS": {
"src": "/guides/using-data-sources/swagger_ui_fields.png",
"alt": "Swagger UI with the necessary fields highlighted"
},
"SWAGGER_UI_REQUEST_RESPONSE": {
"src": "/guides/using-data-sources/swagger_ui_request_response.png",
"alt": "Swagger UI with the request and response from a source"
}
},
"MANAGE_GROUP_MEMBERS": {
"EDIT_ROLE": {
"src": "/guides/managing-group-members/edit_role.png",
"alt": "Edit group's member role dialog"
},
"MEMBERS_SECTION": {
"src": "/guides/managing-group-members/group_members_section.png",
"alt": "Members section of my groups page"
},
"INVITATION_ACCEPTED": {
"src": "/guides/managing-group-members/invitation_accepted.png",
"alt": "Invited user is in my group members list"
},
"INVITE_DIALOG": {
"src": "/guides/managing-group-members/invite_dialog.png",
"alt": "Group member invitation dialog window"
},
"MY_GROUPS_LINK": {
"src": "/guides/managing-group-members/my_groups_link.png",
"alt": "Link to my groups in the sidebar"
},
"NEW_INVITATION": {
"src": "/guides/managing-group-members/new_invitation.png",
"alt": "Invitation notification on my groups page"
},
"PENDING_INVITATION": {
"src": "/guides/managing-group-members/pending_invitation.png",
"alt": "Pending invitation in group members list"
},
"NEW_ROLE": {
"src": "/guides/managing-group-members/role_of_member_changed.png",
"alt": "Edit group's member role dialog"
},
"VIEW_MY_GROUP": {
"src": "/guides/managing-group-members/view_my_group.png",
"alt": "My groups page"
}
},
"USING_LOGIN_PROVIDER": {
"CREATE_AN_APPLICATION_PAGE": {
"src": "/guides/using-login-provider/create_an_application_page.png",
"alt": "Create an application page in Developer Portal"
},
"MY_APPLICATIONS_PAGE": {
"src": "/guides/using-login-provider/my_applications_page.png",
"alt": "My application page in Developer Portal"
},
"THE_CREATED_APPLICATION": {
"src": "/guides/using-login-provider/the_created_application.png",
"alt": "Created application page"
}
},
"VERIFY_CONSENT": {
"DECODED_CONSENT_TOKEN": {
"src": "/guides/verifying-consent-in-data-source/decoded_consent_token.png",
"alt": "Decoded consent token"
}
},
"VERIFY_ID_TOKEN": {
"VIEW_JWT_TOKEN": {
"src": "/guides/verifying-id-token/view-jwt-token.png",
"alt": "Decoded JWT token"
}
}
}