Hong Kong Baptist University · JSON Structure

Hong Kong Baptist University Research Output Structure

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

Type: object Properties: 14 Required: 8
EducationHigher EducationUniversityResearchHong KongPureResearch Information

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

Properties

pureId uuid createdDate modifiedDate portalUrl version title type category language managingOrganization publicationStatuses contributors typeDiscriminator

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/research-output.json",
  "name": "ResearchOutput",
  "description": "JSON Structure for a Pure research output 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" },
    "title": { "type": "object", "properties": {} },
    "type": { "type": "object", "properties": {} },
    "category": { "type": "object", "properties": {} },
    "language": { "type": "object", "properties": {} },
    "managingOrganization": { "type": "object", "properties": {} },
    "publicationStatuses": { "type": "array", "items": { "type": "object", "properties": {} } },
    "contributors": { "type": "array", "items": { "type": "object", "properties": {} } },
    "typeDiscriminator": { "type": "string" }
  },
  "required": ["title", "type", "category", "language", "managingOrganization", "publicationStatuses", "contributors", "typeDiscriminator"]
}