|
| 1 | +{ |
| 2 | + "name": "meetings", |
| 3 | + "displayName": "Meetings", |
| 4 | + "description": "Formula 1 race weekends with circuit, country and dates", |
| 5 | + "tags": ["Meeting"], |
| 6 | + "baseDataSourceName": "httpRequestUnscoped", |
| 7 | + "config": { |
| 8 | + "httpMethod": "get", |
| 9 | + "endpointPath": "/meetings" |
| 10 | + }, |
| 11 | + "matches": "none", |
| 12 | + "timeframes": false, |
| 13 | + "visibility": { "type": "hidden" }, |
| 14 | + "metadata": [ |
| 15 | + { "name": "meeting_key", "displayName": "Meeting Key", "shape": "string", "role": "id" }, |
| 16 | + { "name": "meeting_name", "displayName": "Meeting", "shape": "string" }, |
| 17 | + { "name": "objectName", "displayName": "Name", "shape": "string", "role": "label", "computed": true, "valueExpression": "{{ $['meeting_name'] }} {{ $['year'] }}" }, |
| 18 | + { "name": "meeting_official_name", "displayName": "Official Name", "shape": "string" }, |
| 19 | + { "name": "year", "displayName": "Year", "shape": "number" }, |
| 20 | + { "name": "country_name", "displayName": "Country", "shape": "string" }, |
| 21 | + { "name": "country_code", "displayName": "Country Code", "shape": "string" }, |
| 22 | + { "name": "location", "displayName": "Location", "shape": "string" }, |
| 23 | + { "name": "circuit_short_name", "displayName": "Circuit", "shape": "string" }, |
| 24 | + { "name": "circuit_type", "displayName": "Circuit Type", "shape": "string" }, |
| 25 | + { "name": "date_start", "displayName": "Start", "shape": "date" }, |
| 26 | + { "name": "date_end", "displayName": "End", "shape": "date" } |
| 27 | + ] |
| 28 | +} |
0 commit comments