Skip to content

Commit 55c44d6

Browse files
authored
Merge pull request #298 from tschaub/collections-link-type
Collections list is just plain JSON
2 parents 84fb359 + 6b278a2 commit 55c44d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ogcapi-features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ previous (page=2) pages:
177177
{
178178
"rel": "prev",
179179
"href": "https://stac-api.example.com/collections?page=2"
180-
"type": "application/geo+json"
180+
"type": "application/json"
181181
},
182182
{
183183
"rel": "next",
184184
"href": "https://stac-api.example.com/collections?page=4"
185-
"type": "application/geo+json"
185+
"type": "application/json"
186186
}
187187
]
188188
```

0 commit comments

Comments
 (0)