{ "type": "object", "required": [ "id", "name", "username", "expires_at", "scopes" ], "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "username": { "type": "string" }, "expires_at": { "type": "date" }, "scopes": { "type": "array", "items": { "type": "string" } }, "token": { "type": "string" } } }