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
+4-4
Original file line number
Diff line number
Diff line change
@@ -115,20 +115,20 @@ The examples given throughout this reference can be seen in context in the [comp
115
115
{{< configOption
116
116
name="trackingPeriods"
117
117
type="array of objects"
118
-
description="trackingPeriods object, see [TrackingPeriods](#trackingperiods) section."
118
+
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."
119
119
required=false
120
120
>}}
121
121
122
122
{{< configOption
123
123
name="governance"
124
-
type="object"
125
-
description="Map of organizations involved in the collection's governance, with organization names as keys and [governance objects](#governance) as values."
124
+
type="object of objects"
125
+
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."
126
126
required=false
127
127
>}}
128
128
129
129
{{< configOption
130
130
name="i18n"
131
-
type="object"
131
+
type="object of objects"
132
132
description="Internationalization of any of the Metadata properties (except i18n itself) for different language codes"
0 commit comments