File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ A collection is defined by the following metadata.
15
15
| ` id ` | string | Unique identifier derived from name (acronyms, dash-separated) |
16
16
| ` tagline ` | string | Concise description of collection topic |
17
17
| ` description ` | string | Detailed context beyond tagline |
18
- | ` languages ` | Array of strings| ISO 639 language codes allowed in collection |
19
- | ` jurisdictions ` | Array of strings| ISO 3166-2 country codes for covered jurisdictions |
18
+ | ` languages ` | Array of strings| [ ISO 639 language codes] ( https://en.wikipedia.org/wiki/ISO_639 ) allowed in collection |
19
+ | ` jurisdictions ` | Array of strings| [ ISO 3166-2 country codes] ( https://en.wikipedia.org/wiki/ISO_3166-2 ) for covered jurisdictions |
20
20
21
21
Example:
22
22
@@ -39,7 +39,7 @@ Additional fields are optional but highly recommended to facilitate better disco
39
39
| `declarations` | url | URL to declarations repository |
40
40
| `versions` | url | URL to versions repository |
41
41
| `snapshots` | url | URL to snapshots repository |
42
- | `logo` | url | URL to the collection's logo. Optimized PNG transparent image (min wi 240px) |
42
+ | `logo` | url | URL to the collection's logo. Optimized PNG transparent image (min width 240px) |
43
43
| `donation` | url | URL to donation page |
44
44
| `trackingPeriods`| tracking periods object | see [Tracking periods](#tracking-periods) section |
45
45
| `governance` | governance object | see [Governance](#governance) section |
You can’t perform that action at this time.
0 commit comments