LocationSchoolOptionViewModel
A location option for a school that can be used to filter a data set.
Properties
| Property | Type | Required | Description | 
|---|---|---|---|
| id | string | false | The ID of the location. | 
| label | string | false | The human-readable label of the location. | 
| urn | string | true | The URN (unique reference number) of the school. | 
| laEstab | string | true | The LAESTAB (local authority establishment number) of the school. | 
Example schema
{
  "id": "bOmZ4",
  "label": "Sheffield",
  "urn": "123456",
  "laEstab": "1234567"
}