Содержание

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

  • May contain Priority attribute
  • May contain External attribute
  • While performing of task, one of the elements is selected , according with value of the Priority attribute. If the external source contains no elements in the array Domains, then as a domain name will be used the domain, specified in the parameters of the task.

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"
 }
]