Skip to content

Commit

Permalink
Schema: Fix description of taxonomy_term.language
Browse files Browse the repository at this point in the history
Fixed a broken Markdown link.
  • Loading branch information
Matt Marshall committed Sep 26, 2024
1 parent b0820c3 commit 413c91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/taxonomy_term.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"name": "language",
"type": "string",
"title": "Language",
"description": "An ISO 639-1, ISO 639-2, or ISO 639-3 [language code](available at http://www.loc.gov/standards/iso639-2/php/code_list.php) to represent the language of the term. The three-letter codes from ISO 639-2 and ISO 639-3 provide greater accuracy when describing variants of languages, which may be relevant to particular communities.",
"description": "An ISO 639-1, ISO 639-2, or ISO 639-3 [language code](http://www.loc.gov/standards/iso639-2/php/code_list.php) to represent the language of the term. The three-letter codes from ISO 639-2 and ISO 639-3 provide greater accuracy when describing variants of languages, which may be relevant to particular communities.",
"constraints": {
"unique": false
},
Expand Down

0 comments on commit 413c91c

Please sign in to comment.