Содержание

Array Pages

This is an array of elements in the structure of the Item object or root element. Used to specify the pages that will be used as a starting (in other words, the entry point).

Attributes

Structure

"Pages":[
 {
  "Page":"<aPage_1>",
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "Page":"<aPage>",
  "External":"<aExternal_1>",
  "Priority":1
 },
  ...,
  {
  "Page":"<aPage>",
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 }
]

The following actions will be performed:

  1. Loading of the home page waspace.net/about.html
  2. Further task performance …