{
  "meta": {
    "domain": {
      "type": "list",
      "item": {
        "domain": {
          "type": "record",
          "fields": [
            {
              "domain": {
                "type": "text"
              },
              "header": "code",
              "path": "school.code",
              "syntax": "code",
              "tag": "code"
            },
            {
              "domain": {
                "type": "text"
              },
              "header": "name",
              "path": "school.name",
              "syntax": "name",
              "tag": "name"
            },
            {
              "domain": {
                "type": "text"
              },
              "header": "campus",
              "path": "school.campus",
              "syntax": "campus",
              "tag": "campus"
            }
          ]
        }
      }
    },
    "header": "school",
    "path": "school",
    "syntax": "\/school",
    "tag": "school"
  },
  "data": [
    [
      "art",
      "School of Art & Design",
      "old"
    ],
    [
      "bus",
      "School of Business",
      "south"
    ],
    [
      "edu",
      "College of Education",
      "old"
    ],
    [
      "eng",
      "School of Engineering",
      "north"
    ],
    [
      "la",
      "School of Arts and Humanities",
      "old"
    ],
    [
      "mus",
      "School of Music & Dance",
      "south"
    ],
    [
      "ns",
      "School of Natural Sciences",
      "old"
    ],
    [
      "ph",
      "Public Honorariums",
      null
    ],
    [
      "sc",
      "School of Continuing Studies",
      null
    ]
  ]
}
