You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/collections/reference/metadata.md
+81-68
Original file line number
Diff line number
Diff line change
@@ -17,174 +17,187 @@ As an example, see the [complete metadata file](https://github.com/OpenTermsArch
17
17
name="id"
18
18
type="string"
19
19
description="Unique identifier derived from name (acronyms, dash-separated)."
20
-
example="`pga`"
20
+
example="pga"
21
21
required=true
22
22
>}}
23
23
24
24
{{< configOption
25
25
name="name"
26
26
type="string"
27
-
description="Display name of the collection (max 3 words)."
28
-
example="`Platform Governance Archive`"
27
+
description="Display name of the collection."
28
+
example="Platform Governance Archive"
29
29
required=true
30
30
>}}
31
31
32
32
{{< configOption
33
33
name="tagline"
34
34
type="string"
35
35
description="Concise description of collection topic."
36
-
example="`Major global social media services`"
36
+
example="Major global social media services"
37
37
required=true
38
38
>}}
39
39
40
40
{{< configOption
41
41
name="languages"
42
-
type="Array of strings"
43
-
description="[ISO 639 language codes](https://en.wikipedia.org/wiki/ISO_639) allowed in collection."
44
-
example="`[en, fr, de]`"
42
+
type="array of strings"
43
+
description="List of [ISO 639-1 (two-letter)](https://en.wikipedia.org/wiki/ISO_639)language codes representing languages allowed in the collection."
44
+
example="[en, fr, de]"
45
45
required=true
46
46
>}}
47
47
48
48
{{< configOption
49
49
name="jurisdictions"
50
-
type="Array of strings"
51
-
description="[ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2)for covered jurisdictions."
52
-
example="`[EU]`"
50
+
type="array of strings"
51
+
description="List of [ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2)representing jurisdictions covered by the collection."
52
+
example="[EU]"
53
53
required=true
54
54
>}}
55
55
56
56
{{< configOption
57
57
name="description"
58
58
type="string"
59
-
description="Detailed description of the collection."
59
+
description="Detailed description of the collection"
60
60
example=`The **Platform Governance Archive** (PGA) collection tracks the terms of major global social media services.
61
61
62
62
This data is maintained and analysed by the [Platform Governance Archive](https://www.platformgovernancearchive.org/) at the Universität Bremen's [Center for Media Communication and Information Research (ZeMKI)](https://www.uni-bremen.de/zemki).
63
63
64
64
This initiative offers researchers, journalists and citizens the tools to analyze how platforms structure and regulate communication and interaction in our societies.
65
65
66
-
It also aims to promote greater transparency and accountability of these powerful digital services.`
66
+
It also aims to promote greater transparency and accountability of these powerful digital services.
description="URL to the collection's logo. Optimized PNG transparent image (min width 240px)."
115
+
required=false
109
116
>}}
110
117
111
118
{{< configOption
112
119
name="trackingPeriods"
113
-
type="array of tracking periods objects"
114
-
description="Tracking periods object, see [Tracking periods](#tracking-periods) section."
120
+
type="array of objects"
121
+
description="trackingPeriods object, see [TrackingPeriods](#trackingperiods) section."
122
+
required=false
115
123
>}}
116
124
117
125
{{< configOption
118
126
name="governance"
119
-
type="array of entity objects"
120
-
description="Entity object, see [Entity](#entity) section."
127
+
type="object"
128
+
description="Map of organizations involved in the collection's governance, with organization names as keys governance object, see [Governance](#governance) section."
129
+
required=false
130
+
>}}
131
+
132
+
{{< configOption
133
+
name="i18n"
134
+
type="object"
135
+
description="Internationalization of any of the Metadata properties (except i18n itself) for different language codes"
136
+
required=false
121
137
>}}
122
138
123
139
---
124
140
125
-
### Tracking periods
141
+
### TrackingPeriods
126
142
127
143
{{< configOption
128
144
name="startDate"
129
145
type="date"
130
-
description="The date when tracking started (ISO 8601 format: YYYY-MM-DD)."
131
-
example="`2023-01-01`"
146
+
description="The date when tracking started for this period (ISO 8601 format YYYY-MM-DD)."
147
+
example="2023-01-01"
132
148
required=true
133
149
>}}
134
150
135
-
{{< configOption
136
-
name="endDate"
137
-
type="date"
138
-
description="The date when tracking ended or will end. If not specified, tracking is ongoing."
139
-
example="`2024-12-31`"
140
-
>}}
141
-
142
151
{{< configOption
143
152
name="schedule"
144
-
type="string"
153
+
type="cron-expression"
145
154
description="A [cron expression](https://en.wikipedia.org/wiki/Cron#Cron_expression) that defines the tracking frequency."
146
-
example="`0 0 * * *`"
155
+
example="0 0 * * *"
147
156
required=true
148
157
>}}
149
158
150
159
{{< configOption
151
160
name="serverLocation"
152
161
type="string"
153
162
description="The geographic location of the tracking server (city name, ISO 3166-2 country code)."
154
-
example="`London, GB`"
163
+
example="London, GB"
155
164
required=true
156
165
>}}
157
166
158
-
---
159
-
160
-
### Entity
161
-
162
167
{{< configOption
163
-
name="name"
164
-
type="string"
165
-
description="Name of the organization."
166
-
example="`Open Terms Archive`"
167
-
required=true
168
+
name="endDate"
169
+
type="date"
170
+
description="The date when tracking ended for this period (ISO 8601 format YYYY-MM-DD). If not specified, tracking is ongoing."
171
+
example="2023-12-01"
172
+
required=false
168
173
>}}
169
174
175
+
176
+
---
177
+
178
+
### Governance
179
+
170
180
{{< configOption
171
181
name="url"
172
-
type="url"
173
-
description="Website URL of the organization."
174
-
example="`https://opentermsarchive.org/`"
182
+
type="uri"
183
+
description="URL to the entity's website"
184
+
example="https://opentermsarchive.org/"
185
+
required=false
175
186
>}}
176
187
177
188
{{< configOption
178
189
name="logo"
179
-
type="url"
180
-
description="URL to the organization's logo. Optimized PNG transparent image (min width 240px)."
description="Roles of the entity within the governance, see [collection governance]({{< relref \"collections/reference/governance\" >}})."
198
+
type="array of strings"
199
+
description="Roles of the entity within the governance, see [collection governance](https://docs.opentermsarchive.org/collections/reference/governance/)"
0 commit comments