{
    "format": "txt",
    "delimiter": "#*#",
    "has_metadata": true,
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Amazon Music Activity Demographic Schema",
    "required": [
      "playlistId"
    ],
    "properties": {
      "reportingStartDate": {
        "$id": "#/properties/reportingStartDate",
            "type": "string",
            "title": "reportingStartDate",
            "default": "",
            "examples": [
                "20130610"
            ],
            "pattern": "^\\d{4}\\d{2}\\d{2}$"
      },
      "playlistId": {
        "$id": "#/properties/playlistId",
            "type": "string",
            "title": "playlistId",
            "default": "",
            "examples": [
                "XYZ789"
            ],
            "pattern": "^.+$"
      },
      "playListName": {
         "$id": "#/properties/playListName",
            "type": "string",
            "title": "playListName",
            "default": "",
            "examples": [
                "Best of Michael\nJackson"
            ],
            "pattern": "^[a-zA-Z\\s]*$"
      },
      "playListGenre": {
        "$id": "#/properties/playListGenre",
            "type": "string",
            "title": "playListGenre",
            "examples": [
                "Eighties Pop"
            ],
            "pattern": "^[a-zA-Z\\s]*$"
      },
      "numberOfTracks": {
        "$id": "#/properties/numberOfTracks",
            "type": "string",
            "title": "numberOfTracks",
            "examples": [
                "5"
            ],
            "pattern": "^\\d*$"
      },
      "playlistOwnerId": {
        "$id": "#/properties/playlistOwnerId",
            "type": "string",
            "title": "playlistOwnerId",
            "examples": [
                "SME123"
            ],
            "pattern": " ^[a-zA-Z0-9]+$"
      },
      "playlistFollowers": {
        "$id": "#/properties/playlistFollowers",
            "type": "string",
            "title": "playlistOwnerId",
            "examples": [
                "137029"
            ],
            "pattern": "^\\d*$"
      }
   }
}
