{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SessionDataResponse", "title": "SessionDataResponse", "type": "object", "properties": { "status": { "type": "string" }, "userDataInDatabase": { "type": "object" } } }