@@ -14,7 +14,6 @@ A collection is defined by the following metadata.
14
14
| ` name ` | string | Display name of the collection (max 3 words) |
15
15
| ` id ` | string | Unique identifier derived from name (acronyms, dash-separated) |
16
16
| ` tagline ` | string | Concise description of collection topic |
17
- | ` description ` | string | Detailed context beyond tagline |
18
17
| ` languages ` | Array of strings| [ ISO 639 language codes] ( https://en.wikipedia.org/wiki/ISO_639 ) allowed in collection |
19
18
| ` jurisdictions ` | Array of strings| [ ISO 3166-2 country codes] ( https://en.wikipedia.org/wiki/ISO_3166-2 ) for covered jurisdictions |
20
19
@@ -41,7 +40,7 @@ Additional fields are optional but highly recommended to facilitate better disco
41
40
| `snapshots` | url | URL to snapshots repository |
42
41
| `logo` | url | URL to the collection's logo. Optimized PNG transparent image (min width 240px) |
43
42
| `donation` | url | URL to donation page |
44
- | `trackingPeriods`| tracking periods object | see [Tracking periods](#tracking-periods) section |
43
+ | `trackingPeriods`| array of tracking periods objects | see [Tracking periods](#tracking-periods) section |
45
44
| `governance` | governance object | see [Governance](#governance) section |
46
45
47
46
Example :
@@ -71,10 +70,10 @@ Example:
71
70
72
71
` ` ` yaml
73
72
trackingPeriods:
74
- startDate: 2023-01-01
75
- endDate: 2024-12-31
76
- schedule: "0 0 * * *"
77
- serverLocation: London, GB
73
+ - startDate: 2023-01-01
74
+ endDate: 2024-12-31
75
+ schedule: "0 0 * * *"
76
+ serverLocation: London, GB
78
77
` ` `
79
78
80
79
# ## Governance
@@ -127,10 +126,10 @@ donation: https://opencollective.com/opentermsarchive
127
126
languages: [en]
128
127
jurisdictions: [EU]
129
128
trackingPeriods:
130
- startDate: 2023-01-01
131
- endDate: 2024-12-31
132
- schedule: "0 0 * * *"
133
- serverLocation: London, GB
129
+ - startDate: 2023-01-01
130
+ endDate: 2024-12-31
131
+ schedule: "0 0 * * *"
132
+ serverLocation: London, GB
134
133
governance:
135
134
hosts:
136
135
- name: Ministry for Europe and Foreign Affairs
0 commit comments