Skip to main content

DataSetQueryLocationSchoolUrn

A school (identified by its URN) to filter results by.

Properties

Property Type Required Description
urn string true

The URN (unique reference number) of the school. This is typically a 6-digit number.

Validation constraints:

  • Maximum length: 20
  • Minimum length: 1
level GeographicLevelCode true

The geographic level of the school. Must be set to SCH.

Validation constraints:

  • Minimum length: 1

Example schema

{
  "urn": "123456",
  "level": "SCH"
}