

"editor" "startUrls": {
"sectionCaption": "Basic configuration",
"title": "URL#2",
"type": "array",
"description": "URLs to start with",
"prefill": [
{
"url": "https://apify.com"
}
],
"editor": "requestListSources"
},
"pseudoUrls": {
"title": "URL#1",
"type": "array",
"description": "...",
"editor": "pseudoUrls",
"default": [],
"prefill": [
{
"purl": "https://apify.com[(/[\\w-]+)?]"
}
]
},