{ "$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" } } }