What it does
You provide:- an extraction goal or query
- optional context
- whether nulls should be allowed
- a generated JSON schema
- optional notes
extract:schema:generate scope.
Generated schemas are validated before the API returns them. If generation fails validation, the service retries once and then returns a structured error.
Why this matters
This closes a common onboarding gap for extraction. Customers often know what they want to extract but do not yet have a stable schema design.Recommended use
- generate a first schema draft
- review and tighten it manually
- test the schema with a narrow extraction run
- expand only after output is stable