SUMS TrainingInfo Record

A training module status record returned by the SUMS TrainingInfo operation.

EducationHigher EducationUniversityResearchOpen DataLibraryUnited States

Properties

Name Type Description
Training_Module_Status string
Training_Module_Type string
Training_Module_Name string
TrainingDateTime string For training session/checkoff, date/time marked attended; otherwise when the training attempt was made.
Researcher string
Tool string
isHasAccessToTool boolean
View JSON Schema on GitHub

JSON Schema

georgia-institute-of-technology-traininginfo-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://repository.gatech.edu/schemas/sums-traininginfo.schema.json",
  "title": "SUMS TrainingInfo Record",
  "description": "A training module status record returned by the SUMS TrainingInfo operation.",
  "type": "object",
  "properties": {
    "Training_Module_Status": {
      "type": "string"
    },
    "Training_Module_Type": {
      "type": "string"
    },
    "Training_Module_Name": {
      "type": "string"
    },
    "TrainingDateTime": {
      "type": "string",
      "description": "For training session/checkoff, date/time marked attended; otherwise when the training attempt was made."
    },
    "Researcher": {
      "type": "string"
    },
    "Tool": {
      "type": "string"
    },
    "isHasAccessToTool": {
      "type": "boolean"
    }
  }
}