Response from a user get operation
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthUserGetResponse", "title": "AuthUserGetResponse", "type": "object", "description": "Response from a user get operation", "properties": { "header": { "$ref": "#/components/schemas/ResponseHeader" }, "roles": { "type": "array", "description": "List of roles assigned to the user", "items": { "type": "string" } } } }