Georgia Institute Of Technology Tool Structure

Type: object Properties: 18
EducationHigher EducationUniversityResearchOpen DataLibraryUnited States

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

Properties

equipmentGroupId locationId toolId toolName toolDescription toolIsOperational toolCurrentUser currentUserUserName toolInUseSince equipmentGroupName equipmentGroupDescription locationName locationAddress locationPhone locationManager locationUrl HeroImageURLs Trainers

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/SumsTool.json",
  "name": "SumsTool",
  "type": "object",
  "properties": {
    "equipmentGroupId": {
      "type": "int32"
    },
    "locationId": {
      "type": "int32"
    },
    "toolId": {
      "type": "int32"
    },
    "toolName": {
      "type": "string"
    },
    "toolDescription": {
      "type": "string"
    },
    "toolIsOperational": {
      "type": "boolean"
    },
    "toolCurrentUser": {
      "type": "string"
    },
    "currentUserUserName": {
      "type": "string"
    },
    "toolInUseSince": {
      "type": "string"
    },
    "equipmentGroupName": {
      "type": "string"
    },
    "equipmentGroupDescription": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "locationAddress": {
      "type": "string"
    },
    "locationPhone": {
      "type": "string"
    },
    "locationManager": {
      "type": "string"
    },
    "locationUrl": {
      "type": "string"
    },
    "HeroImageURLs": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "Trainers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}