Georgia Institute Of Technology Whologgedin Structure

Type: object Properties: 5
EducationHigher EducationUniversityResearchOpen DataLibraryUnited States

SumsWhoLoggedIn is a JSON Structure definition published by Georgia Institute of Technology, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ToolId ToolName ResearcherName StartDateTime EndDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://repository.gatech.edu/structures/SumsWhoLoggedIn.json",
  "name": "SumsWhoLoggedIn",
  "type": "object",
  "properties": {
    "ToolId": {
      "type": "int32"
    },
    "ToolName": {
      "type": "string"
    },
    "ResearcherName": {
      "type": "string"
    },
    "StartDateTime": {
      "type": "datetime"
    },
    "EndDateTime": {
      "type": "datetime"
    }
  }
}