{
    "format": "tsv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Apple Music Artist Demographic Schema",
    "required": [
    ],
    "properties": {
        "Ingest Datestamp": {
            "$id": "#/properties/Ingest Datestamp",
            "type": "string",
            "title": "Ingest Datestamp",
            "default": "",
            "examples": [
                "2019-06-20"
            ],
            "format": "date-time",
            "pattern": "^\\d{4}\\-\\d{2}\\-\\d{2}$"
        },
        "Datestamp": {
            "$id": "#/properties/Datestamp",
            "type": "string",
            "title": "The Datestamp Schema",
            "default": "",
            "examples": [
                "2019-06-20"
            ],
            "format": "date-time",
            "pattern": "^\\d{4}\\-\\d{2}\\-\\d{2}$"
        },
        "Report Date": {
            "$id": "#/properties/Report Date",
            "type": "string",
            "title": "The Report date Schema",
            "default": "",
            "examples": [
                "26.05.2019"
            ],
            "format": "date",
            "pattern": "^\\d{2}\\.\\d{2}\\.\\d{4}$"
        },
        "Artist ID": {
            "$id": "#/properties/Artist ID",
            "type": "string",
            "title": "The Artist id Schema",
            "default": "",
            "examples": [
                "386255092,189953"
            ],
            "pattern": "^((\\d*),?)*$"
        },
        "Storefront Name": {
            "$id": "#/properties/Storefront Name",
            "type": "string",
            "title": "The Storefront name Schema",
            "default": "",
            "examples": [
                "JP"
            ],
            "pattern": "^[A-Z]{2}$"
        },
        "Membership Type": {
            "$id": "#/properties/Membership Type",
            "type": "string",
            "title": "The Membership type Schema",
            "default": "",
            "examples": [
                "Individual Monthly"
            ],
            "pattern": "^(.*)$"
        },
        "Membership Mode": {
            "$id": "#/properties/Membership Mode",
            "type": "string",
            "title": "The Membership mode Schema",
            "default": "",
            "examples": [
                "Gratis Trial"
            ],
            "pattern": "^(.*)$"
        },
        "Action Type": {
            "$id": "#/properties/Action Type",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Action type Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "Gender": {
            "$id": "#/properties/Gender",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Gender Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "Age Band": {
            "$id": "#/properties/Age Band",
            "type": "string",
            "title": "The Age band Schema",
            "default": "",
            "examples": [
                "12-24",
                "Data Unknown"
            ],
            "pattern": "^(.*)$"
        },
        "Listeners": {
            "$id": "#/properties/Listeners",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Listeners Schema",
            "default": "",
            "examples": [
                "18273891"
            ],
            "minimum": 0
        },
        "Streams": {
            "$id": "#/properties/Streams",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Streams Schema",
            "default": "",
            "examples": [
                "12312"
            ]
        },
        "Listeners Last 7 Days": {
            "$id": "#/properties/Listeners Last 7 Days",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Listeners last 7 days Schema",
            "default": "",
            "examples": [
                "813"
            ]
        },
        "Streams Last 7 Days": {
            "$id": "#/properties/Streams Last 7 Days",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Streams last 7 days Schema",
            "default": "",
            "examples": [
                "234"
            ]
        }
    }
}
