National Tsing Hua University · JSON Structure

Nthu Bus Structure

NTHU campus bus route (校園公車).

Type: object Properties: 4
EducationHigher EducationUniversityTaiwanOpen DataCampus

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

Properties

direction duration route routeEN

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/Bus.json",
  "name": "Bus",
  "description": "NTHU campus bus route (校園公車).",
  "type": "object",
  "properties": {
    "direction": {
      "type": "string",
      "description": "方向"
    },
    "duration": {
      "type": "string",
      "description": "時刻表有效期間"
    },
    "route": {
      "type": "string",
      "description": "路線"
    },
    "routeEN": {
      "type": "string",
      "description": "英文路線"
    }
  }
}