====== Array Domains ======
This is an array of elements in the structure of the [[en:help:externalsource:item|Item object]] or [[en:help:externalsource:|root element]]. Used to specify the domain(s) based on which the task will performed.
===== Attributes =====
* May contain [[en:help:externalsource:external|Priority attribute]]
* May contain [[en:help:externalsource:priority|External attribute]]
* While performing of task, one of the elements is selected , according with value of the Priority attribute. If [[ru:help:externalsource:|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":"",
"External":"",
"Priority":1
},
{
"Domain":"",
"External":"",
"Priority":1
},
...,
{
"Domain":"",
"External":"",
"Priority":1
}
]
===== Example =====
"Domains":[
{
"Domain":"waspace.net"
}
]