Emory University · JSON Structure

Emory Item Structure

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

Type: object Properties: 13
EducationHigher EducationUniversityResearchLibrariesUnited StatesAtlanta

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

Properties

_id _modelType baseParentId baseParentType created creatorId description folderId largeImage meta name 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-item-structure.json",
  "name": "EmoryItem",
  "type": "object",
  "description": "JSON Structure for the Emory Digital Slide Archive (Girder) item resource.",
  "properties": {
    "_id": {
      "type": "string"
    },
    "_modelType": {
      "type": "string"
    },
    "baseParentId": {
      "type": "string"
    },
    "baseParentType": {
      "type": "string"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "creatorId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "folderId": {
      "type": "string"
    },
    "largeImage": {
      "type": "object"
    },
    "meta": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "size": {
      "type": "int64"
    },
    "updated": {
      "type": "string",
      "format": "date-time"
    }
  }
}