Kfupm Person Structure

JSON Structure for the KFUPM Pure Person object (Pure API 5.35.3-4).

Type: object Properties: 12 Required: 2
EducationHigher EducationUniversityResearchOpen AccessRepositorySaudi ArabiaMiddle East

KfupmPurePerson is a JSON Structure definition published by King Fahd University of Petroleum & Minerals, describing 12 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pureId uuid createdBy createdDate modifiedBy modifiedDate portalUrl version startDateAsResearcher affiliationNote employeeStartDate employeeEndDate

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/kfupm/main/json-structure/kfupm-person-structure.json",
  "name": "KfupmPurePerson",
  "description": "JSON Structure for the KFUPM Pure Person object (Pure API 5.35.3-4).",
  "type": "object",
  "properties": {
    "pureId": { "type": "int64" },
    "uuid": { "type": "string" },
    "createdBy": { "type": "string" },
    "createdDate": { "type": "string", "format": "date-time" },
    "modifiedBy": { "type": "string" },
    "modifiedDate": { "type": "string", "format": "date-time" },
    "portalUrl": { "type": "string", "format": "uri" },
    "version": { "type": "string" },
    "startDateAsResearcher": { "type": "string", "format": "date" },
    "affiliationNote": { "type": "string" },
    "employeeStartDate": { "type": "string", "format": "date" },
    "employeeEndDate": { "type": "string", "format": "date" }
  },
  "required": ["pureId", "uuid"]
}