{
    "type": "object",
    "properties": {
        "timestamp": {
            "type": "integer"
        },
        "context": {
            "type": "object",
            "properties": {
                "external_urls": {
                    "type": "object",
                    "properties": {
                        "spotify": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "spotify"
                    ]
                },
                "href": {
                    "type": "string"
                },
                "type": {
                    "type": "string"
                },
                "uri": {
                    "type": "string"
                }
            },
            "required": [
                "external_urls",
                "href",
                "type",
                "uri"
            ]
        },
        "progress_ms": {
            "type": "integer"
        },
        "currently_playing_type": {
            "type": "string"
        },
        "actions": {
            "type": "object",
            "properties": {
                "disallows": {
                    "type": "object",
                    "properties": {
                        "resuming": {
                            "type": "boolean"
                        }
                    }
                }
            },
            "required": [
                "disallows"
            ]
        },
        "is_playing": {
            "type": "boolean"
        }
    },
    "required": [
        "timestamp",
        "context",
        "progress_ms",
        "item",
        "currently_playing_type",
        "actions",
        "is_playing"
    ],
    "version": 1
}
