Hong Kong Baptist University · JSON Structure

Hong Kong Baptist University Person Structure

JSON Structure for a Pure person as served by the HKBU Scholars Pure Web Service API.

Type: object Properties: 11
EducationHigher EducationUniversityResearchHong KongPureResearch Information

Person is a JSON Structure definition published by Hong Kong Baptist University, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pureId uuid createdDate modifiedDate portalUrl version name names titles gender staffOrganizationAssociations

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://scholars.hkbu.edu.hk/ws/api/structures/person.json",
  "name": "Person",
  "description": "JSON Structure for a Pure person as served by the HKBU Scholars Pure Web Service API.",
  "type": "object",
  "properties": {
    "pureId": { "type": "int64" },
    "uuid": { "type": "string" },
    "createdDate": { "type": "string" },
    "modifiedDate": { "type": "string" },
    "portalUrl": { "type": "string" },
    "version": { "type": "string" },
    "name": { "type": "object", "properties": {} },
    "names": { "type": "array", "items": { "type": "object", "properties": {} } },
    "titles": { "type": "array", "items": { "type": "object", "properties": {} } },
    "gender": { "type": "object", "properties": {} },
    "staffOrganizationAssociations": { "type": "array", "items": { "type": "object", "properties": {} } }
  }
}