File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Authorization is not required. An agency may decide to make this endpoint unauth
8989
9090## Schema
9191
92- Link to schema will be defined and added in a future release.
92+ See the [ Endpoints ] ( #endpoints ) below for links to their specific JSON Schema documents.
9393
9494[ Top] [ toc ]
9595
@@ -173,9 +173,9 @@ The Geography Author API consists of the following endpoints:
173173
174174### Geography
175175
176- ** Endpoint** : ` /geographies/{geography_id} `
177-
178- ** Method ** : ` GET `
176+ ** Endpoint** : ` /geographies/{geography_id} `
177+ ** Method ** : ` GET `
178+ ** Schema: ** [ ` geography ` schema ] ( ./geography.json )
179179
180180Path Params:
181181
@@ -213,15 +213,9 @@ Response codes:
213213
214214### Geographies
215215
216- ** Endpoint** : ` /geographies `
217-
218- ** Method** : ` GET `
219-
220- Path Params:
221-
222- | Name | Type | Required/Optional | Description |
223- | ------------ | --------- | --- | ---------------------------------------------- |
224- | ` summary ` | string | Optional | Return geographies, including the GeoJSON in each geography object |
216+ ** Endpoint** : ` /geographies `
217+ ** Method** : ` GET `
218+ ** Schema:** [ ` geographies ` schema] ( ./geographies.json )
225219
226220Returns: All geography objects
227221
You can’t perform that action at this time.
0 commit comments