submit_full_generation
Submit a full generation by packaging structured contest data and contest details into one call, with items containing record and details fields.
Instructions
Submit a full generation result that includes BOTH structured contest data AND contest details in one call.
Use this after get_records_for_full_generation. The JSON must contain an 'items' array, where each item has:
record: Structured contest data following the v4.0 schema
details: Contest details following contest-details-v1.0.txt schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dedupe_gate | No | If True (default), skip items whose title matches an existing LIVE contest (normalized-title match from a different source or reworded title from the same source). Set False to force-insert. | |
| generation_json | Yes | JSON string with format: { "items": [ { "record": { ... structured contest object ... }, "details": { ... contest details object ... } } ] } |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||