Iisc Community Structure

JSON Structure for an ETD@IISc DSpace community (organizational unit).

Type: object Properties: 10 Required: 4
EducationHigher EducationUniversityResearchOpen AccessInstitutional RepositoryOAI-PMHIndia

ETDCommunity is a JSON Structure definition published by Indian Institute of Science Bangalore, describing 10 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

uuid name handle type link countItems shortDescription introductoryText collections subcommunities

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/iisc/main/json-structure/iisc-community-structure.json",
  "name": "ETDCommunity",
  "description": "JSON Structure for an ETD@IISc DSpace community (organizational unit).",
  "type": "object",
  "properties": {
    "uuid": { "type": "string" },
    "name": { "type": "string" },
    "handle": { "type": "string" },
    "type": { "type": "string" },
    "link": { "type": "string" },
    "countItems": { "type": "integer" },
    "shortDescription": { "type": "string" },
    "introductoryText": { "type": "string" },
    "collections": {
      "type": "array",
      "items": { "type": "object" }
    },
    "subcommunities": {
      "type": "array",
      "items": { "type": "object" }
    }
  },
  "required": ["uuid", "name", "handle", "type"]
}