-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsample.yaml
More file actions
67 lines (67 loc) · 3.34 KB
/
Copy pathsample.yaml
File metadata and controls
67 lines (67 loc) · 3.34 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
# # List of schem sources to apply
# schemasources:
# # <string, required> Sets the name you use to refer to
# # the schema source in panels and queries.
# - name: Sikkerhetskontrollere
# # <AIRTABLE | YAML, required> Sets the schema source type.
# type: AIRTABLE
# # <string> Sets a custom UID to reference this
# # schema source in other parts of the configuration.
# # If not specified, Regelrett generates one.
# uid: my_unique_uid
# # <string> Sets the schema source's URL, including the
# # port.
# url: http://localhost:8080
# ##### Additional parameters for specifying Airtable schema #####
# ##### sources. #####
# # <string, required, for Airtable schema sources>
# access_token: $RR_AIRTABLE_ACCESS_TOKEN
# # <string, required, for Airtable schema sources> Specifies
# # the base to which the specified table belongs.
# base_id: unique_base_id
# # <string, required, for Airtable schema sources> Specifies
# # the id to identify the relevant table in requests to the
# # Airtable api.
# table_id: unique_table_id
# # <string, optional, for Airtable schema sources> The name
# # or ID of a view in the table. If set, only the records
# # in that view will be returned.
# # view_id: unique_view_id
# # <string, optional, for Airtable schema sources> Specify
# # a webhook id and secret to allow Airtable to notify
# # Regelrett of changes to the data.
# webhook_id: exampleid
# # <string, optional, for Airtable schema sources>
# webhook_secret: S3cr3t!
# # <string, optional, for Airtable schema sources> The name of the
# # AirTable field that holds the answer options. This column is marked
# # as the answer column in the UI. Defaults to "Svar".
# answer_column: Svar
# # <string, optional, for Airtable schema sources> The name of the
# # AirTable field to use as the name/title column. This column is
# # rendered as a clickable link in the table, navigating to the
# # question detail page. Defaults to "Navn".
# name_column: Navn
# # <string, optional, for Airtable schema sources> The name of the
# # AirTable field to use as the description column. The description
# # is displayed in the question detail page. If not set, no description
# # will be shown.
# description_column: Sikkerhetskontroller
# # <string, optional, for Airtable schema sources> The name of the
# # AirTable field that holds the answer units (e.g. ms, sek).
# # Defaults to "Svarenhet".
# answer_unit_column: Svarenhet
# # <string, optional, for Airtable schema sources> The name of the
# # AirTable field that holds the answer expiry in weeks.
# # Defaults to "Svarvarighet".
# answer_expiry_column: Svarvarighet
# ##### Additional parameters for specifying Yaml schema #####
# ##### sources. #####
# # Either endpoint or resourcePath must be set
# # <string, optional, for Yaml schema sources> Endpoint uri
# # that will respond to a get request with a yaml conforming
# # string
# endpoint: http://example.org/schema1
# # <string, optional, for Yaml schema sources> Path to a Yaml
# # schema source relative to project resources.
# resource_path: questions/testQuestions.yaml