{
    "format": "csv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Linkfire Schema",
    "required": [
    ],
    "properties": {
        "activity": {
            "$id": "#/properties/activity",
            "type": "string",
            "default": "",
            "examples": [
                "N"
            ],
            "pattern": "^.*$"
        },
        "artists": {
            "$id": "#/properties/artists",
            "type": "string",
            "default": "",
            "examples": [
                "Harry Styles"
            ],
            "pattern": "^.*$"
        },
        "asset": {
            "$id": "#/properties/asset",
            "type": "string",
            "default": "",
            "examples": [
                "landingpage"
            ],
            "pattern": "^(.+)$"
        },
        "boardid": {
            "$id": "#/properties/boardid",
            "type": "string",
            "default": "",
            "examples": [
                "8fd5b72e-4c47-11e6-9fd0-066c3e7a8751"
            ],
            "pattern": "^([\\da-z-]+)$"
        },
        "boardname": {
            "$id": "#/properties/boardname",
            "type": "string",
            "default": "",
            "examples": [
                "sony-music-sweden"
            ],
            "pattern": "^([-a-z]+)$"
        },
        "browser": {
            "$id": "#/properties/browser",
            "type": "string",
            "default": "",
            "examples": [
                "Facebook App"
            ],
            "pattern": "^[A-Z a-z]*$"
        },
        "campaigntype": {
            "$id": "#/properties/campaigntype",
            "type": "string",
            "default": "",
            "examples": [
                "PDU5"
            ],
            "pattern": "^.*$"
        },
        "channelid": {
            "$id": "#/properties/channelid",
            "type": "string",
            "default": "",
            "examples": [
                "8fd5b72e-4c47-11e6-9fd0-066c3e7a8751"
            ],
            "pattern": "^([\\da-z-]+)$"
        },
        "channelname": {
            "$id": "#/properties/channelname",
            "type": "string",
            "default": "",
            "examples": [
                "Original"
            ],
            "pattern": "^.*$"
        },
        "channeltype": {
            "$id": "#/properties/channeltype",
            "type": "string",
            "default": "",
            "examples": [
                "Original"
            ],
            "pattern": "^.*$"
        },
        "city": {
            "$id": "#/properties/city",
            "type": "string",
            "default": "",
            "examples": [
                "San Antonio"
            ],
            "pattern": "^.*$"
        },
        "convcategory": {
            "$id": "#/properties/convcategory",
            "type": "string",
            "default": "",
            "examples": [
                "Music"
            ],
            "pattern": "^(.*)$"
        },
        "convdescription": {
            "$id": "#/properties/convdescription",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "convid": {
            "$id": "#/properties/convid",
            "type": "string",
            "default": "",
            "examples": [
                "1494043535"
            ],
            "pattern": "^([\\d]*)$"
        },
        "convidsecond": {
            "$id": "#/properties/convidsecond",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "convname": {
            "$id": "#/properties/convname",
            "type": "string",
            "default": "",
            "examples": [
                "Bad Boys For Life Soundtrack"
            ],
            "pattern": "^(.*)$"
        },
        "convreference": {
            "$id": "#/properties/convreference",
            "type": "string",
            "default": "",
            "examples": [
                "97043947454574"
            ],
            "pattern": "^([\\d]*)$"
        },
        "convsource": {
            "$id": "#/properties/convsource",
            "type": "string",
            "default": "",
            "examples": [
                "itunes"
            ],
            "pattern": "^(.*)$"
        },
        "convtoken": {
            "$id": "#/properties/convtoken",
            "type": "string",
            "default": "",
            "examples": [
                "1001lopB"
            ],
            "pattern": "^(.*)$"
        },
        "convtype": {
            "$id": "#/properties/convtype",
            "type": "string",
            "default": "",
            "examples": [
                "Playlist"
            ],
            "pattern": "^(.*)$"
        },
        "convvalue": {
            "$id": "#/properties/convvalue",
            "type": "string",
            "default": "",
            "examples": [
                "2.1882998943328857"
            ],
            "pattern": "^([\\d.]*)$"
        },
        "convvaluesecond": {
            "$id": "#/properties/convvaluesecond",
            "type": "string",
            "default": "",
            "examples": [
                "0.05469999834895134"
            ],
            "pattern": "^([\\d.]*)$"
        },
        "convvaluetype": {
            "$id": "#/properties/convvaluetype",
            "type": "string",
            "default": "",
            "examples": [
                "currency"
            ],
            "pattern": "^(.*)$"
        },
        "convvalueunit": {
            "$id": "#/properties/convvalueunit",
            "type": "string",
            "default": "",
            "examples": [
                "USD"
            ],
            "pattern": "^(.*)$"
        },
        "countrycode": {
            "$id": "#/properties/countrycode",
            "type": "string",
            "default": "",
            "examples": [
                "CL"
            ],
            "pattern": "^([A-Z]{2})$"
        },
        "created": {
            "$id": "#/properties/created",
            "type": "string",
            "default": "",
            "examples": [
                "2020-01-17 23:53:56.696"
            ],
            "pattern": "^([:. 0-9-]+)$"
        },
        "device": {
            "$id": "#/properties/device",
            "type": "string",
            "default": "",
            "examples": [
                "mobile"
            ],
            "pattern": "^([a-z]+)$"
        },
        "eventaction": {
            "$id": "#/properties/eventaction",
            "type": "string",
            "default": "",
            "examples": [
                "ytplayer"
            ],
            "pattern": "^(.*)$"
        },
        "eventcategory": {
            "$id": "#/properties/eventcategory",
            "type": "string",
            "default": "",
            "examples": [
                "sample"
            ],
            "pattern": "^(.*)$"
        },
        "eventcategorytype": {
            "$id": "#/properties/eventcategorytype",
            "type": "string",
            "default": "",
            "examples": [
                "sample"
            ],
            "pattern": "^(.*)$"
        },
        "eventlabel": {
            "$id": "#/properties/eventlabel",
            "type": "string",
            "default": "",
            "examples": [
                "linkfireplayer"
            ],
            "pattern": "^(.*)$"
        },
        "eventvalue": {
            "$id": "#/properties/eventvalue",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "ip": {
            "$id": "#/properties/ip",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "linkid": {
            "$id": "#/properties/linkid",
            "type": "string",
            "default": "",
            "examples": [
                "8fd5b72e-4c47-11e6-9fd0-066c3e7a8751"
            ],
            "pattern": "^([\\da-z-]+)$"
        },
        "linkisrc": {
            "$id": "#/properties/linkisrc",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "linkupc": {
            "$id": "#/properties/linkupc",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "linkurl": {
            "$id": "#/properties/linkurl",
            "type": "string",
            "default": "",
            "examples": [
                "lnk.to/AdoreYouVideo"
            ],
            "pattern": "^(.+)$"
        },
        "newsession": {
            "$id": "#/properties/newsession",
            "type": "string",
            "default": "",
            "pattern": "^(.+)$"
        },
        "os": {
            "$id": "#/properties/os",
            "type": "string",
            "default": "",
            "examples": [
                "Android"
            ],
            "pattern": "^(.+)$"
        },
        "params": {
            "$id": "#/properties/params",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "referrer": {
            "$id": "#/properties/referrer",
            "type": "string",
            "default": "",
            "examples": [
                "http://instagram.com/",
                "direct"
            ],
            "pattern": "^(.+)$"
        },
        "tags": {
            "$id": "#/properties/tags",
            "type": "string",
            "default": "",
            "examples": [
            ],
            "pattern": "^(.*)$"
        },
        "toplevelreferrer": {
            "$id": "#/properties/toplevelreferrer",
            "type": "string",
            "default": "",
            "examples": [
                "lnk.to"
            ],
            "pattern": "^(.*)$"
        },
        "type": {
            "$id": "#/properties/type",
            "type": "string",
            "default": "",
            "examples": [
                "pageview"
            ],
            "pattern": "^(.+)$"
        },
        "useragent": {
            "$id": "#/properties/useragent",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^(.*)$"
        },
        "visitortoken": {
            "$id": "#/properties/visitortoken",
            "type": "string",
            "default": "",
            "examples": [
                "0562ab32e131906eb0f90e9b4bc7729f"
            ],
            "pattern": "^[a-z0-9]{32}$"
        },
        "visitoruid": {
            "$id": "#/properties/visitoruid",
            "type": "string",
            "default": "",
            "examples": [
                "5e2249128bbe52.69860065"
            ],
            "pattern": "^[a-z0-9]{14}.[0-9]{8}$"
        },
        "linkscanningsource": {
            "$id": "#/properties/linkscanningsource",
            "type": "string",
            "default": "",
            "examples": [
                "https://open.spotify.com/track/3jjujdWJ72nww5eGnfs2E7?si=DsfZvJNgTW64Vo5X42YinQ"
            ],
            "pattern": "^.+$"
        },
        "linkscanningtype": {
            "$id": "#/properties/linkscanningtype",
            "type": "string",
            "default": "",
            "examples": [
                "URL"
            ],
            "pattern": "^.+$"
        },
        "convusdvalue": {
            "$id": "#/properties/convusdvalue",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^.*$"
        },
        "convusdvaluesecond": {
            "$id": "#/properties/convusdvaluesecond",
            "type": "string",
            "default": "",
            "examples": [
                ""
            ],
            "pattern": "^.*$"
        },
        "orgid": {
            "$id": "#/properties/orgid",
            "type": "string",
            "default": "",
            "examples": [
                "6EFA260B-4C47-11E6-9FD0-066C3E7A8751"
            ],
            "pattern": "^[-A-Z0-9]*$"
        },
        "orgname": {
            "$id": "#/properties/orgname",
            "type": "string",
            "default": "",
            "examples": [
                "sony-music-chile"
            ],
            "pattern": ".*$"
        }

    }
}
