{
    "format": "tsv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Apple Music Content Schema",
    "required": [
        "Apple Identifier"
    ],
    "properties": {
        "Apple Identifier": {
            "$id": "#/properties/Apple Identifier",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Apple identifier Schema",
            "default": "",
            "examples": [
                "647753824"
            ]
        },
        "ISRC": {
            "$id": "#/properties/ISRC",
            "type": "string",
            "title": "The Isrc Schema",
            "default": "",
            "examples": [
                "JPN301200701"
            ],
            "pattern": "^[A-Z]{2}-?\\w{3}-?\\d{2}-?\\d{5}$"
        },
        "Title": {
            "$id": "#/properties/Title",
            "type": "string",
            "title": "The Title Schema",
            "default": "",
            "examples": [
                "Da Doo Rendezvous (Album Version)"
            ],
            "pattern": "^(.*)$"
        },
        "Artist": {
            "$id": "#/properties/Artist",
            "type": "string",
            "title": "The Artist Schema",
            "default": "",
            "examples": [
                "Valerie Carter"
            ],
            "pattern": "^(.*)$"
        },
        "Artist ID": {
            "$id": "#/properties/Artist ID",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Artist id Schema",
            "default": "",
            "examples": [
                "897611"
            ]
        },
        "Item Type": {
            "$id": "#/properties/Item Type",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Item type Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "Media Type": {
            "$id": "#/properties/Media Type",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Media type Schema",
            "default": "",
            "examples": [
                "1"
            ]
        },
        "Media Duration": {
            "$id": "#/properties/Media Duration",
            "type": "string",
            "pattern": "^([\\d]+)$",
            "title": "The Media duration Schema",
            "default": "",
            "examples": [
                "241"
            ]
        },
        "Vendor Identifier": {
            "$id": "#/properties/Vendor Identifier",
            "type": "string",
            "title": "The Vendor identifier Schema",
            "default": "",
            "examples": [
                "ESCL02830B12A"
            ],
            "pattern": "^([A-Z\\d]{12})"
        },
        "Label/Studio/Network": {
            "$id": "#/properties/Label/Studio/Network",
            "type": "string",
            "title": "The Label/studio/network Schema",
            "default": "",
            "examples": [
                "Sony Music Labels Inc.",
                "Sony Music Direct(Japan)Inc."
            ],
            "pattern": "^(.*)$"
        },
        "Grid": {
            "$id": "#/properties/Grid",
            "type": "string",
            "title": "The Grid Schema",
            "default": "",
            "pattern": "^(.*)$"
        }
    }
}
