Skip to content

Commit

Permalink
update properties.language to an object per latest OARec changes (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Oct 15, 2024
1 parent e350faf commit 8a761be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wis2box_api/plugins/process/publish_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
"identifier": "urn:wmo:md:test-wis-node2:surface-based-observations.synop", # noqa
"title": "Hourly synoptic observations from fixed-land stations (SYNOP) (test-wis-node2)", # noqa
"description": "this is a test dataset",
"language": None,
"language": {
"code": None
},
"keywords": ["surface", "land", "observations"],
"themes": [{
"concepts": [{"id": "weather", "title": "Weather"}],
Expand Down

0 comments on commit 8a761be

Please sign in to comment.