{
    "format": "csv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Linkfire Youtubemusic sony data Schema",
    "required": [],
    "properties": {
        "ActivityId": {
            "$id": "#/properties/activity",
            "type": "string",
            "pattern": "^[\\w_0-9]*$"
        },
        "BoardId": {
            "$id": "#/properties/BoardId",
            "type": "string",
            "pattern": "[A-Z0-9]{8}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{12}$"
        },
        "ChannelId": {
            "$id": "#/properties/ChannelId",
            "type": "string",
            "pattern": "^(.*)$"
        },
        "ChannelName": {
            "$id": "#/properties/ChannelName",
            "type": "string",
            "pattern": "^.*$"
        },
        "ChannelCode": {
            "$id": "#/properties/ChannelCode",
            "type": "string",
            "pattern": "^.*$"
        },
        "ChannelType": {
            "$id": "#/properties/ChannelType",
            "type": "string",
            "pattern": "^.*$"
        },
        "CountryCode": {
            "$id": "#/properties/CountryCode",
            "type": "string",
            "pattern": "^.*$"
        },
        "EventType": {
            "$id": "#/properties/EventType",
            "type": "string",
            "pattern": "^.*$"
        },
        "Timestamp": {
            "$id": "#/properties/Timestamp",
            "type": "string",
            "pattern": "^.*$"
        },
        "LinkId": {
            "$id": "#/properties/LinkId",
            "type": "string",
            "pattern": "^.*$"
        },
        "LinkScanningSource": {
            "$id": "#/properties/LinkScanningSource",
            "type": "string",
            "pattern": "^.*$"
        },
        "LinkScanningType": {
            "$id": "#/properties/LinkScanningType",
            "type": "string",
            "pattern": "^.*$"
        },
        "LinkTitle": {
            "$id": "#/properties/LinkTitle",
            "type": "string",
            "pattern": "^.*$"
        },
        "LinkUrl": {
            "$id": "#/properties/LinkUrl",
            "type": "string",
            "pattern": "^.*$"
        },
        "Count": {
            "$id": "#/properties/Count",
            "type": "string",
            "pattern": "^.*$"
        },
        "ArtistName": {
            "$id": "#/properties/ArtistName",
            "type": "string",
            "pattern": "^.*$"
        },
        "UserType": {
            "$id": "#/properties/UserType",
            "type": "string",
            "pattern": "^.*$"
        },
        "TrackTitle": {
            "$id": "#/properties/TrackTitle",
            "type": "string",
            "pattern": "^.*$"
        },
        "TrackISRC": {
            "$id": "#/properties/TrackISRC",
            "type": "string",
            "pattern": "^.*$"
        },
        "AlbumTitle": {
            "$id": "#/properties/AlbumTitle",
            "type": "string",
            "pattern": "^.*$"
        },
        "AlbumUPC": {
            "$id": "#/properties/AlbumUPC",
            "type": "string",
            "pattern": "^.*$"
        },
        "OrganisationId": {
            "$id": "#/properties/OrganisationId",
            "type": "string",
            "pattern": "^.*$"
        }
    }
}
