SUMS WhoLoggedIn Record

A tool login session record returned by the SUMS WhoLoggedIn operation.

EducationHigher EducationUniversityResearchOpen DataLibraryUnited States

Properties

Name Type Description
ToolId integer
ToolName string
ResearcherName string
StartDateTime string
EndDateTime string
View JSON Schema on GitHub

JSON Schema

georgia-institute-of-technology-whologgedin-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://repository.gatech.edu/schemas/sums-whologgedin.schema.json",
  "title": "SUMS WhoLoggedIn Record",
  "description": "A tool login session record returned by the SUMS WhoLoggedIn operation.",
  "type": "object",
  "properties": {
    "ToolId": {
      "type": "integer"
    },
    "ToolName": {
      "type": "string"
    },
    "ResearcherName": {
      "type": "string"
    },
    "StartDateTime": {
      "type": "string",
      "format": "date-time"
    },
    "EndDateTime": {
      "type": "string",
      "format": "date-time"
    }
  }
}