Dartmouth College · JSON Structure

Dartmouth Item Structure

JSON Structure for a single ArcGIS Hub Search API item (GeoJSON Feature) as exposed by the Dartmouth Open Data portal.

Type: object Properties: 4 Required: 2
EducationHigher EducationUniversityResearchOpen DataArtificial IntelligenceUnited StatesIvy League

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

Properties

id type geometry properties

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-item-structure.json",
  "name": "DartmouthOpenDataItem",
  "description": "JSON Structure for a single ArcGIS Hub Search API item (GeoJSON Feature) as exposed by the Dartmouth Open Data portal.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "type": { "type": "string" },
    "geometry": { "type": ["object", "null"] },
    "properties": {
      "type": "object",
      "properties": {
        "title": { "type": "string" },
        "type": { "type": "string" },
        "snippet": { "type": ["string", "null"] },
        "description": { "type": ["string", "null"] },
        "owner": { "type": ["string", "null"] },
        "orgId": { "type": ["string", "null"] },
        "tags": { "type": "array", "items": { "type": "string" } },
        "created": { "type": ["int64", "null"] },
        "modified": { "type": ["int64", "null"] },
        "access": { "type": ["string", "null"] },
        "thumbnail": { "type": ["string", "null"] }
      }
    }
  },
  "required": ["id", "type"]
}