Skip to content

docs: add missing title and description properties to DatasetSchema object definition #2691#2703

Open
askoldts wants to merge 2 commits into
apify:masterfrom
askoldts:fix/dataset-schema-title-description
Open

docs: add missing title and description properties to DatasetSchema object definition #2691#2703
askoldts wants to merge 2 commits into
apify:masterfrom
askoldts:fix/dataset-schema-title-description

Conversation

@askoldts

Copy link
Copy Markdown

Summary

Fixes #2691

Adds the missing title and description properties to the DatasetSchema object definition table.

Changes

  • Added title (string, optional): Human-readable title for the dataset
  • Added description (string, optional): Description providing additional context

These properties were being used in examples (e.g., Academy tutorial with Zappos Scraper) but were not documented in the reference table.

Testing

Tested with a live Actor deployment to verify both properties are:

  • ✅ Actor works without them
  • ✅ Actor works with them

askoldts and others added 2 commits June 29, 2026 14:27
…bject definition

Fixes apify#2691

The DatasetSchema object definition table was missing the `title` and `description`
properties that are used in examples (e.g., Academy tutorial with Zappos Scraper).
These properties are valid and supported, but were not documented in the reference table.

Added:
- `title` (string, optional): Human-readable title for the dataset
- `description` (string, optional): Description providing additional context

These properties appear in the Output tab UI and API responses.

Co-authored-by: Cursor <cursoragent@cursor.com>
…ions

Remove redundant information about UI and API display locations from property descriptions.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dataset schema inconsistencies

2 participants