{
    "format": "csv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "YouTube Music Daily Activity Summary",
    "required": [
        "date",
        "country"
    ],
    "properties": {
        "date": {
            "$id": "#/properties/date",
            "type": "string",
            "title": "Date of report",
            "default": "",
            "examples": [
                "20190812"
            ],
            "pattern": "^([\\d]+)$"
        },
        "country": {
            "$id": "#/properties/country",
            "type": "string",
            "title": "Country code",
            "default": "",
            "examples": [
                "PH",
                "IT"
            ],
            "pattern": "^[A-Z]+$"
        },
        "subscription_type": {
            "$id": "#/properties/subscription_type",
            "type": "string",
            "title": "Subscription type",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "subscription_product": {
            "$id": "#/properties/subscription_product",
            "type": "string",
            "title": "Subscription product",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "subscription_detail": {
            "$id": "#/properties/subscription_detail",
            "type": "string",
            "title": "Subscription detail",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "gender": {
            "$id": "#/properties/gender",
            "type": "string",
            "title": "Gender",
            "default": "N/A",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "age_band": {
            "$id": "#/properties/age_band",
            "type": "string",
            "title": "Age band",
            "default": "N/A",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "asset_id": {
            "$id": "#/properties/asset_id",
            "type": "string",
            "title": "Asset ID",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "isrc": {
            "$id": "#/properties/isrc",
            "type": "string",
            "title": "ISRC",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "isrc_rollup": {
            "$id": "#/properties/isrc_rollup",
            "type": "string",
            "title": "ISRC Rollup",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "device_type": {
            "$id": "#/properties/device_type",
            "type": "string",
            "title": "Device type",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "os": {
            "$id": "#/properties/os",
            "type": "string",
            "title": "Operation System",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "traffic_source_type": {
            "$id": "#/properties/traffic_source_type",
            "type": "string",
            "title": "Traffic source type",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "traffic_source_detail": {
            "$id": "#/properties/traffic_source_detail",
            "type": "string",
            "title": "Traffic source detail",
            "default": "N/A",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "dma_name": {
            "$id": "#/properties/dma_name",
            "type": "string",
            "title": "DMA Name",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "city_name": {
            "$id": "#/properties/city_name",
            "type": "string",
            "title": "City",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "region_name": {
            "$id": "#/properties/region_name",
            "type": "string",
            "title": "Region",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "playback_location": {
            "$id": "#/properties/playback_location",
            "type": "string",
            "title": "Playback location",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "stream_source_detail": {
            "$id": "#/properties/playback_location",
            "type": "string",
            "title": "Stream source detail",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "playlist_name": {
            "$id": "#/properties/playlist_name",
            "type": "string",
            "title": "Playlist name",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "watchtime_category": {
            "$id": "#/properties/watchtime_category",
            "type": "string",
            "title": "Watchtime category",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "ugc": {
            "$id": "#/properties/ugc",
            "type": "string",
            "title": "UGC",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "premium_content_type": {
            "$id": "#/properties/premium_content_type",
            "type": "string",
            "title": "Premium content type",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "is_audio_only": {
            "$id": "#/properties/is_audio_only",
            "type": "string",
            "title": "Is audio only",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "is_livestream": {
            "$id": "#/properties/is_livestream",
            "type": "string",
            "title": "Is livestream",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "is_monetized": {
            "$id": "#/properties/is_monetized",
            "type": "string",
            "title": "Is monetized",
            "default": "",
            "examples": [
            ],
            "pattern": "^([\\d]+)$"
        },
        "unique_active_users": {
            "$id": "#/properties/unique_active_users",
            "type": "string",
            "title": "Unique active users",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "plays": {
            "$id": "#/properties/plays",
            "type": "string",
            "title": "Playes",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "net_likes": {
            "$id": "#/properties/net_likes",
            "type": "string",
            "title": "Net likes",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "net_dislikes": {
            "$id": "#/properties/net_dislikes",
            "type": "string",
            "title": "Net dislikes",
            "default": "NULL",
            "examples": [
            ],
            "pattern": "^(.*)$"
        }
    }
}
