From 3bd4d806c87704b1212973b1a73cda5f032a9c87 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 19 Mar 2025 15:17:56 -0700 Subject: [PATCH] doc for extracted_information_schema (#1971) --- docs/running-tasks/api-v2-spec.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/running-tasks/api-v2-spec.mdx b/docs/running-tasks/api-v2-spec.mdx index edaccd1d..370639c9 100644 --- a/docs/running-tasks/api-v2-spec.mdx +++ b/docs/running-tasks/api-v2-spec.mdx @@ -26,6 +26,7 @@ Production:`https://api.skyvern.com/api/v2/tasks/` | proxy_location | String | no | RESIDENTIAL | Proxy location for the web-browsing request. Please pass RESIDENTIAL as a value | | totp_verification_url | HttpUrl | no | https://mywebsite.com/two_factor_code | The url of your TOTP endpoint. If this field is provided, Skyvern will call the url to fetch the TOTP/2FA/MFA code when needed | | totp_identifier | String | no | myemail@example.com / 4155558888 | The email address or the phone number which receives the TOTP/2FA/MFA code. If this field is provided, Skyvern will fetch the code that is pushed to [Skyvern's TOTP API](https://docs.skyvern.com/running-tasks/advanced-features#push-code-to-skyvern) | +| extracted_information_schema | JSON object, list, string | no | {"type": "object", "properties": {"title": {"type": "string", "descripption": "The title of the post"}, "url": {"type": "string", "description": "The url link to the post"}}} | Use jsonschema to define the schema of the output. You can also describe the schema but it won't be as reliable as defining it in the jsonschema format | ## Example Request (Apply for a job)