Skip to main content
A DEE order is defined by five top-level properties: name, maxMdxNbRetries, priority, queries, and output.

JSON structure

{
  "name": "order1",
  "maxMdxNbRetries": 2,
  "priority": "NORMAL",
  "queries": [
    {
      ...
    }
  ],
  "output": {
    ...
  }
}

Property details

PropertyValuesDefault Value
nameString
maxMdxNbRetriesInteger1
queriesList of DEE Queries (see the Queries section)
outputList of DEE Outputs