Skip to content

Commit

Permalink
Update data-publishers.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Nov 3, 2024
1 parent 82f5c64 commit 16d4878
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions cookbook/sections/data-publishers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Recommended data in WIS2 may be open or access controlled. For data publication
[source,json]
----
{
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
"rel": "canonical",
"type": "application/grib2",
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
"security": {
"default": {
"type": "http",
Expand All @@ -61,16 +61,17 @@ Recommended data in WIS2 may be open or access controlled. For data publication
----
{
"rel": "canonical",
"type": "application/geo+json",
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
"security": {
"default": {
"type": "apiKey",
"name": "api-key",
"in": "query",
"description": "Please see https://example.org/contact-us for more information"
}
}
"type": "application/geo+json",
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
"security": {
"default": {
"type": "apiKey",
"name": "api-key",
"in": "query",
"description": "Please see https://example.org/contact-us for more information"
}
}
}
----

Note:
Expand Down

0 comments on commit 16d4878

Please sign in to comment.