Dartmouth College · JSON Structure

Dartmouth Itemcollection Structure

JSON Structure for a GeoJSON FeatureCollection page returned by the ArcGIS Hub Search API as exposed by the Dartmouth Open Data portal.

Type: object Properties: 5 Required: 5
EducationHigher EducationUniversityResearchOpen DataArtificial IntelligenceUnited StatesIvy League

DartmouthOpenDataItemCollection is a JSON Structure definition published by Dartmouth College, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type timestamp numberReturned numberMatched features

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dartmouth/main/json-structure/dartmouth-itemcollection-structure.json",
  "name": "DartmouthOpenDataItemCollection",
  "description": "JSON Structure for a GeoJSON FeatureCollection page returned by the ArcGIS Hub Search API as exposed by the Dartmouth Open Data portal.",
  "type": "object",
  "properties": {
    "type": { "type": "string" },
    "timestamp": { "type": "string", "format": "date-time" },
    "numberReturned": { "type": "double" },
    "numberMatched": { "type": "double" },
    "features": {
      "type": "array",
      "items": { "type": "object" }
    }
  },
  "required": ["type", "timestamp", "numberReturned", "numberMatched", "features"]
}