University of Edinburgh · JSON Structure

University Of Edinburgh Community Structure

JSON Structure for an Edinburgh DataShare DSpace community.

Type: object Properties: 10 Required: 3
EducationHigher EducationUniversityResearch DataOpen DataRepositoryOAI-PMHUnited KingdomScotland

DataShareCommunity is a JSON Structure definition published by University of Edinburgh, describing 10 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

uuid name handle type copyrightText introductoryText shortDescription sidebarText countItems link

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://datashare.ed.ac.uk/structure/community.json",
  "name": "DataShareCommunity",
  "type": "object",
  "description": "JSON Structure for an Edinburgh DataShare DSpace community.",
  "properties": {
    "uuid": { "type": "string" },
    "name": { "type": "string" },
    "handle": { "type": ["string", "null"] },
    "type": { "type": "string" },
    "copyrightText": { "type": "string" },
    "introductoryText": { "type": "string" },
    "shortDescription": { "type": "string" },
    "sidebarText": { "type": "string" },
    "countItems": { "type": "int32" },
    "link": { "type": "string" }
  },
  "required": ["uuid", "name", "type"]
}