Fork-News Seed Data
The Role of Seed
Section titled “The Role of Seed”Seed is not content, but a “collection contract.”
Seed defines where, what, and under what conditions to fetch.
- Seed contains article content·summary·HTML ❌
- Instead, it contains source·legal terms·collection method·classification criteria ✅
Required Field Summary
Section titled “Required Field Summary”| Category | Field Name | Type | Description |
|---|---|---|---|
| Identity | seed_id | string | Seed unique ID (immutable) |
| name | string | Source display name (for management/logging) | |
| Source | source_url | string | Collection start URL (RSS/API/HTML) |
| source_domain | string | Domain (for duplicate/trust management) | |
| Collection | fetch_type | enum | rss | api | html |
| schedule | string | Cron expression | |
| Content Nature | content_type | enum | news | faq | guide | directory | notice |
Design Principles
Section titled “Design Principles”- KISS, Static-First, License-First, API-First
- Exclude “nice-to-have” features; include only the minimal set essential for collection, operation, and legal judgment
Related Documents
Section titled “Related Documents”- JSON Structure Design — Dataset·Seed schema details
- Category Reference — content_type·nature definitions