{
  "validationTimestamp": "2026-01-08T00:00:00Z",
  "validationStatus": "PASS_WITH_WARNINGS",
  "releaseId": null,
  "upc": "885686550335",
  "validatorVersion": "1.0.0",
  "genre": "Rock",
  "releaseValidations": [
    {
      "rule": "1.1 - Use of Apple Inc. Copyrighted Terms",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "No Apple trademarks detected in metadata or cover art references",
      "field": {
        "name": "productName, imprint, label.name",
        "value": "When I Fall, Endmusik Records, Marketplace API Test Label"
      }
    },
    {
      "rule": "1.2 - Advertising",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "No advertising content detected in metadata",
      "field": {
        "name": "productName, specialInstructions",
        "value": "When I Fall, null"
      }
    },
    {
      "rule": "1.5 - Track Count Limit",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Track count is within the 500-track limit",
      "field": {
        "name": "tracks.length",
        "value": 10
      }
    },
    {
      "rule": "1.6 - Metadata Language",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Metadata language is properly set",
      "field": {
        "name": "metadataLanguage.code",
        "value": "ENG"
      }
    },
    {
      "rule": "1.10 - Emoji",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "No emoji detected in album-level metadata",
      "field": {
        "name": "productName, imprint",
        "value": "When I Fall, Endmusik Records"
      }
    },
    {
      "rule": "2.1 - Accuracy",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Album artist name follows proper formatting conventions",
      "field": {
        "name": "artists[0].artistName",
        "value": "The Wretch"
      }
    },
    {
      "rule": "2.6 - Primary Performing Artist",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Primary artist is properly identified as a performer, not a company or label",
      "field": {
        "name": "artists[0].artistName",
        "value": "The Wretch"
      }
    },
    {
      "rule": "2.7 - Various Artists",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Album has only one primary artist, so 'Various Artists' is not required",
      "field": {
        "name": "artists",
        "value": 1
      }
    },
    {
      "rule": "3.3 - Singles",
      "status": "PASS",
      "severityLevel": "medium",
      "message": "Album contains 10 tracks, so it is not classified as a single",
      "field": {
        "name": "format",
        "value": "Full Length"
      }
    },
    {
      "rule": "3.4 - EPs",
      "status": "PASS",
      "severityLevel": "medium",
      "message": "Album does not meet EP criteria (10 tracks)",
      "field": {
        "name": "format",
        "value": "Full Length"
      }
    },
    {
      "rule": "4.1 - Accuracy",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Primary genre 'Rock' with subgenre 'Drone' is appropriate for the content",
      "field": {
        "name": "subgenre.genre.name",
        "value": "Rock"
      }
    },
    {
      "rule": "5.1 - Accuracy",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Release date format is accurate with full precision (post-2000 release)",
      "field": {
        "name": "releaseDate",
        "value": "2008-12-01"
      }
    },
    {
      "rule": "7.1 - Accuracy",
      "status": "PASS",
      "severityLevel": "critical",
      "message": "Cover art URL is present; cannot validate content without image analysis",
      "field": {
        "name": "imageLocation",
        "value": "https://qa-images.theorchard.io/v2/product/xlarge_cover/7b048f0c070143588e30595c2e3bd974_e646f126_0a99_4d58_8121_6b0ad28fd68f.jpeg"
      }
    }
  ],
  "trackValidations": [
    {
      "trackNumber": 1,
      "volumeNumber": 1,
      "status": "PASS",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Elemental"
          }
        },
        {
          "rule": "3.2 - Additional Information",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "No prohibited supplementary descriptors in track title",
          "field": {
            "name": "trackName",
            "value": "Elemental"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 2,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided for multiple writers",
          "field": {
            "name": "writers.length",
            "value": 2
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Temporary"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 3,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Shadow"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 4,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Behind the Fire"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 5,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Instrumental 9"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 6,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided for multiple writers",
          "field": {
            "name": "writers.length",
            "value": 2
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Sightless and Counting"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 7,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Moment of Clarity"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 8,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Darkest Circles"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 9,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Place"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    },
    {
      "trackNumber": 10,
      "volumeNumber": 1,
      "status": "WARNING",
      "rules": [
        {
          "rule": "2.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Artist name follows proper formatting",
          "field": {
            "name": "primaryArtists[0].artistName",
            "value": "The Wretch"
          }
        },
        {
          "rule": "2.14 - Non-Primary Performers",
          "status": "WARNING",
          "severityLevel": "high",
          "message": "Performer name 'TEST GT ' contains trailing whitespace which should be corrected",
          "field": {
            "name": "performers[0].name",
            "value": "TEST GT "
          }
        },
        {
          "rule": "2.15 - Composition and Lyrics",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Composition credits properly provided",
          "field": {
            "name": "writers[0].trackWriterName",
            "value": "Michael Weeks"
          }
        },
        {
          "rule": "3.1 - Accuracy",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track title is properly formatted and not generic",
          "field": {
            "name": "trackName",
            "value": "Everything"
          }
        },
        {
          "rule": "6.1 - Explicit Content Flagging",
          "status": "PASS",
          "severityLevel": "critical",
          "message": "Track is properly marked as non-explicit",
          "field": {
            "name": "explicit",
            "value": "N"
          }
        }
      ]
    }
  ],
  "summary": {
    "totalRulesChecked": 63,
    "passed": 54,
    "warnings": 9,
    "failures": 0,
    "notApplicable": 0,
    "trackIssues": {
      "totalTracks": 10,
      "tracksWithWarnings": 9,
      "tracksWithErrors": 0
    }
  },
  "recommendations": [
    "Remove trailing whitespace from performer name 'TEST GT ' on tracks 2-10. The performer name should be 'TEST GT' without the trailing space.",
    "Verify that all composition and lyric credits are accurate and complete",
    "Consider reviewing artwork to ensure it meets Apple Music quality and content standards",
    "Ensure that the album title 'When I Fall' accurately represents the content and is not misleading"
  ]
}
