Extended GPT Scraper avatar
Extended GPT Scraper
Try for free

No credit card required

View all Actors
Extended GPT Scraper

Extended GPT Scraper

drobnikj/extended-gpt-scraper
Try for free

No credit card required

Extract data from any website and feed it into GPT via the OpenAI API. Use ChatGPT to proofread content, analyze sentiment, summarize reviews, extract contact details, and much more.

User avatar

Schema handling changed

Closed

maroon_herb opened this issue
10 months ago

I'm rerunning, and even resurrected versions that have worked previously, but now get a schema validation error on start. I guess it means that there is work going on to resolve the problem with schemas just being used for formatting. :)

User avatar

Hey Markus,

in the scraper we started using JSON Schema in version draft-2020-12 same as OpenAI does, see https://ajv.js.org/json-schema.html#draft-2020-12. In your Actor, you are trying to set the schema in http://json-schema.org/draft-07/schema and it fails.

you need to replace "$schema": "http://json-schema.org/draft-07/schema#", with "$schema": "https://json-schema.org/draft/2020-12/schema",

I hope it helps.

Developer
Maintained by Apify
Actor metrics
  • 73 monthly users
  • 95.2% runs succeeded
  • 1.9 days response time
  • Created in Jun 2023
  • Modified 19 days ago