records

records

Active filters Clear all

No active filters

Filters

US Private Schools

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
OBJECTID
               

No description available for this field.

Name (identifier)
objectid
Type
text
Sample
                       
NCESID
               

No description available for this field.

Name (identifier)
ncesid
Type
text
Sample
                       
NAME
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
ADDRESS
               

No description available for this field.

Name (identifier)
address
Type
text
Sample
                       
CITY
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
STATE
               

No description available for this field.

Name (identifier)
state
Type
text
Sample
                       
ZIP
               

No description available for this field.

Name (identifier)
zip
Type
text
Sample
                       
ZIP4
               

No description available for this field.

Name (identifier)
zip4
Type
text
Sample
                       
TELEPHONE
               

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
TYPE
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
STATUS
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
POPULATION
               

No description available for this field.

Name (identifier)
population
Type
integer
Sample
                       
COUNTY
               

No description available for this field.

Name (identifier)
county
Type
text
Sample
                       
COUNTYFIPS
               

No description available for this field.

Name (identifier)
countyfips
Type
text
Sample
                       
COUNTRY
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
LATITUDE
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
LONGITUDE
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
NAICS_CODE
               

No description available for this field.

Name (identifier)
naics_code
Type
text
Sample
                       
NAICS_DESC
               

No description available for this field.

Name (identifier)
naics_desc
Type
text
Sample
                       
SOURCE
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
SOURCE_DATE
               

No description available for this field.

Name (identifier)
source_date
Type
date
Sample
                       
VAL_METHOD
               

No description available for this field.

Name (identifier)
val_method
Type
text
Sample
                       
VAL_DATE
               

No description available for this field.

Name (identifier)
val_date
Type
date
Sample
                       
WEBSITE
               

No description available for this field.

Name (identifier)
website
Type
text
Sample
                       
LEVEL_
               

No description available for this field.

Name (identifier)
level
Type
text
Sample
                       
ENROLLMENT
               

No description available for this field.

Name (identifier)
enrollment
Type
text
Sample
                       
ST_GRADE
               

No description available for this field.

Name (identifier)
st_grade
Type
text
Sample
                       
END_GRADE
               

No description available for this field.

Name (identifier)
end_grade
Type
text
Sample
                       
FT_TEACHERS
               

No description available for this field.

Name (identifier)
ft_teachers
Type
text
Sample
                       
SHELTER_ID
               

No description available for this field.

Name (identifier)
shelter_id
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"us-private-schools",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/us-private-schools"
      }
    ]
    ,
  • "definitions":
    {
    • "us-private-schools":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/us-private-schools_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "us-private-schools_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"string",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "ncesid":
                {
                • "type":"string",
                • "title":"NCESID",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"NAME",
                • "description":""
                }
                ,
              • "address":
                {
                • "type":"string",
                • "title":"ADDRESS",
                • "description":""
                }
                ,
              • "city":
                {
                • "type":"string",
                • "title":"CITY",
                • "description":""
                }
                ,
              • "state":
                {
                • "type":"string",
                • "title":"STATE",
                • "description":""
                }
                ,
              • "zip":
                {
                • "type":"string",
                • "title":"ZIP",
                • "description":""
                }
                ,
              • "zip4":
                {
                • "type":"string",
                • "title":"ZIP4",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"TELEPHONE",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"TYPE",
                • "description":""
                }
                ,
              • "status":
                {
                • "type":"string",
                • "title":"STATUS",
                • "description":""
                }
                ,
              • "population":
                {
                • "type":"integer",
                • "title":"POPULATION",
                • "description":""
                }
                ,
              • "county":
                {
                • "type":"string",
                • "title":"COUNTY",
                • "description":""
                }
                ,
              • "countyfips":
                {
                • "type":"string",
                • "title":"COUNTYFIPS",
                • "description":""
                }
                ,
              • "country":
                {
                • "type":"string",
                • "title":"COUNTRY",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"number",
                • "title":"LATITUDE",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"number",
                • "title":"LONGITUDE",
                • "description":""
                }
                ,
              • "naics_code":
                {
                • "type":"string",
                • "title":"NAICS_CODE",
                • "description":""
                }
                ,
              • "naics_desc":
                {
                • "type":"string",
                • "title":"NAICS_DESC",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "description":""
                }
                ,
              • "source_date":
                {
                • "type":"string",
                • "format":"date",
                • "title":"SOURCE_DATE",
                • "description":""
                }
                ,
              • "val_method":
                {
                • "type":"string",
                • "title":"VAL_METHOD",
                • "description":""
                }
                ,
              • "val_date":
                {
                • "type":"string",
                • "format":"date",
                • "title":"VAL_DATE",
                • "description":""
                }
                ,
              • "website":
                {
                • "type":"string",
                • "title":"WEBSITE",
                • "description":""
                }
                ,
              • "level":
                {
                • "type":"string",
                • "title":"LEVEL_",
                • "description":""
                }
                ,
              • "enrollment":
                {
                • "type":"string",
                • "title":"ENROLLMENT",
                • "description":""
                }
                ,
              • "st_grade":
                {
                • "type":"string",
                • "title":"ST_GRADE",
                • "description":""
                }
                ,
              • "end_grade":
                {
                • "type":"string",
                • "title":"END_GRADE",
                • "description":""
                }
                ,
              • "ft_teachers":
                {
                • "type":"string",
                • "title":"FT_TEACHERS",
                • "description":""
                }
                ,
              • "shelter_id":
                {
                • "type":"string",
                • "title":"SHELTER_ID",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets