Skip to content

Commit

Permalink
Update contacts information in record example.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvretano committed Apr 26, 2023
1 parent 7dfdb87 commit f24572b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions core/examples/json/record.json
Expand Up @@ -53,7 +53,20 @@
"value": "urn:x-wmo:md:int.wmo.wis::https://geo.woudc.org/def/data/ozone/total-column-ozone/totalozone"
}
],
"publisher": "https://woudc.org",
"contacts": [
{
"name": "World Ozone and Ultraviolet Radiation Data Centre",
"contactInfo": {
"url": "https://woudc.org",
"contactInstructions": "https://woudc.org/contact.php"
},
"roles": [
{
"name": "publisher"
}
]
}
],
"themes": [
{
"concepts": [
Expand Down Expand Up @@ -109,7 +122,6 @@
"CSV",
"GeoJSON"
],
"contactPoint": "https://woudc.org/contact.php",
"license": "https://woudc.org/about/data-policy.php",
"extent": {
"spatial": {
Expand Down

0 comments on commit f24572b

Please sign in to comment.