National Tsing Hua University · JSON Structure

Nthu Location Structure

Campus location with coordinates (校園地點).

Type: object Properties: 3
EducationHigher EducationUniversityTaiwanOpen DataCampus

Location is a JSON Structure definition published by National Tsing Hua University, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name latitude longitude

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.nthusa.tw/structures/Location.json",
  "name": "Location",
  "description": "Campus location with coordinates (校園地點).",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "地點名稱"
    },
    "latitude": {
      "type": "string",
      "description": "緯度"
    },
    "longitude": {
      "type": "string",
      "description": "經度"
    }
  }
}