Kfupm Research Output Structure

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

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

KfupmPureResearchOutput is a JSON Structure definition published by King Fahd University of Petroleum & Minerals, describing 18 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 title peerReview internationalPeerReview totalNumberOfContributors submissionYear type category managingOrganization organizations contributors

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-research-output-structure.json",
  "name": "KfupmPureResearchOutput",
  "description": "JSON Structure for the KFUPM Pure ResearchOutput 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" },
    "title": {
      "type": "object",
      "properties": {
        "value": { "type": "string" },
        "formatted": { "type": "boolean" }
      }
    },
    "peerReview": { "type": "boolean" },
    "internationalPeerReview": { "type": "boolean" },
    "totalNumberOfContributors": { "type": "int32" },
    "submissionYear": { "type": "int32" },
    "type": { "$ref": "#/definitions/ClassificationRef" },
    "category": { "$ref": "#/definitions/ClassificationRef" },
    "managingOrganization": { "$ref": "#/definitions/OrganizationRef" },
    "organizations": {
      "type": "array",
      "items": { "$ref": "#/definitions/OrganizationRef" }
    },
    "contributors": {
      "type": "array",
      "items": { "type": "object" }
    }
  },
  "required": ["pureId", "uuid"],
  "definitions": {
    "ClassificationRef": {
      "type": "object",
      "properties": {
        "uri": { "type": "string" },
        "term": { "type": "object" }
      }
    },
    "OrganizationRef": {
      "type": "object",
      "properties": {
        "uuid": { "type": "string" },
        "systemName": { "type": "string" },
        "name": { "type": "object" }
      }
    }
  }
}