Imperial College London · JSON Structure

Imperial College London Community Structure

JSON Structure for a Spiral (DSpace 7.6.1) repository community.

Type: object Properties: 7 Required: 3
EducationHigher EducationUniversityResearchUnited KingdomOpen AccessRepositoryIdentity

SpiralCommunity is a JSON Structure definition published by Imperial College London, describing 7 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id 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/imperial-college-london/main/json-structure/imperial-college-london-community-structure.json",
  "name": "SpiralCommunity",
  "description": "JSON Structure for a Spiral (DSpace 7.6.1) repository community.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "uuid": { "type": "string" },
    "name": { "type": "string" },
    "handle": { "type": "string" },
    "archivedItemsCount": { "type": "int32" },
    "type": { "type": "string" },
    "metadata": {
      "type": "map",
      "values": {
        "type": "array",
        "items": {
          "type": "object",
          "name": "MetadataValue",
          "properties": {
            "value": { "type": "string" },
            "language": { "type": ["string", "null"] },
            "authority": { "type": ["string", "null"] },
            "confidence": { "type": "int32" },
            "place": { "type": "int32" }
          },
          "required": ["value"]
        }
      }
    }
  },
  "required": ["uuid", "type", "metadata"]
}