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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,47 +16,47 @@ As an example, see the [complete metadata file](https://github.com/OpenTermsArch
16
16
{{< configOption
17
17
name="id"
18
18
type="string"
19
-
description="Unique identifier derived from name (acronyms, dash-separated)"
19
+
description="Unique identifier derived from name (acronyms, dash-separated)."
20
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)"
27
+
description="Display name of the collection (max 3 words)."
28
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
-
description="Concise description of collection topic"
35
+
description="Concise description of collection topic."
36
36
example="`Major global social media services`"
37
37
required=true
38
38
>}}
39
39
40
40
{{< configOption
41
41
name="languages"
42
42
type="Array of strings"
43
-
description="[ISO 639 language codes](https://en.wikipedia.org/wiki/ISO_639) allowed in collection"
43
+
description="[ISO 639 language codes](https://en.wikipedia.org/wiki/ISO_639) allowed in collection."
44
44
example="`[en, fr, de]`"
45
45
required=true
46
46
>}}
47
47
48
48
{{< configOption
49
49
name="jurisdictions"
50
50
type="Array of strings"
51
-
description="[ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2) for covered jurisdictions"
51
+
description="[ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2) for covered jurisdictions."
52
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).
@@ -69,55 +69,55 @@ It also aims to promote greater transparency and accountability of these powerfu
0 commit comments