Qualify Template Schema Guide

Utilization of Template Schema Example:

User ID, User Key, and source file information will need to be filled in appropriately. This specific template pulls the "Integrated Loudness" and "Cadence" tests from the 2023.5.2 engine on the "Qualify Template Schemas" page.

{
    "query": {
        "userid": "<BLANK>",
        "userkey": "<BLANK>",
        "action": "AddMedia",
        "notify_format": "json",
        "source": “<BLANK>”,
        "format": {
            "output": "qc_check",
            "source_options": {
                "qc": {
                    "qc_qualify_validation": {
                        "template_json": {
                            "tests": {
                                "integrated_loudness": {
                                    "treat_warnings_as": 1,
                                    "audioconfigs": [
                                        {
                                            "audio_track": 1,
                                            "dolbye_program": 1,
                                            "level": -24,
                                            "tolerance": 1.6,
                                            "mode": 0,
                                            "dialog_gating": false
                                        }
                                    ]
                                },
                                 "cadence": {
                                    "treat_warnings_as": 1,
                                    "cadence_must_be": 0,
                                    "broken_cadence": true,
                                    "report_all_cadences": true,
                                    "poor_patterns": true
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}