Emory University · JSON Structure

Emory Folder Structure

JSON Structure for the Emory Digital Slide Archive (Girder) folder resource.

Type: object Properties: 15
EducationHigher EducationUniversityResearchLibrariesUnited StatesAtlanta

EmoryFolder is a JSON Structure definition published by Emory University, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

_accessLevel _id _modelType baseParentId baseParentType created creatorId description meta name parentCollection parentId public size updated

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/emory/main/json-structure/emory-folder-structure.json",
  "name": "EmoryFolder",
  "type": "object",
  "description": "JSON Structure for the Emory Digital Slide Archive (Girder) folder resource.",
  "properties": {
    "_accessLevel": {
      "type": "int64"
    },
    "_id": {
      "type": "string"
    },
    "_modelType": {
      "type": "string"
    },
    "baseParentId": {
      "type": "string"
    },
    "baseParentType": {
      "type": "string"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "creatorId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "meta": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "parentCollection": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    },
    "public": {
      "type": "boolean"
    },
    "size": {
      "type": "int64"
    },
    "updated": {
      "type": "string",
      "format": "date-time"
    }
  }
}