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
|`name`| string | ✓ | Display name of the collection (max 3 words) | Platform Governance Archive |
13
-
|`id`| string | ✓ | Unique identifier derived from name (acronyms, dash-separated) |`pga`|
14
-
|`tagline`| string | ✓ | Concise description of collection topic | Largest global social media |
15
-
|`description`| string | - | Detailed context beyond tagline | Comprehensive collection of terms of service from major global social media platforms. |
16
-
|`languages`| Array of strings | ✓ | ISO 639 language codes allowed in collection |`["en", "fr", "de"]`|
17
-
|`jurisdictions`| Array of strings | ✓ | ISO 3166-2 country codes for covered jurisdictions |`["EU", "global"]`|
18
-
|`trackingPeriods`| object | - | Information about tracking schedule | see [Tracking Periods](#tracking-periods) section |
19
-
|`dataset`| url | - | URL to released versions dataset |`https://github.com/OpenTermsArchive/demo-versions/releases`|
20
-
|`declarations`| url | - | URL to declarations repository |`https://github.com/OpenTermsArchive/demo-declarations`|
21
-
|`versions`| url | - | URL to versions repository |`https://github.com/OpenTermsArchive/demo-versions`|
22
-
|`snapshots`| url | - | URL to snapshots repository |`https://github.com/OpenTermsArchive/demo-snapshots`|
23
-
|`logo`| url | - | URL to collection logo |`https://opentermsarchive.org/images/collections/demo.png`|
24
-
|`governance`| object | - | Governance information | see [Governance](#governance) section |
25
-
|`donation`| url | - | URL to donation page |`https://opentermsarchive.org/donate`|
8
+
A collection is defined by its scope, which includes various dimensions such as language, jurisdiction, and industry. To accurately describe this scope, the following metadata fields are required: `id`, `name`, `tagline`, `languages`, and `jurisdictions`. Additional fields are optional but highly recommended to facilitate better discovery, comprehension, management, and utilization.
0 commit comments