Skip to main content

XML and JSON File Formats for Run Down Mode

In a Run-Down mode, XML and JSON input files must comply to formats as in the examples below.

In red: mandatory field IDs.

.JSON files

"title": [{
      "mission_id": "4570629",
      "device_id": "SNG_ORION",
      "title": "",
      "start_at": "",
      "end_at": "",
      "localization": "",
      "description": ""
}, {
      "mission_id": "4570628",
      "device_id": "PRO3_ALE",
      "title": "mission PRO3_ALE",
      "start_at": "",
      "end_at": "",
      "localization": "",
      "description": ""
}

.XML files

<?xml version="1.0" encoding="ISO-8859-1"?>
<rundown>
     <title>
            <mission_id>4570629</mission_id>
            <device_id>SNG_ORION</device_id>
            <title/>
           <start_at/>
           <end_at/>
            <localization/>
            <description/>
     </title>
     <title>
            <mission_id>4570628</mission_id>
           <device_id>SNG_SIRIUS</device_id>
           <title/>
           <start_at/>
           <end_at/>
           <localization/>
           <description/>
     </title>
</rundown>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.