University of Groningen · JSON Structure

University Of Groningen Activity Structure

JSON Structure for a UG Pure CRIS research activity (Pure API 5.35.3).

Type: object Properties: 7
EducationHigher EducationUniversityResearchOpen DataResearch DataLibraryMetadataNetherlandsEurope

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

Properties

pureId uuid createdBy createdDate modifiedDate portalUrl version

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-groningen/main/json-structure/university-of-groningen-activity-structure.json",
  "name": "Activity",
  "type": "object",
  "description": "JSON Structure for a UG Pure CRIS research activity (Pure API 5.35.3).",
  "properties": {
    "pureId": {
      "type": "int64"
    },
    "uuid": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "createdDate": {
      "type": "datetime"
    },
    "modifiedDate": {
      "type": "datetime"
    },
    "portalUrl": {
      "type": "uri"
    },
    "version": {
      "type": "string"
    }
  }
}