Skip to content

Commit b4e8b40

Browse files
committed
add links to new schema documents
1 parent 0fe9bd5 commit b4e8b40

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

geography/README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff 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

180180
Path 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

226220
Returns: All geography objects
227221

0 commit comments

Comments
 (0)