DEE Order Structure

This section outlines the different configurable properties of the various DEE Order components.

JSON Structure

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

Property Details

Property Values Default Value
name String
maxMdxNbRetries Integer 1
queries List of DEE Queries
output List of DEE Outputs
search.js