{
    "format": "tsv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Apple Music Content Demographics Schema",
    "required": [
        "Storefront Name",
        "Listeners",
        "Streams"
    ],
    "properties": {
        "Report Date": {
            "$id": "#/properties/Report Date",
            "type": "string",
            "title": "The Report Date Schema",
            "default": "",
            "examples": [
                "2019-06-20"
            ],
            "format": "date-time",
            "pattern": "^(.*)$"
        },
        "Apple Identifier": {
            "$id": "#/properties/Apple Identifier",
            "type": "string",
            "title": "The Apple identifier Schema",
            "default": "",
            "examples": [
                "677622861"
            ],
            "pattern": "^(.*)$"
        },
        "Storefront Name": {
            "$id": "#/properties/Storefront Name",
            "type": "string",
            "title": "The Storefront Name Schema",
            "default": "",
            "examples": [
                "JP"
            ],
            "pattern": "^(.*)$"
        },
        "Subscription Type": {
            "$id": "#/properties/Subscription Type",
            "type": "string",
            "title": "The Subscription Type Schema",
            "default": "",
            "examples": [
                "Individual Monthly"
            ],
            "pattern": "^(.*)$"
        },
        "Subscription Mode": {
            "$id": "#/properties/Subscription Mode",
            "type": "string",
            "title": "The Subscription Mode Schema",
            "default": "",
            "examples": [
                "Gratis Trial"
            ],
            "pattern": "^(.*)$"
        },
        "Action Type": {
            "$id": "#/properties/Action Type",
            "type": "string",
            "title": "The Action Type Schema",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^([\\d]+)$"
        },
        "Gender": {
            "$id": "#/properties/Gender",
            "type": "string",
            "title": "The Gender Schema",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^([\\d]+)$"
        },
        "Age Band": {
            "$id": "#/properties/Age Band",
            "type": "string",
            "title": "The Age Band Schema",
            "default": "",
            "examples": [
                "12-24",
                "Data Unknown"
            ],
            "pattern": "^(.*)$"
        },
        "Audio Format": {
            "$id": "#/properties/Audio Format",
            "type": "string",
            "title": "The Audio Format Schema",
            "default": "",
            "examples": [
                "Compressed Audio",
                "Lossless"
            ],
            "pattern": "^(.*)$"
        },
        "Listeners": {
            "$id": "#/properties/Listeners",
            "type": "string",
            "title": "The Listeners Schema",
            "default": "",
            "examples": [
                "18273891"
            ],
            "pattern": "^([\\d]+)$"
        },
        "Streams": {
            "$id": "#/properties/Streams",
            "type": "string",
            "title": "The Streams Schema",
            "default": "",
            "examples": [
                "12312"
            ],
            "pattern": "^([\\d]+)$"
        },
        "Listeners Last 7 Days": {
            "$id": "#/properties/Listeners Last 7 Days",
            "type": "string",
            "title": "The Listeners Last 7 Days Schema",
            "default": "",
            "examples": [
                "18273891"
            ],
            "pattern": "^([\\d]+)$"
        },
        "Streams Last 7 Days": {
            "$id": "#/properties/Streams Last 7 Days",
            "type": "string",
            "title": "The Streams Last 7 Days Schema",
            "default": "",
            "examples": [
                "12312"
            ],
            "pattern": "^([\\d]+)$"
        }
    }
}
