Hong Kong Baptist University · JSON Structure

Hong Kong Baptist University Organization Structure

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

Type: object Properties: 9 Required: 3
EducationHigher EducationUniversityResearchHong KongPureResearch Information

Organization is a JSON Structure definition published by Hong Kong Baptist University, describing 9 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pureId uuid createdDate modifiedDate portalUrl version name type lifecycle

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/organization.json",
  "name": "Organization",
  "description": "JSON Structure for a Pure organization 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": {} },
    "type": { "type": "object", "properties": {} },
    "lifecycle": { "type": "object", "properties": {} }
  },
  "required": ["name", "type", "lifecycle"]
}