{
    "type": "object",
    "properties": {
        "date": {
            "type": "string"
        },
        "dimensionHeaders": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    }
                }
            }
        },
        "kind": {
            "type": "string"
        },
        "metadata": {
            "type": "object",
            "properties": {
                "currencyCode": {
                    "type": "string"
                },
                "timeZone": {
                    "type": "string"
                }
            }
        },
        "metricHeaders": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "sessions": {
            "type": "string"
        },
        "totalUsers": {
            "type": "string"
        }
    },
    "version": 6
}
