-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KDP-1528: Add landing page model test
- Loading branch information
1 parent
269ca0e
commit 585bee9
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"links": [ | ||
{ | ||
"href": "https://api.dataplatform.knmi.nl/edr/", | ||
"rel": "self", | ||
"title": "Landing Page in JSON" | ||
}, | ||
{ | ||
"href": "https://api.dataplatform.knmi.nl/edr/docs", | ||
"rel": "service-desc", | ||
"title": "API description in HTML" | ||
}, | ||
{ | ||
"href": "https://api.dataplatform.knmi.nl/edr/openapi.json", | ||
"rel": "service-desc", | ||
"title": "API description in JSON" | ||
}, | ||
{ | ||
"href": "https://api.dataplatform.knmi.nl/edr/conformance", | ||
"rel": "data", | ||
"title": "Conformance Declaration in JSON" | ||
}, | ||
{ | ||
"href": "https://api.dataplatform.knmi.nl/edr/collections", | ||
"rel": "data", | ||
"title": "Collections metadata in JSON" | ||
} | ||
], | ||
"title": "Observations API EDR", | ||
"description": "The observation api in EDR format from the KNMI", | ||
"keywords": [ | ||
"Weather", | ||
"Temperature", | ||
"Wind", | ||
"Humidity", | ||
"Pressure", | ||
"Clouds", | ||
"Radiation" | ||
], | ||
"provider": { | ||
"name": "KNMI - Koninklijk Nederlands Meteorologisch Instituut", | ||
"url": "dataplatform.knmi.nl" | ||
}, | ||
"contact": { | ||
"email": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters