{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LoginResponse", "type": "object", "properties": { "token": { "type": "string" }, "sessionTimeout": { "type": "integer" }, "username": { "type": "string" } } }