check_school_size_brackets#

check_school_size_brackets(location)[source]#

Check that the school size distribution brackets is an array of arrays, where each sub array has length 2.

Parameters:

location (json) – the json object location data

Returns:

[True, None] if checks pass. [False, str] if checks fail.