Kyoto University · JSON Structure

Kyoto Collection Structure

JSON Structure for a KURENAI (DSpace 7.6) collection object.

Type: object Properties: 5 Required: 4
EducationHigher EducationUniversityResearchOpen DataScholarlyRepositoryJapan

Collection is a JSON Structure definition published by Kyoto University, describing 5 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

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://repository.kulib.kyoto-u.ac.jp/structures/collection.json",
  "name": "Collection",
  "description": "JSON Structure for a KURENAI (DSpace 7.6) collection object.",
  "type": "object",
  "properties": {
    "uuid": { "type": "string" },
    "name": { "type": "string" },
    "handle": { "type": "string" },
    "archivedItemsCount": { "type": "int32" },
    "type": { "type": "string" }
  },
  "required": ["uuid", "name", "handle", "type"]
}