File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Recommended data in WIS2 may be open or access controlled. For data publication
43
43
[source,json]
44
44
----
45
45
{
46
- "href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
47
46
"rel": "canonical",
48
47
"type": "application/grib2",
48
+ "href": "https://example.org/my/protected/data/nwp/12/003/20240805120000-air-temp-500.grib2",
49
49
"security": {
50
50
"default": {
51
51
"type": "http",
@@ -61,16 +61,17 @@ Recommended data in WIS2 may be open or access controlled. For data publication
61
61
----
62
62
{
63
63
"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
+ }
74
75
----
75
76
76
77
Note:
You can’t perform that action at this time.
0 commit comments