Содержание

Array Domains

This is an array of elements in the structure of the Item object or root element. Used to specify the domain(s) based on which the task will performed.

Attributes

Structure

"Domains":[
 {
  "Domain":"<aDomain_1>",
  "External":"<aExternal_1>",
  "Priority":1
 },
 {
  "Domain":"<aDomain_2>",
  "External":"<aExternal_2>",
  "Priority":1
 },
 ...,
 {
  "Domain":"<aDomain_N>",
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
]