Skip to content

Commit dbe1f40

Browse files
committedMar 4, 2025·
Update Metadata specs
1 parent 1472a5d commit dbe1f40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎content/collections/reference/metadata.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ The examples given throughout this reference can be seen in context in the [comp
115115
{{< configOption
116116
name="trackingPeriods"
117117
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."
119119
required=false
120120
>}}
121121
122122
{{< configOption
123123
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."
126126
required=false
127127
>}}
128128
129129
{{< configOption
130130
name="i18n"
131-
type="object"
131+
type="object of objects"
132132
description="Internationalization of any of the Metadata properties (except i18n itself) for different language codes"
133133
example=` fr:
134134
name: Démo

0 commit comments

Comments
 (0)