Georgia Institute of Technology · Schema
SUMS Tool Record
A tool/equipment record returned by the SUMS equipmentGroup_tools operation.
EducationHigher EducationUniversityResearchOpen DataLibraryUnited States
Properties
| Name | Type | Description |
|---|---|---|
| equipmentGroupId | integer | Identifier of the equipment group. |
| locationId | integer | Identifier of the location. |
| toolId | integer | Identifier of the tool. |
| currentUserUserName | string | |
| equipmentGroupDescription | string | |
| equipmentGroupName | string | |
| locationAddress | string | |
| locationDescription | string | |
| locationManager | string | |
| locationName | string | |
| locationUrl | string | |
| toolCurrentUser | string | |
| toolDescription | string | |
| toolInUseSince | string | |
| toolName | string | |
| locationPhone | string | |
| toolIsOperational | boolean | |
| HeroImageURLs | array | |
| Trainers | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://repository.gatech.edu/schemas/sums-tool.schema.json",
"title": "SUMS Tool Record",
"description": "A tool/equipment record returned by the SUMS equipmentGroup_tools operation.",
"type": "object",
"properties": {
"equipmentGroupId": {
"type": "integer",
"description": "Identifier of the equipment group."
},
"locationId": {
"type": "integer",
"description": "Identifier of the location."
},
"toolId": {
"type": "integer",
"description": "Identifier of the tool."
},
"currentUserUserName": {
"type": "string"
},
"equipmentGroupDescription": {
"type": "string"
},
"equipmentGroupName": {
"type": "string"
},
"locationAddress": {
"type": "string"
},
"locationDescription": {
"type": "string"
},
"locationManager": {
"type": "string"
},
"locationName": {
"type": "string"
},
"locationUrl": {
"type": "string"
},
"toolCurrentUser": {
"type": "string"
},
"toolDescription": {
"type": "string"
},
"toolInUseSince": {
"type": "string"
},
"toolName": {
"type": "string"
},
"locationPhone": {
"type": "string"
},
"toolIsOperational": {
"type": "boolean"
},
"HeroImageURLs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Text": {
"type": "string"
}
}
}
},
"Trainers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Text": {
"type": "string"
}
}
}
}
}
}