{
    "format": "ndjson",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "title": "Appreciation Engine Brands",
    "required": [
        "ID"
    ],
    "type": "object",
    "properties": {
        "ID": {
            "$id": "#/properties/ID",
            "type": "string",
            "default": "",
            "examples": [
                "13652105"
            ],
            "pattern": "^(.+)$"
        },
        "Created": {
            "$id": "#/properties/Created",
            "type": [
                "string"
            ],
            "default": "",
            "examples": [
                "2020-10-03 12:36:17"
            ],
            "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
        },
        "Modified": {
            "$id": "#/properties/Modified",
            "type": [
                "string"
            ],
            "default": "",
            "examples": [
                "2020-10-03 12:36:17"
            ],
            "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
        },
        "Name": {
            "$id": "#/properties/Name",
            "type": [
                "string"
            ],
            "default": "",
            "examples": [
                "Sony Music - Century Media Records"
            ],
            "pattern": ".+"
        },
        "Slug": {
            "$id": "#/properties/Slug",
            "type": [
                "string"
            ],
            "default": "",
            "examples": [
                "sony-music-century-media-records"
            ],
            "pattern": ".+"
        },
        "Type": {
            "$id": "#/properties/Type",
            "type": "string",
            "default": "",
            "examples": [
                "Artist"
            ],
            "pattern": "^(.+)$"
        },
        "TotalReach": {
            "$id": "#/properties/TotalReach",
            "type": [
                "string"
            ],
            "default": "",
            "examples": [
                "43"
            ],
            "pattern": "\\d+"
        },
        "OfficialWebsiteURL": {
            "$id": "#/properties/OfficialWebsiteURL",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "https://www.facebook.com/Abortedofficial"
            ],
            "pattern": ".+"
        },
        "FacebookURL": {
            "$id": "#/properties/FacebookURL",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "https://www.facebook.com/Abortedofficial"
            ],
            "pattern": ".+"
        },
        "FacebookID": {
            "$id": "#/properties/FacebookID",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "37756499655"
            ],
            "pattern": "\\d+"
        },
        "YouTubeURL": {
            "$id": "#/properties/YouTubeURL",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "https://www.youtube.com/centurymedia"
            ],
            "pattern": ".+"
        },
        "YouTubeUsername": {
            "$id": "#/properties/YouTubeUsername",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Century Media Records"
            ],
            "pattern": ".+"
        },
        "TwitterURL": {
            "$id": "#/properties/TwitterURL",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "https://twitter.com/centurymediaeu"
            ],
            "pattern": ".+"
        },
        "TwitterScreenName": {
            "$id": "#/properties/TwitterScreenName",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "centurymediaeu"
            ],
            "pattern": ".+"
        },
        "TwitterID": {
            "$id": "#/properties/TwitterID",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "20674226"
            ],
            "pattern": "\\d+"
        },
        "InstagramURL": {
            "$id": "#/properties/InstagramURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "InstagramUsername": {
            "$id": "#/properties/InstagramUsername",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "GoogleURL": {
            "$id": "#/properties/GoogleURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "GoogleID": {
            "$id": "#/properties/GoogleID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "TumblrURL": {
            "$id": "#/properties/TumblrURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "HashTag": {
            "$id": "#/properties/HashTag",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyURL": {
            "$id": "#/properties/SpotifyURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyID": {
            "$id": "#/properties/SpotifyID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyUserURL": {
            "$id": "#/properties/SpotifyUserURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyUserID": {
            "$id": "#/properties/SpotifyUserID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyPodcastURL": {
            "$id": "#/properties/SpotifyPodcastURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SpotifyPodcastID": {
            "$id": "#/properties/SpotifyPodcastID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DeezerURL": {
            "$id": "#/properties/DeezerURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DeezerName": {
            "$id": "#/properties/DeezerName",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DeezerID": {
            "$id": "#/properties/DeezerID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DeezerUserURL": {
            "$id": "#/properties/DeezerUserURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DeezerUserID": {
            "$id": "#/properties/DeezerUserID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "AppleMusicURL": {
            "$id": "#/properties/AppleMusicURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "AppleMusicName": {
            "$id": "#/properties/AppleMusicName",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "AppleMusicID": {
            "$id": "#/properties/AppleMusicID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "NapsterURL": {
            "$id": "#/properties/NapsterURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "NapsterID": {
            "$id": "#/properties/NapsterID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "NapsterUserURL": {
            "$id": "#/properties/NapsterUserURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "NapsterUserID": {
            "$id": "#/properties/NapsterUserID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SoundCloudURL": {
            "$id": "#/properties/SoundCloudURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SoundCloudUsername": {
            "$id": "#/properties/SoundCloudUsername",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "SoundCloudID": {
            "$id": "#/properties/SoundCloudID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "WikipediaURL": {
            "$id": "#/properties/WikipediaURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "ImageURL": {
            "$id": "#/properties/ImageURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "TwitchURL": {
            "$id": "#/properties/TwitchURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "TwitchUsername": {
            "$id": "#/properties/TwitchUsername",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DiscordServerURL": {
            "$id": "#/properties/DiscordServerURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "DiscordServerID": {
            "$id": "#/properties/DiscordServerID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "RedditURL": {
            "$id": "#/properties/RedditURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "RedditID": {
            "$id": "#/properties/RedditID",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "TikTokURL": {
            "$id": "#/properties/TikTokURL",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "TikTokUsername": {
            "$id": "#/properties/TikTokUsername",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "Territory": {
            "$id": "#/properties/Territory",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        },
        "Label": {
            "$id": "#/properties/Label",
            "type": [
                "null",
                "string"
            ],
            "pattern": ".+"
        }
    }
}
