National University Of Colombia Community Structure

JSON Structure for a DSpace community in the UNAL institutional repository (DSpace 7.6.5).

Type: object Properties: 6 Required: 4
EducationHigher EducationUniversityColombiaOpen DataInstitutional RepositoryOAI-PMH

DSpaceCommunity is a JSON Structure definition published by National University of Colombia, describing 6 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

uuid name handle archivedItemsCount type metadata

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/national-university-of-colombia/main/json-structure/national-university-of-colombia-community-structure.json",
  "name": "DSpaceCommunity",
  "description": "JSON Structure for a DSpace community in the UNAL institutional repository (DSpace 7.6.5).",
  "type": "object",
  "properties": {
    "uuid": { "type": "string" },
    "name": { "type": "string" },
    "handle": { "type": "string" },
    "archivedItemsCount": { "type": "int32" },
    "type": { "type": "string" },
    "metadata": {
      "type": "map",
      "values": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "value": { "type": "string" },
            "language": { "type": ["string", "null"] },
            "authority": { "type": ["string", "null"] },
            "confidence": { "type": "int32" },
            "place": { "type": "int32" }
          }
        }
      }
    }
  },
  "required": ["uuid", "name", "handle", "type"]
}