diff --git a/packages/json_schemas/output/actor.ide.json b/packages/json_schemas/output/actor.ide.json index d0130006f..e15c75740 100644 --- a/packages/json_schemas/output/actor.ide.json +++ b/packages/json_schemas/output/actor.ide.json @@ -885,9 +885,9 @@ "schemaBased", "hidden" ], - "description": "UI editor used for input.", - "x-intellij-html-description": "
UI editor used for input.
\nUsage of this field is based on the selected editor:
\nrequestListSources - value from this field can be used as input for the\nRequestList class from Crawlee.pseudoUrls - is intended to be used with a combination of the\nPseudoUrl class and the\nenqueueLinks() function from Crawlee.Editor type requestListSources supports input in formats defined by the\nsources property of\nRequestListOptions.
Editor type globs maps to the Crawlee's GlobInput used by the\nUrlPatterObject.
Editor 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\"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",
- "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": "UI editor used for input. See Input Schema Specification for detailed documentation on available editor types.
", + "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" diff --git a/packages/json_schemas/output/input.ide.json b/packages/json_schemas/output/input.ide.json index 27f8d1325..a892601ff 100644 --- a/packages/json_schemas/output/input.ide.json +++ b/packages/json_schemas/output/input.ide.json @@ -585,9 +585,9 @@ "schemaBased", "hidden" ], - "description": "UI editor used for input.", - "x-intellij-html-description": "UI editor used for input.
\nUsage of this field is based on the selected editor:
\nrequestListSources - value from this field can be used as input for the\nRequestList class from Crawlee.pseudoUrls - is intended to be used with a combination of the\nPseudoUrl class and the\nenqueueLinks() function from Crawlee.Editor type requestListSources supports input in formats defined by the\nsources property of\nRequestListOptions.
Editor type globs maps to the Crawlee's GlobInput used by the\nUrlPatterObject.
Editor 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\"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",
- "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": "UI editor used for input. See Input Schema Specification for detailed documentation on available editor types.
", + "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" diff --git a/packages/json_schemas/output/input.json b/packages/json_schemas/output/input.json index e462048d2..235408852 100644 --- a/packages/json_schemas/output/input.json +++ b/packages/json_schemas/output/input.json @@ -586,9 +586,9 @@ "schemaBased", "hidden" ], - "description": "UI editor used for input.", - "x-intellij-html-description": "UI editor used for input.
\nUsage of this field is based on the selected editor:
\nrequestListSources - value from this field can be used as input for the\nRequestList class from Crawlee.pseudoUrls - is intended to be used with a combination of the\nPseudoUrl class and the\nenqueueLinks() function from Crawlee.Editor type requestListSources supports input in formats defined by the\nsources property of\nRequestListOptions.
Editor type globs maps to the Crawlee's GlobInput used by the\nUrlPatterObject.
Editor 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\"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",
- "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": "UI editor used for input. See Input Schema Specification for detailed documentation on available editor types.
", + "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" diff --git a/packages/json_schemas/rules/add-description/input.description-rules.xml b/packages/json_schemas/rules/add-description/input.description-rules.xml index 9e9e07b0e..cb8308421 100644 --- a/packages/json_schemas/rules/add-description/input.description-rules.xml +++ b/packages/json_schemas/rules/add-description/input.description-rules.xml @@ -270,39 +270,7 @@ Allowed type for the input value. Cannot be mixed.