{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserSession", "title": "UserSession", "type": "object", "properties": { "userSession": { "type": "string", "description": "Session provided for a valid user to access API services upon successful authentication.

Endpoints:", "readOnly": true } } }