-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add asset language property (#173)
* feat: Add asset language property * feat: Enforce that `linz:language` is a string We don't need to test on the item as well because we've de-duped that part of the schema. * feat: Enforce that `linz:language` is an RFC 5646 language tag Got the language tags using `jq '.[].lang' <(curl --location https://datahub.io/core/language-codes/r/ietf-language-tags.json)`.
- Loading branch information
Showing
6 changed files
with
861 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.