Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/json_schemas/output/actor.ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@
"schemaBased",
"hidden"
],
"description": "UI editor used for input.",
"x-intellij-html-description": "<p>UI editor used for input.</p>\n<p>Usage of this field is based on the selected editor:</p>\n<ul>\n<li><code>requestListSources</code> - value from this field can be used as input for the\n<a href=\"https://crawlee.dev/api/core/class/RequestList\">RequestList</a> class from Crawlee.</li>\n<li><code>pseudoUrls</code> - is intended to be used with a combination of the\n<a href=\"https://crawlee.dev/api/core/class/PseudoUrl\">PseudoUrl</a> class and the\n<a href=\"https://crawlee.dev/api/core/function/enqueueLinks\">enqueueLinks()</a> function from Crawlee.</li>\n</ul>\n<p>Editor type <code>requestListSources</code> supports input in formats defined by the\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions#sources\">sources</a> property of\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions\">RequestListOptions</a>.</p>\n<p>Editor type <code>globs</code> maps to the Crawlee's <a href=\"https://crawlee.dev/api/core#GlobInput\">GlobInput</a> used by the\n<a href=\"https://crawlee.dev/api/core#UrlPatternObject\">UrlPatterObject</a>.</p>\n<p>Editor type <code>select</code> allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:</p>\n<pre><code class=\"json language-json\">{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n</code></pre>",
"markdownDescription": "UI editor used for input.\n\nUsage of this field is based on the selected editor:\n\n* `requestListSources` - value from this field can be used as input for the\n[RequestList](https://crawlee.dev/api/core/class/RequestList) class from Crawlee.\n* `pseudoUrls` - is intended to be used with a combination of the\n[PseudoUrl](https://crawlee.dev/api/core/class/PseudoUrl) class and the\n[enqueueLinks()](https://crawlee.dev/api/core/function/enqueueLinks) function from Crawlee.\n\nEditor type `requestListSources` supports input in formats defined by the\n[sources](https://crawlee.dev/api/core/interface/RequestListOptions#sources) property of\n[RequestListOptions](https://crawlee.dev/api/core/interface/RequestListOptions).\n\nEditor type `globs` maps to the Crawlee's [GlobInput](https://crawlee.dev/api/core#GlobInput) used by the\n[UrlPatterObject](https://crawlee.dev/api/core#UrlPatternObject).\n\nEditor type `select` allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:\n\n```json\n{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n```"
"description": "UI editor used for input. See Input Schema Specification (https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types.",
"x-intellij-html-description": "<p>UI editor used for input. See <a href=\"https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array\">Input Schema Specification</a> for detailed documentation on available editor types.</p>",
"markdownDescription": "UI editor used for input. See [Input Schema Specification](https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types."
},
"isSecret": {
"type": "boolean"
Expand Down
6 changes: 3 additions & 3 deletions packages/json_schemas/output/input.ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,9 @@
"schemaBased",
"hidden"
],
"description": "UI editor used for input.",
"x-intellij-html-description": "<p>UI editor used for input.</p>\n<p>Usage of this field is based on the selected editor:</p>\n<ul>\n<li><code>requestListSources</code> - value from this field can be used as input for the\n<a href=\"https://crawlee.dev/api/core/class/RequestList\">RequestList</a> class from Crawlee.</li>\n<li><code>pseudoUrls</code> - is intended to be used with a combination of the\n<a href=\"https://crawlee.dev/api/core/class/PseudoUrl\">PseudoUrl</a> class and the\n<a href=\"https://crawlee.dev/api/core/function/enqueueLinks\">enqueueLinks()</a> function from Crawlee.</li>\n</ul>\n<p>Editor type <code>requestListSources</code> supports input in formats defined by the\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions#sources\">sources</a> property of\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions\">RequestListOptions</a>.</p>\n<p>Editor type <code>globs</code> maps to the Crawlee's <a href=\"https://crawlee.dev/api/core#GlobInput\">GlobInput</a> used by the\n<a href=\"https://crawlee.dev/api/core#UrlPatternObject\">UrlPatterObject</a>.</p>\n<p>Editor type <code>select</code> allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:</p>\n<pre><code class=\"json language-json\">{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n</code></pre>",
"markdownDescription": "UI editor used for input.\n\nUsage of this field is based on the selected editor:\n\n* `requestListSources` - value from this field can be used as input for the\n[RequestList](https://crawlee.dev/api/core/class/RequestList) class from Crawlee.\n* `pseudoUrls` - is intended to be used with a combination of the\n[PseudoUrl](https://crawlee.dev/api/core/class/PseudoUrl) class and the\n[enqueueLinks()](https://crawlee.dev/api/core/function/enqueueLinks) function from Crawlee.\n\nEditor type `requestListSources` supports input in formats defined by the\n[sources](https://crawlee.dev/api/core/interface/RequestListOptions#sources) property of\n[RequestListOptions](https://crawlee.dev/api/core/interface/RequestListOptions).\n\nEditor type `globs` maps to the Crawlee's [GlobInput](https://crawlee.dev/api/core#GlobInput) used by the\n[UrlPatterObject](https://crawlee.dev/api/core#UrlPatternObject).\n\nEditor type `select` allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:\n\n```json\n{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n```"
"description": "UI editor used for input. See Input Schema Specification (https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types.",
"x-intellij-html-description": "<p>UI editor used for input. See <a href=\"https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array\">Input Schema Specification</a> for detailed documentation on available editor types.</p>",
"markdownDescription": "UI editor used for input. See [Input Schema Specification](https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types."
},
"isSecret": {
"type": "boolean"
Expand Down
6 changes: 3 additions & 3 deletions packages/json_schemas/output/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,9 @@
"schemaBased",
"hidden"
],
"description": "UI editor used for input.",
"x-intellij-html-description": "<p>UI editor used for input.</p>\n<p>Usage of this field is based on the selected editor:</p>\n<ul>\n<li><code>requestListSources</code> - value from this field can be used as input for the\n<a href=\"https://crawlee.dev/api/core/class/RequestList\">RequestList</a> class from Crawlee.</li>\n<li><code>pseudoUrls</code> - is intended to be used with a combination of the\n<a href=\"https://crawlee.dev/api/core/class/PseudoUrl\">PseudoUrl</a> class and the\n<a href=\"https://crawlee.dev/api/core/function/enqueueLinks\">enqueueLinks()</a> function from Crawlee.</li>\n</ul>\n<p>Editor type <code>requestListSources</code> supports input in formats defined by the\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions#sources\">sources</a> property of\n<a href=\"https://crawlee.dev/api/core/interface/RequestListOptions\">RequestListOptions</a>.</p>\n<p>Editor type <code>globs</code> maps to the Crawlee's <a href=\"https://crawlee.dev/api/core#GlobInput\">GlobInput</a> used by the\n<a href=\"https://crawlee.dev/api/core#UrlPatternObject\">UrlPatterObject</a>.</p>\n<p>Editor type <code>select</code> allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:</p>\n<pre><code class=\"json language-json\">{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n</code></pre>",
"markdownDescription": "UI editor used for input.\n\nUsage of this field is based on the selected editor:\n\n* `requestListSources` - value from this field can be used as input for the\n[RequestList](https://crawlee.dev/api/core/class/RequestList) class from Crawlee.\n* `pseudoUrls` - is intended to be used with a combination of the\n[PseudoUrl](https://crawlee.dev/api/core/class/PseudoUrl) class and the\n[enqueueLinks()](https://crawlee.dev/api/core/function/enqueueLinks) function from Crawlee.\n\nEditor type `requestListSources` supports input in formats defined by the\n[sources](https://crawlee.dev/api/core/interface/RequestListOptions#sources) property of\n[RequestListOptions](https://crawlee.dev/api/core/interface/RequestListOptions).\n\nEditor type `globs` maps to the Crawlee's [GlobInput](https://crawlee.dev/api/core#GlobInput) used by the\n[UrlPatterObject](https://crawlee.dev/api/core#UrlPatternObject).\n\nEditor type `select` allows the user to pick items from a select, providing multiple choices. Please check this\nexample of how to define the multiselect field:\n\n```json\n{\n\"title\": \"Multiselect field\",\n\"description\": \"My multiselect field\",\n\"type\": \"array\",\n\"editor\": \"select\",\n\"items\": {\n\"type\": \"string\",\n\"enum\": [\"value1\", \"value2\", \"value3\"],\n\"enumTitles\": [\"Label of value1\", \"Label of value2\", \"Label of value3\"]\n}\n}\n```"
"description": "UI editor used for input. See Input Schema Specification (https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types.",
"x-intellij-html-description": "<p>UI editor used for input. See <a href=\"https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array\">Input Schema Specification</a> for detailed documentation on available editor types.</p>",
"markdownDescription": "UI editor used for input. See [Input Schema Specification](https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types."
},
"isSecret": {
"type": "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,39 +270,7 @@
Allowed type for the input value. Cannot be mixed.
</AddDescription>
<AddDescription json-path="/definitions/arrayProperty/properties/editor" format="markdown">
UI editor used for input.

Usage of this field is based on the selected editor:

* `requestListSources` - value from this field can be used as input for the
[RequestList](https://crawlee.dev/api/core/class/RequestList) class from Crawlee.
* `pseudoUrls` - is intended to be used with a combination of the
[PseudoUrl](https://crawlee.dev/api/core/class/PseudoUrl) class and the
[enqueueLinks()](https://crawlee.dev/api/core/function/enqueueLinks) function from Crawlee.

Editor type `requestListSources` supports input in formats defined by the
[sources](https://crawlee.dev/api/core/interface/RequestListOptions#sources) property of
[RequestListOptions](https://crawlee.dev/api/core/interface/RequestListOptions).

Editor type `globs` maps to the Crawlee's [GlobInput](https://crawlee.dev/api/core#GlobInput) used by the
[UrlPatterObject](https://crawlee.dev/api/core#UrlPatternObject).

Editor type `select` allows the user to pick items from a select, providing multiple choices. Please check this
example of how to define the multiselect field:

```json
{
"title": "Multiselect field",
"description": "My multiselect field",
"type": "array",
"editor": "select",
"items": {
"type": "string",
"enum": ["value1", "value2", "value3"],
"enumTitles": ["Label of value1", "Label of value2", "Label of value3"]
}
}
```
UI editor used for input. See [Input Schema Specification](https://docs.apify.com/actors/development/actor-definition/input-schema/specification/v1#array) for detailed documentation on available editor types.
</AddDescription>
<AddDescription json-path="/definitions/arrayProperty/then/properties/type" format="markdown">
Allowed type for the input value. Cannot be mixed.
Expand Down
Loading