Skip to content

Commit 16d4878

Browse files
authored
Update data-publishers.adoc
1 parent 82f5c64 commit 16d4878

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

cookbook/sections/data-publishers.adoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Recommended data in WIS2 may be open or access controlled. For data publication
4343
[source,json]
4444
----
4545
{
46-
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
4746
"rel": "canonical",
4847
"type": "application/grib2",
48+
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
4949
"security": {
5050
"default": {
5151
"type": "http",
@@ -61,16 +61,17 @@ Recommended data in WIS2 may be open or access controlled. For data publication
6161
----
6262
{
6363
"rel": "canonical",
64-
"type": "application/geo+json",
65-
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
66-
"security": {
67-
"default": {
68-
"type": "apiKey",
69-
"name": "api-key",
70-
"in": "query",
71-
"description": "Please see https://example.org/contact-us for more information"
72-
}
73-
}
64+
"type": "application/geo+json",
65+
"href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
66+
"security": {
67+
"default": {
68+
"type": "apiKey",
69+
"name": "api-key",
70+
"in": "query",
71+
"description": "Please see https://example.org/contact-us for more information"
72+
}
73+
}
74+
}
7475
----
7576

7677
Note:

0 commit comments

Comments
 (0)