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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ This reference documentation details all available metadata fields that can be s
10
10
11
11
The examples given throughout this reference can be seen in context in the [complete metadata file](https://github.com/OpenTermsArchive/demo-declarations/blob/main/metadata.yml) and rendered in the [collection page](https://opentermsarchive.org/en/collections/demo/) of the Demo collection.
12
12
13
-
13
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THE FOLLOWING SECTION MANUALLY -->
14
14
## Fields
15
15
16
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
16
17
{{< refItem
17
18
name="id"
18
19
type="string"
@@ -21,6 +22,7 @@ The examples given throughout this reference can be seen in context in the [comp
21
22
required=true
22
23
/>}}
23
24
25
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
24
26
{{< refItem
25
27
name="name"
26
28
type="string"
@@ -29,6 +31,7 @@ The examples given throughout this reference can be seen in context in the [comp
29
31
required=true
30
32
/>}}
31
33
34
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
32
35
{{< refItem
33
36
name="tagline"
34
37
type="string"
@@ -37,6 +40,7 @@ The examples given throughout this reference can be seen in context in the [comp
37
40
required=true
38
41
/>}}
39
42
43
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
40
44
{{< refItem
41
45
name="languages"
42
46
type="array of strings"
@@ -45,6 +49,7 @@ The examples given throughout this reference can be seen in context in the [comp
45
49
required=true
46
50
/>}}
47
51
52
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
48
53
{{< refItem
49
54
name="jurisdictions"
50
55
type="array of strings"
@@ -53,6 +58,7 @@ The examples given throughout this reference can be seen in context in the [comp
53
58
required=true
54
59
/>}}
55
60
61
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
56
62
{{< refItem
57
63
name="description"
58
64
type="string"
@@ -67,6 +73,7 @@ This provides a reference collection for best practices and enables the Open Ter
67
73
```
68
74
{{< /refItem >}}
69
75
76
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
70
77
{{< refItem
71
78
name="dataset"
72
79
type="uri"
@@ -75,6 +82,7 @@ This provides a reference collection for best practices and enables the Open Ter
75
82
required=false
76
83
/>}}
77
84
85
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
78
86
{{< refItem
79
87
name="declarations"
80
88
type="uri"
@@ -83,6 +91,7 @@ This provides a reference collection for best practices and enables the Open Ter
83
91
required=false
84
92
/>}}
85
93
94
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
86
95
{{< refItem
87
96
name="versions"
88
97
type="uri"
@@ -91,6 +100,7 @@ This provides a reference collection for best practices and enables the Open Ter
91
100
required=false
92
101
/>}}
93
102
103
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
94
104
{{< refItem
95
105
name="snapshots"
96
106
type="uri"
@@ -99,6 +109,7 @@ This provides a reference collection for best practices and enables the Open Ter
99
109
required=false
100
110
/>}}
101
111
112
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
102
113
{{< refItem
103
114
name="donations"
104
115
type="uri"
@@ -107,6 +118,7 @@ This provides a reference collection for best practices and enables the Open Ter
107
118
required=false
108
119
/>}}
109
120
121
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
110
122
{{< refItem
111
123
name="logo"
112
124
type="uri"
@@ -115,20 +127,23 @@ This provides a reference collection for best practices and enables the Open Ter
115
127
required=false
116
128
/>}}
117
129
130
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
118
131
{{< refItem
119
132
name="trackingPeriods"
120
133
type="array of objects"
121
134
description="List of time periods during which terms were tracked, with their tracking configuration. Gaps between periods indicate times when tracking was interrupted. See [TrackingPeriods]({{< relref \"#trackingperiods\" >}}) section."
122
135
required=false
123
136
/>}}
124
137
138
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
125
139
{{< refItem
126
140
name="governance"
127
141
type="object of objects"
128
142
description="Map of organizations involved in the collection's governance, with organization names as keys and governance objects as values. See [Governance]({{< relref \"#governance\" >}}) section."
129
143
required=false
130
144
/>}}
131
145
146
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
132
147
{{< refItem
133
148
name="i18n"
134
149
type="object of objects"
@@ -151,6 +166,7 @@ fr:
151
166
152
167
### TrackingPeriods
153
168
169
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
154
170
{{< refItem
155
171
name="startDate"
156
172
type="date"
@@ -159,6 +175,7 @@ fr:
159
175
required=true
160
176
/>}}
161
177
178
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
162
179
{{< refItem
163
180
name="schedule"
164
181
type="cron-expression"
@@ -167,6 +184,7 @@ fr:
167
184
required=true
168
185
/>}}
169
186
187
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
170
188
{{< refItem
171
189
name="serverLocation"
172
190
type="string"
@@ -175,6 +193,7 @@ fr:
175
193
required=true
176
194
/>}}
177
195
196
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
178
197
{{< refItem
179
198
name="endDate"
180
199
type="date"
@@ -188,6 +207,7 @@ fr:
188
207
189
208
### Governance
190
209
210
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
191
211
{{< refItem
192
212
name="url"
193
213
type="uri"
@@ -196,6 +216,7 @@ fr:
196
216
required=false
197
217
/>}}
198
218
219
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
199
220
{{< refItem
200
221
name="logo"
201
222
type="uri"
@@ -204,6 +225,7 @@ fr:
204
225
required=false
205
226
/>}}
206
227
228
+
<!-- GENERATED DOCUMENTATION DO NOT EDIT THIS MANUALLY -->
0 commit comments