University of Bristol · JSON Structure

University Of Bristol Person Structure

JSON Structure for a Pure Person (researcher) at the University of Bristol Research Portal.

Type: object Properties: 11
EducationHigher EducationUniversityResearchOpen DataUnited Kingdom

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

Properties

pureId uuid createdDate modifiedDate portalUrl version name orcid orcidAuthenticated willingToTakePhdStudents profiled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-bristol/main/json-structure/university-of-bristol-person-structure.json",
  "name": "Person",
  "type": "object",
  "description": "JSON Structure for a Pure Person (researcher) at the University of Bristol Research Portal.",
  "properties": {
    "pureId": { "type": "int64" },
    "uuid": { "type": "string" },
    "createdDate": { "type": "string", "format": "date-time" },
    "modifiedDate": { "type": "string", "format": "date-time" },
    "portalUrl": { "type": "string" },
    "version": { "type": "string" },
    "name": {
      "type": "object",
      "properties": {
        "firstName": { "type": "string" },
        "lastName": { "type": "string" }
      }
    },
    "orcid": { "type": "string" },
    "orcidAuthenticated": { "type": "boolean" },
    "willingToTakePhdStudents": { "type": "boolean" },
    "profiled": { "type": "boolean" }
  }
}