Schools

A School a Child might attend.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • address* (object)
      • address-street (string) - The street address, as provided
      • address-city (string) - The city of the address, as provided
      • address-state (string) - The two-letter state code of the address
      • address-zipcode (string) - The zip code of the address, as provided
      • address-county (string) - The county of the address, as provided
      • address-additional-directions (string) - Additional directions to the address, as provided
      • address-type (string) - The type of address
      • geocoding-source (string) - The geocoder used to geocode this data
      • geocoded-address-street (string) - The accurate street address, if available
      • geocoded-address-city (string) - The accurate city, if available
      • geocoded-address-state (string) - The accurate state code, if available
      • geocoded-address-zipcode (string) - The accurate zip code, if available
    • name* (string) - Name of the School.
    • nces-school-id* (string) - National Center for Education Statisics School ID.
    • school-district-id* (string) - ID of school district.