{
    "type": "object",
    "properties": {
        "data": {
            "type": "object",
            "properties": {
                "modelResponse": {
                    "type": "string"
                }
            }
        },
        "meta": {
            "type": "object",
            "properties": {
                "requestId": {
                    "type": "string"
                },
                "status": {
                    "type": "string"
                },
                "usage": {
                    "type": "object",
                    "properties": {
                        "credits": {
                            "type": "integer"
                        },
                        "id": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "sessionId": {
            "type": "string"
        },
        "windowId": {
            "type": "string"
        }
    },
    "version": 2
}
