{
    "format": "tsv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Apple Music Event Schema",
    "required": [
    ],
    "properties": {
        "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}$"
        },
        "Apple Identifier": {
            "$id": "#/properties/Apple Identifier",
            "type": "string",
            "title": "The Apple identifier Schema",
            "default": "",
            "examples": [
                "677622861"
            ],
            "pattern": "^(\\d+)$"
        },
        "Action Type": {
            "$id": "#/properties/Action Type",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Action type Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "End Reason Type": {
            "$id": "#/properties/End Reason Type",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The End reason type Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "Time Bucket": {
            "$id": "#/properties/Time Bucket",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Time bucket Schema",
            "default": "",
            "examples": [
                "6"
            ]
        },
        "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": [
                "Extended Trial (6 Month)"
            ],
            "pattern": "^(.*)$"
        },
        "Membership Partner": {
            "$id": "#/properties/Membership Partner",
            "type": "string",
            "title": "The Membership partner Schema",
            "default": "",
            "examples": [
                "some partner"
            ],
            "pattern": "^(.*)$"
        },
        "Offline": {
            "$id": "#/properties/Offline",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Offline Schema",
            "default": "",
            "examples": [
                "1",
                "0"
            ]
        },
        "Storefront Name": {
            "$id": "#/properties/Storefront Name",
            "type": "string",
            "title": "The Storefront name Schema",
            "default": "",
            "examples": [
                "JP"
            ],
            "pattern": "^[A-Z]{2}$"
        },
        "Ingest Datestamp": {
            "$id": "#/properties/Ingest Datestamp",
            "type": "string",
            "title": "The ingest datestamp Schema",
            "default": "",
            "examples": [
                "2019-06-20"
            ],
            "format": "date-time",
            "pattern": "^\\d{4}\\-\\d{2}\\-\\d{2}$"
        },
        "Streams": {
            "$id": "#/properties/Streams",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Streams Schema",
            "default": "",
            "examples": [
                "12312"
            ]
        }
    }
}
