{"openapi":"3.1.0","info":{"title":"Agronews API","description":"Intelligence API for Agronews MVP","version":"0.1.0"},"paths":{"/health":{"get":{"tags":["system"],"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Health Get"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/health/live":{"get":{"tags":["system"],"summary":"Liveness","operationId":"liveness_health_live_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"anyOf":[{"type":"string"},{"type":"boolean"}]},"type":"object","title":"Response Liveness Health Live Get"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/health/ready":{"get":{"tags":["system"],"summary":"Readiness","operationId":"readiness_health_ready_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/agents/news/{news_item_id}/commentary":{"post":{"tags":["agents"],"summary":"Comment News Item","operationId":"comment_news_item_agents_news__news_item_id__commentary_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentCommentaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/public/academic/status":{"get":{"tags":["academic-research"],"summary":"Public Academic Status","operationId":"public_academic_status_public_academic_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"boolean"},"type":"object","title":"Response Public Academic Status Public Academic Status Get"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/public/academic/areas":{"get":{"tags":["academic-research"],"summary":"Public Academic Areas","operationId":"public_academic_areas_public_academic_areas_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicAreaListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/public/academic/papers":{"get":{"tags":["academic-research"],"summary":"Public Academic Papers","operationId":"public_academic_papers_public_academic_papers_get","parameters":[{"name":"area","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Area"}},{"name":"query","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Query"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":25,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/public/academic/papers/{paper_id}":{"get":{"tags":["academic-research"],"summary":"Public Academic Paper","operationId":"public_academic_paper_public_academic_papers__paper_id__get","parameters":[{"name":"paper_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Paper Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/academic/areas":{"get":{"tags":["academic-research"],"summary":"Academic Areas","operationId":"academic_areas_v2_academic_areas_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicAreaListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/academic/papers":{"get":{"tags":["academic-research"],"summary":"Academic Papers","operationId":"academic_papers_v2_academic_papers_get","parameters":[{"name":"area","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Area"}},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"rights_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rights Status"}},{"name":"query","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Query"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":25,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/academic/papers/{paper_id}":{"get":{"tags":["academic-research"],"summary":"Academic Paper","operationId":"academic_paper_v2_academic_papers__paper_id__get","parameters":[{"name":"paper_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Paper Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/overview":{"get":{"tags":["academic-research"],"summary":"Academic Overview","operationId":"academic_overview_ops_academic_overview_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicOverviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/sources":{"get":{"tags":["academic-research"],"summary":"Academic Sources","operationId":"academic_sources_ops_academic_sources_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicSourceListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/source-pack":{"post":{"tags":["academic-research"],"summary":"Sync Academic Source Pack","operationId":"sync_academic_source_pack_ops_academic_source_pack_post","parameters":[{"name":"dry_run","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Dry Run"}},{"name":"update_existing","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Update Existing"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicSourcePackResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/poll":{"post":{"tags":["academic-research"],"summary":"Poll Academic Sources","operationId":"poll_academic_sources_ops_academic_poll_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPollRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPollResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/papers/{paper_id}/review":{"post":{"tags":["academic-research"],"summary":"Review Academic Paper","operationId":"review_academic_paper_ops_academic_papers__paper_id__review_post","parameters":[{"name":"paper_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Paper Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicReviewRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/academic/canary":{"get":{"tags":["academic-research"],"summary":"Academic Canary","operationId":"academic_canary_ops_academic_canary_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicCanaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/catalog":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Catalog","operationId":"get_agent_catalog_v2_agent_commerce_catalog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentCatalogResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/v2/agent-commerce/access":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Access","operationId":"get_agent_access_v2_agent_commerce_access_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentAccessResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/news/latest":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Latest News","operationId":"get_latest_news_v2_agent_commerce_news_latest_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/news/archive":{"get":{"tags":["agent-commerce-v2"],"summary":"Search News Archive","operationId":"search_news_archive_v2_agent_commerce_news_archive_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":500},{"type":"null"}],"title":"Q"}},{"name":"published_from","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published From"}},{"name":"published_to","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published To"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/events/{event_id}":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Event Detail","operationId":"get_event_detail_v2_agent_commerce_events__event_id__get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventCardRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/timelines/{timeline_type}/{key}":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Timeline","operationId":"get_agent_timeline_v2_agent_commerce_timelines__timeline_type___key__get","parameters":[{"name":"timeline_type","in":"path","required":true,"schema":{"type":"string","pattern":"^(commodity|branch|country)$","title":"Timeline Type"}},{"name":"key","in":"path","required":true,"schema":{"type":"string","minLength":2,"maxLength":120,"title":"Key"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":25,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentTimelineResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/papers/latest":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Latest Papers","operationId":"get_latest_papers_v2_agent_commerce_papers_latest_get","parameters":[{"name":"area","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Area"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/papers/search":{"get":{"tags":["agent-commerce-v2"],"summary":"Search Agent Papers","operationId":"search_agent_papers_v2_agent_commerce_papers_search_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":500},{"type":"null"}],"title":"Q"}},{"name":"area","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Area"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","maximum":10000,"minimum":0,"default":0,"title":"Offset"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/papers/{paper_id}":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Paper","operationId":"get_agent_paper_v2_agent_commerce_papers__paper_id__get","parameters":[{"name":"paper_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Paper Id"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcademicPaperResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/podcasts/latest":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Podcast","operationId":"get_agent_podcast_v2_agent_commerce_podcasts_latest_get","parameters":[{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"^(short|standard|premium)$","default":"short","title":"Format"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicPodcastEpisodeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/rag/search":{"post":{"tags":["agent-commerce-v2"],"summary":"Search Agent Rag","operationId":"search_agent_rag_v2_agent_commerce_rag_search_post","parameters":[{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentRagSearchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/usage":{"get":{"tags":["agent-commerce-v2"],"summary":"Get Agent Usage","operationId":"get_agent_usage_v2_agent_commerce_usage_get","parameters":[{"name":"period_start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Period Start"}},{"name":"period_end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Period End"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentUsageSummaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/agent-commerce/checkout":{"post":{"tags":["agent-commerce-v2"],"summary":"Start Agent Checkout","operationId":"start_agent_checkout_v2_agent_commerce_checkout_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-Agent-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Agent-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentCheckoutRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentCheckoutResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/agent-commerce/usage":{"get":{"tags":["agent-commerce-ops"],"summary":"Get Ops Agent Usage","operationId":"get_ops_agent_usage_ops_agent_commerce_usage_get","parameters":[{"name":"client_id","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Client Id"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentUsageSummaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/agent-commerce/organizations":{"get":{"tags":["agent-commerce-ops"],"summary":"List Agent Organizations","operationId":"list_agent_organizations_ops_agent_commerce_organizations_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsAgentOrganizationListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agrointel/commodities/{commodity}/snapshot":{"get":{"tags":["agrointel"],"summary":"Get Commodity Snapshot","operationId":"get_commodity_snapshot_agrointel_commodities__commodity__snapshot_get","parameters":[{"name":"commodity","in":"path","required":true,"schema":{"type":"string","title":"Commodity"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgroIntelSnapshotResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agrointel/commodities/{commodity}/series":{"get":{"tags":["agrointel"],"summary":"Get Commodity Series","operationId":"get_commodity_series_agrointel_commodities__commodity__series_get","parameters":[{"name":"commodity","in":"path","required":true,"schema":{"type":"string","title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgroIntelSeriesResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agrointel/cards/{news_item_id}/context":{"get":{"tags":["agrointel"],"summary":"Get Card Agrointel Context","operationId":"get_card_agrointel_context_agrointel_cards__news_item_id__context_get","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgroIntelCardContextResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/alerts/rules":{"post":{"tags":["alerts-v2"],"summary":"Create Alert Rule","operationId":"create_alert_rule_v2_customer_alerts_rules_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertRuleCreateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertRuleResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/alerts/channels":{"post":{"tags":["alerts-v2"],"summary":"Create Alert Channel","operationId":"create_alert_channel_v2_customer_alerts_channels_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertChannelCreateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertChannelResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/alerts":{"get":{"tags":["alerts-v2"],"summary":"List Customer Alerts","operationId":"list_customer_alerts_v2_customer_alerts_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"unread_only","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Unread Only"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertCandidateListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/alerts/{candidate_id}/read":{"post":{"tags":["alerts-v2"],"summary":"Mark Customer Alert Read","operationId":"mark_customer_alert_read_v2_customer_alerts__candidate_id__read_post","parameters":[{"name":"candidate_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Candidate Id"}},{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertReadResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/alerts/evaluate":{"post":{"tags":["alerts-v2"],"summary":"Evaluate Alerts","operationId":"evaluate_alerts_v2_alerts_evaluate_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertEvaluateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlertEvaluateResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth/me":{"get":{"tags":["auth"],"summary":"Get Current Principal","operationId":"get_current_principal_auth_me_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrincipalResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/billing/webhooks/mercadopago":{"post":{"tags":["billing-v2"],"summary":"Receive Mercado Pago Webhook","operationId":"receive_mercado_pago_webhook_v2_billing_webhooks_mercadopago_post","parameters":[{"name":"data.id","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Data.Id"}},{"name":"X-Signature","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Signature"}},{"name":"X-Request-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Request-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Payload"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentWebhookAcceptedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/billing/webhooks":{"get":{"tags":["billing-v2"],"summary":"List Payment Webhooks","operationId":"list_payment_webhooks_v2_billing_webhooks_get","parameters":[{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentWebhookListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/billing/webhooks/{event_id}/reconcile":{"post":{"tags":["billing-v2"],"summary":"Reconcile Payment Webhook","operationId":"reconcile_payment_webhook_v2_billing_webhooks__event_id__reconcile_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentReconcileResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/billing/offers":{"get":{"tags":["billing-v2"],"summary":"List Customer Plan Offers","operationId":"list_customer_plan_offers_v2_customer_billing_offers_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerPlanOfferListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/billing/subscription":{"get":{"tags":["billing-v2"],"summary":"Get Customer Subscription","operationId":"get_customer_subscription_v2_customer_billing_subscription_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSubscriptionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/v2/customer/billing/checkout":{"post":{"tags":["billing-v2"],"summary":"Create Customer Checkout","operationId":"create_customer_checkout_v2_customer_billing_checkout_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingCheckoutRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingCheckoutResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/billing/subscription/action":{"post":{"tags":["billing-v2"],"summary":"Apply Customer Subscription Action","operationId":"apply_customer_subscription_action_v2_customer_billing_subscription_action_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingSubscriptionActionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSubscriptionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/billing/subscription/plan":{"post":{"tags":["billing-v2"],"summary":"Change Customer Subscription Plan","operationId":"change_customer_subscription_plan_v2_customer_billing_subscription_plan_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingPlanChangeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSubscriptionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/branches/seed-defaults":{"post":{"tags":["branches"],"summary":"Seed Default Branches","operationId":"seed_default_branches_branches_seed_defaults_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchSeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/branches":{"post":{"tags":["branches"],"summary":"Create Branch","operationId":"create_branch_branches_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["branches"],"summary":"List Branches","operationId":"list_branches_branches_get","parameters":[{"name":"active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/branches/{slug}":{"get":{"tags":["branches"],"summary":"Get Branch","operationId":"get_branch_branches__slug__get","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["branches"],"summary":"Update Branch","operationId":"update_branch_branches__slug__patch","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BranchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/briefs/daily":{"get":{"tags":["briefs"],"summary":"Get Daily Brief","operationId":"get_daily_brief_briefs_daily_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"audience","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":80,"default":"general","title":"Audience"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":20,"minimum":1,"default":10,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBriefResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/cards":{"get":{"tags":["cards"],"summary":"List Cards","operationId":"list_cards_cards_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"min_relevance","in":"query","required":false,"schema":{"anyOf":[{"type":"number","maximum":100,"minimum":0},{"type":"null"}],"title":"Min Relevance"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsCardListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/cards/{news_item_id}":{"get":{"tags":["cards"],"summary":"Get Card","operationId":"get_card_cards__news_item_id__get","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsCardResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/intelligence/news/{news_item_id}/enrich":{"post":{"tags":["content-intelligence-v2"],"summary":"Enrich News Item","operationId":"enrich_news_item_v2_intelligence_news__news_item_id__enrich_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsEnrichmentResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/intelligence/translate":{"post":{"tags":["content-intelligence-v2"],"summary":"Translate Structured Content","operationId":"translate_structured_content_v2_intelligence_translate_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StructuredTranslationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StructuredTranslationResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/connectors/x/monitors/{monitor_id}/poll":{"post":{"tags":["connectors-v2"],"summary":"Poll X Monitor","operationId":"poll_x_monitor_v2_connectors_x_monitors__monitor_id__poll_post","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Monitor Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/XMonitorPollResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/connectors/youtube/media/{media_asset_id}/rights":{"get":{"tags":["connectors-v2"],"summary":"Check Media Rights","operationId":"check_media_rights_v2_connectors_youtube_media__media_asset_id__rights_get","parameters":[{"name":"media_asset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Media Asset Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MediaRightsCheckResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/connectors/youtube/rights/{right_id}/revoke":{"post":{"tags":["connectors-v2"],"summary":"Revoke Media Rights","operationId":"revoke_media_rights_v2_connectors_youtube_rights__right_id__revoke_post","parameters":[{"name":"right_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Right Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MediaRightsRevokeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MediaRightsRevokeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/connectors/advertising/decision":{"post":{"tags":["connectors-v2"],"summary":"Select Advertising","operationId":"select_advertising_v2_connectors_advertising_decision_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdDecisionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/audio/micro":{"post":{"tags":["customer-audio-v2"],"summary":"Generate Microaudio","operationId":"generate_microaudio_v2_customer_audio_micro_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MicroaudioGenerateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MicroaudioResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/audio/assets/{asset_id}":{"get":{"tags":["customer-audio-v2"],"summary":"Read Microaudio","operationId":"read_microaudio_v2_customer_audio_assets__asset_id__get","parameters":[{"name":"asset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Asset Id"}},{"name":"Range","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Range"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/audio/compositions":{"post":{"tags":["customer-audio-v2"],"summary":"Compose Audio","operationId":"compose_audio_v2_customer_audio_compositions_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudioCompositionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudioCompositionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/audio/compositions/personalized":{"post":{"tags":["customer-audio-v2"],"summary":"Compose Personalized Audio","operationId":"compose_personalized_audio_v2_customer_audio_compositions_personalized_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalizedAudioCompositionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudioCompositionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/entitlements":{"get":{"tags":["customer-audio-v2"],"summary":"List Entitlements","operationId":"list_entitlements_v2_customer_entitlements_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntitlementListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/v2/customer/podcast/feed":{"post":{"tags":["customer-audio-v2"],"summary":"Issue Private Podcast Feed","operationId":"issue_private_podcast_feed_v2_customer_podcast_feed_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivatePodcastFeedIssueRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivatePodcastFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["customer-audio-v2"],"summary":"Get Private Podcast Feed Status","operationId":"get_private_podcast_feed_status_v2_customer_podcast_feed_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivatePodcastFeedStatusResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}},"delete":{"tags":["customer-audio-v2"],"summary":"Revoke Private Podcast Feed","operationId":"revoke_private_podcast_feed_v2_customer_podcast_feed_delete","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"responses":{"204":{"description":"Successful Response"},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/podcast-feeds/{token}.xml":{"get":{"tags":["podcast-feeds-v2"],"summary":"Read Private Podcast Feed","operationId":"read_private_podcast_feed_v2_podcast_feeds__token__xml_get","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string","title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/podcast-feeds/{token}/episodes/{episode_id}":{"get":{"tags":["podcast-feeds-v2"],"summary":"Read Private Podcast Episode","operationId":"read_private_podcast_episode_v2_podcast_feeds__token__episodes__episode_id__get","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string","title":"Token"}},{"name":"episode_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Episode Id"}},{"name":"Range","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Range"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/explore/archive":{"get":{"tags":["customer-explore-v2"],"summary":"Search Customer Archive","operationId":"search_customer_archive_v2_customer_explore_archive_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":500},{"type":"null"}],"title":"Q"}},{"name":"published_from","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published From"}},{"name":"published_to","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published To"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/explore/timelines/{timeline_type}/{key}":{"get":{"tags":["customer-explore-v2"],"summary":"Get Customer Timeline","operationId":"get_customer_timeline_v2_customer_explore_timelines__timeline_type___key__get","parameters":[{"name":"timeline_type","in":"path","required":true,"schema":{"type":"string","pattern":"^(commodity|branch|country)$","title":"Timeline Type"}},{"name":"key","in":"path","required":true,"schema":{"type":"string","minLength":2,"maxLength":120,"title":"Key"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":25,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentTimelineResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/explore/rag/search":{"post":{"tags":["customer-explore-v2"],"summary":"Search Customer Rag","operationId":"search_customer_rag_v2_customer_explore_rag_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentRagSearchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/magic-link/request":{"post":{"tags":["customer-identity-v2"],"summary":"Request Magic Link","operationId":"request_magic_link_v2_customer_auth_magic_link_request_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MagicLinkRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MagicLinkRequestedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/magic-link/verify":{"post":{"tags":["customer-identity-v2"],"summary":"Verify Magic Link","operationId":"verify_magic_link_v2_customer_auth_magic_link_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MagicLinkVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSessionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/register":{"post":{"tags":["customer-identity-v2"],"summary":"Register With Password","operationId":"register_with_password_v2_customer_auth_register_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordRegisterRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAuthEmailResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/password/login":{"post":{"tags":["customer-identity-v2"],"summary":"Login With Password","operationId":"login_with_password_v2_customer_auth_password_login_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordLoginRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSessionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/password/reset/request":{"post":{"tags":["customer-identity-v2"],"summary":"Request Password Reset","operationId":"request_password_reset_v2_customer_auth_password_reset_request_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordResetRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAuthEmailResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/password/reset/confirm":{"post":{"tags":["customer-identity-v2"],"summary":"Confirm Password Reset","operationId":"confirm_password_reset_v2_customer_auth_password_reset_confirm_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordResetConfirmRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSessionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/password":{"put":{"tags":["customer-identity-v2"],"summary":"Update Password","operationId":"update_password_v2_customer_auth_password_put","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PasswordUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerMeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/me":{"get":{"tags":["customer-identity-v2"],"summary":"Customer Me","operationId":"customer_me_v2_customer_me_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerMeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}},"delete":{"tags":["customer-identity-v2"],"summary":"Delete Customer Account","operationId":"delete_customer_account_v2_customer_me_delete","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"responses":{"204":{"description":"Successful Response"},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/auth/logout":{"post":{"tags":["customer-identity-v2"],"summary":"Customer Logout","operationId":"customer_logout_v2_customer_auth_logout_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"responses":{"204":{"description":"Successful Response"},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/data-export":{"get":{"tags":["customer-identity-v2"],"summary":"Export Customer Data","operationId":"export_customer_data_v2_customer_data_export_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerDataExportResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}}},"/v2/customer/consents":{"get":{"tags":["customer-identity-v2"],"summary":"List Customer Consents","operationId":"list_customer_consents_v2_customer_consents_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerConsentListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}},"put":{"tags":["customer-identity-v2"],"summary":"Update Customer Consent","operationId":"update_customer_consent_v2_customer_consents_put","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerConsentUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerConsentListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/editorial/news/{news_item_id}/transition":{"post":{"tags":["editorial-v2"],"summary":"Transition News Item","operationId":"transition_news_item_v2_editorial_news__news_item_id__transition_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditorialTransitionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditorialTransitionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/editorial/news/{news_item_id}/reviews":{"get":{"tags":["editorial-v2"],"summary":"List News Reviews","operationId":"list_news_reviews_v2_editorial_news__news_item_id__reviews_get","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditorialReviewListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events":{"get":{"tags":["events-v2"],"summary":"List Events","operationId":"list_events_v2_events_get","parameters":[{"name":"publication_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publication Status"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CanonicalEventListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/{event_id}":{"get":{"tags":["events-v2"],"summary":"Get Event","operationId":"get_event_v2_events__event_id__get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CanonicalEventDetailResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/cluster":{"post":{"tags":["events-v2"],"summary":"Cluster News Item","operationId":"cluster_news_item_v2_events_cluster_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventClusterRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventClusterResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/{event_id}/transition":{"post":{"tags":["events-v2"],"summary":"Transition Event","operationId":"transition_event_v2_events__event_id__transition_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditorialTransitionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventTransitionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/{event_id}/corrections":{"post":{"tags":["events-v2"],"summary":"Correct Event","operationId":"correct_event_v2_events__event_id__corrections_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventCorrectionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventCorrectionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/{event_id}/merge":{"post":{"tags":["events-v2"],"summary":"Merge Events","operationId":"merge_events_v2_events__event_id__merge_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventMergeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CanonicalEventResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/events/{event_id}/source-items/{news_item_id}/split":{"post":{"tags":["events-v2"],"summary":"Split Event Source Item","operationId":"split_event_source_item_v2_events__event_id__source_items__news_item_id__split_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSplitRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventClusterResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/public/events":{"get":{"tags":["events-v2"],"summary":"Public Event Feed","operationId":"public_event_feed_v2_public_events_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/public/events/{event_id}":{"get":{"tags":["events-v2"],"summary":"Get Public Event","operationId":"get_public_event_v2_public_events__event_id__get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventCardRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ingestion/sources/{source_id}/run":{"post":{"tags":["ingestion"],"summary":"Run Source Ingestion","operationId":"run_source_ingestion_ingestion_sources__source_id__run_post","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IngestionRunResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs":{"get":{"tags":["jobs-v2"],"summary":"List Jobs","operationId":"list_jobs_v2_jobs_get","parameters":[{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"job_name","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Name"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs/{job_id}":{"get":{"tags":["jobs-v2"],"summary":"Get Job","operationId":"get_job_v2_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Job Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs/{job_id}/dead-letter/replay":{"post":{"tags":["jobs-v2"],"summary":"Replay Dead Letter Job","operationId":"replay_dead_letter_job_v2_jobs__job_id__dead_letter_replay_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Job Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeadLetterReplayRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs/source-poll":{"post":{"tags":["jobs-v2"],"summary":"Queue Source Poll","operationId":"queue_source_poll_v2_jobs_source_poll_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourcePollJobRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs/news-cluster":{"post":{"tags":["jobs-v2"],"summary":"Queue News Cluster","operationId":"queue_news_cluster_v2_jobs_news_cluster_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsClusterJobRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/jobs/audio/micro/public":{"post":{"tags":["jobs-v2"],"summary":"Queue Public Microaudio","operationId":"queue_public_microaudio_v2_jobs_audio_micro_public_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicMicroaudioJobRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/news":{"get":{"tags":["news"],"summary":"List News","operationId":"list_news_news_get","parameters":[{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Status"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"source_id","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Source Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/news/{news_item_id}":{"get":{"tags":["news"],"summary":"Get News Item","operationId":"get_news_item_news__news_item_id__get","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/newsletters/daily-draft":{"get":{"tags":["newsletters"],"summary":"Get Daily Newsletter Draft","operationId":"get_daily_newsletter_draft_newsletters_daily_draft_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"audience","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":80,"default":"general","title":"Audience"}},{"name":"version","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":80,"default":"general","title":"Version"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":20,"minimum":1,"default":10,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsletterDraftResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["newsletters"],"summary":"Create Daily Newsletter Draft","operationId":"create_daily_newsletter_draft_newsletters_daily_draft_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsletterDraftRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsletterDraftResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/oem/feed":{"get":{"tags":["oem-v2"],"summary":"Get Oem Feed","operationId":"get_oem_feed_v2_oem_feed_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"X-AGRONEWS-OEM-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Oem-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/oem/events":{"get":{"tags":["oem-v2"],"summary":"Get Oem Events","operationId":"get_oem_events_v2_oem_events_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"cursor","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":8,"maxLength":500},{"type":"null"}],"title":"Cursor"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"X-AGRONEWS-OEM-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Oem-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEventFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/oem/search":{"get":{"tags":["oem-v2"],"summary":"Search Oem Public Corpus","operationId":"search_oem_public_corpus_v2_oem_search_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","minLength":2,"maxLength":500,"title":"Q"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":10,"title":"Limit"}},{"name":"X-Request-Id","in":"header","required":true,"schema":{"type":"string","format":"uuid","title":"X-Request-Id"}},{"name":"X-AGRONEWS-OEM-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Oem-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/overview":{"get":{"tags":["ops"],"summary":"Get Ops Overview","operationId":"get_ops_overview_ops_overview_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":168,"minimum":1,"default":24,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsOverviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/v2-overview":{"get":{"tags":["ops"],"summary":"Get Ops V2 Overview","operationId":"get_ops_v2_overview_ops_v2_overview_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":168,"minimum":1,"default":24,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Ops2OverviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/public-feed-config":{"get":{"tags":["ops"],"summary":"Get Public Feed Config","operationId":"get_public_feed_config_ops_public_feed_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPublicFeedConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Public Feed Config","operationId":"update_public_feed_config_ops_public_feed_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicFeedConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPublicFeedConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/topics":{"get":{"tags":["ops"],"summary":"Get Topic Taxonomy","operationId":"get_topic_taxonomy_ops_topics_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsTopicTaxonomyResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/topics/backfill":{"post":{"tags":["ops"],"summary":"Run Topic Taxonomy Backfill","operationId":"run_topic_taxonomy_backfill_ops_topics_backfill_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsTopicBackfillRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial-relevance":{"get":{"tags":["ops"],"summary":"Get Editorial Relevance","operationId":"get_editorial_relevance_ops_editorial_relevance_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":100,"title":"Limit"}},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"enum":["eligible","needs_review","rejected"],"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial-relevance/config":{"put":{"tags":["ops"],"summary":"Update Editorial Relevance Config","operationId":"update_editorial_relevance_config_ops_editorial_relevance_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial-relevance/backfill":{"post":{"tags":["ops"],"summary":"Run Editorial Relevance Backfill","operationId":"run_editorial_relevance_backfill_ops_editorial_relevance_backfill_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceBackfillRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial-relevance/{event_id}/decision":{"post":{"tags":["ops"],"summary":"Decide Editorial Relevance","operationId":"decide_editorial_relevance_ops_editorial_relevance__event_id__decision_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceDecisionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial-relevance/{event_id}/reprocess":{"post":{"tags":["ops"],"summary":"Reprocess Editorial Relevance","operationId":"reprocess_editorial_relevance_ops_editorial_relevance__event_id__reprocess_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceReprocessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialRelevanceDecisionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/audio-distribution-config":{"get":{"tags":["ops"],"summary":"Get Audio Distribution Config","operationId":"get_audio_distribution_config_ops_audio_distribution_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsAudioDistributionConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Audio Distribution Config","operationId":"update_audio_distribution_config_ops_audio_distribution_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AudioDistributionConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsAudioDistributionConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/publication-automation-config":{"get":{"tags":["ops"],"summary":"Get Publication Automation Config","operationId":"get_publication_automation_config_ops_publication_automation_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPublicationAutomationConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Publication Automation Config","operationId":"update_publication_automation_config_ops_publication_automation_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPublicationAutomationConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPublicationAutomationConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/queue":{"get":{"tags":["ops"],"summary":"Get Editorial Queue","operationId":"get_editorial_queue_ops_editorial_queue_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":50,"title":"Limit"}},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"enum":["pending","accepted","featured","held","rejected"],"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"sla","in":"query","required":false,"schema":{"anyOf":[{"enum":["unassigned","on_track","due_soon","overdue","critical","completed"],"type":"string"},{"type":"null"}],"title":"Sla"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialQueueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/workflow-config":{"get":{"tags":["ops"],"summary":"Get Editorial Workflow Config","operationId":"get_editorial_workflow_config_ops_editorial_workflow_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialWorkflowConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Editorial Workflow Config","operationId":"update_editorial_workflow_config_ops_editorial_workflow_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialWorkflowConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialWorkflowConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/edition-config":{"get":{"tags":["ops"],"summary":"Get Editorial Edition Config","operationId":"get_editorial_edition_config_ops_editorial_edition_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Editorial Edition Config","operationId":"update_editorial_edition_config_ops_editorial_edition_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/learning/config":{"get":{"tags":["ops"],"summary":"Get Editorial Learning Config","operationId":"get_editorial_learning_config_ops_editorial_learning_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Editorial Learning Config","operationId":"update_editorial_learning_config_ops_editorial_learning_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/learning/evaluation":{"get":{"tags":["ops"],"summary":"Get Editorial Learning Evaluation","operationId":"get_editorial_learning_evaluation_ops_editorial_learning_evaluation_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningEvaluationResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/learning/recommendation":{"post":{"tags":["ops"],"summary":"Apply Editorial Learning Recommendation","operationId":"apply_editorial_learning_recommendation_ops_editorial_learning_recommendation_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningApplyRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningVersionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/learning/versions":{"get":{"tags":["ops"],"summary":"Get Editorial Learning Versions","operationId":"get_editorial_learning_versions_ops_editorial_learning_versions_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningVersionListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/learning/versions/{version_id}/rollback":{"post":{"tags":["ops"],"summary":"Rollback Editorial Learning Version","operationId":"rollback_editorial_learning_version_ops_editorial_learning_versions__version_id__rollback_post","parameters":[{"name":"version_id","in":"path","required":true,"schema":{"type":"string","title":"Version Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningRollbackRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialLearningRollbackResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/editions":{"get":{"tags":["ops"],"summary":"Get Editorial Editions","operationId":"get_editorial_editions_ops_editorial_editions_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionHistoryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/edition/plan":{"post":{"tags":["ops"],"summary":"Plan Editorial Edition","operationId":"plan_editorial_edition_ops_editorial_edition_plan_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionPlanRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionPlanResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/editions/{edition_id}/rollback":{"post":{"tags":["ops"],"summary":"Rollback Editorial Edition","operationId":"rollback_editorial_edition_ops_editorial_editions__edition_id__rollback_post","parameters":[{"name":"edition_id","in":"path","required":true,"schema":{"type":"string","title":"Edition Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionRollbackRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialEditionRollbackResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/events/{event_id}/decision":{"post":{"tags":["ops"],"summary":"Decide Editorial Event","operationId":"decide_editorial_event_ops_editorial_events__event_id__decision_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialDecisionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/decisions/batch":{"post":{"tags":["ops"],"summary":"Decide Editorial Events Batch","operationId":"decide_editorial_events_batch_ops_editorial_decisions_batch_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/assignments/batch":{"post":{"tags":["ops"],"summary":"Assign Editorial Events Batch","operationId":"assign_editorial_events_batch_ops_editorial_assignments_batch_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchAssignmentRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchAssignmentResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/routing/batch":{"post":{"tags":["ops"],"summary":"Route Editorial Events Batch","operationId":"route_editorial_events_batch_ops_editorial_routing_batch_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchRoutingRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialBatchRoutingResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/events/{event_id}/review":{"get":{"tags":["ops"],"summary":"Get Editorial Review Packet","operationId":"get_editorial_review_packet_ops_editorial_events__event_id__review_get","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialReviewPacketResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/editorial/events/{event_id}/apply-review":{"post":{"tags":["ops"],"summary":"Apply Editorial Review Suggestion","operationId":"apply_editorial_review_suggestion_ops_editorial_events__event_id__apply_review_post","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialApplyReviewRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsEditorialApplyReviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/rag/config":{"get":{"tags":["ops"],"summary":"Get Rag Config","operationId":"get_rag_config_ops_rag_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Rag Config","operationId":"update_rag_config_ops_rag_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/rag/index":{"get":{"tags":["ops"],"summary":"Get Rag Index","operationId":"get_rag_index_ops_rag_index_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":100,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagIndexResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/rag/reconcile":{"post":{"tags":["ops"],"summary":"Reconcile Rag Index","operationId":"reconcile_rag_index_ops_rag_reconcile_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagReconcileRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsRagReconcileResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/artifacts/reconcile":{"post":{"tags":["ops"],"summary":"Reconcile Persistent Artifacts","operationId":"reconcile_persistent_artifacts_ops_artifacts_reconcile_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsArtifactReconcileRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsArtifactReconcileResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/connectors/health":{"get":{"tags":["ops"],"summary":"Get Connector Health","operationId":"get_connector_health_ops_connectors_health_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":168,"minimum":1,"default":72,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsConnectorHealthResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/connectors/sli":{"get":{"tags":["ops"],"summary":"Get Connector Sli Trend","operationId":"get_connector_sli_trend_ops_connectors_sli_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":168,"minimum":1,"default":72,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsSourceSliTrendResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/connectors/smoke":{"get":{"tags":["ops"],"summary":"Get Latest Connector Smoke","operationId":"get_latest_connector_smoke_ops_connectors_smoke_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsConnectorSmokeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/connectors/smoke/run":{"post":{"tags":["ops"],"summary":"Run Connector Smoke","operationId":"run_connector_smoke_ops_connectors_smoke_run_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsConnectorSmokeRunRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsConnectorSmokeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/config":{"get":{"tags":["ops"],"summary":"Get Pdf Governance Config","operationId":"get_pdf_governance_config_ops_documents_config_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPdfGovernanceConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ops"],"summary":"Update Pdf Governance Config","operationId":"update_pdf_governance_config_ops_documents_config_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPdfGovernanceConfigUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsPdfGovernanceConfigResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/queue":{"get":{"tags":["ops"],"summary":"Get Document Review Queue","operationId":"get_document_review_queue_ops_documents_queue_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":100,"title":"Limit"}},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"enum":["pending","approved","rejected","blocked"],"type":"string"},{"type":"null"}],"title":"Status"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReviewQueueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/sli":{"get":{"tags":["ops"],"summary":"Get Document Sli","operationId":"get_document_sli_ops_documents_sli_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":720,"minimum":1,"default":72,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentSliResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/backfill/preview":{"get":{"tags":["ops"],"summary":"Preview Document Backfill","operationId":"preview_document_backfill_ops_documents_backfill_preview_get","parameters":[{"name":"batch_size","in":"query","required":false,"schema":{"type":"integer","maximum":25,"minimum":1,"default":10,"title":"Batch Size"}},{"name":"per_source_limit","in":"query","required":false,"schema":{"type":"integer","maximum":10,"minimum":1,"default":2,"title":"Per Source Limit"}},{"name":"max_attempts","in":"query","required":false,"schema":{"type":"integer","maximum":10,"minimum":1,"default":3,"title":"Max Attempts"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentBackfillPreviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/backfill/status":{"get":{"tags":["ops"],"summary":"Get Document Backfill Status","operationId":"get_document_backfill_status_ops_documents_backfill_status_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentBackfillStatusResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/backfill":{"post":{"tags":["ops"],"summary":"Run Document Backfill","operationId":"run_document_backfill_ops_documents_backfill_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentBackfillRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/{news_item_id}/decision":{"post":{"tags":["ops"],"summary":"Decide Document Review","operationId":"decide_document_review_ops_documents__news_item_id__decision_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReviewDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/{news_item_id}/license-decision":{"post":{"tags":["ops"],"summary":"Decide Document License","operationId":"decide_document_license_ops_documents__news_item_id__license_decision_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentLicenseDecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/documents/{news_item_id}/reprocess":{"post":{"tags":["ops"],"summary":"Reprocess Document","operationId":"reprocess_document_ops_documents__news_item_id__reprocess_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReprocessRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDocumentReviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/translations/queue":{"get":{"tags":["ops"],"summary":"Get Translation Queue","operationId":"get_translation_queue_ops_translations_queue_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":100,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsTranslationQueueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/translations/{record_id}/review":{"post":{"tags":["ops"],"summary":"Review Translation","operationId":"review_translation_ops_translations__record_id__review_post","parameters":[{"name":"record_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Record Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsTranslationReviewRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsTranslationReviewResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/production-canary":{"get":{"tags":["ops"],"summary":"Get Production Canary","operationId":"get_production_canary_ops_production_canary_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsProductionCanaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/production-canary/run":{"post":{"tags":["ops"],"summary":"Run Production Canary","operationId":"run_production_canary_ops_production_canary_run_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsProductionCanaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/beta-run-report":{"get":{"tags":["ops"],"summary":"Get Ops Beta Run Report","operationId":"get_ops_beta_run_report_ops_beta_run_report_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":240,"minimum":1,"default":240,"title":"Window Hours"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsBetaRunReportResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/beta-run-report/export":{"get":{"tags":["ops"],"summary":"Export Ops Beta Run Report","operationId":"export_ops_beta_run_report_ops_beta_run_report_export_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":240,"minimum":1,"default":240,"title":"Window Hours"}},{"name":"format","in":"query","required":false,"schema":{"enum":["csv","json"],"type":"string","default":"csv","title":"Format"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Downloadable beta run snapshot.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsBetaRunReportResponse"}},"text/csv":{"schema":{"type":"string"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/beta-readiness":{"get":{"tags":["ops"],"summary":"Get Ops Beta Readiness","operationId":"get_ops_beta_readiness_ops_beta_readiness_get","parameters":[{"name":"window_hours","in":"query","required":false,"schema":{"type":"integer","maximum":240,"minimum":1,"default":240,"title":"Window Hours"}},{"name":"min_sources","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":3,"title":"Min Sources"}},{"name":"min_successful_tests","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":0,"default":0,"title":"Min Successful Tests"}},{"name":"min_fetches","in":"query","required":false,"schema":{"type":"integer","maximum":1000,"minimum":0,"default":1,"title":"Min Fetches"}},{"name":"min_news_items","in":"query","required":false,"schema":{"type":"integer","maximum":1000,"minimum":0,"default":1,"title":"Min News Items"}},{"name":"min_branches","in":"query","required":false,"schema":{"type":"integer","maximum":30,"minimum":0,"default":1,"title":"Min Branches"}},{"name":"min_score_coverage","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"default":0.8,"title":"Min Score Coverage"}},{"name":"max_failure_rate","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"default":0.25,"title":"Max Failure Rate"}},{"name":"max_discard_rate","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"default":0.25,"title":"Max Discard Rate"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsBetaReadinessResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/beta-artifacts":{"get":{"tags":["ops"],"summary":"Get Ops Beta Artifacts","operationId":"get_ops_beta_artifacts_ops_beta_artifacts_get","parameters":[{"name":"run_date","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Run Date"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsBetaArtifactsResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/diagnostic-summary":{"get":{"tags":["ops"],"summary":"Get Ops Diagnostic Summary","operationId":"get_ops_diagnostic_summary_ops_diagnostic_summary_get","parameters":[{"name":"run_date","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Run Date"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsDiagnosticSummaryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/beta-artifacts/file":{"get":{"tags":["ops"],"summary":"Get Ops Beta Artifact File","operationId":"get_ops_beta_artifact_file_ops_beta_artifacts_file_get","parameters":[{"name":"run_date","in":"query","required":true,"schema":{"type":"string","format":"date","title":"Run Date"}},{"name":"component","in":"query","required":true,"schema":{"enum":["go_no_go_bundle","artifact_index","operator_checklist","daily_runbook","editorial_quality_report","beta_approval_ledger","beta_completed_approval_ledger","beta_ledger_gate","source_test_execution_handoff","source_approval_packet","source_candidate_health","source_feed_discovery","source_candidate_feed_smoke","compliance_decision_draft","approved_compliance_payload","source_test_plan","pipeline_batch_plan","post_ingestion_snapshot","source_remediation_plan","internal_cycle","stability_report","launch_readiness"],"type":"string","title":"Component"}},{"name":"file","in":"query","required":false,"schema":{"enum":["json","jsonl","csv","markdown","payload","dry_run_payload","real_payload","health","readiness","report_json","report_csv","public_feed","pause_payload"],"type":"string","default":"markdown","title":"File"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Downloadable beta operator artifact file.","content":{"application/json":{"schema":{"type":"object"}},"text/csv":{"schema":{"type":"string"}},"text/markdown":{"schema":{"type":"string"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/music":{"get":{"tags":["podcast-music"],"summary":"Get Music Library","operationId":"get_music_library_podcasts_music_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicLibraryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/music/settings":{"put":{"tags":["podcast-music"],"summary":"Update Music Settings","operationId":"update_music_settings_podcasts_music_settings_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicSettingsUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicLibraryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/music/tracks":{"post":{"tags":["podcast-music"],"summary":"Upload Music Track","operationId":"upload_music_track_podcasts_music_tracks_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upload_music_track_podcasts_music_tracks_post"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicLibraryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/music/tracks/{track_id}":{"patch":{"tags":["podcast-music"],"summary":"Update Music Track","operationId":"update_music_track_podcasts_music_tracks__track_id__patch","parameters":[{"name":"track_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Track Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicTrackUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastMusicLibraryResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["podcast-music"],"summary":"Archive Music Track","operationId":"archive_music_track_podcasts_music_tracks__track_id__delete","parameters":[{"name":"track_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Track Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"204":{"description":"Successful Response"},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pipeline/sources/batch-run":{"post":{"tags":["pipeline"],"summary":"Run Sources Pipeline Batch","operationId":"run_sources_pipeline_batch_pipeline_sources_batch_run_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineBatchRunRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineBatchRunResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pipeline/sources/{source_id}/run":{"post":{"tags":["pipeline"],"summary":"Run Source Pipeline","operationId":"run_source_pipeline_pipeline_sources__source_id__run_post","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineRunResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/preferences":{"get":{"tags":["personalization-v2"],"summary":"List Preferences","operationId":"list_preferences_v2_customer_preferences_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreferenceListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}},"put":{"tags":["personalization-v2"],"summary":"Upsert Preference","operationId":"upsert_preference_v2_customer_preferences_put","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreferenceUpsertRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreferenceRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/preferences/verticals/{key}":{"put":{"tags":["personalization-v2"],"summary":"Update Vertical Preference","operationId":"update_vertical_preference_v2_customer_preferences_verticals__key__put","parameters":[{"name":"key","in":"path","required":true,"schema":{"type":"string","title":"Key"}},{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerticalPreferenceUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerticalPreferenceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/preferences/{preference_type}/{key}":{"delete":{"tags":["personalization-v2"],"summary":"Delete Preference","operationId":"delete_preference_v2_customer_preferences__preference_type___key__delete","parameters":[{"name":"preference_type","in":"path","required":true,"schema":{"enum":["topic","branch","commodity","country","region"],"type":"string","title":"Preference Type"}},{"name":"key","in":"path","required":true,"schema":{"type":"string","title":"Key"}},{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreferenceDeleteResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/watchlists/entities":{"put":{"tags":["personalization-v2"],"summary":"Upsert Entity Watchlist","operationId":"upsert_entity_watchlist_v2_customer_watchlists_entities_put","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityWatchlistRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityWatchlistResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/feedback":{"post":{"tags":["personalization-v2"],"summary":"Record Feedback","operationId":"record_feedback_v2_customer_feedback_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackEventRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackRecordedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/feed":{"get":{"tags":["personalization-v2"],"summary":"Personalized Feed","operationId":"personalized_feed_v2_customer_feed_get","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":20,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonalizedFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/latest":{"get":{"tags":["podcasts"],"summary":"Get Latest Public Podcast","operationId":"get_latest_public_podcast_podcasts_latest_get","parameters":[{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"^(short|standard|premium)$","default":"short","title":"Format"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicPodcastEpisodeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/rss.xml":{"get":{"tags":["podcasts"],"summary":"Get Public Podcast Rss","operationId":"get_public_podcast_rss_podcasts_rss_xml_get","parameters":[{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"^(short|standard|premium)$","default":"short","title":"Format"}}],"responses":{"200":{"description":"Successful Response"},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/daily-script":{"get":{"tags":["podcasts"],"summary":"Get Daily Podcast Script","operationId":"get_daily_podcast_script_podcasts_daily_script_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"audience","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":80,"default":"general","title":"Audience"}},{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"^(short|standard|premium)$","default":"standard","title":"Format"}},{"name":"translate_to_spanish","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Translate To Spanish"}},{"name":"expand_acronyms","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Expand Acronyms"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyPodcastScriptResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/daily-production":{"get":{"tags":["podcasts"],"summary":"Get Daily Podcast Production","operationId":"get_daily_podcast_production_podcasts_daily_production_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"audience","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":80,"default":"general","title":"Audience"}},{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"^(short|standard|premium)$","default":"standard","title":"Format"}},{"name":"dry_run","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Dry Run"}},{"name":"translate_to_spanish","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Translate To Spanish"}},{"name":"expand_acronyms","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Expand Acronyms"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyPodcastProductionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/studio/draft":{"post":{"tags":["podcasts"],"summary":"Create Podcast Studio Draft","operationId":"create_podcast_studio_draft_podcasts_studio_draft_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastStudioDraftRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyPodcastScriptResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/podcasts/studio/publish":{"post":{"tags":["podcasts"],"summary":"Publish Podcast Studio Episode","operationId":"publish_podcast_studio_episode_podcasts_studio_publish_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodcastStudioPublishRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyPodcastProductionResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/analytics/exposures":{"post":{"tags":["customer-product-v2"],"summary":"Issue Experiment Exposure","operationId":"issue_experiment_exposure_v2_customer_analytics_exposures_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExperimentExposureRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExperimentExposureResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/analytics/events":{"post":{"tags":["customer-product-v2"],"summary":"Record Product Analytics Event","operationId":"record_product_analytics_event_v2_customer_analytics_events_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductAnalyticsEventRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductAnalyticsEventResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/teams":{"get":{"tags":["customer-product-v2"],"summary":"List Team Workspaces","operationId":"list_team_workspaces_v2_customer_teams_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeamWorkspaceListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}}}},"post":{"tags":["customer-product-v2"],"summary":"Create Team Workspace","operationId":"create_team_workspace_v2_customer_teams_post","parameters":[{"name":"X-CSRF-Token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Csrf-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeamWorkspaceCreateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeamWorkspaceRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/customer/teams/{organization_id}/audit-export":{"get":{"tags":["customer-product-v2"],"summary":"Export Team Audit","operationId":"export_team_audit_v2_customer_teams__organization_id__audit_export_get","parameters":[{"name":"organization_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Organization Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":1000,"minimum":1,"default":1000,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeamAuditExportResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/product-governance":{"get":{"tags":["product-governance"],"summary":"Get Product Governance","operationId":"get_product_governance_ops_product_governance_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsProductGovernanceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["product-governance"],"summary":"Update Product Governance","operationId":"update_product_governance_ops_product_governance_put","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductGovernanceUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpsProductGovernanceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/oem/clients":{"get":{"tags":["product-governance"],"summary":"List Oem Clients","operationId":"list_oem_clients_ops_oem_clients_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["product-governance"],"summary":"Issue Oem Client","operationId":"issue_oem_client_ops_oem_clients_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientIssueRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientIssueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/oem/clients/{client_id}":{"get":{"tags":["product-governance"],"summary":"Get Oem Client Detail","operationId":"get_oem_client_detail_ops_oem_clients__client_id__get","parameters":[{"name":"client_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Client Id"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","maximum":365,"minimum":1,"default":30,"title":"Days"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentClientDetailResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["product-governance"],"summary":"Update Oem Client","operationId":"update_oem_client_ops_oem_clients__client_id__patch","parameters":[{"name":"client_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Client Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientUpdateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/oem/clients/{client_id}/rotate":{"post":{"tags":["product-governance"],"summary":"Rotate Oem Client","operationId":"rotate_oem_client_ops_oem_clients__client_id__rotate_post","parameters":[{"name":"client_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Client Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientRotateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientIssueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/oem/clients/{client_id}/smoke":{"post":{"tags":["product-governance"],"summary":"Smoke Oem Client","operationId":"smoke_oem_client_ops_oem_clients__client_id__smoke_post","parameters":[{"name":"client_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Client Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentClientSmokeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgentClientSmokeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/oem/clients/{client_id}/revoke":{"post":{"tags":["product-governance"],"summary":"Revoke Oem Client","operationId":"revoke_oem_client_ops_oem_clients__client_id__revoke_post","parameters":[{"name":"client_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Client Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientRevokeRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OemApiClientRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/experiments":{"get":{"tags":["product-governance"],"summary":"List Experiments","operationId":"list_experiments_ops_experiments_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductExperimentListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["product-governance"],"summary":"Create Experiment","operationId":"create_experiment_ops_experiments_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductExperimentCreateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductExperimentRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/ops/experiments/{experiment_id}/transition":{"post":{"tags":["product-governance"],"summary":"Transition Experiment","operationId":"transition_experiment_ops_experiments__experiment_id__transition_post","parameters":[{"name":"experiment_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Experiment Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductExperimentTransitionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductExperimentRead"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/public/feed":{"get":{"tags":["public"],"summary":"Get Public Feed","operationId":"get_public_feed_public_feed_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":50,"minimum":1,"default":12,"title":"Limit"}},{"name":"If-None-Match","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"If-None-Match"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicFeedResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/public/search":{"get":{"tags":["public"],"summary":"Search Public Rag","operationId":"search_public_rag_public_search_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","minLength":2,"maxLength":500,"title":"Q"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"branch","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"}},{"name":"commodity","in":"query","required":false,"schema":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"}},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","maximum":50,"minimum":1},{"type":"null"}],"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/public/editorial-outcomes":{"post":{"tags":["public"],"summary":"Record Public Editorial Outcome","operationId":"record_public_editorial_outcome_public_editorial_outcomes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEditorialOutcomeRequest"}}},"required":true},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicEditorialOutcomeResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/rag/index/news/{news_item_id}":{"post":{"tags":["rag"],"summary":"Index News Item","operationId":"index_news_item_rag_index_news__news_item_id__post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagIndexResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/rag/search":{"post":{"tags":["rag"],"summary":"Search Rag","operationId":"search_rag_rag_search_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RagSearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/scoring/news/{news_item_id}/run":{"post":{"tags":["scoring"],"summary":"Run News Scoring","operationId":"run_news_scoring_scoring_news__news_item_id__run_post","parameters":[{"name":"news_item_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"News Item Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScoringRunResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources":{"post":{"tags":["sources"],"summary":"Create Source","operationId":"create_source_sources_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceCreateResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["sources"],"summary":"List Sources","operationId":"list_sources_sources_get","parameters":[{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"type":"null"}],"title":"Status"}},{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Offset"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/candidates":{"get":{"tags":["sources"],"summary":"List Source Candidates","operationId":"list_source_candidates_sources_candidates_get","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceCandidateListResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/candidates/import":{"post":{"tags":["sources"],"summary":"Import Source Candidates","operationId":"import_source_candidates_sources_candidates_import_post","parameters":[{"name":"update_existing","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Update Existing"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceCandidateImportResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/compliance-decisions":{"post":{"tags":["sources"],"summary":"Apply Source Compliance Decisions","operationId":"apply_source_compliance_decisions_sources_compliance_decisions_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceComplianceDecisionBatchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceComplianceDecisionBatchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/review-queue":{"get":{"tags":["sources"],"summary":"Source Review Queue","operationId":"source_review_queue_sources_review_queue_get","parameters":[{"name":"country","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}],"title":"Country"}},{"name":"priority","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high|medium|low)$"},{"type":"null"}],"title":"Priority"}},{"name":"risk_level","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(low|medium|high)$"},{"type":"null"}],"title":"Risk Level"}},{"name":"phase","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"beta_internal","title":"Phase"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":20,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceReviewQueueResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/test-batch":{"post":{"tags":["sources"],"summary":"Test Sources Batch","operationId":"test_sources_batch_sources_test_batch_post","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceTestBatchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceTestBatchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/{source_id}/compliance-research":{"post":{"tags":["sources"],"summary":"Research Source Compliance","operationId":"research_source_compliance_sources__source_id__compliance_research_post","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceComplianceResearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/{source_id}/compliance-research/latest":{"get":{"tags":["sources"],"summary":"Latest Source Compliance Research","operationId":"latest_source_compliance_research_sources__source_id__compliance_research_latest_get","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceComplianceResearchResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/{source_id}":{"get":{"tags":["sources"],"summary":"Get Source","operationId":"get_source_sources__source_id__get","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["sources"],"summary":"Update Source","operationId":"update_source_sources__source_id__patch","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/sources/{source_id}/test":{"post":{"tags":["sources"],"summary":"Test Source","operationId":"test_source_sources__source_id__test_post","parameters":[{"name":"source_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Source Id"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceTestResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/timelines/{timeline_type}/{key}":{"get":{"tags":["timelines"],"summary":"Get Timeline","operationId":"get_timeline_timelines__timeline_type___key__get","parameters":[{"name":"timeline_type","in":"path","required":true,"schema":{"type":"string","pattern":"^(commodity|branch|country)$","title":"Timeline Type"}},{"name":"key","in":"path","required":true,"schema":{"type":"string","minLength":2,"maxLength":120,"title":"Key"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":25,"title":"Limit"}},{"name":"Authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"X-AGRONEWS-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Agronews-Api-Key"}},{"name":"X-Actor-Id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Actor-Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimelineResponse"}}}},"401":{"description":"Authentication Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"429":{"description":"Rate Limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"500":{"description":"Internal Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"502":{"description":"Upstream Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"504":{"description":"Upstream Timeout","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AcademicAreaListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"pack_id":{"type":"string","title":"Pack Id"},"pack_version":{"type":"string","title":"Pack Version"},"total":{"type":"integer","title":"Total"},"rows":{"items":{"$ref":"#/components/schemas/AcademicAreaRead"},"type":"array","title":"Rows"}},"type":"object","required":["pack_id","pack_version","total","rows"],"title":"AcademicAreaListResponse"},"AcademicAreaRead":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"description":{"type":"string","title":"Description"},"query_terms":{"items":{"type":"string"},"type":"array","title":"Query Terms"},"agrovoc_terms":{"items":{"type":"string"},"type":"array","title":"Agrovoc Terms"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"anchor_journals":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array","title":"Anchor Journals"}},"type":"object","required":["key","label","description","query_terms","agrovoc_terms","branches","anchor_journals"],"title":"AcademicAreaRead"},"AcademicCanaryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"status":{"type":"string","title":"Status"},"ready":{"type":"boolean","title":"Ready"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"checks":{"additionalProperties":true,"type":"object","title":"Checks"},"metrics":{"additionalProperties":true,"type":"object","title":"Metrics"}},"type":"object","required":["status","ready","generated_at","blockers","checks","metrics"],"title":"AcademicCanaryResponse"},"AcademicOverviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"source_pack":{"additionalProperties":true,"type":"object","title":"Source Pack"},"sources":{"additionalProperties":true,"type":"object","title":"Sources"},"papers":{"additionalProperties":true,"type":"object","title":"Papers"},"rights":{"additionalProperties":true,"type":"object","title":"Rights"},"review":{"additionalProperties":true,"type":"object","title":"Review"},"rag":{"additionalProperties":true,"type":"object","title":"Rag"},"recent_runs":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Recent Runs"}},"type":"object","required":["generated_at","source_pack","sources","papers","rights","review","rag","recent_runs"],"title":"AcademicOverviewResponse"},"AcademicPaperListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"total":{"type":"integer","title":"Total"},"limit":{"type":"integer","title":"Limit"},"offset":{"type":"integer","title":"Offset"},"rows":{"items":{"$ref":"#/components/schemas/AcademicPaperRead"},"type":"array","title":"Rows"}},"type":"object","required":["total","limit","offset","rows"],"title":"AcademicPaperListResponse"},"AcademicPaperRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"doi":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Doi"},"publication_status":{"type":"string","title":"Publication Status"},"rights_status":{"type":"string","title":"Rights Status"},"rights_evidence_hash":{"type":"string","title":"Rights Evidence Hash"},"current_content_hash":{"type":"string","title":"Current Content Hash"},"current_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Current Version Id"},"title":{"type":"string","title":"Title"},"journal":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Journal"},"publisher":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publisher"},"publication_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Publication Date"},"authors":{"items":{"type":"string"},"type":"array","title":"Authors"},"institutions":{"items":{"type":"string"},"type":"array","title":"Institutions"},"countries":{"items":{"type":"string"},"type":"array","title":"Countries"},"subjects":{"items":{"type":"string"},"type":"array","title":"Subjects"},"primary_url":{"type":"string","title":"Primary Url"},"pdf_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pdf Url"},"license_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License Type"},"license_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License Url"},"editorial_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Summary"},"why_it_matters":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Why It Matters"},"approved_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Approved At"},"retracted_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Retracted At"},"areas":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Areas"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","source_id","doi","publication_status","rights_status","rights_evidence_hash","current_content_hash","current_version_id","title","journal","publisher","publication_date","authors","institutions","countries","subjects","primary_url","pdf_url","license_type","license_url","editorial_summary","why_it_matters","approved_at","retracted_at","created_at","updated_at"],"title":"AcademicPaperRead"},"AcademicPaperResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"paper":{"$ref":"#/components/schemas/AcademicPaperRead"}},"type":"object","required":["paper"],"title":"AcademicPaperResponse"},"AcademicPollRequest":{"properties":{"source_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":20,"title":"Source Ids"},"dry_run":{"type":"boolean","title":"Dry Run","default":true},"per_source_limit":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Per Source Limit","default":25}},"type":"object","title":"AcademicPollRequest"},"AcademicPollResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"requested_count":{"type":"integer","title":"Requested Count"},"succeeded_count":{"type":"integer","title":"Succeeded Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/AcademicPollResult"},"type":"array","title":"Results"}},"type":"object","required":["dry_run","requested_count","succeeded_count","failed_count","results"],"title":"AcademicPollResponse"},"AcademicPollResult":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"status":{"type":"string","title":"Status"},"discovered_count":{"type":"integer","title":"Discovered Count","default":0},"relevant_count":{"type":"integer","title":"Relevant Count","default":0},"irrelevant_count":{"type":"integer","title":"Irrelevant Count","default":0},"created_count":{"type":"integer","title":"Created Count","default":0},"updated_count":{"type":"integer","title":"Updated Count","default":0},"duplicate_count":{"type":"integer","title":"Duplicate Count","default":0},"metadata_only_count":{"type":"integer","title":"Metadata Only Count","default":0},"rights_allowed_count":{"type":"integer","title":"Rights Allowed Count","default":0},"latency_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latency Ms"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["source_id","source_name","status"],"title":"AcademicPollResult"},"AcademicReviewRequest":{"properties":{"decision":{"type":"string","enum":["approve","reject","retract"],"title":"Decision"},"reason":{"type":"string","maxLength":2000,"minLength":8,"title":"Reason"},"expected_content_hash":{"type":"string","maxLength":64,"minLength":64,"title":"Expected Content Hash"},"expected_rights_evidence_hash":{"type":"string","maxLength":64,"minLength":64,"title":"Expected Rights Evidence Hash"},"editorial_summary":{"anyOf":[{"type":"string","maxLength":30000},{"type":"null"}],"title":"Editorial Summary"},"why_it_matters":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Why It Matters"}},"type":"object","required":["decision","reason","expected_content_hash","expected_rights_evidence_hash"],"title":"AcademicReviewRequest"},"AcademicSourceListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"total":{"type":"integer","title":"Total"},"rows":{"items":{"$ref":"#/components/schemas/AcademicSourceRead"},"type":"array","title":"Rows"}},"type":"object","required":["total","rows"],"title":"AcademicSourceListResponse"},"AcademicSourcePackResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"pack_id":{"type":"string","title":"Pack Id"},"pack_version":{"type":"string","title":"Pack Version"},"total_candidates":{"type":"integer","title":"Total Candidates"},"created_count":{"type":"integer","title":"Created Count","default":0},"updated_count":{"type":"integer","title":"Updated Count","default":0},"skipped_count":{"type":"integer","title":"Skipped Count","default":0},"candidate_keys":{"items":{"type":"string"},"type":"array","title":"Candidate Keys"}},"type":"object","required":["dry_run","pack_id","pack_version","total_candidates"],"title":"AcademicSourcePackResponse"},"AcademicSourceRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"name":{"type":"string","title":"Name"},"area_key":{"type":"string","title":"Area Key"},"homepage_url":{"type":"string","title":"Homepage Url"},"feed_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feed Url"},"compliance_status":{"type":"string","title":"Compliance Status"},"active":{"type":"boolean","title":"Active"},"ingestion_mode":{"type":"string","title":"Ingestion Mode"},"connector_adapter":{"type":"string","title":"Connector Adapter"},"default_frequency_minutes":{"type":"integer","title":"Default Frequency Minutes"},"license_type":{"type":"string","title":"License Type"},"latest_run":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Latest Run"}},"type":"object","required":["id","name","area_key","homepage_url","compliance_status","active","ingestion_mode","connector_adapter","default_frequency_minutes","license_type"],"title":"AcademicSourceRead"},"AdDecisionRead":{"properties":{"campaign_id":{"type":"string","format":"uuid","title":"Campaign Id"},"creative_id":{"type":"string","format":"uuid","title":"Creative Id"},"placement_id":{"type":"string","format":"uuid","title":"Placement Id"},"placement_type":{"type":"string","title":"Placement Type"},"disclosure_label":{"type":"string","title":"Disclosure Label"},"headline":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Headline"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"destination_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Destination Url"},"media_asset_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Media Asset Id"},"segment_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Segment Type"},"editorial_independent":{"type":"boolean","title":"Editorial Independent"}},"type":"object","required":["campaign_id","creative_id","placement_id","placement_type","disclosure_label","headline","body","destination_url","media_asset_id","segment_type","editorial_independent"],"title":"AdDecisionRead"},"AdDecisionRequest":{"properties":{"placement_key":{"type":"string","maxLength":120,"minLength":2,"title":"Placement Key"},"context":{"additionalProperties":{"type":"string"},"type":"object","title":"Context"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"}},"type":"object","required":["placement_key"],"title":"AdDecisionRequest"},"AdDecisionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"decision":{"anyOf":[{"$ref":"#/components/schemas/AdDecisionRead"},{"type":"null"}]}},"type":"object","required":["decision"],"title":"AdDecisionResponse"},"AgentAccessRead":{"properties":{"client_id":{"type":"string","format":"uuid","title":"Client Id"},"organization_id":{"type":"string","format":"uuid","title":"Organization Id"},"subscription_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Subscription Id"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"},"billing_mode":{"type":"string","title":"Billing Mode"},"scopes":{"items":{"type":"string"},"type":"array","title":"Scopes"},"requests_per_minute":{"type":"integer","title":"Requests Per Minute"},"monthly_request_limit":{"type":"integer","title":"Monthly Request Limit"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"mcp_endpoint":{"type":"string","title":"Mcp Endpoint"}},"type":"object","required":["client_id","organization_id","subscription_id","name","status","billing_mode","scopes","requests_per_minute","monthly_request_limit","expires_at","mcp_endpoint"],"title":"AgentAccessRead"},"AgentAccessResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"access":{"$ref":"#/components/schemas/AgentAccessRead"}},"type":"object","required":["access"],"title":"AgentAccessResponse"},"AgentCatalogResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"api_base_url":{"type":"string","title":"Api Base Url"},"mcp_endpoint":{"type":"string","title":"Mcp Endpoint"},"authentication":{"type":"string","title":"Authentication","default":"Bearer or X-AGRONEWS-Agent-Key"},"runtime_available":{"type":"boolean","title":"Runtime Available"},"checkout_available":{"type":"boolean","title":"Checkout Available"},"products":{"items":{"$ref":"#/components/schemas/AgentProductRead"},"type":"array","title":"Products"},"offers":{"items":{"$ref":"#/components/schemas/AgentPlanOfferRead"},"type":"array","title":"Offers"},"commercial_notice":{"type":"string","title":"Commercial Notice"}},"type":"object","required":["generated_at","api_base_url","mcp_endpoint","runtime_available","checkout_available","products","offers","commercial_notice"],"title":"AgentCatalogResponse"},"AgentCheckoutRequest":{"properties":{"price_book_id":{"type":"string","format":"uuid","title":"Price Book Id"},"payer_email":{"type":"string","maxLength":320,"minLength":5,"pattern":"^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$","title":"Payer Email"},"back_url":{"type":"string","maxLength":2000,"minLength":8,"title":"Back Url"}},"type":"object","required":["price_book_id","payer_email","back_url"],"title":"AgentCheckoutRequest"},"AgentCheckoutResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"subscription":{"$ref":"#/components/schemas/CustomerSubscriptionRead"},"checkout_url":{"type":"string","title":"Checkout Url"},"activation_status":{"type":"string","title":"Activation Status","default":"pending_payment"}},"type":"object","required":["subscription","checkout_url"],"title":"AgentCheckoutResponse"},"AgentClientAuditRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"event_type":{"type":"string","title":"Event Type"},"actor_type":{"type":"string","title":"Actor Type"},"actor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor Id"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"before":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Before"},"after":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"After"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","event_type","actor_type","actor_id","reason","before","after","created_at"],"title":"AgentClientAuditRead"},"AgentClientChargeRead":{"properties":{"usage_id":{"type":"string","format":"uuid","title":"Usage Id"},"occurred_at":{"type":"string","format":"date-time","title":"Occurred At"},"operation_type":{"type":"string","title":"Operation Type"},"product_code":{"type":"string","title":"Product Code"},"requests":{"type":"integer","title":"Requests"},"results":{"type":"integer","title":"Results"},"units":{"type":"number","title":"Units"},"unit_price":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unit Price"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"status":{"type":"string","title":"Status"}},"type":"object","required":["usage_id","occurred_at","operation_type","product_code","requests","results","units","unit_price","amount","currency","status"],"title":"AgentClientChargeRead"},"AgentClientDetailResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"effective_status":{"type":"string","enum":["active","expired","revoked","disabled"],"title":"Effective Status"},"client":{"$ref":"#/components/schemas/OemApiClientRead"},"organization":{"$ref":"#/components/schemas/AgentClientOrganizationRead"},"usage":{"$ref":"#/components/schemas/AgentUsageSummaryResponse"},"charges":{"items":{"$ref":"#/components/schemas/AgentClientChargeRead"},"type":"array","title":"Charges"},"errors":{"items":{"$ref":"#/components/schemas/AgentClientAuditRead"},"type":"array","title":"Errors"},"audit":{"items":{"$ref":"#/components/schemas/AgentClientAuditRead"},"type":"array","title":"Audit"},"last_smoke":{"anyOf":[{"$ref":"#/components/schemas/AgentClientSmokeResponse"},{"type":"null"}]}},"type":"object","required":["generated_at","effective_status","client","organization","usage","charges","errors","audit"],"title":"AgentClientDetailResponse"},"AgentClientOrganizationRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"slug":{"type":"string","title":"Slug"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"}},"type":"object","required":["id","slug","name","status"],"title":"AgentClientOrganizationRead"},"AgentClientSmokeCheckRead":{"properties":{"key":{"type":"string","title":"Key"},"status":{"type":"string","enum":["passed","blocked","failed","skipped"],"title":"Status"},"message":{"type":"string","title":"Message"},"latency_ms":{"type":"number","title":"Latency Ms"},"details":{"additionalProperties":true,"type":"object","title":"Details"}},"type":"object","required":["key","status","message","latency_ms"],"title":"AgentClientSmokeCheckRead"},"AgentClientSmokeRequest":{"properties":{"api_key":{"anyOf":[{"type":"string","maxLength":500,"format":"password","writeOnly":true},{"type":"null"}],"title":"Api Key"},"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"AgentClientSmokeRequest"},"AgentClientSmokeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"client_id":{"type":"string","format":"uuid","title":"Client Id"},"status":{"type":"string","enum":["passed","blocked","failed"],"title":"Status"},"billable_usage_created":{"type":"boolean","title":"Billable Usage Created","default":false},"checks":{"items":{"$ref":"#/components/schemas/AgentClientSmokeCheckRead"},"type":"array","title":"Checks"}},"type":"object","required":["generated_at","client_id","status","checks"],"title":"AgentClientSmokeResponse"},"AgentCommentaryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"agent_slug":{"type":"string","title":"Agent Slug"},"comment":{"type":"string","title":"Comment"},"hypotheses":{"items":{"type":"string"},"type":"array","title":"Hypotheses"},"open_questions":{"items":{"type":"string"},"type":"array","title":"Open Questions"}},"type":"object","required":["news_item_id","agent_slug","comment","hypotheses","open_questions"],"title":"AgentCommentaryResponse"},"AgentPlanOfferRead":{"properties":{"price_book_id":{"type":"string","format":"uuid","title":"Price Book Id"},"plan_code":{"type":"string","title":"Plan Code"},"plan_name":{"type":"string","title":"Plan Name"},"country":{"type":"string","title":"Country"},"currency":{"type":"string","title":"Currency"},"interval":{"type":"string","title":"Interval"},"amount":{"type":"number","title":"Amount"},"product_codes":{"items":{"type":"string"},"type":"array","title":"Product Codes"},"limits":{"additionalProperties":true,"type":"object","title":"Limits"}},"type":"object","required":["price_book_id","plan_code","plan_name","country","currency","interval","amount","product_codes","limits"],"title":"AgentPlanOfferRead"},"AgentProductConfigRead":{"properties":{"enabled":{"type":"boolean","title":"Enabled"},"pricing_mode":{"type":"string","enum":["quote_required","metered","included"],"title":"Pricing Mode"},"unit_price":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unit Price"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"}},"type":"object","required":["enabled","pricing_mode","unit_price","currency"],"title":"AgentProductConfigRead"},"AgentProductRead":{"properties":{"code":{"type":"string","title":"Code"},"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"required_scope":{"type":"string","title":"Required Scope"},"unit":{"type":"string","title":"Unit"},"rest_path":{"type":"string","title":"Rest Path"},"mcp_tool":{"type":"string","title":"Mcp Tool"},"enabled":{"type":"boolean","title":"Enabled"},"pricing_mode":{"type":"string","enum":["quote_required","metered","included"],"title":"Pricing Mode"},"unit_price":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Unit Price"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"availability":{"type":"string","enum":["disabled","contact_sales","available"],"title":"Availability"}},"type":"object","required":["code","name","description","required_scope","unit","rest_path","mcp_tool","enabled","pricing_mode","unit_price","currency","availability"],"title":"AgentProductRead"},"AgentRagSearchRequest":{"properties":{"query":{"type":"string","maxLength":500,"minLength":2,"title":"Query"},"branch":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"},"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"commodity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"},"limit":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Limit","default":10}},"type":"object","required":["query"],"title":"AgentRagSearchRequest"},"AgentTimelineResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"timeline_type":{"type":"string","enum":["commodity","branch","country"],"title":"Timeline Type"},"key":{"type":"string","title":"Key"},"event_count":{"type":"integer","title":"Event Count"},"narrative_summary":{"type":"string","title":"Narrative Summary"},"rows":{"items":{"$ref":"#/components/schemas/PublicEventCardRead"},"type":"array","title":"Rows"},"next_cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Cursor"}},"type":"object","required":["generated_at","timeline_type","key","event_count","narrative_summary","rows"],"title":"AgentTimelineResponse"},"AgentUsageBreakdownRead":{"properties":{"product_code":{"type":"string","title":"Product Code"},"requests":{"type":"integer","title":"Requests"},"units":{"type":"number","title":"Units"},"amount":{"type":"number","title":"Amount"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"unpriced_requests":{"type":"integer","title":"Unpriced Requests"}},"type":"object","required":["product_code","requests","units","amount","currency","unpriced_requests"],"title":"AgentUsageBreakdownRead"},"AgentUsageSummaryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"client_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Client Id"},"period_start":{"type":"string","format":"date-time","title":"Period Start"},"period_end":{"type":"string","format":"date-time","title":"Period End"},"request_count":{"type":"integer","title":"Request Count"},"monthly_request_limit":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Monthly Request Limit"},"remaining_requests":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Remaining Requests"},"pending_amounts":{"additionalProperties":{"type":"number"},"type":"object","title":"Pending Amounts"},"rows":{"items":{"$ref":"#/components/schemas/AgentUsageBreakdownRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","client_id","period_start","period_end","request_count","monthly_request_limit","remaining_requests","pending_amounts","rows"],"title":"AgentUsageSummaryResponse"},"AgroIntelCardContextResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"title":{"type":"string","title":"Title"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"related_indicators":{"items":{"type":"string"},"type":"array","title":"Related Indicators"},"snapshots":{"items":{"$ref":"#/components/schemas/AgroIntelSnapshotRead"},"type":"array","title":"Snapshots"},"context_commentary":{"type":"string","title":"Context Commentary"}},"type":"object","required":["news_item_id","title","commodities","related_indicators","snapshots","context_commentary"],"title":"AgroIntelCardContextResponse"},"AgroIntelSeriesPointRead":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"price":{"type":"number","title":"Price"},"volume":{"type":"number","title":"Volume"}},"type":"object","required":["date","price","volume"],"title":"AgroIntelSeriesPointRead"},"AgroIntelSeriesResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"commodity":{"type":"string","title":"Commodity"},"provider":{"type":"string","title":"Provider"},"market":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"unit":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Unit"},"points":{"items":{"$ref":"#/components/schemas/AgroIntelSeriesPointRead"},"type":"array","title":"Points"}},"type":"object","required":["commodity","provider","market","currency","unit","points"],"title":"AgroIntelSeriesResponse"},"AgroIntelSnapshotRead":{"properties":{"commodity":{"type":"string","title":"Commodity"},"available":{"type":"boolean","title":"Available"},"provider":{"type":"string","title":"Provider"},"market":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market"},"latest_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Latest Date"},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency"},"unit":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Unit"},"latest_price":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latest Price"},"latest_volume":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Latest Volume"},"daily_change_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Daily Change Pct"},"weekly_change_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Weekly Change Pct"},"monthly_change_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Monthly Change Pct"},"volume_change_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Volume Change Pct"},"anomaly_level":{"type":"string","title":"Anomaly Level"},"commentary":{"type":"string","title":"Commentary"}},"type":"object","required":["commodity","available","provider","market","latest_date","currency","unit","latest_price","latest_volume","daily_change_pct","weekly_change_pct","monthly_change_pct","volume_change_pct","anomaly_level","commentary"],"title":"AgroIntelSnapshotRead"},"AgroIntelSnapshotResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"snapshot":{"$ref":"#/components/schemas/AgroIntelSnapshotRead"}},"type":"object","required":["snapshot"],"title":"AgroIntelSnapshotResponse"},"AlertCandidateListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/AlertCandidateRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"AlertCandidateListResponse"},"AlertCandidateRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"event_version_id":{"type":"string","format":"uuid","title":"Event Version Id"},"correction_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Correction Id"},"level":{"type":"integer","title":"Level"},"status":{"type":"string","title":"Status"},"reason":{"type":"string","title":"Reason"},"payload_json":{"additionalProperties":true,"type":"object","title":"Payload Json"},"detected_at":{"type":"string","format":"date-time","title":"Detected At"},"eligible_at":{"type":"string","format":"date-time","title":"Eligible At"}},"type":"object","required":["id","event_id","event_version_id","correction_id","level","status","reason","payload_json","detected_at","eligible_at"],"title":"AlertCandidateRead"},"AlertChannelCreateRequest":{"properties":{"channel_type":{"type":"string","enum":["in_app","email","webhook"],"title":"Channel Type"},"address":{"type":"string","maxLength":2000,"minLength":1,"title":"Address"},"minimum_level":{"type":"integer","maximum":4.0,"minimum":0.0,"title":"Minimum Level","default":1},"quiet_hours_start":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}],"title":"Quiet Hours Start"},"quiet_hours_end":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}],"title":"Quiet Hours End"},"timezone":{"type":"string","maxLength":80,"minLength":1,"title":"Timezone","default":"America/Montevideo"},"daily_limit":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Daily Limit","default":10}},"type":"object","required":["channel_type","address"],"title":"AlertChannelCreateRequest"},"AlertChannelRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"channel_type":{"type":"string","title":"Channel Type"},"status":{"type":"string","title":"Status"},"minimum_level":{"type":"integer","title":"Minimum Level"},"quiet_hours_start":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quiet Hours Start"},"quiet_hours_end":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quiet Hours End"},"timezone":{"type":"string","title":"Timezone"},"daily_limit":{"type":"integer","title":"Daily Limit"}},"type":"object","required":["id","channel_type","status","minimum_level","quiet_hours_start","quiet_hours_end","timezone","daily_limit"],"title":"AlertChannelRead"},"AlertChannelResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"channel":{"$ref":"#/components/schemas/AlertChannelRead"}},"type":"object","required":["channel"],"title":"AlertChannelResponse"},"AlertEvaluateRequest":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"correction_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Correction Id"}},"type":"object","required":["event_id"],"title":"AlertEvaluateRequest"},"AlertEvaluateResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"created_count":{"type":"integer","title":"Created Count"},"duplicate_count":{"type":"integer","title":"Duplicate Count"},"suppressed_count":{"type":"integer","title":"Suppressed Count"},"candidates":{"items":{"$ref":"#/components/schemas/AlertCandidateRead"},"type":"array","title":"Candidates"}},"type":"object","required":["event_id","created_count","duplicate_count","suppressed_count","candidates"],"title":"AlertEvaluateResponse"},"AlertReadResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"candidate_id":{"type":"string","format":"uuid","title":"Candidate Id"},"deliveries_updated":{"type":"integer","title":"Deliveries Updated"}},"type":"object","required":["candidate_id","deliveries_updated"],"title":"AlertReadResponse"},"AlertRuleCreateRequest":{"properties":{"name":{"type":"string","maxLength":160,"minLength":2,"title":"Name"},"minimum_level":{"type":"integer","maximum":4.0,"minimum":0.0,"title":"Minimum Level","default":1},"conditions":{"additionalProperties":true,"type":"object","title":"Conditions"},"cooldown_seconds":{"type":"integer","maximum":604800.0,"minimum":0.0,"title":"Cooldown Seconds","default":3600},"grouping_window_seconds":{"type":"integer","maximum":86400.0,"minimum":0.0,"title":"Grouping Window Seconds","default":900},"daily_limit":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Daily Limit","default":10}},"type":"object","required":["name"],"title":"AlertRuleCreateRequest"},"AlertRuleRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"},"minimum_level":{"type":"integer","title":"Minimum Level"},"conditions_json":{"additionalProperties":true,"type":"object","title":"Conditions Json"},"cooldown_seconds":{"type":"integer","title":"Cooldown Seconds"},"grouping_window_seconds":{"type":"integer","title":"Grouping Window Seconds"},"daily_limit":{"type":"integer","title":"Daily Limit"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","name","status","minimum_level","conditions_json","cooldown_seconds","grouping_window_seconds","daily_limit","created_at"],"title":"AlertRuleRead"},"AlertRuleResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rule":{"$ref":"#/components/schemas/AlertRuleRead"}},"type":"object","required":["rule"],"title":"AlertRuleResponse"},"ApiErrorDetail":{"properties":{"code":{"type":"string","title":"Code"},"message":{"type":"string","title":"Message"},"request_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Request Id"},"retryable":{"type":"boolean","title":"Retryable","default":false}},"type":"object","required":["code","message"],"title":"ApiErrorDetail"},"ApiErrorResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":false},"detail":{"title":"Detail"},"error":{"$ref":"#/components/schemas/ApiErrorDetail"}},"type":"object","required":["detail","error"],"title":"ApiErrorResponse"},"AudioCompositionRead":{"properties":{"composition_id":{"type":"string","format":"uuid","title":"Composition Id"},"status":{"type":"string","title":"Status"},"personalization_level":{"type":"integer","title":"Personalization Level"},"total_duration_seconds":{"type":"number","title":"Total Duration Seconds"},"exclusive_characters":{"type":"integer","title":"Exclusive Characters"},"reused_audio_seconds":{"type":"number","title":"Reused Audio Seconds"},"provider_cost":{"type":"number","title":"Provider Cost"},"currency":{"type":"string","title":"Currency"},"manifest":{"additionalProperties":true,"type":"object","title":"Manifest"},"cache_hits":{"type":"integer","title":"Cache Hits"},"generated_assets":{"type":"integer","title":"Generated Assets"},"segments":{"items":{"$ref":"#/components/schemas/AudioCompositionSegmentRead"},"type":"array","title":"Segments"}},"type":"object","required":["composition_id","status","personalization_level","total_duration_seconds","exclusive_characters","reused_audio_seconds","provider_cost","currency","manifest","cache_hits","generated_assets","segments"],"title":"AudioCompositionRead"},"AudioCompositionRequest":{"properties":{"event_version_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":20,"minItems":1,"title":"Event Version Ids"},"personalization_level":{"type":"integer","maximum":3.0,"minimum":1.0,"title":"Personalization Level","default":1}},"type":"object","required":["event_version_ids"],"title":"AudioCompositionRequest"},"AudioCompositionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"composition":{"$ref":"#/components/schemas/AudioCompositionRead"}},"type":"object","required":["composition"],"title":"AudioCompositionResponse"},"AudioCompositionSegmentRead":{"properties":{"position":{"type":"integer","title":"Position"},"segment_type":{"type":"string","title":"Segment Type"},"segment_id":{"type":"string","format":"uuid","title":"Segment Id"},"reused":{"type":"boolean","title":"Reused"}},"type":"object","required":["position","segment_type","segment_id","reused"],"title":"AudioCompositionSegmentRead"},"AudioDistributionConfigRead":{"properties":{"mode":{"type":"string","enum":["disabled","recommend_only","direct_publish"],"title":"Mode"},"recommendation_channels":{"additionalProperties":{"type":"boolean"},"propertyNames":{"enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"object","title":"Recommendation Channels"},"direct_publish_enabled":{"type":"boolean","title":"Direct Publish Enabled"},"direct_publish_channels":{"additionalProperties":{"type":"boolean"},"propertyNames":{"enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"object","title":"Direct Publish Channels"},"direct_publish_approval_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Direct Publish Approval Ref"},"editorial_preflight_required":{"type":"boolean","const":true,"title":"Editorial Preflight Required"},"synthetic_voice_disclosure_required":{"type":"boolean","const":true,"title":"Synthetic Voice Disclosure Required"},"whatsapp_explicit_consent_required":{"type":"boolean","const":true,"title":"Whatsapp Explicit Consent Required"}},"type":"object","required":["mode","recommendation_channels","direct_publish_enabled","direct_publish_channels","editorial_preflight_required","synthetic_voice_disclosure_required","whatsapp_explicit_consent_required"],"title":"AudioDistributionConfigRead"},"AudioDistributionConfigUpdateRequest":{"properties":{"mode":{"anyOf":[{"type":"string","enum":["disabled","recommend_only","direct_publish"]},{"type":"null"}],"title":"Mode"},"recommendation_channels":{"anyOf":[{"additionalProperties":{"type":"boolean"},"propertyNames":{"enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"object"},{"type":"null"}],"title":"Recommendation Channels"},"direct_publish_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Direct Publish Enabled"},"direct_publish_channels":{"anyOf":[{"additionalProperties":{"type":"boolean"},"propertyNames":{"enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"object"},{"type":"null"}],"title":"Direct Publish Channels"},"direct_publish_approval_ref":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Direct Publish Approval Ref"},"reason":{"anyOf":[{"type":"string","maxLength":800},{"type":"null"}],"title":"Reason"},"confirmation":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Confirmation"}},"type":"object","title":"AudioDistributionConfigUpdateRequest"},"AudioDistributionRuntimeRead":{"properties":{"requested":{"type":"boolean","title":"Requested"},"effective":{"type":"boolean","title":"Effective"},"available_direct_publish_channels":{"items":{"type":"string","enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"array","title":"Available Direct Publish Channels"},"effective_direct_publish_channels":{"items":{"type":"string","enum":["apple_podcasts","spotify","youtube","email","whatsapp"]},"type":"array","title":"Effective Direct Publish Channels"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"}},"type":"object","required":["requested","effective","available_direct_publish_channels","effective_direct_publish_channels","blockers"],"title":"AudioDistributionRuntimeRead"},"BillingCheckoutRequest":{"properties":{"price_book_id":{"type":"string","format":"uuid","title":"Price Book Id"},"back_url":{"type":"string","maxLength":2000,"minLength":8,"title":"Back Url"}},"type":"object","required":["price_book_id","back_url"],"title":"BillingCheckoutRequest"},"BillingCheckoutResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"subscription":{"$ref":"#/components/schemas/CustomerSubscriptionRead"},"checkout_url":{"type":"string","title":"Checkout Url"}},"type":"object","required":["subscription","checkout_url"],"title":"BillingCheckoutResponse"},"BillingPlanChangeRequest":{"properties":{"price_book_id":{"type":"string","format":"uuid","title":"Price Book Id"}},"type":"object","required":["price_book_id"],"title":"BillingPlanChangeRequest"},"BillingSubscriptionActionRequest":{"properties":{"action":{"type":"string","enum":["pause","reactivate","cancel"],"title":"Action"}},"type":"object","required":["action"],"title":"BillingSubscriptionActionRequest"},"Body_upload_music_track_podcasts_music_tracks_post":{"properties":{"title":{"type":"string","maxLength":240,"minLength":2,"title":"Title"},"rights_status":{"type":"string","enum":["owned","licensed","public_domain"],"title":"Rights Status"},"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File"}},"type":"object","required":["title","rights_status","file"],"title":"Body_upload_music_track_podcasts_music_tracks_post"},"BranchCreate":{"properties":{"slug":{"type":"string","maxLength":120,"minLength":2,"pattern":"^[a-z0-9_]+$","title":"Slug"},"label":{"type":"string","maxLength":240,"minLength":2,"title":"Label"},"priority":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Priority","default":50},"keywords":{"items":{"type":"string"},"type":"array","title":"Keywords"},"exclude_keywords":{"items":{"type":"string"},"type":"array","title":"Exclude Keywords"},"default_frequency_minutes":{"type":"integer","maximum":10080.0,"minimum":5.0,"title":"Default Frequency Minutes","default":240},"active":{"type":"boolean","title":"Active","default":true},"config_json":{"additionalProperties":true,"type":"object","title":"Config Json"}},"type":"object","required":["slug","label"],"title":"BranchCreate"},"BranchListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/BranchRead"},"type":"array","title":"Rows"},"pagination":{"$ref":"#/components/schemas/Pagination"}},"type":"object","required":["rows","pagination"],"title":"BranchListResponse"},"BranchRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"slug":{"type":"string","title":"Slug"},"label":{"type":"string","title":"Label"},"priority":{"type":"integer","title":"Priority"},"keywords":{"items":{"type":"string"},"type":"array","title":"Keywords"},"exclude_keywords":{"items":{"type":"string"},"type":"array","title":"Exclude Keywords"},"default_frequency_minutes":{"type":"integer","title":"Default Frequency Minutes"},"active":{"type":"boolean","title":"Active"},"config_json":{"additionalProperties":true,"type":"object","title":"Config Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","slug","label","priority","keywords","exclude_keywords","default_frequency_minutes","active","config_json","created_at","updated_at"],"title":"BranchRead"},"BranchResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"branch":{"$ref":"#/components/schemas/BranchRead"}},"type":"object","required":["branch"],"title":"BranchResponse"},"BranchSeedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"created_count":{"type":"integer","title":"Created Count"},"skipped_count":{"type":"integer","title":"Skipped Count"},"created_slugs":{"items":{"type":"string"},"type":"array","title":"Created Slugs"},"skipped_slugs":{"items":{"type":"string"},"type":"array","title":"Skipped Slugs"}},"type":"object","required":["created_count","skipped_count","created_slugs","skipped_slugs"],"title":"BranchSeedResponse"},"BranchUpdate":{"properties":{"label":{"anyOf":[{"type":"string","maxLength":240,"minLength":2},{"type":"null"}],"title":"Label"},"priority":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Priority"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords"},"exclude_keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Exclude Keywords"},"default_frequency_minutes":{"anyOf":[{"type":"integer","maximum":10080.0,"minimum":5.0},{"type":"null"}],"title":"Default Frequency Minutes"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"config_json":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Config Json"},"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Reason"}},"type":"object","title":"BranchUpdate"},"BriefImpactSignal":{"properties":{"label":{"type":"string","title":"Label"},"level":{"type":"string","title":"Level"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["label","level","count"],"title":"BriefImpactSignal"},"BriefSectionRead":{"properties":{"title":{"type":"string","title":"Title"},"summary":{"type":"string","title":"Summary"},"cards":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Cards"}},"type":"object","required":["title","summary","cards"],"title":"BriefSectionRead"},"CanonicalEventDetailResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event":{"$ref":"#/components/schemas/CanonicalEventRead"},"current_version":{"anyOf":[{"$ref":"#/components/schemas/EventVersionRead"},{"type":"null"}]},"source_items":{"items":{"$ref":"#/components/schemas/EventSourceItemRead"},"type":"array","title":"Source Items"},"claims":{"items":{"$ref":"#/components/schemas/EventClaimRead"},"type":"array","title":"Claims"},"evidence":{"items":{"$ref":"#/components/schemas/ClaimEvidenceRead"},"type":"array","title":"Evidence"}},"type":"object","required":["event","current_version","source_items","claims","evidence"],"title":"CanonicalEventDetailResponse"},"CanonicalEventListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/CanonicalEventRead"},"type":"array","title":"Rows"},"pagination":{"$ref":"#/components/schemas/Pagination"}},"type":"object","required":["rows","pagination"],"title":"CanonicalEventListResponse"},"CanonicalEventRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"stable_key":{"type":"string","title":"Stable Key"},"title":{"type":"string","title":"Title"},"editorial_status":{"type":"string","title":"Editorial Status"},"publication_status":{"type":"string","title":"Publication Status"},"severity":{"type":"string","title":"Severity"},"impact_score":{"type":"number","title":"Impact Score"},"confidence":{"type":"number","title":"Confidence"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"region":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"occurred_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Occurred At"},"last_observed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Observed At"},"scheduled_for":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Scheduled For"},"published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published At"},"assigned_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Editor Id"},"current_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Current Version Id"},"lock_version":{"type":"integer","title":"Lock Version"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","stable_key","title","editorial_status","publication_status","severity","impact_score","confidence","country","region","language","occurred_at","last_observed_at","scheduled_for","published_at","assigned_editor_id","current_version_id","lock_version","metadata_json","created_at","updated_at"],"title":"CanonicalEventRead"},"CanonicalEventResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event":{"$ref":"#/components/schemas/CanonicalEventRead"}},"type":"object","required":["event"],"title":"CanonicalEventResponse"},"ClaimEvidenceRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"claim_id":{"type":"string","format":"uuid","title":"Claim Id"},"news_item_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"News Item Id"},"citation_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Citation Id"},"source_url":{"type":"string","title":"Source Url"},"source_name":{"type":"string","title":"Source Name"},"support_level":{"type":"string","title":"Support Level"},"quote_minimal":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Quote Minimal"},"rights_status":{"type":"string","title":"Rights Status"},"evidence_metadata":{"additionalProperties":true,"type":"object","title":"Evidence Metadata"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","claim_id","news_item_id","citation_id","source_url","source_name","support_level","quote_minimal","rights_status","evidence_metadata","created_at"],"title":"ClaimEvidenceRead"},"ComplianceStatus":{"type":"string","enum":["candidate","review_required","approved","limited","blocked","paused"],"title":"ComplianceStatus"},"CountBreakdownItem":{"properties":{"key":{"type":"string","title":"Key"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["key","count"],"title":"CountBreakdownItem"},"CustomerAuthEmailResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"delivery_status":{"type":"string","title":"Delivery Status","default":"accepted"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"debug_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Debug Token"}},"type":"object","title":"CustomerAuthEmailResponse"},"CustomerConsentListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/CustomerConsentRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"CustomerConsentListResponse"},"CustomerConsentRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"consent_type":{"type":"string","title":"Consent Type"},"policy_version":{"type":"string","title":"Policy Version"},"granted":{"type":"boolean","title":"Granted"},"captured_at":{"type":"string","format":"date-time","title":"Captured At"},"revoked_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Revoked At"}},"type":"object","required":["id","consent_type","policy_version","granted","captured_at","revoked_at"],"title":"CustomerConsentRead"},"CustomerConsentUpdateRequest":{"properties":{"consent_type":{"type":"string","enum":["terms","privacy","personalization","alerts","audio_personalization","analytics","marketing"],"title":"Consent Type"},"granted":{"type":"boolean","title":"Granted"}},"type":"object","required":["consent_type","granted"],"title":"CustomerConsentUpdateRequest"},"CustomerDataExportResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"data":{"additionalProperties":true,"type":"object","title":"Data"}},"type":"object","required":["data"],"title":"CustomerDataExportResponse"},"CustomerMeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"user":{"$ref":"#/components/schemas/CustomerUserRead"},"credential_setup_required":{"type":"boolean","title":"Credential Setup Required","default":false}},"type":"object","required":["user"],"title":"CustomerMeResponse"},"CustomerPlanOfferListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/CustomerPlanOfferRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"CustomerPlanOfferListResponse"},"CustomerPlanOfferRead":{"properties":{"price_book_id":{"type":"string","format":"uuid","title":"Price Book Id"},"plan_code":{"type":"string","title":"Plan Code"},"plan_name":{"type":"string","title":"Plan Name"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"country":{"type":"string","title":"Country"},"currency":{"type":"string","title":"Currency"},"interval":{"type":"string","title":"Interval"},"amount":{"type":"number","title":"Amount"},"benefits":{"items":{"type":"string"},"type":"array","title":"Benefits"},"limits":{"additionalProperties":true,"type":"object","title":"Limits"}},"type":"object","required":["price_book_id","plan_code","plan_name","country","currency","interval","amount"],"title":"CustomerPlanOfferRead"},"CustomerSessionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"user":{"$ref":"#/components/schemas/CustomerUserRead"},"csrf_token":{"type":"string","title":"Csrf Token"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"credential_setup_required":{"type":"boolean","title":"Credential Setup Required","default":false}},"type":"object","required":["user","csrf_token","expires_at"],"title":"CustomerSessionResponse"},"CustomerSubscriptionRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"plan_version_id":{"type":"string","format":"uuid","title":"Plan Version Id"},"provider":{"type":"string","title":"Provider"},"status":{"type":"string","title":"Status"},"current_period_start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Current Period Start"},"current_period_end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Current Period End"},"grace_period_until":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Grace Period Until"},"cancel_at_period_end":{"type":"boolean","title":"Cancel At Period End"}},"type":"object","required":["id","plan_version_id","provider","status","current_period_start","current_period_end","grace_period_until","cancel_at_period_end"],"title":"CustomerSubscriptionRead"},"CustomerSubscriptionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"subscription":{"anyOf":[{"$ref":"#/components/schemas/CustomerSubscriptionRead"},{"type":"null"}]}},"type":"object","required":["subscription"],"title":"CustomerSubscriptionResponse"},"CustomerUserRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"email":{"type":"string","title":"Email"},"status":{"type":"string","title":"Status"},"email_verified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Email Verified At"},"locale":{"type":"string","title":"Locale"},"timezone":{"type":"string","title":"Timezone"},"last_login_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Login At"},"has_password":{"type":"boolean","title":"Has Password"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","email","status","email_verified_at","locale","timezone","last_login_at","has_password","created_at","updated_at"],"title":"CustomerUserRead"},"DailyBriefResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"audience":{"type":"string","title":"Audience"},"title":{"type":"string","title":"Title"},"executive_summary":{"type":"string","title":"Executive Summary"},"top_news":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Top News"},"impact_signals":{"items":{"$ref":"#/components/schemas/BriefImpactSignal"},"type":"array","title":"Impact Signals"},"sections":{"items":{"$ref":"#/components/schemas/BriefSectionRead"},"type":"array","title":"Sections"},"critical_alerts":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Critical Alerts"},"agrointel_indicators":{"items":{"type":"string"},"type":"array","title":"Agrointel Indicators"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"recommended_cta":{"type":"string","title":"Recommended Cta"}},"type":"object","required":["generated_at","date_label","audience","title","executive_summary","top_news","impact_signals","sections","critical_alerts","agrointel_indicators","cited_links","recommended_cta"],"title":"DailyBriefResponse"},"DailyPodcastProductionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"format":{"type":"string","title":"Format"},"title":{"type":"string","title":"Title"},"provider":{"type":"string","title":"Provider"},"dry_run":{"type":"boolean","title":"Dry Run"},"target_minutes":{"type":"integer","title":"Target Minutes"},"total_target_seconds":{"type":"integer","title":"Total Target Seconds"},"audio_status":{"type":"string","title":"Audio Status"},"publication_status":{"type":"string","title":"Publication Status"},"storage_prefix":{"type":"string","title":"Storage Prefix"},"episode_asset_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Episode Asset Key"},"episode_public_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Episode Public Url"},"episode_manifest_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Episode Manifest Key"},"episode_checksum_sha256":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Episode Checksum Sha256"},"music_status":{"type":"string","title":"Music Status","default":"disabled"},"music_mode":{"type":"string","title":"Music Mode","default":"disabled"},"music_track_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Music Track Id"},"music_track_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Music Track Title"},"clips":{"items":{"$ref":"#/components/schemas/PodcastClipRead"},"type":"array","title":"Clips"},"distribution":{"items":{"$ref":"#/components/schemas/PodcastDistributionTargetRead"},"type":"array","title":"Distribution"},"full_text":{"type":"string","title":"Full Text"},"full_ssml":{"type":"string","title":"Full Ssml"},"transcript":{"type":"string","title":"Transcript"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"source_script_title":{"type":"string","title":"Source Script Title"},"compliance_notice":{"type":"string","title":"Compliance Notice"}},"type":"object","required":["generated_at","date_label","format","title","provider","dry_run","target_minutes","total_target_seconds","audio_status","publication_status","storage_prefix","clips","distribution","full_text","full_ssml","transcript","cited_links","source_script_title","compliance_notice"],"title":"DailyPodcastProductionResponse"},"DailyPodcastScriptResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"format":{"type":"string","title":"Format"},"target_minutes":{"type":"integer","title":"Target Minutes"},"title":{"type":"string","title":"Title"},"voices":{"items":{"$ref":"#/components/schemas/PodcastVoiceRead"},"type":"array","title":"Voices"},"segments":{"items":{"$ref":"#/components/schemas/PodcastSegmentRead"},"type":"array","title":"Segments"},"sources":{"items":{"$ref":"#/components/schemas/PodcastSourceRead"},"type":"array","title":"Sources"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"source_brief_title":{"type":"string","title":"Source Brief Title"},"compliance_notice":{"type":"string","title":"Compliance Notice"}},"type":"object","required":["generated_at","date_label","format","target_minutes","title","voices","segments","cited_links","source_brief_title","compliance_notice"],"title":"DailyPodcastScriptResponse"},"DeadLetterReplayRequest":{"properties":{"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"DeadLetterReplayRequest"},"EditorialRelevanceConfigRead":{"properties":{"enabled":{"type":"boolean","title":"Enabled","default":true},"mode":{"type":"string","enum":["shadow","enforce"],"title":"Mode","default":"shadow"},"threshold":{"type":"number","maximum":0.95,"minimum":0.5,"title":"Threshold","default":0.65},"backfill_enabled":{"type":"boolean","title":"Backfill Enabled","default":false},"backfill_batch_size":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Backfill Batch Size","default":25},"backfill_per_source_limit":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Backfill Per Source Limit","default":5},"precision_target":{"type":"number","maximum":1.0,"minimum":0.8,"title":"Precision Target","default":0.95},"min_human_sample":{"type":"integer","maximum":1000.0,"minimum":10.0,"title":"Min Human Sample","default":50},"human_review_required":{"type":"boolean","const":true,"title":"Human Review Required","default":true},"changes_compliance_automatically":{"type":"boolean","const":false,"title":"Changes Compliance Automatically","default":false}},"type":"object","title":"EditorialRelevanceConfigRead"},"EditorialReviewListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/EditorialReviewRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"EditorialReviewListResponse"},"EditorialReviewRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"entity_type":{"type":"string","title":"Entity Type"},"entity_id":{"type":"string","title":"Entity Id"},"actor_type":{"type":"string","title":"Actor Type"},"actor_id":{"type":"string","title":"Actor Id"},"assigned_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Editor Id"},"decision":{"type":"string","title":"Decision"},"from_status":{"type":"string","title":"From Status"},"to_status":{"type":"string","title":"To Status"},"expected_lock_version":{"type":"integer","title":"Expected Lock Version"},"resulting_lock_version":{"type":"integer","title":"Resulting Lock Version"},"reason":{"type":"string","title":"Reason"},"comment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Comment"},"diff_json":{"additionalProperties":true,"type":"object","title":"Diff Json"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","entity_type","entity_id","actor_type","actor_id","assigned_editor_id","decision","from_status","to_status","expected_lock_version","resulting_lock_version","reason","comment","diff_json","metadata_json","created_at"],"title":"EditorialReviewRead"},"EditorialTransitionRequest":{"properties":{"to_status":{"type":"string","pattern":"^(draft|needs_review|approved|scheduled|published|corrected|retracted|archived|discarded|blocked)$","title":"To Status"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"},"comment":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}],"title":"Comment"},"assigned_editor_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Assigned Editor Id"},"scheduled_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Scheduled At"}},"type":"object","required":["to_status","expected_lock_version","reason"],"title":"EditorialTransitionRequest"},"EditorialTransitionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"news_item":{"$ref":"#/components/schemas/NewsItemRead"},"review":{"$ref":"#/components/schemas/EditorialReviewRead"}},"type":"object","required":["news_item","review"],"title":"EditorialTransitionResponse"},"EntitlementListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/EntitlementRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"EntitlementListResponse"},"EntitlementRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"entitlement_key":{"type":"string","title":"Entitlement Key"},"value_json":{"additionalProperties":true,"type":"object","title":"Value Json"},"status":{"type":"string","title":"Status"},"valid_from":{"type":"string","format":"date-time","title":"Valid From"},"valid_until":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Valid Until"},"source":{"type":"string","title":"Source"}},"type":"object","required":["id","entitlement_key","value_json","status","valid_from","valid_until","source"],"title":"EntitlementRead"},"EntityWatchlistRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"entity_type":{"type":"string","title":"Entity Type"},"entity_key":{"type":"string","title":"Entity Key"},"label":{"type":"string","title":"Label"},"weight":{"type":"number","title":"Weight"}},"type":"object","required":["id","entity_type","entity_key","label","weight"],"title":"EntityWatchlistRead"},"EntityWatchlistRequest":{"properties":{"entity_type":{"type":"string","maxLength":80,"minLength":2,"title":"Entity Type"},"entity_key":{"type":"string","maxLength":240,"minLength":1,"title":"Entity Key"},"label":{"type":"string","maxLength":240,"minLength":1,"title":"Label"},"weight":{"type":"number","maximum":3.0,"minimum":0.1,"title":"Weight","default":1}},"type":"object","required":["entity_type","entity_key","label"],"title":"EntityWatchlistRequest"},"EntityWatchlistResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"row":{"$ref":"#/components/schemas/EntityWatchlistRead"}},"type":"object","required":["row"],"title":"EntityWatchlistResponse"},"EventClaimRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"claim_type":{"type":"string","title":"Claim Type"},"text":{"type":"string","title":"Text"},"material":{"type":"boolean","title":"Material"},"confidence":{"type":"number","title":"Confidence"},"verification_status":{"type":"string","title":"Verification Status"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"}},"type":"object","required":["id","version_id","claim_type","text","material","confidence","verification_status","metadata_json"],"title":"EventClaimRead"},"EventClusterRequest":{"properties":{"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"}},"type":"object","required":["news_item_id"],"title":"EventClusterRequest"},"EventClusterResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event":{"$ref":"#/components/schemas/CanonicalEventRead"},"source_item":{"$ref":"#/components/schemas/EventSourceItemRead"},"created":{"type":"boolean","title":"Created"}},"type":"object","required":["event","source_item","created"],"title":"EventClusterResponse"},"EventCorrectionRequest":{"properties":{"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"reason":{"type":"string","maxLength":2000,"minLength":3,"title":"Reason"},"title":{"anyOf":[{"type":"string","maxLength":500,"minLength":3},{"type":"null"}],"title":"Title"},"one_line_summary":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"One Line Summary"},"technical_summary":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}],"title":"Technical Summary"},"key_facts":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Key Facts"},"why_it_matters":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}],"title":"Why It Matters"},"correction_alert_required":{"type":"boolean","title":"Correction Alert Required","default":true}},"type":"object","required":["expected_lock_version","reason"],"title":"EventCorrectionRequest"},"EventCorrectionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event":{"$ref":"#/components/schemas/CanonicalEventRead"},"version":{"$ref":"#/components/schemas/EventVersionRead"},"correction_id":{"type":"string","format":"uuid","title":"Correction Id"}},"type":"object","required":["event","version","correction_id"],"title":"EventCorrectionResponse"},"EventMergeRequest":{"properties":{"source_event_id":{"type":"string","format":"uuid","title":"Source Event Id"},"expected_target_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Target Lock Version"},"expected_source_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Source Lock Version"},"reason":{"type":"string","maxLength":2000,"minLength":3,"title":"Reason"}},"type":"object","required":["source_event_id","expected_target_lock_version","expected_source_lock_version","reason"],"title":"EventMergeRequest"},"EventSourceItemRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"cluster_confidence":{"type":"number","title":"Cluster Confidence"},"matching_signals":{"additionalProperties":true,"type":"object","title":"Matching Signals"},"algorithm":{"type":"string","title":"Algorithm"},"algorithm_version":{"type":"string","title":"Algorithm Version"},"assigned_by_type":{"type":"string","title":"Assigned By Type"},"assigned_by_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned By Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","event_id","news_item_id","cluster_confidence","matching_signals","algorithm","algorithm_version","assigned_by_type","assigned_by_id","created_at"],"title":"EventSourceItemRead"},"EventSplitRequest":{"properties":{"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"reason":{"type":"string","maxLength":2000,"minLength":3,"title":"Reason"}},"type":"object","required":["expected_lock_version","reason"],"title":"EventSplitRequest"},"EventTransitionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event":{"$ref":"#/components/schemas/CanonicalEventRead"},"version":{"$ref":"#/components/schemas/EventVersionRead"},"review":{"$ref":"#/components/schemas/EditorialReviewRead"}},"type":"object","required":["event","version","review"],"title":"EventTransitionResponse"},"EventVersionRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_number":{"type":"integer","title":"Version Number"},"status":{"type":"string","title":"Status"},"title":{"type":"string","title":"Title"},"one_line_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"One Line Summary"},"technical_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Technical Summary"},"key_facts":{"items":{"type":"string"},"type":"array","title":"Key Facts"},"what_changed":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"What Changed"},"why_it_matters":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Why It Matters"},"market_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market Implications"},"productive_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Productive Implications"},"regulatory_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Regulatory Implications"},"uncertainties":{"items":{"type":"string"},"type":"array","title":"Uncertainties"},"editorial_disclaimer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Disclaimer"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"translation_status":{"type":"string","title":"Translation Status"},"content_checksum":{"type":"string","title":"Content Checksum"},"supersedes_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Supersedes Version Id"},"created_by":{"type":"string","title":"Created By"},"approved_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Approved At"},"published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published At"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["id","event_id","version_number","status","title","one_line_summary","technical_summary","key_facts","what_changed","why_it_matters","market_implications","productive_implications","regulatory_implications","uncertainties","editorial_disclaimer","language","translation_status","content_checksum","supersedes_version_id","created_by","approved_at","published_at","metadata_json","created_at"],"title":"EventVersionRead"},"ExperimentExposureRequest":{"properties":{"experiment_key":{"type":"string","maxLength":120,"minLength":3,"title":"Experiment Key"},"surface":{"type":"string","maxLength":120,"minLength":2,"pattern":"^[a-z0-9][a-z0-9_:-]*$","title":"Surface"},"position":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":1.0},{"type":"null"}],"title":"Position"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"}},"type":"object","required":["experiment_key","surface","idempotency_key"],"title":"ExperimentExposureRequest"},"ExperimentExposureResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"exposure_id":{"type":"string","format":"uuid","title":"Exposure Id"},"variant":{"type":"string","title":"Variant"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token","writeOnly":true},"duplicate":{"type":"boolean","title":"Duplicate","default":false}},"type":"object","required":["exposure_id","variant","expires_at"],"title":"ExperimentExposureResponse"},"FeedbackEventRequest":{"properties":{"event_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Event Id"},"feedback_type":{"type":"string","enum":["viewed","opened","saved","dismissed","useful","not_useful"],"title":"Feedback Type"},"value":{"anyOf":[{"type":"number","maximum":10.0,"minimum":-10.0},{"type":"null"}],"title":"Value"},"context":{"additionalProperties":true,"type":"object","title":"Context"}},"type":"object","required":["feedback_type"],"title":"FeedbackEventRequest"},"FeedbackRecordedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"feedback_id":{"type":"string","format":"uuid","title":"Feedback Id"}},"type":"object","required":["feedback_id"],"title":"FeedbackRecordedResponse"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"IngestionRunResponse":{"properties":{"ok":{"type":"boolean","title":"Ok"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"fetch_id":{"type":"string","format":"uuid","title":"Fetch Id"},"status":{"type":"string","title":"Status"},"created_count":{"type":"integer","title":"Created Count"},"duplicate_count":{"type":"integer","title":"Duplicate Count"},"failed_count":{"type":"integer","title":"Failed Count"},"news_items":{"items":{"$ref":"#/components/schemas/NewsItemRead"},"type":"array","title":"News Items"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"}},"type":"object","required":["ok","source_id","fetch_id","status","created_count","duplicate_count","failed_count","news_items"],"title":"IngestionRunResponse"},"JobListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/JobRunRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"JobListResponse"},"JobResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"created":{"type":"boolean","title":"Created","default":false},"job":{"$ref":"#/components/schemas/JobRunRead"}},"type":"object","required":["job"],"title":"JobResponse"},"JobRunRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"job_name":{"type":"string","title":"Job Name"},"idempotency_key":{"type":"string","title":"Idempotency Key"},"status":{"type":"string","title":"Status"},"payload_json":{"additionalProperties":true,"type":"object","title":"Payload Json"},"result_json":{"additionalProperties":true,"type":"object","title":"Result Json"},"attempt_count":{"type":"integer","title":"Attempt Count"},"max_attempts":{"type":"integer","title":"Max Attempts"},"priority":{"type":"integer","title":"Priority"},"timeout_seconds":{"type":"integer","title":"Timeout Seconds"},"correlation_id":{"type":"string","title":"Correlation Id"},"budget_rule":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Budget Rule"},"kill_switch_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Kill Switch Key"},"scheduled_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Scheduled At"},"started_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Started At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"next_retry_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Retry At"},"worker_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Worker Id"},"lease_expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Lease Expires At"},"heartbeat_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Heartbeat At"},"fencing_token":{"type":"integer","title":"Fencing Token","default":0},"dispatch_count":{"type":"integer","title":"Dispatch Count","default":0},"last_dispatched_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Dispatched At"},"last_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Error"},"metrics_json":{"additionalProperties":true,"type":"object","title":"Metrics Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","job_name","idempotency_key","status","payload_json","result_json","attempt_count","max_attempts","priority","timeout_seconds","correlation_id","budget_rule","kill_switch_key","scheduled_at","started_at","finished_at","next_retry_at","worker_id","last_error","metrics_json","created_at","updated_at"],"title":"JobRunRead"},"MagicLinkRequest":{"properties":{"email":{"type":"string","maxLength":320,"minLength":5,"pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","title":"Email"}},"type":"object","required":["email"],"title":"MagicLinkRequest"},"MagicLinkRequestedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"delivery_status":{"type":"string","title":"Delivery Status"},"expires_at":{"type":"string","format":"date-time","title":"Expires At"},"debug_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Debug Token"}},"type":"object","required":["delivery_status","expires_at"],"title":"MagicLinkRequestedResponse"},"MagicLinkVerifyRequest":{"properties":{"token":{"type":"string","maxLength":512,"minLength":20,"title":"Token"}},"type":"object","required":["token"],"title":"MagicLinkVerifyRequest"},"MediaRightsCheckResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"media_asset_id":{"type":"string","format":"uuid","title":"Media Asset Id"},"rights_id":{"type":"string","format":"uuid","title":"Rights Id"},"rights_status":{"type":"string","title":"Rights Status"},"rights_basis":{"type":"string","title":"Rights Basis"},"valid_until":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Valid Until"}},"type":"object","required":["media_asset_id","rights_id","rights_status","rights_basis","valid_until"],"title":"MediaRightsCheckResponse"},"MediaRightsRevokeRequest":{"properties":{"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"MediaRightsRevokeRequest"},"MediaRightsRevokeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rights_id":{"type":"string","format":"uuid","title":"Rights Id"},"blocked_derivatives":{"type":"integer","title":"Blocked Derivatives"}},"type":"object","required":["rights_id","blocked_derivatives"],"title":"MediaRightsRevokeResponse"},"MicroaudioGenerateRequest":{"properties":{"event_version_id":{"type":"string","format":"uuid","title":"Event Version Id"},"language":{"type":"string","maxLength":12,"minLength":2,"title":"Language","default":"es"}},"type":"object","required":["event_version_id"],"title":"MicroaudioGenerateRequest"},"MicroaudioRead":{"properties":{"asset_id":{"type":"string","format":"uuid","title":"Asset Id"},"asset_version_id":{"type":"string","format":"uuid","title":"Asset Version Id"},"event_version_id":{"type":"string","format":"uuid","title":"Event Version Id"},"segment_id":{"type":"string","format":"uuid","title":"Segment Id"},"cache_hit":{"type":"boolean","title":"Cache Hit"},"status":{"type":"string","title":"Status"},"media_type":{"type":"string","title":"Media Type"},"duration_seconds":{"type":"number","title":"Duration Seconds"},"characters":{"type":"integer","title":"Characters"},"provider":{"type":"string","title":"Provider"},"provider_cost":{"type":"number","title":"Provider Cost"},"currency":{"type":"string","title":"Currency"},"audio_url":{"type":"string","title":"Audio Url"}},"type":"object","required":["asset_id","asset_version_id","event_version_id","segment_id","cache_hit","status","media_type","duration_seconds","characters","provider","provider_cost","currency","audio_url"],"title":"MicroaudioRead"},"MicroaudioResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"audio":{"$ref":"#/components/schemas/MicroaudioRead"}},"type":"object","required":["audio"],"title":"MicroaudioResponse"},"NewsCardListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Rows"},"pagination":{"$ref":"#/components/schemas/Pagination"}},"type":"object","required":["rows","pagination"],"title":"NewsCardListResponse"},"NewsCardRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"title":{"type":"string","title":"Title"},"source_name":{"type":"string","title":"Source Name"},"source_homepage_url":{"type":"string","title":"Source Homepage Url"},"author":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Author"},"published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published At"},"ingested_at":{"type":"string","format":"date-time","title":"Ingested At"},"original_url":{"type":"string","title":"Original Url"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"region":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region"},"topics":{"items":{"type":"string"},"type":"array","title":"Topics"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"summary_brief":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary Brief"},"summary_technical":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary Technical"},"key_facts":{"items":{"type":"string"},"type":"array","title":"Key Facts"},"what_changed":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"What Changed"},"why_it_matters":{"type":"string","title":"Why It Matters"},"market_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market Implications"},"productive_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Productive Implications"},"regulatory_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Regulatory Implications"},"uncertainties":{"items":{"type":"string"},"type":"array","title":"Uncertainties"},"editorial_disclaimer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Disclaimer"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"source_language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Language"},"translation_status":{"type":"string","title":"Translation Status","default":"original"},"impact_potential":{"type":"string","title":"Impact Potential"},"confidence_level":{"type":"string","title":"Confidence Level"},"urgency_level":{"type":"string","title":"Urgency Level"},"tags":{"items":{"type":"string"},"type":"array","title":"Tags"},"smart_tags":{"items":{"type":"string"},"type":"array","title":"Smart Tags"},"tag_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Model"},"editorial_score":{"type":"number","title":"Editorial Score","default":0},"editorial_priority":{"type":"string","title":"Editorial Priority","default":"standard"},"editorial_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Reason"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"},"article_word_count":{"type":"integer","title":"Article Word Count","default":0},"article_min_words":{"type":"integer","title":"Article Min Words","default":200},"publication_quality_status":{"type":"string","enum":["ready","blocked","legacy"],"title":"Publication Quality Status","default":"legacy"},"score_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Score Model"},"curation_status":{"type":"string","enum":["pending","accepted","featured","held","rejected"],"title":"Curation Status","default":"pending"},"manual_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Manual Order"},"entities":{"additionalProperties":true,"type":"object","title":"Entities"},"scores":{"additionalProperties":{"type":"number"},"type":"object","title":"Scores"},"related_indicators":{"items":{"type":"string"},"type":"array","title":"Related Indicators"},"related_news_ids":{"items":{"type":"string"},"type":"array","title":"Related News Ids"},"timeline_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timeline Ref"},"agent_comment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Agent Comment"},"citation_notice":{"type":"string","title":"Citation Notice"},"event_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Event Id"},"event_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Event Version Id"},"source_count":{"type":"integer","title":"Source Count","default":0},"evidence_count":{"type":"integer","title":"Evidence Count","default":0},"evidence_links":{"items":{"$ref":"#/components/schemas/NewsEvidenceLinkRead"},"type":"array","title":"Evidence Links"},"source_document":{"anyOf":[{"$ref":"#/components/schemas/SourceDocumentRead"},{"type":"null"}]}},"type":"object","required":["id","title","source_name","source_homepage_url","author","published_at","ingested_at","original_url","country","region","branches","commodities","summary_brief","summary_technical","why_it_matters","impact_potential","confidence_level","urgency_level","tags","entities","scores","related_indicators","related_news_ids","timeline_ref","agent_comment","citation_notice"],"title":"NewsCardRead"},"NewsCardResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"card":{"$ref":"#/components/schemas/NewsCardRead"}},"type":"object","required":["card"],"title":"NewsCardResponse"},"NewsClusterJobRequest":{"properties":{"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"}},"type":"object","required":["news_item_id"],"title":"NewsClusterJobRequest"},"NewsEnrichmentResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"run_id":{"type":"string","format":"uuid","title":"Run Id"},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"status":{"type":"string","title":"Status"},"provider":{"type":"string","title":"Provider"},"model":{"type":"string","title":"Model"},"prompt_version":{"type":"string","title":"Prompt Version"},"validation_result":{"type":"string","title":"Validation Result"},"fallback_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fallback Reason"},"cached":{"type":"boolean","title":"Cached"},"output":{"additionalProperties":true,"type":"object","title":"Output"}},"type":"object","required":["run_id","news_item_id","status","provider","model","prompt_version","validation_result","fallback_reason","cached","output"],"title":"NewsEnrichmentResponse"},"NewsEvidenceLinkRead":{"properties":{"source_name":{"type":"string","title":"Source Name"},"url":{"type":"string","title":"Url"},"evidence_count":{"type":"integer","title":"Evidence Count","default":1},"is_primary":{"type":"boolean","title":"Is Primary","default":false}},"type":"object","required":["source_name","url"],"title":"NewsEvidenceLinkRead"},"NewsItemRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"status":{"type":"string","title":"Status"},"source_title":{"type":"string","title":"Source Title"},"paraphrased_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Paraphrased Title"},"original_url":{"type":"string","title":"Original Url"},"canonical_url_hash":{"type":"string","title":"Canonical Url Hash"},"content_hash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Content Hash"},"author":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Author"},"published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published At"},"ingested_at":{"type":"string","format":"date-time","title":"Ingested At"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"region":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Region"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"entities":{"additionalProperties":true,"type":"object","title":"Entities"},"brief_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Brief Summary"},"technical_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Technical Summary"},"why_it_matters":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Why It Matters"},"agent_comment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Agent Comment"},"compliance_flags":{"items":{"type":"string"},"type":"array","title":"Compliance Flags"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"lock_version":{"type":"integer","title":"Lock Version","default":1},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","source_id","status","source_title","paraphrased_title","original_url","canonical_url_hash","content_hash","author","published_at","ingested_at","language","country","region","branches","commodities","entities","brief_summary","technical_summary","why_it_matters","agent_comment","compliance_flags","metadata_json","created_at","updated_at"],"title":"NewsItemRead"},"NewsListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/NewsItemRead"},"type":"array","title":"Rows"},"pagination":{"$ref":"#/components/schemas/Pagination"}},"type":"object","required":["rows","pagination"],"title":"NewsListResponse"},"NewsResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"news_item":{"$ref":"#/components/schemas/NewsItemRead"}},"type":"object","required":["news_item"],"title":"NewsResponse"},"NewsletterDraftRequest":{"properties":{"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"branch":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"},"commodity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"},"audience":{"type":"string","maxLength":80,"minLength":2,"title":"Audience","default":"general"},"version":{"type":"string","maxLength":80,"minLength":2,"title":"Version","default":"general"},"limit":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Limit","default":10}},"type":"object","title":"NewsletterDraftRequest"},"NewsletterDraftResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"audience":{"type":"string","title":"Audience"},"version":{"type":"string","title":"Version"},"subject":{"type":"string","title":"Subject"},"preheader":{"type":"string","title":"Preheader"},"executive_summary":{"type":"string","title":"Executive Summary"},"impact_signals":{"items":{"$ref":"#/components/schemas/BriefImpactSignal"},"type":"array","title":"Impact Signals"},"sections":{"items":{"$ref":"#/components/schemas/NewsletterSectionRead"},"type":"array","title":"Sections"},"top_news":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Top News"},"critical_alerts":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Critical Alerts"},"agrointel_indicators":{"items":{"type":"string"},"type":"array","title":"Agrointel Indicators"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"recommended_cta":{"type":"string","title":"Recommended Cta"},"text_body":{"type":"string","title":"Text Body"},"html_body":{"type":"string","title":"Html Body"},"compliance_notice":{"type":"string","title":"Compliance Notice"}},"type":"object","required":["generated_at","date_label","audience","version","subject","preheader","executive_summary","impact_signals","sections","top_news","critical_alerts","agrointel_indicators","cited_links","recommended_cta","text_body","html_body","compliance_notice"],"title":"NewsletterDraftResponse"},"NewsletterSectionRead":{"properties":{"title":{"type":"string","title":"Title"},"summary":{"type":"string","title":"Summary"},"card_ids":{"items":{"type":"string","format":"uuid"},"type":"array","title":"Card Ids"}},"type":"object","required":["title","summary","card_ids"],"title":"NewsletterSectionRead"},"OemApiClientIssueRequest":{"properties":{"organization_id":{"type":"string","format":"uuid","title":"Organization Id"},"name":{"type":"string","maxLength":160,"minLength":3,"title":"Name"},"client_type":{"type":"string","enum":["oem","agent"],"title":"Client Type","default":"oem"},"billing_mode":{"type":"string","enum":["internal","metered","subscription"],"title":"Billing Mode","default":"internal"},"subscription_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Subscription Id"},"scopes":{"items":{"type":"string","enum":["feed:read","events:read","rag:search","timelines:read","podcasts:read","usage:read","commerce:purchase"]},"type":"array","maxItems":7,"minItems":1,"title":"Scopes"},"requests_per_minute":{"type":"integer","maximum":10000.0,"minimum":1.0,"title":"Requests Per Minute","default":30},"monthly_request_limit":{"type":"integer","maximum":10000000.0,"minimum":1.0,"title":"Monthly Request Limit","default":10000},"expires_at":{"type":"string","format":"date-time","title":"Expires At"}},"type":"object","required":["organization_id","name","scopes","expires_at"],"title":"OemApiClientIssueRequest"},"OemApiClientIssueResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"client":{"$ref":"#/components/schemas/OemApiClientRead"},"api_key":{"type":"string","title":"Api Key","writeOnly":true},"disclosure":{"type":"string","title":"Disclosure","default":"The API key is returned once and is not stored in plaintext."}},"type":"object","required":["client","api_key"],"title":"OemApiClientIssueResponse"},"OemApiClientListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/OemApiClientRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"OemApiClientListResponse"},"OemApiClientRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"organization_id":{"type":"string","format":"uuid","title":"Organization Id"},"subscription_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Subscription Id"},"name":{"type":"string","title":"Name"},"client_type":{"type":"string","title":"Client Type"},"billing_mode":{"type":"string","title":"Billing Mode"},"status":{"type":"string","title":"Status"},"key_prefix":{"type":"string","title":"Key Prefix"},"scopes":{"items":{"type":"string"},"type":"array","title":"Scopes"},"allowed_corpora":{"items":{"type":"string"},"type":"array","title":"Allowed Corpora"},"requests_per_minute":{"type":"integer","title":"Requests Per Minute"},"monthly_request_limit":{"type":"integer","title":"Monthly Request Limit"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"last_used_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Used At"},"created_by":{"type":"string","title":"Created By"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","organization_id","subscription_id","name","client_type","billing_mode","status","key_prefix","scopes","allowed_corpora","requests_per_minute","monthly_request_limit","expires_at","last_used_at","created_by","created_at","updated_at"],"title":"OemApiClientRead"},"OemApiClientRevokeRequest":{"properties":{"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"OemApiClientRevokeRequest"},"OemApiClientRotateRequest":{"properties":{"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"OemApiClientRotateRequest"},"OemApiClientUpdateRequest":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":160,"minLength":3},{"type":"null"}],"title":"Name"},"billing_mode":{"anyOf":[{"type":"string","enum":["internal","metered","subscription"]},{"type":"null"}],"title":"Billing Mode"},"subscription_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Subscription Id"},"scopes":{"anyOf":[{"items":{"type":"string","enum":["feed:read","events:read","rag:search","timelines:read","podcasts:read","usage:read","commerce:purchase"]},"type":"array","maxItems":7,"minItems":1},{"type":"null"}],"title":"Scopes"},"requests_per_minute":{"anyOf":[{"type":"integer","maximum":10000.0,"minimum":1.0},{"type":"null"}],"title":"Requests Per Minute"},"monthly_request_limit":{"anyOf":[{"type":"integer","maximum":10000000.0,"minimum":1.0},{"type":"null"}],"title":"Monthly Request Limit"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"},"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"OemApiClientUpdateRequest"},"Ops2OverviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"jobs":{"additionalProperties":true,"type":"object","title":"Jobs"},"events":{"additionalProperties":true,"type":"object","title":"Events"},"editorial":{"additionalProperties":true,"type":"object","title":"Editorial"},"users":{"additionalProperties":true,"type":"object","title":"Users"},"audio":{"additionalProperties":true,"type":"object","title":"Audio"},"content":{"additionalProperties":true,"type":"object","title":"Content"},"documents":{"additionalProperties":true,"type":"object","title":"Documents"},"alerts":{"additionalProperties":true,"type":"object","title":"Alerts"},"billing":{"additionalProperties":true,"type":"object","title":"Billing"},"connectors":{"additionalProperties":true,"type":"object","title":"Connectors"},"media":{"additionalProperties":true,"type":"object","title":"Media"},"advertising":{"additionalProperties":true,"type":"object","title":"Advertising"},"observability":{"additionalProperties":true,"type":"object","title":"Observability"},"costs":{"items":{"$ref":"#/components/schemas/OpsProviderCostRead"},"type":"array","title":"Costs"},"feature_flags":{"additionalProperties":{"type":"boolean"},"type":"object","title":"Feature Flags"},"kill_switches":{"items":{"type":"string"},"type":"array","title":"Kill Switches"}},"type":"object","required":["generated_at","window_hours","jobs","events","editorial","users","audio","content","documents","alerts","billing","connectors","media","advertising","observability","costs","feature_flags","kill_switches"],"title":"Ops2OverviewResponse"},"OpsAgentOrganizationListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/OpsAgentOrganizationRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"OpsAgentOrganizationListResponse"},"OpsAgentOrganizationRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"slug":{"type":"string","title":"Slug"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"}},"type":"object","required":["id","slug","name","status"],"title":"OpsAgentOrganizationRead"},"OpsArtifactReconcileFindingRead":{"properties":{"code":{"type":"string","title":"Code"},"revision_id":{"type":"string","title":"Revision Id"},"component_key":{"type":"string","title":"Component Key"},"run_date":{"type":"string","format":"date","title":"Run Date"},"file_key":{"type":"string","title":"File Key"},"detail":{"type":"string","title":"Detail"},"repairable":{"type":"boolean","title":"Repairable"}},"type":"object","required":["code","revision_id","component_key","run_date","file_key","detail","repairable"],"title":"OpsArtifactReconcileFindingRead"},"OpsArtifactReconcileRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"}},"type":"object","required":["reason"],"title":"OpsArtifactReconcileRequest"},"OpsArtifactReconcileResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"preview_signature":{"type":"string","title":"Preview Signature"},"checked_revisions":{"type":"integer","title":"Checked Revisions"},"finding_count":{"type":"integer","title":"Finding Count"},"applied_repairs":{"type":"integer","title":"Applied Repairs"},"findings":{"items":{"$ref":"#/components/schemas/OpsArtifactReconcileFindingRead"},"type":"array","title":"Findings"}},"type":"object","required":["dry_run","preview_signature","checked_revisions","finding_count","applied_repairs","findings"],"title":"OpsArtifactReconcileResponse"},"OpsAudioDistributionConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/AudioDistributionConfigRead"},"runtime":{"$ref":"#/components/schemas/AudioDistributionRuntimeRead"}},"type":"object","required":["config","runtime"],"title":"OpsAudioDistributionConfigResponse"},"OpsAuditEventRead":{"properties":{"event_type":{"type":"string","title":"Event Type"},"entity_type":{"type":"string","title":"Entity Type"},"entity_id":{"type":"string","title":"Entity Id"},"actor_type":{"type":"string","title":"Actor Type"},"actor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["event_type","entity_type","entity_id","actor_type","actor_id","created_at"],"title":"OpsAuditEventRead"},"OpsBetaArtifactComponentRead":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"exists":{"type":"boolean","title":"Exists"},"latest_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Latest Date"},"path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Path"},"files":{"additionalProperties":{"type":"string"},"type":"object","title":"Files"},"missing_files":{"items":{"type":"string"},"type":"array","title":"Missing Files"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["key","label","exists"],"title":"OpsBetaArtifactComponentRead"},"OpsBetaArtifactsResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"artifact_root":{"type":"string","title":"Artifact Root"},"requested_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Requested Date"},"components_with_artifacts":{"type":"integer","title":"Components With Artifacts"},"summary":{"additionalProperties":true,"type":"object","title":"Summary"},"components":{"items":{"$ref":"#/components/schemas/OpsBetaArtifactComponentRead"},"type":"array","title":"Components"},"tasks":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Tasks"},"source_work_count":{"type":"integer","title":"Source Work Count","default":0},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"warnings":{"items":{"type":"string"},"type":"array","title":"Warnings"}},"type":"object","required":["generated_at","artifact_root","components_with_artifacts","components"],"title":"OpsBetaArtifactsResponse"},"OpsBetaBranchActivityRead":{"properties":{"branch":{"type":"string","title":"Branch"},"news_items":{"type":"integer","title":"News Items"},"scored_items":{"type":"integer","title":"Scored Items"},"score_coverage":{"type":"number","title":"Score Coverage"},"average_relevance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Average Relevance"}},"type":"object","required":["branch","news_items","scored_items","score_coverage"],"title":"OpsBetaBranchActivityRead"},"OpsBetaReadinessCheckRead":{"properties":{"key":{"type":"string","title":"Key"},"status":{"type":"string","enum":["pass","warn","fail"],"title":"Status"},"observed":{"type":"string","title":"Observed"},"threshold":{"type":"string","title":"Threshold"},"message":{"type":"string","title":"Message"}},"type":"object","required":["key","status","observed","threshold","message"],"title":"OpsBetaReadinessCheckRead"},"OpsBetaReadinessResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"status":{"type":"string","enum":["ready","needs_review","blocked"],"title":"Status"},"score":{"type":"integer","title":"Score"},"thresholds":{"$ref":"#/components/schemas/OpsBetaReadinessThresholds"},"checks":{"items":{"$ref":"#/components/schemas/OpsBetaReadinessCheckRead"},"type":"array","title":"Checks"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"warnings":{"items":{"type":"string"},"type":"array","title":"Warnings"},"next_actions":{"items":{"type":"string"},"type":"array","title":"Next Actions"},"summary":{"$ref":"#/components/schemas/OpsBetaRunSummary"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"}},"type":"object","required":["generated_at","window_hours","status","score","thresholds","checks","blockers","warnings","next_actions","summary","quality_flags"],"title":"OpsBetaReadinessResponse"},"OpsBetaReadinessThresholds":{"properties":{"min_sources":{"type":"integer","title":"Min Sources"},"min_successful_tests":{"type":"integer","title":"Min Successful Tests"},"min_fetches":{"type":"integer","title":"Min Fetches"},"min_news_items":{"type":"integer","title":"Min News Items"},"min_branches":{"type":"integer","title":"Min Branches"},"min_score_coverage":{"type":"number","title":"Min Score Coverage"},"max_failure_rate":{"type":"number","title":"Max Failure Rate"},"max_discard_rate":{"type":"number","title":"Max Discard Rate"}},"type":"object","required":["min_sources","min_successful_tests","min_fetches","min_news_items","min_branches","min_score_coverage","max_failure_rate","max_discard_rate"],"title":"OpsBetaReadinessThresholds"},"OpsBetaRunReportResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"summary":{"$ref":"#/components/schemas/OpsBetaRunSummary"},"sources":{"items":{"$ref":"#/components/schemas/OpsBetaSourceRunRead"},"type":"array","title":"Sources"},"branch_activity":{"items":{"$ref":"#/components/schemas/OpsBetaBranchActivityRead"},"type":"array","title":"Branch Activity"},"latest_failures":{"items":{"$ref":"#/components/schemas/OpsCrawlerErrorRead"},"type":"array","title":"Latest Failures"},"current_failures":{"items":{"$ref":"#/components/schemas/OpsCrawlerErrorRead"},"type":"array","title":"Current Failures"},"failures_in_window":{"items":{"$ref":"#/components/schemas/OpsHistoricalSourceFailureRead"},"type":"array","title":"Failures In Window"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"}},"type":"object","required":["generated_at","window_hours","summary","sources","branch_activity","latest_failures","quality_flags"],"title":"OpsBetaRunReportResponse"},"OpsBetaRunSummary":{"properties":{"beta_sources":{"type":"integer","title":"Beta Sources"},"fetches":{"type":"integer","title":"Fetches"},"successes":{"type":"integer","title":"Successes"},"failures":{"type":"integer","title":"Failures"},"failure_rate":{"type":"number","title":"Failure Rate"},"items_found":{"type":"integer","title":"Items Found"},"news_items":{"type":"integer","title":"News Items"},"scored_items":{"type":"integer","title":"Scored Items"},"score_coverage":{"type":"number","title":"Score Coverage"},"discarded_items":{"type":"integer","title":"Discarded Items"},"discard_rate":{"type":"number","title":"Discard Rate","description":"Operational discard rate for the beta window. Curated HTML-link quality cleanup discards are excluded from this numerator and denominator."}},"type":"object","required":["beta_sources","fetches","successes","failures","failure_rate","items_found","news_items","scored_items","score_coverage","discarded_items","discard_rate"],"title":"OpsBetaRunSummary"},"OpsBetaSourceRunRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"compliance_status":{"type":"string","title":"Compliance Status"},"active":{"type":"boolean","title":"Active"},"fetches":{"type":"integer","title":"Fetches"},"successes":{"type":"integer","title":"Successes"},"failures":{"type":"integer","title":"Failures"},"failure_rate":{"type":"number","title":"Failure Rate"},"items_found":{"type":"integer","title":"Items Found"},"news_items":{"type":"integer","title":"News Items"},"scored_items":{"type":"integer","title":"Scored Items"},"score_coverage":{"type":"number","title":"Score Coverage"},"latest_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Status"},"latest_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Error"},"latest_fetch_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Fetch At"},"latest_test_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Test Status"},"latest_test_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Test Error"},"latest_test_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Test At"}},"type":"object","required":["source_id","source_name","compliance_status","active","fetches","successes","failures","failure_rate","items_found","news_items","scored_items","score_coverage"],"title":"OpsBetaSourceRunRead"},"OpsBranchHeatItem":{"properties":{"branch":{"type":"string","title":"Branch"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["branch","count"],"title":"OpsBranchHeatItem"},"OpsConnectorHealthResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"summary":{"additionalProperties":{"type":"integer"},"type":"object","title":"Summary"},"sources":{"items":{"$ref":"#/components/schemas/OpsConnectorSourceHealthRead"},"type":"array","title":"Sources"},"current_failures":{"items":{"$ref":"#/components/schemas/OpsCrawlerErrorRead"},"type":"array","title":"Current Failures"},"failures_in_window":{"items":{"$ref":"#/components/schemas/OpsHistoricalSourceFailureRead"},"type":"array","title":"Failures In Window"},"regression_alerts":{"items":{"$ref":"#/components/schemas/OpsConnectorRegressionAlertRead"},"type":"array","title":"Regression Alerts"},"known_constraints":{"items":{"$ref":"#/components/schemas/OpsConnectorKnownConstraintRead"},"type":"array","title":"Known Constraints"}},"type":"object","required":["generated_at","window_hours","summary","sources","current_failures","failures_in_window","regression_alerts"],"title":"OpsConnectorHealthResponse"},"OpsConnectorKnownConstraintRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"ingestion_mode":{"type":"string","title":"Ingestion Mode"},"remediation_status":{"type":"string","title":"Remediation Status"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"current_failure":{"type":"boolean","title":"Current Failure","default":false},"current_failure_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Current Failure Kind"},"last_failure_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Failure At"}},"type":"object","required":["source_id","source_name","ingestion_mode","remediation_status"],"title":"OpsConnectorKnownConstraintRead"},"OpsConnectorRegressionAlertRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"severity":{"type":"string","enum":["warning","critical"],"title":"Severity"},"failure_kind":{"type":"string","title":"Failure Kind"},"message":{"type":"string","title":"Message"},"consecutive_failures":{"type":"integer","title":"Consecutive Failures"},"latest_failure_at":{"type":"string","format":"date-time","title":"Latest Failure At"},"alert_scope":{"type":"string","enum":["scheduled_poll","synthetic_smoke"],"title":"Alert Scope","default":"scheduled_poll"},"trigger":{"type":"string","enum":["verified_regression","consecutive_failures"],"title":"Trigger","default":"consecutive_failures"},"remediation_verified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Remediation Verified At"}},"type":"object","required":["source_id","source_name","severity","failure_kind","message","consecutive_failures","latest_failure_at"],"title":"OpsConnectorRegressionAlertRead"},"OpsConnectorRemediationEvidenceRead":{"properties":{"status":{"type":"string","title":"Status","default":"unverified"},"verified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Verified At"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"evidence_urls":{"items":{"type":"string"},"type":"array","title":"Evidence Urls"}},"type":"object","title":"OpsConnectorRemediationEvidenceRead"},"OpsConnectorSmokeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"run_date":{"type":"string","format":"date","title":"Run Date"},"bounded_limit":{"type":"integer","title":"Bounded Limit"},"selected_count":{"type":"integer","title":"Selected Count"},"success_count":{"type":"integer","title":"Success Count"},"failure_count":{"type":"integer","title":"Failure Count"},"creates_publications":{"type":"boolean","title":"Creates Publications","default":false},"affects_operational_sli":{"type":"boolean","title":"Affects Operational Sli","default":false},"rows":{"items":{"$ref":"#/components/schemas/OpsConnectorSmokeSourceRead"},"type":"array","title":"Rows"},"files":{"additionalProperties":{"type":"string"},"type":"object","title":"Files"}},"type":"object","required":["generated_at","run_date","bounded_limit","selected_count","success_count","failure_count","rows"],"title":"OpsConnectorSmokeResponse"},"OpsConnectorSmokeRunRequest":{"properties":{"source_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":25,"title":"Source Ids"},"limit":{"type":"integer","maximum":25.0,"minimum":1.0,"title":"Limit","default":25},"reason":{"type":"string","maxLength":500,"minLength":3,"title":"Reason","default":"Daily bounded connector smoke"}},"type":"object","title":"OpsConnectorSmokeRunRequest"},"OpsConnectorSmokeSourceRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"status":{"type":"string","title":"Status"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"latency_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latency Ms"},"parser":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parser"},"items_found":{"type":"integer","title":"Items Found","default":0},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"regression":{"type":"boolean","title":"Regression","default":false},"recovered":{"type":"boolean","title":"Recovered","default":false}},"type":"object","required":["source_id","source_name","status"],"title":"OpsConnectorSmokeSourceRead"},"OpsConnectorSourceHealthRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"compliance_status":{"type":"string","title":"Compliance Status"},"active":{"type":"boolean","title":"Active"},"ingestion_mode":{"type":"string","title":"Ingestion Mode"},"scheduled":{"type":"boolean","title":"Scheduled"},"frequency_minutes":{"type":"integer","title":"Frequency Minutes"},"last_success_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Success At"},"last_failure_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Failure At"},"latest_fetch_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Fetch At"},"latest_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Status"},"next_poll_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Poll At"},"poll_due":{"type":"boolean","title":"Poll Due","default":false},"latency_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latency Ms"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"parser":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parser"},"items_found":{"type":"integer","title":"Items Found","default":0},"current_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Current Error"},"current_failure":{"type":"boolean","title":"Current Failure","default":false},"operational_failure":{"type":"boolean","title":"Operational Failure","default":false},"known_constraint":{"type":"boolean","title":"Known Constraint","default":false},"current_failure_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Current Failure Kind"},"consecutive_failures":{"type":"integer","title":"Consecutive Failures","default":0},"window_attempts":{"type":"integer","title":"Window Attempts","default":0},"window_successes":{"type":"integer","title":"Window Successes","default":0},"window_failures":{"type":"integer","title":"Window Failures","default":0},"remediation":{"$ref":"#/components/schemas/OpsConnectorRemediationEvidenceRead"},"latest_synthetic_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Synthetic Status"},"latest_synthetic_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Synthetic At"},"latest_synthetic_error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Synthetic Error"},"latest_synthetic_http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latest Synthetic Http Status"},"latest_synthetic_failure_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Synthetic Failure Kind"},"synthetic_consecutive_failures":{"type":"integer","title":"Synthetic Consecutive Failures","default":0}},"type":"object","required":["source_id","source_name","compliance_status","active","ingestion_mode","scheduled","frequency_minutes","remediation"],"title":"OpsConnectorSourceHealthRead"},"OpsCrawlerErrorRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"status":{"type":"string","title":"Status"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["source_id","source_name","status","http_status","error_message","created_at"],"title":"OpsCrawlerErrorRead"},"OpsCrawlerMetrics":{"properties":{"fetches":{"type":"integer","title":"Fetches"},"successes":{"type":"integer","title":"Successes"},"failures":{"type":"integer","title":"Failures"},"failure_rate":{"type":"number","title":"Failure Rate"},"items_found":{"type":"integer","title":"Items Found"},"latest_errors":{"items":{"$ref":"#/components/schemas/OpsCrawlerErrorRead"},"type":"array","title":"Latest Errors"}},"type":"object","required":["fetches","successes","failures","failure_rate","items_found","latest_errors"],"title":"OpsCrawlerMetrics"},"OpsDiagnosticSignalRead":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"status":{"type":"string","enum":["ready","needs_review","blocked","missing"],"title":"Status"},"value":{"type":"string","title":"Value"},"detail":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Detail"}},"type":"object","required":["key","label","status","value"],"title":"OpsDiagnosticSignalRead"},"OpsDiagnosticSummaryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"artifact_root":{"type":"string","title":"Artifact Root"},"run_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Run Date"},"overall_status":{"type":"string","enum":["ready","needs_review","blocked"],"title":"Overall Status"},"blueprint_status":{"type":"string","title":"Blueprint Status"},"beta_status":{"type":"string","title":"Beta Status"},"launch_status":{"type":"string","title":"Launch Status"},"components_with_artifacts":{"type":"integer","title":"Components With Artifacts"},"blocker_count":{"type":"integer","title":"Blocker Count"},"pending_human_task_count":{"type":"integer","title":"Pending Human Task Count"},"source_work_count":{"type":"integer","title":"Source Work Count"},"signals":{"items":{"$ref":"#/components/schemas/OpsDiagnosticSignalRead"},"type":"array","title":"Signals"},"blocking_tasks":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Blocking Tasks"},"next_actions":{"items":{"type":"string"},"type":"array","title":"Next Actions"},"links":{"additionalProperties":{"type":"string"},"type":"object","title":"Links"}},"type":"object","required":["generated_at","artifact_root","overall_status","blueprint_status","beta_status","launch_status","components_with_artifacts","blocker_count","pending_human_task_count","source_work_count","signals"],"title":"OpsDiagnosticSummaryResponse"},"OpsDocumentBackfillCandidateRead":{"properties":{"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"source_title":{"type":"string","title":"Source Title"},"review_status":{"type":"string","enum":["pending","approved","rejected","blocked"],"title":"Review Status"},"attempt_count":{"type":"integer","minimum":0.0,"title":"Attempt Count","default":0},"next_retry_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Retry At"},"reasons":{"items":{"type":"string"},"type":"array","title":"Reasons"}},"type":"object","required":["news_item_id","source_id","source_name","source_title","review_status"],"title":"OpsDocumentBackfillCandidateRead"},"OpsDocumentBackfillPreviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"batch_size":{"type":"integer","title":"Batch Size"},"per_source_limit":{"type":"integer","title":"Per Source Limit"},"eligible_count":{"type":"integer","title":"Eligible Count"},"selected_count":{"type":"integer","title":"Selected Count"},"deferred_count":{"type":"integer","title":"Deferred Count"},"source_counts":{"additionalProperties":{"type":"integer"},"type":"object","title":"Source Counts"},"rows":{"items":{"$ref":"#/components/schemas/OpsDocumentBackfillCandidateRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","batch_size","per_source_limit","eligible_count","selected_count","deferred_count"],"title":"OpsDocumentBackfillPreviewResponse"},"OpsDocumentBackfillRequest":{"properties":{"batch_size":{"type":"integer","maximum":25.0,"minimum":1.0,"title":"Batch Size","default":10},"per_source_limit":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Per Source Limit","default":2},"max_attempts":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Max Attempts","default":3},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["reason"],"title":"OpsDocumentBackfillRequest"},"OpsDocumentBackfillStatusResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"enabled":{"type":"boolean","title":"Enabled"},"cron":{"type":"string","title":"Cron"},"latest_job":{"anyOf":[{"$ref":"#/components/schemas/JobRunRead"},{"type":"null"}]},"succeeded_count":{"type":"integer","title":"Succeeded Count","default":0},"retry_scheduled_count":{"type":"integer","title":"Retry Scheduled Count","default":0},"exhausted_count":{"type":"integer","title":"Exhausted Count","default":0}},"type":"object","required":["enabled","cron"],"title":"OpsDocumentBackfillStatusResponse"},"OpsDocumentLicenseDecisionRequest":{"properties":{"decision":{"type":"string","enum":["verify","reject"],"title":"Decision"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"expected_sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$","title":"Expected Sha256"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"},"license_type":{"anyOf":[{"type":"string","maxLength":120,"minLength":2},{"type":"null"}],"title":"License Type"},"evidence_url":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"title":"Evidence Url"},"rights_scope":{"anyOf":[{"type":"string","enum":["metadata_only","excerpt_and_summary","full_text_rag"]},{"type":"null"}],"title":"Rights Scope"}},"type":"object","required":["decision","expected_lock_version","expected_sha256","reason"],"title":"OpsDocumentLicenseDecisionRequest"},"OpsDocumentLicenseReviewRead":{"properties":{"required":{"type":"boolean","title":"Required","default":false},"status":{"type":"string","enum":["not_required","pending","verified","rejected"],"title":"Status","default":"not_required"},"license_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License Type"},"evidence_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Url"},"rights_scope":{"anyOf":[{"type":"string","enum":["metadata_only","excerpt_and_summary","full_text_rag"]},{"type":"null"}],"title":"Rights Scope"},"document_sha256":{"anyOf":[{"type":"string","pattern":"^[0-9a-fA-F]{64}$"},{"type":"null"}],"title":"Document Sha256"},"reviewed_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reviewed By"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Reviewed At"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"revision":{"type":"integer","minimum":0.0,"title":"Revision","default":0}},"type":"object","title":"OpsDocumentLicenseReviewRead"},"OpsDocumentReprocessRequest":{"properties":{"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"expected_sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$","title":"Expected Sha256"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["expected_lock_version","expected_sha256","reason"],"title":"OpsDocumentReprocessRequest"},"OpsDocumentReviewDecisionRequest":{"properties":{"decision":{"type":"string","enum":["approve","reject"],"title":"Decision"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"expected_sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$","title":"Expected Sha256"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["decision","expected_lock_version","expected_sha256","reason"],"title":"OpsDocumentReviewDecisionRequest"},"OpsDocumentReviewItemRead":{"properties":{"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"source_compliance_status":{"type":"string","title":"Source Compliance Status"},"source_title":{"type":"string","title":"Source Title"},"editorial_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Title"},"original_url":{"type":"string","title":"Original Url"},"news_status":{"type":"string","title":"News Status"},"lock_version":{"type":"integer","title":"Lock Version"},"ingested_at":{"type":"string","format":"date-time","title":"Ingested At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"document":{"$ref":"#/components/schemas/SourceDocumentRead"},"page_evidence":{"items":{"$ref":"#/components/schemas/SourceDocumentPageEvidenceRead"},"type":"array","title":"Page Evidence"},"review_status":{"type":"string","enum":["pending","approved","rejected","blocked"],"title":"Review Status","default":"pending"},"human_review_required":{"type":"boolean","title":"Human Review Required","default":true},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"reviewed_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reviewed By"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Reviewed At"},"review_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Review Reason"},"license_required":{"type":"boolean","title":"License Required","default":false},"license_review":{"$ref":"#/components/schemas/OpsDocumentLicenseReviewRead"},"backfill":{"additionalProperties":true,"type":"object","title":"Backfill"},"rag_document_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Rag Document Id"},"rag_lifecycle_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rag Lifecycle Status"}},"type":"object","required":["news_item_id","source_id","source_name","source_compliance_status","source_title","original_url","news_status","lock_version","ingested_at","updated_at","document","license_review"],"title":"OpsDocumentReviewItemRead"},"OpsDocumentReviewQueueResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"counts":{"additionalProperties":{"type":"integer"},"type":"object","title":"Counts"},"rows":{"items":{"$ref":"#/components/schemas/OpsDocumentReviewItemRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","rows"],"title":"OpsDocumentReviewQueueResponse"},"OpsDocumentReviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"item":{"$ref":"#/components/schemas/OpsDocumentReviewItemRead"}},"type":"object","required":["item"],"title":"OpsDocumentReviewResponse"},"OpsDocumentSliResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"inventory_count":{"type":"integer","title":"Inventory Count"},"sample_count":{"type":"integer","title":"Sample Count"},"extracted_count":{"type":"integer","title":"Extracted Count"},"extraction_rate":{"type":"number","title":"Extraction Rate"},"relevance_assessed_count":{"type":"integer","title":"Relevance Assessed Count"},"relevance_assessment_rate":{"type":"number","title":"Relevance Assessment Rate"},"relevant_count":{"type":"integer","title":"Relevant Count"},"relevant_rate":{"type":"number","title":"Relevant Rate"},"generic_count":{"type":"integer","title":"Generic Count"},"duplicate_count":{"type":"integer","title":"Duplicate Count"},"ocr_pending_count":{"type":"integer","title":"Ocr Pending Count"},"ocr_completed_count":{"type":"integer","title":"Ocr Completed Count"},"p95_processing_latency_seconds":{"type":"number","title":"P95 Processing Latency Seconds"},"regression_count":{"type":"integer","title":"Regression Count"},"backfill_retry_scheduled_count":{"type":"integer","title":"Backfill Retry Scheduled Count"},"gates":{"additionalProperties":true,"type":"object","title":"Gates"}},"type":"object","required":["generated_at","window_hours","inventory_count","sample_count","extracted_count","extraction_rate","relevance_assessed_count","relevance_assessment_rate","relevant_count","relevant_rate","generic_count","duplicate_count","ocr_pending_count","ocr_completed_count","p95_processing_latency_seconds","regression_count","backfill_retry_scheduled_count"],"title":"OpsDocumentSliResponse"},"OpsEditorialApplyReviewRequest":{"properties":{"field":{"type":"string","enum":["title","summary"],"title":"Field"},"suggested_value":{"type":"string","maxLength":2000,"minLength":8,"title":"Suggested Value"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"human_confirmed":{"type":"boolean","title":"Human Confirmed","default":false}},"type":"object","required":["field","suggested_value","reason","expected_lock_version"],"title":"OpsEditorialApplyReviewRequest"},"OpsEditorialApplyReviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"item":{"$ref":"#/components/schemas/OpsEditorialQueueItemRead"},"applied_field":{"type":"string","enum":["title","summary"],"title":"Applied Field"},"correction_id":{"type":"string","format":"uuid","title":"Correction Id"}},"type":"object","required":["item","applied_field","correction_id"],"title":"OpsEditorialApplyReviewResponse"},"OpsEditorialBatchAssignmentRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"},"action":{"type":"string","enum":["assign","unassign"],"title":"Action","default":"assign"},"editor_id":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Editor Id"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"sla_hours":{"anyOf":[{"type":"integer","maximum":168.0,"minimum":1.0},{"type":"null"}],"title":"Sla Hours"},"items":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionItemRequest"},"type":"array","maxItems":50,"minItems":1,"title":"Items"}},"type":"object","required":["reason","items"],"title":"OpsEditorialBatchAssignmentRequest"},"OpsEditorialBatchAssignmentResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"batch_id":{"type":"string","format":"uuid","title":"Batch Id"},"dry_run":{"type":"boolean","title":"Dry Run"},"requested_count":{"type":"integer","title":"Requested Count"},"eligible_count":{"type":"integer","title":"Eligible Count"},"applied_count":{"type":"integer","title":"Applied Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchAssignmentResultRead"},"type":"array","title":"Results"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"type":"string","title":"Preview Signature"},"preview_expires_at":{"type":"string","format":"date-time","title":"Preview Expires At"},"replayed":{"type":"boolean","title":"Replayed","default":false}},"type":"object","required":["batch_id","dry_run","requested_count","eligible_count","applied_count","failed_count","results","idempotency_key","preview_signature","preview_expires_at"],"title":"OpsEditorialBatchAssignmentResponse"},"OpsEditorialBatchAssignmentResultRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"ok":{"type":"boolean","title":"Ok"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"before_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Before Editor Id"},"after_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"After Editor Id"},"before_sla_status":{"anyOf":[{"type":"string","enum":["unassigned","on_track","due_soon","overdue","completed"]},{"type":"null"}],"title":"Before Sla Status"},"after_sla_status":{"anyOf":[{"type":"string","enum":["unassigned","on_track","due_soon","overdue","completed"]},{"type":"null"}],"title":"After Sla Status"},"assignment_due_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Assignment Due At"},"expected_lock_version":{"type":"integer","title":"Expected Lock Version"},"resulting_lock_version":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Resulting Lock Version"},"action":{"type":"string","enum":["would_assign","would_unassign","assigned","unassigned","missing","conflict","rejected"],"title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["event_id","ok","expected_lock_version","action"],"title":"OpsEditorialBatchAssignmentResultRead"},"OpsEditorialBatchDecisionItemRequest":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"}},"type":"object","required":["event_id","expected_lock_version"],"title":"OpsEditorialBatchDecisionItemRequest"},"OpsEditorialBatchDecisionRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"},"action":{"type":"string","enum":["accept","feature","hold","reject"],"title":"Action"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"items":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionItemRequest"},"type":"array","maxItems":50,"minItems":1,"title":"Items"}},"type":"object","required":["action","reason","items"],"title":"OpsEditorialBatchDecisionRequest"},"OpsEditorialBatchDecisionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"batch_id":{"type":"string","format":"uuid","title":"Batch Id"},"dry_run":{"type":"boolean","title":"Dry Run"},"requested_count":{"type":"integer","title":"Requested Count"},"eligible_count":{"type":"integer","title":"Eligible Count"},"applied_count":{"type":"integer","title":"Applied Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionResultRead"},"type":"array","title":"Results"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"type":"string","title":"Preview Signature"},"preview_expires_at":{"type":"string","format":"date-time","title":"Preview Expires At"},"replayed":{"type":"boolean","title":"Replayed","default":false}},"type":"object","required":["batch_id","dry_run","requested_count","eligible_count","applied_count","failed_count","results","idempotency_key","preview_signature","preview_expires_at"],"title":"OpsEditorialBatchDecisionResponse"},"OpsEditorialBatchDecisionResultRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"ok":{"type":"boolean","title":"Ok"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"before_status":{"anyOf":[{"type":"string","enum":["pending","accepted","featured","held","rejected"]},{"type":"null"}],"title":"Before Status"},"after_status":{"anyOf":[{"type":"string","enum":["pending","accepted","featured","held","rejected"]},{"type":"null"}],"title":"After Status"},"expected_lock_version":{"type":"integer","title":"Expected Lock Version"},"resulting_lock_version":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Resulting Lock Version"},"action":{"type":"string","enum":["would_apply","applied","missing","conflict","rejected"],"title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["event_id","ok","expected_lock_version","action"],"title":"OpsEditorialBatchDecisionResultRead"},"OpsEditorialBatchRoutingRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"items":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchDecisionItemRequest"},"type":"array","maxItems":50,"minItems":1,"title":"Items"}},"type":"object","required":["reason","items"],"title":"OpsEditorialBatchRoutingRequest"},"OpsEditorialBatchRoutingResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"batch_id":{"type":"string","format":"uuid","title":"Batch Id"},"dry_run":{"type":"boolean","title":"Dry Run"},"requested_count":{"type":"integer","title":"Requested Count"},"eligible_count":{"type":"integer","title":"Eligible Count"},"applied_count":{"type":"integer","title":"Applied Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/OpsEditorialBatchRoutingResultRead"},"type":"array","title":"Results"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"preview_signature":{"type":"string","title":"Preview Signature"},"preview_expires_at":{"type":"string","format":"date-time","title":"Preview Expires At"},"replayed":{"type":"boolean","title":"Replayed","default":false}},"type":"object","required":["batch_id","dry_run","requested_count","eligible_count","applied_count","failed_count","results","idempotency_key","preview_signature","preview_expires_at"],"title":"OpsEditorialBatchRoutingResponse"},"OpsEditorialBatchRoutingResultRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"ok":{"type":"boolean","title":"Ok"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"before_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Before Editor Id"},"after_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"After Editor Id"},"matched_signals":{"items":{"type":"string"},"type":"array","title":"Matched Signals"},"routing_score":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Routing Score"},"active_load_before":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Active Load Before"},"active_load_after":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Active Load After"},"capacity":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Capacity"},"expected_lock_version":{"type":"integer","title":"Expected Lock Version"},"resulting_lock_version":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Resulting Lock Version"},"action":{"type":"string","enum":["would_route","routed","already_assigned","no_match","capacity_exhausted","missing","conflict","rejected"],"title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["event_id","ok","expected_lock_version","action"],"title":"OpsEditorialBatchRoutingResultRead"},"OpsEditorialDecisionRequest":{"properties":{"action":{"type":"string","enum":["accept","feature","hold","reject"],"title":"Action"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"expected_lock_version":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Expected Lock Version"},"manual_order":{"anyOf":[{"type":"integer","maximum":999.0,"minimum":1.0},{"type":"null"}],"title":"Manual Order"}},"type":"object","required":["action","reason"],"title":"OpsEditorialDecisionRequest"},"OpsEditorialDecisionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"item":{"$ref":"#/components/schemas/OpsEditorialQueueItemRead"}},"type":"object","required":["item"],"title":"OpsEditorialDecisionResponse"},"OpsEditorialEditionConfigRead":{"properties":{"enabled":{"type":"boolean","title":"Enabled","default":false},"target_slots":{"type":"integer","maximum":50.0,"minimum":3.0,"title":"Target Slots","default":12},"max_per_source":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Max Per Source","default":2},"max_per_country":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Max Per Country","default":4},"max_per_topic":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Max Per Topic","default":3},"min_distinct_countries":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Min Distinct Countries","default":3},"min_distinct_sections":{"type":"integer","maximum":6.0,"minimum":1.0,"title":"Min Distinct Sections","default":3},"lead_min_score":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Lead Min Score","default":75}},"type":"object","title":"OpsEditorialEditionConfigRead"},"OpsEditorialEditionConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsEditorialEditionConfigRead"}},"type":"object","required":["config"],"title":"OpsEditorialEditionConfigResponse"},"OpsEditorialEditionConfigUpdateRequest":{"properties":{"enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Enabled"},"target_slots":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":3.0},{"type":"null"}],"title":"Target Slots"},"max_per_source":{"anyOf":[{"type":"integer","maximum":10.0,"minimum":1.0},{"type":"null"}],"title":"Max Per Source"},"max_per_country":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Max Per Country"},"max_per_topic":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Max Per Topic"},"min_distinct_countries":{"anyOf":[{"type":"integer","maximum":10.0,"minimum":1.0},{"type":"null"}],"title":"Min Distinct Countries"},"min_distinct_sections":{"anyOf":[{"type":"integer","maximum":6.0,"minimum":1.0},{"type":"null"}],"title":"Min Distinct Sections"},"lead_min_score":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Lead Min Score"}},"type":"object","title":"OpsEditorialEditionConfigUpdateRequest"},"OpsEditorialEditionGapRead":{"properties":{"code":{"type":"string","title":"Code"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["code","detail"],"title":"OpsEditorialEditionGapRead"},"OpsEditorialEditionHistoryRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"edition_date":{"type":"string","format":"date","title":"Edition Date"},"status":{"type":"string","enum":["active","superseded","rolled_back"],"title":"Status"},"model":{"type":"string","title":"Model"},"plan_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Plan Signature"},"approved_by":{"type":"string","title":"Approved By"},"approved_at":{"type":"string","format":"date-time","title":"Approved At"},"reason":{"type":"string","title":"Reason"},"selected_count":{"type":"integer","minimum":0.0,"title":"Selected Count"},"released_count":{"type":"integer","minimum":0.0,"title":"Released Count"},"replaces_edition_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Replaces Edition Id"},"rolled_back_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rolled Back By"},"rolled_back_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Rolled Back At"},"rollback_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rollback Reason"},"coverage_gaps":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionGapRead"},"type":"array","title":"Coverage Gaps"},"slots":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionHistorySlotRead"},"type":"array","title":"Slots"}},"type":"object","required":["id","edition_date","status","model","plan_signature","approved_by","approved_at","reason","selected_count","released_count"],"title":"OpsEditorialEditionHistoryRead"},"OpsEditorialEditionHistoryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"current_date":{"type":"string","format":"date","title":"Current Date"},"active_edition":{"anyOf":[{"$ref":"#/components/schemas/OpsEditorialEditionHistoryRead"},{"type":"null"}]},"rows":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionHistoryRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","current_date"],"title":"OpsEditorialEditionHistoryResponse"},"OpsEditorialEditionHistorySlotRead":{"properties":{"position":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Position"},"role":{"type":"string","enum":["lead","section"],"title":"Role"},"section":{"type":"string","enum":["mercados","politica","clima","produccion","innovacion","regional"],"title":"Section"},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"title":{"type":"string","title":"Title"},"country":{"type":"string","title":"Country"},"source_name":{"type":"string","title":"Source Name"},"primary_topic":{"type":"string","title":"Primary Topic"},"editorial_score":{"type":"number","title":"Editorial Score"},"planning_score":{"type":"number","title":"Planning Score"},"reason":{"type":"string","title":"Reason"}},"type":"object","required":["position","role","section","event_id","version_id","title","country","source_name","primary_topic","editorial_score","planning_score","reason"],"title":"OpsEditorialEditionHistorySlotRead"},"OpsEditorialEditionPlanRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"edition_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Edition Date"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"}},"type":"object","required":["reason"],"title":"OpsEditorialEditionPlanRequest"},"OpsEditorialEditionPlanResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"plan_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Plan Id"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"edition_date":{"type":"string","format":"date","title":"Edition Date"},"model":{"type":"string","title":"Model"},"config":{"$ref":"#/components/schemas/OpsEditorialEditionConfigRead"},"weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"preview_signature":{"type":"string","title":"Preview Signature"},"candidate_count":{"type":"integer","title":"Candidate Count","default":0},"excluded_count":{"type":"integer","title":"Excluded Count","default":0},"selected_count":{"type":"integer","title":"Selected Count","default":0},"applied_count":{"type":"integer","title":"Applied Count","default":0},"released_count":{"type":"integer","title":"Released Count","default":0},"distinct_countries":{"type":"integer","title":"Distinct Countries","default":0},"distinct_sources":{"type":"integer","title":"Distinct Sources","default":0},"distinct_topics":{"type":"integer","title":"Distinct Topics","default":0},"distinct_sections":{"type":"integer","title":"Distinct Sections","default":0},"coverage_gaps":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionGapRead"},"type":"array","title":"Coverage Gaps"},"slots":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionSlotRead"},"type":"array","title":"Slots"}},"type":"object","required":["dry_run","generated_at","edition_date","model","config","weights","preview_signature"],"title":"OpsEditorialEditionPlanResponse"},"OpsEditorialEditionRollbackItemRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"title":{"type":"string","title":"Title"},"change_type":{"type":"string","enum":["positioned","released"],"title":"Change Type"},"expected_lock_version":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Expected Lock Version"},"resulting_lock_version":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Resulting Lock Version"},"action":{"type":"string","enum":["would_restore","restored","conflict","missing"],"title":"Action"},"detail":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Detail"}},"type":"object","required":["event_id","title","change_type","action"],"title":"OpsEditorialEditionRollbackItemRead"},"OpsEditorialEditionRollbackRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"}},"type":"object","required":["reason"],"title":"OpsEditorialEditionRollbackRequest"},"OpsEditorialEditionRollbackResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"edition":{"$ref":"#/components/schemas/OpsEditorialEditionHistoryRead"},"preview_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Preview Signature"},"restorable_count":{"type":"integer","minimum":0.0,"title":"Restorable Count"},"conflict_count":{"type":"integer","minimum":0.0,"title":"Conflict Count"},"applied_count":{"type":"integer","minimum":0.0,"title":"Applied Count"},"reactivated_edition_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Reactivated Edition Id"},"items":{"items":{"$ref":"#/components/schemas/OpsEditorialEditionRollbackItemRead"},"type":"array","title":"Items"}},"type":"object","required":["dry_run","edition","preview_signature","restorable_count","conflict_count","applied_count"],"title":"OpsEditorialEditionRollbackResponse"},"OpsEditorialEditionSlotRead":{"properties":{"position":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Position"},"role":{"type":"string","enum":["lead","section"],"title":"Role"},"section":{"type":"string","enum":["mercados","politica","clima","produccion","innovacion","regional"],"title":"Section"},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"resulting_lock_version":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Resulting Lock Version"},"title":{"type":"string","title":"Title"},"country":{"type":"string","title":"Country"},"source_name":{"type":"string","title":"Source Name"},"primary_topic":{"type":"string","title":"Primary Topic"},"editorial_score":{"type":"number","title":"Editorial Score"},"planning_score":{"type":"number","title":"Planning Score"},"curation_status":{"type":"string","enum":["pending","accepted","featured","held","rejected"],"title":"Curation Status"},"smart_tags":{"items":{"type":"string"},"type":"array","title":"Smart Tags"},"reason":{"type":"string","title":"Reason"}},"type":"object","required":["position","role","section","event_id","version_id","expected_lock_version","title","country","source_name","primary_topic","editorial_score","planning_score","curation_status","reason"],"title":"OpsEditorialEditionSlotRead"},"OpsEditorialEditionWeightsRead":{"properties":{"editorial_score_weight":{"type":"number","maximum":1.5,"minimum":0.5,"title":"Editorial Score Weight","default":1.0},"featured_bonus":{"type":"number","maximum":20.0,"minimum":4.0,"title":"Featured Bonus","default":12.0},"accepted_bonus":{"type":"number","maximum":12.0,"minimum":2.0,"title":"Accepted Bonus","default":6.0},"country_diversity_bonus":{"type":"number","maximum":12.0,"minimum":4.0,"title":"Country Diversity Bonus","default":8.0},"section_diversity_bonus":{"type":"number","maximum":10.0,"minimum":2.0,"title":"Section Diversity Bonus","default":5.0},"topic_diversity_bonus":{"type":"number","maximum":5.0,"minimum":0.0,"title":"Topic Diversity Bonus","default":2.0}},"type":"object","title":"OpsEditorialEditionWeightsRead"},"OpsEditorialEditorMetricsRead":{"properties":{"editor_id":{"type":"string","title":"Editor Id"},"assigned_count":{"type":"integer","title":"Assigned Count","default":0},"completed_count":{"type":"integer","title":"Completed Count","default":0},"overdue_count":{"type":"integer","title":"Overdue Count","default":0},"escalation_count":{"type":"integer","title":"Escalation Count","default":0},"system_assignment":{"type":"boolean","title":"System Assignment","default":false}},"type":"object","required":["editor_id"],"title":"OpsEditorialEditorMetricsRead"},"OpsEditorialLearningActiveVersionRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"version_number":{"type":"integer","minimum":1.0,"title":"Version Number"},"approved_at":{"type":"string","format":"date-time","title":"Approved At"},"approved_by":{"type":"string","title":"Approved By"}},"type":"object","required":["id","version_number","approved_at","approved_by"],"title":"OpsEditorialLearningActiveVersionRead"},"OpsEditorialLearningApplyRequest":{"properties":{"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Preview Signature"}},"type":"object","required":["reason","preview_signature"],"title":"OpsEditorialLearningApplyRequest"},"OpsEditorialLearningBlockerRead":{"properties":{"code":{"type":"string","title":"Code"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["code","detail"],"title":"OpsEditorialLearningBlockerRead"},"OpsEditorialLearningCohortRead":{"properties":{"dimension":{"type":"string","enum":["surface","position","curation","score_band"],"title":"Dimension"},"key":{"type":"string","title":"Key"},"impressions":{"type":"integer","minimum":0.0,"title":"Impressions","default":0},"opens":{"type":"integer","minimum":0.0,"title":"Opens","default":0},"engaged_reads":{"type":"integer","minimum":0.0,"title":"Engaged Reads","default":0},"shares":{"type":"integer","minimum":0.0,"title":"Shares","default":0},"saves":{"type":"integer","minimum":0.0,"title":"Saves","default":0},"open_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Open Rate","default":0},"deep_engagement_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Deep Engagement Rate","default":0}},"type":"object","required":["dimension","key"],"title":"OpsEditorialLearningCohortRead"},"OpsEditorialLearningConfigRead":{"properties":{"telemetry_enabled":{"type":"boolean","title":"Telemetry Enabled","default":true},"activation_enabled":{"type":"boolean","title":"Activation Enabled","default":false},"shadow_mode":{"type":"boolean","title":"Shadow Mode","default":true},"autonomous_apply_enabled":{"type":"boolean","title":"Autonomous Apply Enabled","default":false},"minimum_auto_apply_interval_hours":{"type":"integer","maximum":168.0,"minimum":1.0,"title":"Minimum Auto Apply Interval Hours","default":24},"max_auto_applies_per_day":{"type":"integer","maximum":6.0,"minimum":1.0,"title":"Max Auto Applies Per Day","default":1},"evaluation_window_days":{"type":"integer","maximum":90.0,"minimum":1.0,"title":"Evaluation Window Days","default":14},"minimum_impressions":{"type":"integer","maximum":100000.0,"minimum":25.0,"title":"Minimum Impressions","default":100},"minimum_distinct_events":{"type":"integer","maximum":500.0,"minimum":3.0,"title":"Minimum Distinct Events","default":12},"minimum_editions":{"type":"integer","maximum":90.0,"minimum":1.0,"title":"Minimum Editions","default":3},"max_adjustment_percent":{"type":"number","maximum":10.0,"minimum":1.0,"title":"Max Adjustment Percent","default":5}},"type":"object","title":"OpsEditorialLearningConfigRead"},"OpsEditorialLearningConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsEditorialLearningConfigRead"}},"type":"object","required":["config"],"title":"OpsEditorialLearningConfigResponse"},"OpsEditorialLearningConfigUpdateRequest":{"properties":{"telemetry_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Telemetry Enabled"},"activation_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Activation Enabled"},"shadow_mode":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Shadow Mode"},"autonomous_apply_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Autonomous Apply Enabled"},"minimum_auto_apply_interval_hours":{"anyOf":[{"type":"integer","maximum":168.0,"minimum":1.0},{"type":"null"}],"title":"Minimum Auto Apply Interval Hours"},"max_auto_applies_per_day":{"anyOf":[{"type":"integer","maximum":6.0,"minimum":1.0},{"type":"null"}],"title":"Max Auto Applies Per Day"},"evaluation_window_days":{"anyOf":[{"type":"integer","maximum":90.0,"minimum":1.0},{"type":"null"}],"title":"Evaluation Window Days"},"minimum_impressions":{"anyOf":[{"type":"integer","maximum":100000.0,"minimum":25.0},{"type":"null"}],"title":"Minimum Impressions"},"minimum_distinct_events":{"anyOf":[{"type":"integer","maximum":500.0,"minimum":3.0},{"type":"null"}],"title":"Minimum Distinct Events"},"minimum_editions":{"anyOf":[{"type":"integer","maximum":90.0,"minimum":1.0},{"type":"null"}],"title":"Minimum Editions"},"max_adjustment_percent":{"anyOf":[{"type":"number","maximum":10.0,"minimum":1.0},{"type":"null"}],"title":"Max Adjustment Percent"},"reason":{"anyOf":[{"type":"string","maxLength":800},{"type":"null"}],"title":"Reason"},"confirmation":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Confirmation"}},"type":"object","title":"OpsEditorialLearningConfigUpdateRequest"},"OpsEditorialLearningEvaluationResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_start":{"type":"string","format":"date-time","title":"Window Start"},"model":{"type":"string","title":"Model"},"config":{"$ref":"#/components/schemas/OpsEditorialLearningConfigRead"},"active_version":{"anyOf":[{"$ref":"#/components/schemas/OpsEditorialLearningActiveVersionRead"},{"type":"null"}]},"current_weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"metrics":{"$ref":"#/components/schemas/OpsEditorialLearningMetricsRead"},"cohorts":{"items":{"$ref":"#/components/schemas/OpsEditorialLearningCohortRead"},"type":"array","title":"Cohorts"},"evidence_ready":{"type":"boolean","title":"Evidence Ready"},"evidence_blockers":{"items":{"$ref":"#/components/schemas/OpsEditorialLearningBlockerRead"},"type":"array","title":"Evidence Blockers"},"apply_eligible":{"type":"boolean","title":"Apply Eligible"},"apply_blockers":{"items":{"$ref":"#/components/schemas/OpsEditorialLearningBlockerRead"},"type":"array","title":"Apply Blockers"},"recommendation":{"$ref":"#/components/schemas/OpsEditorialLearningRecommendationRead"}},"type":"object","required":["generated_at","window_start","model","config","current_weights","metrics","evidence_ready","apply_eligible","recommendation"],"title":"OpsEditorialLearningEvaluationResponse"},"OpsEditorialLearningMetricsRead":{"properties":{"outcome_count":{"type":"integer","minimum":0.0,"title":"Outcome Count","default":0},"impressions":{"type":"integer","minimum":0.0,"title":"Impressions","default":0},"opens":{"type":"integer","minimum":0.0,"title":"Opens","default":0},"engaged_reads":{"type":"integer","minimum":0.0,"title":"Engaged Reads","default":0},"shares":{"type":"integer","minimum":0.0,"title":"Shares","default":0},"saves":{"type":"integer","minimum":0.0,"title":"Saves","default":0},"distinct_events":{"type":"integer","minimum":0.0,"title":"Distinct Events","default":0},"distinct_editions":{"type":"integer","minimum":0.0,"title":"Distinct Editions","default":0},"scored_events":{"type":"integer","minimum":0.0,"title":"Scored Events","default":0},"open_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Open Rate","default":0},"deep_engagement_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Deep Engagement Rate","default":0},"latest_outcome_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Outcome At"}},"type":"object","title":"OpsEditorialLearningMetricsRead"},"OpsEditorialLearningRecommendationRead":{"properties":{"model":{"type":"string","title":"Model"},"current_weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"proposed_weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"changes":{"items":{"$ref":"#/components/schemas/OpsEditorialLearningWeightChangeRead"},"type":"array","title":"Changes"},"rationale":{"items":{"type":"string"},"type":"array","title":"Rationale"},"score_outcome_correlation":{"anyOf":[{"type":"number","maximum":1.0,"minimum":-1.0},{"type":"null"}],"title":"Score Outcome Correlation"},"curated_residual_delta":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Curated Residual Delta"},"featured_residual_delta":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Featured Residual Delta"},"preview_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Preview Signature"}},"type":"object","required":["model","current_weights","proposed_weights","preview_signature"],"title":"OpsEditorialLearningRecommendationRead"},"OpsEditorialLearningRollbackRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"}},"type":"object","required":["reason"],"title":"OpsEditorialLearningRollbackRequest"},"OpsEditorialLearningRollbackResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"version":{"$ref":"#/components/schemas/OpsEditorialLearningVersionRead"},"preview_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Preview Signature"},"target_weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"reactivated_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Reactivated Version Id"}},"type":"object","required":["dry_run","version","preview_signature","target_weights"],"title":"OpsEditorialLearningRollbackResponse"},"OpsEditorialLearningVersionListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/OpsEditorialLearningVersionRead"},"type":"array","title":"Rows"}},"type":"object","title":"OpsEditorialLearningVersionListResponse"},"OpsEditorialLearningVersionRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"version_number":{"type":"integer","minimum":1.0,"title":"Version Number"},"status":{"type":"string","enum":["active","superseded","rolled_back"],"title":"Status"},"model":{"type":"string","title":"Model"},"weights":{"$ref":"#/components/schemas/OpsEditorialEditionWeightsRead"},"recommendation_signature":{"type":"string","maxLength":64,"minLength":64,"title":"Recommendation Signature"},"approved_by":{"type":"string","title":"Approved By"},"approved_at":{"type":"string","format":"date-time","title":"Approved At"},"reason":{"type":"string","title":"Reason"},"replaces_version_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Replaces Version Id"},"rolled_back_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rolled Back By"},"rolled_back_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Rolled Back At"},"rollback_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rollback Reason"},"evaluation_metrics":{"$ref":"#/components/schemas/OpsEditorialLearningMetricsRead"}},"type":"object","required":["id","version_number","status","model","weights","recommendation_signature","approved_by","approved_at","reason"],"title":"OpsEditorialLearningVersionRead"},"OpsEditorialLearningVersionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"version":{"$ref":"#/components/schemas/OpsEditorialLearningVersionRead"}},"type":"object","required":["version"],"title":"OpsEditorialLearningVersionResponse"},"OpsEditorialLearningWeightChangeRead":{"properties":{"weight":{"type":"string","title":"Weight"},"current":{"type":"number","title":"Current"},"proposed":{"type":"number","title":"Proposed"},"relative_change_percent":{"type":"number","title":"Relative Change Percent"},"reason":{"type":"string","title":"Reason"}},"type":"object","required":["weight","current","proposed","relative_change_percent","reason"],"title":"OpsEditorialLearningWeightChangeRead"},"OpsEditorialQueueItemRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"lock_version":{"type":"integer","title":"Lock Version"},"title":{"type":"string","title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Name"},"published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Published At"},"source_count":{"type":"integer","title":"Source Count","default":0},"evidence_count":{"type":"integer","title":"Evidence Count","default":0},"smart_tags":{"items":{"type":"string"},"type":"array","title":"Smart Tags"},"editorial_score":{"type":"number","title":"Editorial Score","default":0},"editorial_priority":{"type":"string","title":"Editorial Priority","default":"standard"},"editorial_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Reason"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"},"article_word_count":{"type":"integer","title":"Article Word Count","default":0},"article_min_words":{"type":"integer","title":"Article Min Words","default":200},"publication_quality_status":{"type":"string","enum":["ready","blocked","legacy"],"title":"Publication Quality Status","default":"legacy"},"score_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Score Model"},"recommended_action":{"type":"string","enum":["feature","accept","hold","review"],"title":"Recommended Action","default":"review"},"curation_status":{"type":"string","enum":["pending","accepted","featured","held","rejected"],"title":"Curation Status","default":"pending"},"manual_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Manual Order"},"decision_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Decision Reason"},"decided_by":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Decided By"},"decided_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Decided At"},"assigned_editor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assigned Editor Id"},"assigned_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Assigned At"},"assignment_due_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Assignment Due At"},"assignment_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Assignment Reason"},"sla_status":{"type":"string","enum":["unassigned","on_track","due_soon","overdue","completed"],"title":"Sla Status","default":"unassigned"},"sla_remaining_seconds":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sla Remaining Seconds"},"sla_overdue_seconds":{"type":"integer","title":"Sla Overdue Seconds","default":0},"escalation_status":{"type":"string","enum":["none","due_soon","overdue","critical"],"title":"Escalation Status","default":"none"},"escalation_required":{"type":"boolean","title":"Escalation Required","default":false}},"type":"object","required":["event_id","version_id","lock_version","title"],"title":"OpsEditorialQueueItemRead"},"OpsEditorialQueueResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"config":{"$ref":"#/components/schemas/PublicFeedDisplayConfigRead"},"workflow_config":{"$ref":"#/components/schemas/OpsEditorialWorkflowConfigRead"},"edition_config":{"$ref":"#/components/schemas/OpsEditorialEditionConfigRead"},"workflow_metrics":{"$ref":"#/components/schemas/OpsEditorialWorkflowMetricsRead"},"rows":{"items":{"$ref":"#/components/schemas/OpsEditorialQueueItemRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","config","workflow_config","edition_config","workflow_metrics","rows"],"title":"OpsEditorialQueueResponse"},"OpsEditorialRelevanceAssessmentRead":{"properties":{"version":{"type":"string","title":"Version"},"input_hash":{"type":"string","title":"Input Hash"},"score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Score"},"threshold":{"type":"number","maximum":0.95,"minimum":0.5,"title":"Threshold"},"model_status":{"type":"string","enum":["eligible","needs_review"],"title":"Model Status"},"effective_status":{"type":"string","enum":["eligible","needs_review","rejected"],"title":"Effective Status"},"mode":{"type":"string","enum":["shadow","enforce"],"title":"Mode"},"reason_codes":{"items":{"type":"string"},"type":"array","title":"Reason Codes"},"evidence":{"items":{"type":"string"},"type":"array","title":"Evidence"},"validated_topics":{"items":{"type":"string"},"type":"array","title":"Validated Topics"},"evaluated_at":{"type":"string","format":"date-time","title":"Evaluated At"},"evaluated_by":{"type":"string","title":"Evaluated By"},"human_decision":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Human Decision"}},"type":"object","required":["version","input_hash","score","threshold","model_status","effective_status","mode","evaluated_at","evaluated_by"],"title":"OpsEditorialRelevanceAssessmentRead"},"OpsEditorialRelevanceBackfillCandidateRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"title":{"type":"string","title":"Title"},"source_name":{"type":"string","title":"Source Name"},"current_status":{"type":"string","title":"Current Status"},"proposed_status":{"type":"string","enum":["eligible","needs_review"],"title":"Proposed Status"},"score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Score"},"reason_codes":{"items":{"type":"string"},"type":"array","title":"Reason Codes"}},"type":"object","required":["event_id","title","source_name","current_status","proposed_status","score"],"title":"OpsEditorialRelevanceBackfillCandidateRead"},"OpsEditorialRelevanceBackfillPreviewRead":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"batch_size":{"type":"integer","title":"Batch Size"},"per_source_limit":{"type":"integer","title":"Per Source Limit"},"eligible_count":{"type":"integer","title":"Eligible Count"},"selected_count":{"type":"integer","title":"Selected Count"},"deferred_count":{"type":"integer","title":"Deferred Count"},"affects_operational_sli":{"type":"boolean","const":false,"title":"Affects Operational Sli","default":false},"changes_compliance":{"type":"boolean","const":false,"title":"Changes Compliance","default":false},"changes_publication_status":{"type":"boolean","const":false,"title":"Changes Publication Status","default":false},"rows":{"items":{"$ref":"#/components/schemas/OpsEditorialRelevanceBackfillCandidateRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","batch_size","per_source_limit","eligible_count","selected_count","deferred_count"],"title":"OpsEditorialRelevanceBackfillPreviewRead"},"OpsEditorialRelevanceBackfillRequest":{"properties":{"batch_size":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":1.0},{"type":"null"}],"title":"Batch Size"},"per_source_limit":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Per Source Limit"},"max_batches":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Max Batches","default":1},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["reason"],"title":"OpsEditorialRelevanceBackfillRequest"},"OpsEditorialRelevanceCalibrationRead":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"strategy":{"type":"string","const":"deterministic_stratified_v1","title":"Strategy","default":"deterministic_stratified_v1"},"target_positive_reviews":{"type":"integer","title":"Target Positive Reviews"},"reviewed_positive_count":{"type":"integer","title":"Reviewed Positive Count","default":0},"remaining_positive_reviews":{"type":"integer","title":"Remaining Positive Reviews","default":0},"unreviewed_positive_count":{"type":"integer","title":"Unreviewed Positive Count","default":0},"pending_needs_review_count":{"type":"integer","title":"Pending Needs Review Count","default":0},"selected_positive_count":{"type":"integer","title":"Selected Positive Count","default":0},"selected_source_count":{"type":"integer","title":"Selected Source Count","default":0},"selected_country_count":{"type":"integer","title":"Selected Country Count","default":0},"selected_topic_count":{"type":"integer","title":"Selected Topic Count","default":0},"score_bands":{"additionalProperties":{"type":"integer"},"type":"object","title":"Score Bands"},"slices":{"items":{"$ref":"#/components/schemas/OpsEditorialRelevanceCalibrationSliceRead"},"type":"array","title":"Slices"},"rows":{"items":{"$ref":"#/components/schemas/OpsEditorialRelevanceQueueItemRead"},"type":"array","title":"Rows"},"human_approval_required":{"type":"boolean","const":true,"title":"Human Approval Required","default":true},"bulk_decisions_allowed":{"type":"boolean","const":false,"title":"Bulk Decisions Allowed","default":false}},"type":"object","required":["generated_at","target_positive_reviews"],"title":"OpsEditorialRelevanceCalibrationRead"},"OpsEditorialRelevanceCalibrationSliceRead":{"properties":{"dimension":{"type":"string","enum":["source","country","topic","score_band"],"title":"Dimension"},"key":{"type":"string","title":"Key"},"candidate_count":{"type":"integer","title":"Candidate Count","default":0},"reviewed_count":{"type":"integer","title":"Reviewed Count","default":0},"reviewed_model_positive_count":{"type":"integer","title":"Reviewed Model Positive Count","default":0},"reviewed_model_negative_count":{"type":"integer","title":"Reviewed Model Negative Count","default":0},"false_positive_count":{"type":"integer","title":"False Positive Count","default":0},"false_negative_count":{"type":"integer","title":"False Negative Count","default":0},"reviewed_precision":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Reviewed Precision"}},"type":"object","required":["dimension","key"],"title":"OpsEditorialRelevanceCalibrationSliceRead"},"OpsEditorialRelevanceConfigUpdateRequest":{"properties":{"enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Enabled"},"mode":{"anyOf":[{"type":"string","enum":["shadow","enforce"]},{"type":"null"}],"title":"Mode"},"threshold":{"anyOf":[{"type":"number","maximum":0.95,"minimum":0.5},{"type":"null"}],"title":"Threshold"},"backfill_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Backfill Enabled"},"backfill_batch_size":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":1.0},{"type":"null"}],"title":"Backfill Batch Size"},"backfill_per_source_limit":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Backfill Per Source Limit"},"precision_target":{"anyOf":[{"type":"number","maximum":1.0,"minimum":0.8},{"type":"null"}],"title":"Precision Target"},"min_human_sample":{"anyOf":[{"type":"integer","maximum":1000.0,"minimum":10.0},{"type":"null"}],"title":"Min Human Sample"},"confirmation":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Confirmation"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["reason"],"title":"OpsEditorialRelevanceConfigUpdateRequest"},"OpsEditorialRelevanceDecisionRequest":{"properties":{"decision":{"type":"string","enum":["approve","reject"],"title":"Decision"},"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"expected_input_hash":{"type":"string","maxLength":64,"minLength":64,"title":"Expected Input Hash"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["decision","expected_lock_version","expected_input_hash","reason"],"title":"OpsEditorialRelevanceDecisionRequest"},"OpsEditorialRelevanceDecisionResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"item":{"$ref":"#/components/schemas/OpsEditorialRelevanceQueueItemRead"}},"type":"object","required":["item"],"title":"OpsEditorialRelevanceDecisionResponse"},"OpsEditorialRelevanceMetricsRead":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"candidate_event_count":{"type":"integer","title":"Candidate Event Count","default":0},"assessed_event_count":{"type":"integer","title":"Assessed Event Count","default":0},"unassessed_event_count":{"type":"integer","title":"Unassessed Event Count","default":0},"stale_assessment_count":{"type":"integer","title":"Stale Assessment Count","default":0},"eligible_count":{"type":"integer","title":"Eligible Count","default":0},"needs_review_count":{"type":"integer","title":"Needs Review Count","default":0},"rejected_count":{"type":"integer","title":"Rejected Count","default":0},"shadow_exposed_count":{"type":"integer","title":"Shadow Exposed Count","default":0},"human_approved_count":{"type":"integer","title":"Human Approved Count","default":0},"human_rejected_count":{"type":"integer","title":"Human Rejected Count","default":0},"reviewed_model_positive_count":{"type":"integer","title":"Reviewed Model Positive Count","default":0},"reviewed_model_negative_count":{"type":"integer","title":"Reviewed Model Negative Count","default":0},"true_positive_count":{"type":"integer","title":"True Positive Count","default":0},"true_negative_count":{"type":"integer","title":"True Negative Count","default":0},"false_positive_count":{"type":"integer","title":"False Positive Count","default":0},"false_negative_count":{"type":"integer","title":"False Negative Count","default":0},"reviewed_precision":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Reviewed Precision"},"reviewed_recall":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Reviewed Recall"},"reviewed_agreement":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Reviewed Agreement"},"precision_target":{"type":"number","title":"Precision Target"},"min_human_sample":{"type":"integer","title":"Min Human Sample"},"enforcement_ready":{"type":"boolean","title":"Enforcement Ready","default":false},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"}},"type":"object","required":["generated_at","precision_target","min_human_sample"],"title":"OpsEditorialRelevanceMetricsRead"},"OpsEditorialRelevanceQueueItemRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"lock_version":{"type":"integer","title":"Lock Version"},"title":{"type":"string","title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"source_name":{"type":"string","title":"Source Name"},"source_url":{"type":"string","title":"Source Url"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"institutions":{"items":{"type":"string"},"type":"array","title":"Institutions"},"publication_status":{"type":"string","title":"Publication Status"},"editorial_status":{"type":"string","title":"Editorial Status"},"assessment":{"$ref":"#/components/schemas/OpsEditorialRelevanceAssessmentRead"}},"type":"object","required":["event_id","version_id","lock_version","title","source_name","source_url","publication_status","editorial_status","assessment"],"title":"OpsEditorialRelevanceQueueItemRead"},"OpsEditorialRelevanceReprocessRequest":{"properties":{"expected_lock_version":{"type":"integer","minimum":1.0,"title":"Expected Lock Version"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["expected_lock_version","reason"],"title":"OpsEditorialRelevanceReprocessRequest"},"OpsEditorialRelevanceResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/EditorialRelevanceConfigRead"},"metrics":{"$ref":"#/components/schemas/OpsEditorialRelevanceMetricsRead"},"queue":{"items":{"$ref":"#/components/schemas/OpsEditorialRelevanceQueueItemRead"},"type":"array","title":"Queue"},"calibration":{"$ref":"#/components/schemas/OpsEditorialRelevanceCalibrationRead"},"backfill_preview":{"$ref":"#/components/schemas/OpsEditorialRelevanceBackfillPreviewRead"},"latest_job":{"anyOf":[{"$ref":"#/components/schemas/JobRunRead"},{"type":"null"}]}},"type":"object","required":["config","metrics","calibration","backfill_preview"],"title":"OpsEditorialRelevanceResponse"},"OpsEditorialReviewChecklistItemRead":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"status":{"type":"string","enum":["pass","warning","fail"],"title":"Status"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["key","label","status","detail"],"title":"OpsEditorialReviewChecklistItemRead"},"OpsEditorialReviewPacketResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"model":{"type":"string","title":"Model"},"item":{"$ref":"#/components/schemas/OpsEditorialQueueItemRead"},"checklist":{"items":{"$ref":"#/components/schemas/OpsEditorialReviewChecklistItemRead"},"type":"array","title":"Checklist"},"suggestions":{"items":{"$ref":"#/components/schemas/OpsEditorialReviewSuggestionRead"},"type":"array","title":"Suggestions"},"recommended_action":{"type":"string","enum":["feature","accept","hold","reject","review"],"title":"Recommended Action"},"editorial_brief":{"type":"string","title":"Editorial Brief"},"risk_notes":{"items":{"type":"string"},"type":"array","title":"Risk Notes"}},"type":"object","required":["generated_at","model","item","checklist","suggestions","recommended_action","editorial_brief"],"title":"OpsEditorialReviewPacketResponse"},"OpsEditorialReviewSuggestionRead":{"properties":{"field":{"type":"string","title":"Field"},"current_value":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Current Value"},"suggested_value":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Suggested Value"},"confidence":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Confidence"},"reason":{"type":"string","title":"Reason"},"requires_human_confirmation":{"type":"boolean","title":"Requires Human Confirmation","default":true}},"type":"object","required":["field","confidence","reason"],"title":"OpsEditorialReviewSuggestionRead"},"OpsEditorialRoutingProfileRead":{"properties":{"editor_id":{"type":"string","maxLength":160,"minLength":1,"title":"Editor Id"},"active":{"type":"boolean","title":"Active","default":true},"priority":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Priority","default":50},"max_active_assignments":{"anyOf":[{"type":"integer","maximum":200.0,"minimum":1.0},{"type":"null"}],"title":"Max Active Assignments"},"countries":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Countries"},"topics":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Topics"},"institutions":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Institutions"}},"type":"object","required":["editor_id"],"title":"OpsEditorialRoutingProfileRead"},"OpsEditorialWorkflowConfigRead":{"properties":{"assignment_required":{"type":"boolean","title":"Assignment Required","default":true},"default_sla_hours":{"type":"integer","maximum":168.0,"minimum":1.0,"title":"Default Sla Hours","default":24},"due_soon_hours":{"type":"integer","maximum":72.0,"minimum":1.0,"title":"Due Soon Hours","default":4},"escalation_after_hours":{"type":"integer","maximum":72.0,"minimum":0.0,"title":"Escalation After Hours","default":2},"auto_routing_enabled":{"type":"boolean","title":"Auto Routing Enabled","default":false},"replace_system_assignments":{"type":"boolean","title":"Replace System Assignments","default":true},"max_active_assignments_per_editor":{"type":"integer","maximum":200.0,"minimum":1.0,"title":"Max Active Assignments Per Editor","default":20},"routing_profiles":{"items":{"$ref":"#/components/schemas/OpsEditorialRoutingProfileRead"},"type":"array","maxItems":50,"title":"Routing Profiles"}},"type":"object","title":"OpsEditorialWorkflowConfigRead"},"OpsEditorialWorkflowConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsEditorialWorkflowConfigRead"}},"type":"object","required":["config"],"title":"OpsEditorialWorkflowConfigResponse"},"OpsEditorialWorkflowConfigUpdateRequest":{"properties":{"assignment_required":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Assignment Required"},"default_sla_hours":{"anyOf":[{"type":"integer","maximum":168.0,"minimum":1.0},{"type":"null"}],"title":"Default Sla Hours"},"due_soon_hours":{"anyOf":[{"type":"integer","maximum":72.0,"minimum":1.0},{"type":"null"}],"title":"Due Soon Hours"},"escalation_after_hours":{"anyOf":[{"type":"integer","maximum":72.0,"minimum":0.0},{"type":"null"}],"title":"Escalation After Hours"},"auto_routing_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Auto Routing Enabled"},"replace_system_assignments":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Replace System Assignments"},"max_active_assignments_per_editor":{"anyOf":[{"type":"integer","maximum":200.0,"minimum":1.0},{"type":"null"}],"title":"Max Active Assignments Per Editor"},"routing_profiles":{"anyOf":[{"items":{"$ref":"#/components/schemas/OpsEditorialRoutingProfileRead"},"type":"array","maxItems":50},{"type":"null"}],"title":"Routing Profiles"}},"type":"object","title":"OpsEditorialWorkflowConfigUpdateRequest"},"OpsEditorialWorkflowMetricsRead":{"properties":{"total_count":{"type":"integer","title":"Total Count","default":0},"assigned_count":{"type":"integer","title":"Assigned Count","default":0},"unassigned_count":{"type":"integer","title":"Unassigned Count","default":0},"on_track_count":{"type":"integer","title":"On Track Count","default":0},"due_soon_count":{"type":"integer","title":"Due Soon Count","default":0},"overdue_count":{"type":"integer","title":"Overdue Count","default":0},"escalation_count":{"type":"integer","title":"Escalation Count","default":0},"completed_count":{"type":"integer","title":"Completed Count","default":0},"human_assigned_count":{"type":"integer","title":"Human Assigned Count","default":0},"system_assigned_count":{"type":"integer","title":"System Assigned Count","default":0},"completion_rate":{"type":"number","maximum":100.0,"minimum":0.0,"title":"Completion Rate","default":0},"by_editor":{"items":{"$ref":"#/components/schemas/OpsEditorialEditorMetricsRead"},"type":"array","title":"By Editor"}},"type":"object","title":"OpsEditorialWorkflowMetricsRead"},"OpsHistoricalSourceFailureRead":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"status":{"type":"string","title":"Status"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"recovered":{"type":"boolean","title":"Recovered","default":false},"recovered_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Recovered At"}},"type":"object","required":["source_id","source_name","status","http_status","error_message","created_at"],"title":"OpsHistoricalSourceFailureRead"},"OpsNewsMetrics":{"properties":{"total":{"type":"integer","title":"Total"},"ingested_in_window":{"type":"integer","title":"Ingested In Window"},"pending_review":{"type":"integer","title":"Pending Review"},"publication_queue":{"type":"integer","title":"Publication Queue"},"discarded":{"type":"integer","title":"Discarded"},"by_status":{"items":{"$ref":"#/components/schemas/CountBreakdownItem"},"type":"array","title":"By Status"}},"type":"object","required":["total","ingested_in_window","pending_review","publication_queue","discarded","by_status"],"title":"OpsNewsMetrics"},"OpsOverviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"sources":{"$ref":"#/components/schemas/OpsSourceMetrics"},"crawlers":{"$ref":"#/components/schemas/OpsCrawlerMetrics"},"news":{"$ref":"#/components/schemas/OpsNewsMetrics"},"branch_heatmap":{"items":{"$ref":"#/components/schemas/OpsBranchHeatItem"},"type":"array","title":"Branch Heatmap"},"scoring":{"$ref":"#/components/schemas/OpsScoringMetrics"},"rate_limit":{"$ref":"#/components/schemas/OpsRateLimitMetrics"},"recent_audit_events":{"items":{"$ref":"#/components/schemas/OpsAuditEventRead"},"type":"array","title":"Recent Audit Events"},"operational_flags":{"items":{"type":"string"},"type":"array","title":"Operational Flags"}},"type":"object","required":["generated_at","window_hours","sources","crawlers","news","branch_heatmap","scoring","recent_audit_events","operational_flags"],"title":"OpsOverviewResponse"},"OpsPdfGovernanceConfigRead":{"properties":{"relevance_threshold":{"type":"number","maximum":0.95,"minimum":0.1,"title":"Relevance Threshold"},"ocr_enabled":{"type":"boolean","title":"Ocr Enabled"},"ocr_max_pages":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Ocr Max Pages"},"ocr_dpi":{"type":"integer","maximum":300.0,"minimum":100.0,"title":"Ocr Dpi"},"ocr_languages":{"type":"string","title":"Ocr Languages"},"ocr_timeout_seconds":{"type":"number","maximum":600.0,"minimum":5.0,"title":"Ocr Timeout Seconds"},"backfill_enabled":{"type":"boolean","title":"Backfill Enabled"},"backfill_cron":{"type":"string","title":"Backfill Cron"},"backfill_batch_size":{"type":"integer","maximum":25.0,"minimum":1.0,"title":"Backfill Batch Size"},"backfill_per_source_limit":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Backfill Per Source Limit"},"backfill_max_attempts":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Backfill Max Attempts"},"backfill_retry_base_seconds":{"type":"integer","maximum":86400.0,"minimum":60.0,"title":"Backfill Retry Base Seconds"},"sli_min_extraction_rate":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Sli Min Extraction Rate"},"sli_min_relevance_assessment_rate":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Sli Min Relevance Assessment Rate"},"sli_max_p95_latency_seconds":{"type":"number","maximum":3600.0,"minimum":1.0,"title":"Sli Max P95 Latency Seconds"},"human_approval_required":{"type":"boolean","title":"Human Approval Required","default":true},"hash_binding_required":{"type":"boolean","title":"Hash Binding Required","default":true}},"type":"object","required":["relevance_threshold","ocr_enabled","ocr_max_pages","ocr_dpi","ocr_languages","ocr_timeout_seconds","backfill_enabled","backfill_cron","backfill_batch_size","backfill_per_source_limit","backfill_max_attempts","backfill_retry_base_seconds","sli_min_extraction_rate","sli_min_relevance_assessment_rate","sli_max_p95_latency_seconds"],"title":"OpsPdfGovernanceConfigRead"},"OpsPdfGovernanceConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsPdfGovernanceConfigRead"}},"type":"object","required":["config"],"title":"OpsPdfGovernanceConfigResponse"},"OpsPdfGovernanceConfigUpdateRequest":{"properties":{"relevance_threshold":{"type":"number","maximum":0.95,"minimum":0.1,"title":"Relevance Threshold"},"ocr_enabled":{"type":"boolean","title":"Ocr Enabled"},"ocr_max_pages":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Ocr Max Pages"},"ocr_dpi":{"type":"integer","maximum":300.0,"minimum":100.0,"title":"Ocr Dpi"},"ocr_languages":{"type":"string","maxLength":80,"minLength":3,"pattern":"^[a-z]{3}(?:\\+[a-z]{3})*$","title":"Ocr Languages"},"ocr_timeout_seconds":{"type":"number","maximum":600.0,"minimum":5.0,"title":"Ocr Timeout Seconds"},"backfill_enabled":{"type":"boolean","title":"Backfill Enabled"},"backfill_cron":{"type":"string","maxLength":20,"minLength":9,"pattern":"^(?:[0-5]?\\d) (?:[01]?\\d|2[0-3]) \\* \\* \\*$","title":"Backfill Cron"},"backfill_batch_size":{"type":"integer","maximum":25.0,"minimum":1.0,"title":"Backfill Batch Size"},"backfill_per_source_limit":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Backfill Per Source Limit"},"backfill_max_attempts":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Backfill Max Attempts"},"backfill_retry_base_seconds":{"type":"integer","maximum":86400.0,"minimum":60.0,"title":"Backfill Retry Base Seconds"},"sli_min_extraction_rate":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Sli Min Extraction Rate"},"sli_min_relevance_assessment_rate":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Sli Min Relevance Assessment Rate"},"sli_max_p95_latency_seconds":{"type":"number","maximum":3600.0,"minimum":1.0,"title":"Sli Max P95 Latency Seconds"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"confirmation":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Confirmation"}},"type":"object","required":["relevance_threshold","ocr_enabled","ocr_max_pages","ocr_dpi","ocr_languages","ocr_timeout_seconds","backfill_enabled","backfill_cron","backfill_batch_size","backfill_per_source_limit","backfill_max_attempts","backfill_retry_base_seconds","sli_min_extraction_rate","sli_min_relevance_assessment_rate","sli_max_p95_latency_seconds","reason"],"title":"OpsPdfGovernanceConfigUpdateRequest"},"OpsProductGovernanceResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/ProductGovernanceConfigRead"},"surfaces":{"additionalProperties":{"$ref":"#/components/schemas/ProductSurfaceStatusRead"},"type":"object","title":"Surfaces"}},"type":"object","required":["config","surfaces"],"title":"OpsProductGovernanceResponse"},"OpsProductionCanaryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"run_date":{"type":"string","format":"date","title":"Run Date"},"base_url":{"type":"string","title":"Base Url"},"window_hours":{"type":"integer","title":"Window Hours"},"status":{"type":"string","enum":["ready","needs_attention","blocked"],"title":"Status"},"ready_for_clients":{"type":"boolean","title":"Ready For Clients"},"exit_code":{"type":"integer","title":"Exit Code"},"summary":{"additionalProperties":true,"type":"object","title":"Summary"},"checks":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Checks"},"latest_source_failures":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Latest Source Failures"},"historical_source_failures":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Historical Source Failures"},"storage_smoke":{"additionalProperties":true,"type":"object","title":"Storage Smoke"},"observability_evidence":{"additionalProperties":true,"type":"object","title":"Observability Evidence"},"operator_next_steps":{"items":{"type":"string"},"type":"array","title":"Operator Next Steps"},"files":{"additionalProperties":{"type":"string"},"type":"object","title":"Files"}},"type":"object","required":["generated_at","run_date","base_url","window_hours","status","ready_for_clients","exit_code","summary","checks","latest_source_failures","storage_smoke","operator_next_steps"],"title":"OpsProductionCanaryResponse"},"OpsProviderCostRead":{"properties":{"provider":{"type":"string","title":"Provider"},"provider_cost":{"type":"number","title":"Provider Cost"},"allocated_cost":{"type":"number","title":"Allocated Cost"},"currency":{"type":"string","title":"Currency"}},"type":"object","required":["provider","provider_cost","allocated_cost","currency"],"title":"OpsProviderCostRead"},"OpsPublicFeedConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/PublicFeedDisplayConfigRead"}},"type":"object","required":["config"],"title":"OpsPublicFeedConfigResponse"},"OpsPublicationAutomationConfigRead":{"properties":{"direct_publish_enabled":{"type":"boolean","title":"Direct Publish Enabled"},"max_age_days":{"type":"integer","maximum":365.0,"minimum":1.0,"title":"Max Age Days"},"batch_size":{"type":"integer","maximum":500.0,"minimum":1.0,"title":"Batch Size"},"quality_gate_required":{"type":"boolean","const":true,"title":"Quality Gate Required"},"evidence_gate_required":{"type":"boolean","const":true,"title":"Evidence Gate Required"},"translation_gate_required":{"type":"boolean","const":true,"title":"Translation Gate Required"}},"type":"object","required":["direct_publish_enabled","max_age_days","batch_size","quality_gate_required","evidence_gate_required","translation_gate_required"],"title":"OpsPublicationAutomationConfigRead"},"OpsPublicationAutomationConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsPublicationAutomationConfigRead"},"runtime":{"$ref":"#/components/schemas/OpsPublicationAutomationRuntimeRead"}},"type":"object","required":["config","runtime"],"title":"OpsPublicationAutomationConfigResponse"},"OpsPublicationAutomationConfigUpdateRequest":{"properties":{"direct_publish_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Direct Publish Enabled"},"max_age_days":{"anyOf":[{"type":"integer","maximum":365.0,"minimum":1.0},{"type":"null"}],"title":"Max Age Days"},"batch_size":{"anyOf":[{"type":"integer","maximum":500.0,"minimum":1.0},{"type":"null"}],"title":"Batch Size"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"confirmation":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Confirmation"}},"type":"object","required":["reason"],"title":"OpsPublicationAutomationConfigUpdateRequest"},"OpsPublicationAutomationRuntimeRead":{"properties":{"requested":{"type":"boolean","title":"Requested"},"effective":{"type":"boolean","title":"Effective"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"}},"type":"object","required":["requested","effective","blockers"],"title":"OpsPublicationAutomationRuntimeRead"},"OpsRagConfigRead":{"properties":{"search_enabled":{"type":"boolean","title":"Search Enabled","default":true},"public_search_enabled":{"type":"boolean","title":"Public Search Enabled","default":true},"default_corpus":{"type":"string","enum":["internal","public","all"],"title":"Default Corpus","default":"internal"},"search_max_chunks":{"type":"integer","maximum":5000.0,"minimum":10.0,"title":"Search Max Chunks","default":500},"result_limit_default":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Result Limit Default","default":10},"result_limit_max":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Result Limit Max","default":20},"auto_index_news_enabled":{"type":"boolean","title":"Auto Index News Enabled","default":true},"auto_index_events_enabled":{"type":"boolean","title":"Auto Index Events Enabled","default":true},"reconciliation_enabled":{"type":"boolean","title":"Reconciliation Enabled","default":true},"citation_required":{"type":"boolean","const":true,"title":"Citation Required","default":true}},"type":"object","title":"OpsRagConfigRead"},"OpsRagConfigResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/OpsRagConfigRead"}},"type":"object","required":["config"],"title":"OpsRagConfigResponse"},"OpsRagConfigUpdateRequest":{"properties":{"search_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Search Enabled"},"public_search_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Public Search Enabled"},"default_corpus":{"anyOf":[{"type":"string","enum":["internal","public","all"]},{"type":"null"}],"title":"Default Corpus"},"search_max_chunks":{"anyOf":[{"type":"integer","maximum":5000.0,"minimum":10.0},{"type":"null"}],"title":"Search Max Chunks"},"result_limit_default":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Result Limit Default"},"result_limit_max":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Result Limit Max"},"auto_index_news_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Auto Index News Enabled"},"auto_index_events_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Auto Index Events Enabled"},"reconciliation_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Reconciliation Enabled"},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"}},"type":"object","required":["reason"],"title":"OpsRagConfigUpdateRequest"},"OpsRagIndexResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"config":{"additionalProperties":true,"type":"object","title":"Config"},"indexed_documents":{"items":{"$ref":"#/components/schemas/OpsRagIndexedDocumentRead"},"type":"array","title":"Indexed Documents"}},"type":"object","required":["generated_at","config","indexed_documents"],"title":"OpsRagIndexResponse"},"OpsRagIndexedDocumentRead":{"properties":{"document_id":{"type":"string","format":"uuid","title":"Document Id"},"source_type":{"type":"string","title":"Source Type"},"source_id":{"type":"string","title":"Source Id"},"title":{"type":"string","title":"Title"},"citation_name":{"type":"string","title":"Citation Name"},"citation_url":{"type":"string","title":"Citation Url"},"factuality":{"type":"string","title":"Factuality"},"corpus":{"type":"string","enum":["internal","public"],"title":"Corpus","default":"internal"},"lifecycle_status":{"type":"string","enum":["active","withdrawn"],"title":"Lifecycle Status","default":"active"},"content_checksum":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Content Checksum"},"indexed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Indexed At"},"withdrawn_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Withdrawn At"},"chunk_count":{"type":"integer","title":"Chunk Count"},"total_tokens":{"type":"integer","title":"Total Tokens"},"chunk_strategies":{"items":{"type":"string"},"type":"array","title":"Chunk Strategies"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["document_id","source_type","source_id","title","citation_name","citation_url","factuality","chunk_count","total_tokens","created_at","updated_at"],"title":"OpsRagIndexedDocumentRead"},"OpsRagReconcileActionRead":{"properties":{"source_type":{"type":"string","title":"Source Type"},"source_id":{"type":"string","title":"Source Id"},"corpus":{"type":"string","enum":["internal","public"],"title":"Corpus"},"action":{"type":"string","enum":["index","reindex","withdraw"],"title":"Action"},"reason":{"type":"string","title":"Reason"}},"type":"object","required":["source_type","source_id","corpus","action","reason"],"title":"OpsRagReconcileActionRead"},"OpsRagReconcileRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"reason":{"type":"string","maxLength":800,"minLength":3,"title":"Reason"},"preview_signature":{"anyOf":[{"type":"string","maxLength":64,"minLength":64},{"type":"null"}],"title":"Preview Signature"}},"type":"object","required":["reason"],"title":"OpsRagReconcileRequest"},"OpsRagReconcileResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"preview_signature":{"type":"string","title":"Preview Signature"},"inspected_count":{"type":"integer","title":"Inspected Count"},"action_count":{"type":"integer","title":"Action Count"},"indexed_count":{"type":"integer","title":"Indexed Count"},"withdrawn_count":{"type":"integer","title":"Withdrawn Count"},"actions":{"items":{"$ref":"#/components/schemas/OpsRagReconcileActionRead"},"type":"array","title":"Actions"}},"type":"object","required":["dry_run","preview_signature","inspected_count","action_count","indexed_count","withdrawn_count","actions"],"title":"OpsRagReconcileResponse"},"OpsRateLimitMetrics":{"properties":{"enabled":{"type":"boolean","title":"Enabled","default":false},"backend":{"type":"string","title":"Backend","default":"memory"},"window_seconds":{"type":"integer","title":"Window Seconds","default":60},"default_limit":{"type":"integer","title":"Default Limit","default":0},"role_overrides":{"items":{"$ref":"#/components/schemas/OpsRateLimitRoleRead"},"type":"array","title":"Role Overrides"},"excluded_prefixes":{"items":{"type":"string"},"type":"array","title":"Excluded Prefixes"},"allowed_requests":{"type":"integer","title":"Allowed Requests","default":0},"rejected_requests":{"type":"integer","title":"Rejected Requests","default":0},"observed_clients":{"type":"integer","title":"Observed Clients","default":0},"throttled_clients":{"type":"integer","title":"Throttled Clients","default":0},"allowed_by_role":{"items":{"$ref":"#/components/schemas/CountBreakdownItem"},"type":"array","title":"Allowed By Role"},"rejected_by_role":{"items":{"$ref":"#/components/schemas/CountBreakdownItem"},"type":"array","title":"Rejected By Role"},"last_rejected_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Rejected At"}},"type":"object","title":"OpsRateLimitMetrics"},"OpsRateLimitRoleRead":{"properties":{"role":{"type":"string","title":"Role"},"requests_per_window":{"type":"integer","title":"Requests Per Window"}},"type":"object","required":["role","requests_per_window"],"title":"OpsRateLimitRoleRead"},"OpsScoreAverageRead":{"properties":{"score_type":{"type":"string","title":"Score Type"},"average":{"type":"number","title":"Average"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["score_type","average","count"],"title":"OpsScoreAverageRead"},"OpsScoringMetrics":{"properties":{"scored_news_items":{"type":"integer","title":"Scored News Items"},"average_scores":{"items":{"$ref":"#/components/schemas/OpsScoreAverageRead"},"type":"array","title":"Average Scores"}},"type":"object","required":["scored_news_items","average_scores"],"title":"OpsScoringMetrics"},"OpsSourceMetrics":{"properties":{"total":{"type":"integer","title":"Total"},"active":{"type":"integer","title":"Active"},"inactive":{"type":"integer","title":"Inactive"},"by_compliance_status":{"items":{"$ref":"#/components/schemas/CountBreakdownItem"},"type":"array","title":"By Compliance Status"}},"type":"object","required":["total","active","inactive","by_compliance_status"],"title":"OpsSourceMetrics"},"OpsSourceSliBucketRead":{"properties":{"starts_at":{"type":"string","format":"date-time","title":"Starts At"},"ends_at":{"type":"string","format":"date-time","title":"Ends At"},"numerator":{"type":"integer","title":"Numerator"},"denominator":{"type":"integer","title":"Denominator"},"rate":{"type":"number","title":"Rate"}},"type":"object","required":["starts_at","ends_at","numerator","denominator","rate"],"title":"OpsSourceSliBucketRead"},"OpsSourceSliProjectionRead":{"properties":{"assumption":{"type":"string","title":"Assumption"},"current_rate":{"type":"number","title":"Current Rate"},"projected_rate_after_window":{"type":"number","title":"Projected Rate After Window"},"threshold_recovery_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Threshold Recovery At"}},"type":"object","required":["assumption","current_rate","projected_rate_after_window"],"title":"OpsSourceSliProjectionRead"},"OpsSourceSliTrendResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"window_hours":{"type":"integer","title":"Window Hours"},"threshold":{"type":"number","title":"Threshold","default":0.95},"numerator":{"type":"integer","title":"Numerator"},"denominator":{"type":"integer","title":"Denominator"},"failures":{"type":"integer","title":"Failures"},"rate":{"type":"number","title":"Rate"},"gate_passes":{"type":"boolean","title":"Gate Passes"},"buckets":{"items":{"$ref":"#/components/schemas/OpsSourceSliBucketRead"},"type":"array","title":"Buckets"},"projection":{"$ref":"#/components/schemas/OpsSourceSliProjectionRead"}},"type":"object","required":["generated_at","window_hours","numerator","denominator","failures","rate","gate_passes","buckets","projection"],"title":"OpsSourceSliTrendResponse"},"OpsTopicBackfillCandidateRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"title":{"type":"string","title":"Title"},"source_name":{"type":"string","title":"Source Name"},"current_topics":{"items":{"type":"string"},"type":"array","title":"Current Topics"},"proposed_topics":{"items":{"type":"string"},"type":"array","title":"Proposed Topics"},"assignment_source":{"type":"string","title":"Assignment Source","default":"unassigned"}},"type":"object","required":["event_id","title","source_name"],"title":"OpsTopicBackfillCandidateRead"},"OpsTopicBackfillPreviewRead":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"batch_size":{"type":"integer","title":"Batch Size"},"per_source_limit":{"type":"integer","title":"Per Source Limit"},"eligible_count":{"type":"integer","title":"Eligible Count"},"selected_count":{"type":"integer","title":"Selected Count"},"deferred_count":{"type":"integer","title":"Deferred Count"},"rows":{"items":{"$ref":"#/components/schemas/OpsTopicBackfillCandidateRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","batch_size","per_source_limit","eligible_count","selected_count","deferred_count"],"title":"OpsTopicBackfillPreviewRead"},"OpsTopicBackfillRequest":{"properties":{"batch_size":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":1.0},{"type":"null"}],"title":"Batch Size"},"per_source_limit":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Per Source Limit"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["reason"],"title":"OpsTopicBackfillRequest"},"OpsTopicTaxonomyMetricsRead":{"properties":{"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"published_event_count":{"type":"integer","title":"Published Event Count","default":0},"assigned_event_count":{"type":"integer","title":"Assigned Event Count","default":0},"missing_event_count":{"type":"integer","title":"Missing Event Count","default":0},"coverage_rate":{"type":"number","title":"Coverage Rate","default":0},"topic_row_count":{"type":"integer","title":"Topic Row Count","default":0},"average_topics_per_assigned_event":{"type":"number","title":"Average Topics Per Assigned Event","default":0},"generic_topic_row_count":{"type":"integer","title":"Generic Topic Row Count","default":0},"by_topic":{"additionalProperties":{"type":"integer"},"type":"object","title":"By Topic"}},"type":"object","required":["generated_at"],"title":"OpsTopicTaxonomyMetricsRead"},"OpsTopicTaxonomyResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"config":{"$ref":"#/components/schemas/PublicFeedDisplayConfigRead"},"catalog":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Catalog"},"metrics":{"$ref":"#/components/schemas/OpsTopicTaxonomyMetricsRead"},"backfill_preview":{"$ref":"#/components/schemas/OpsTopicBackfillPreviewRead"},"latest_job":{"anyOf":[{"$ref":"#/components/schemas/JobRunRead"},{"type":"null"}]}},"type":"object","required":["config","metrics","backfill_preview"],"title":"OpsTopicTaxonomyResponse"},"OpsTranslationQueueItemRead":{"properties":{"record_id":{"type":"string","format":"uuid","title":"Record Id"},"source_type":{"type":"string","title":"Source Type"},"source_id":{"type":"string","title":"Source Id"},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Url"},"source_language":{"type":"string","title":"Source Language"},"target_language":{"type":"string","title":"Target Language"},"provider":{"type":"string","title":"Provider"},"model":{"type":"string","title":"Model"},"status":{"type":"string","title":"Status"},"source_payload":{"additionalProperties":{"type":"string"},"type":"object","title":"Source Payload"},"ai_suggestion":{"additionalProperties":{"type":"string"},"type":"object","title":"Ai Suggestion"},"comparison":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array","title":"Comparison"},"validation":{"additionalProperties":true,"type":"object","title":"Validation"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["record_id","source_type","source_id","source_language","target_language","provider","model","status","source_payload","ai_suggestion","comparison","validation","created_at","updated_at"],"title":"OpsTranslationQueueItemRead"},"OpsTranslationQueueResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"pending_count":{"type":"integer","title":"Pending Count"},"rows":{"items":{"$ref":"#/components/schemas/OpsTranslationQueueItemRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","pending_count","rows"],"title":"OpsTranslationQueueResponse"},"OpsTranslationReviewRequest":{"properties":{"action":{"type":"string","const":"approve","title":"Action","default":"approve"},"expected_updated_at":{"type":"string","format":"date-time","title":"Expected Updated At"},"translations":{"additionalProperties":{"type":"string"},"type":"object","maxProperties":10,"minProperties":1,"title":"Translations"},"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["expected_updated_at","translations","reason"],"title":"OpsTranslationReviewRequest"},"OpsTranslationReviewResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"record_id":{"type":"string","format":"uuid","title":"Record Id"},"status":{"type":"string","title":"Status"},"human_review_required":{"type":"boolean","title":"Human Review Required"},"reviewed_by":{"type":"string","title":"Reviewed By"},"reviewed_at":{"type":"string","format":"date-time","title":"Reviewed At"},"comparison":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array","title":"Comparison"},"validation":{"additionalProperties":true,"type":"object","title":"Validation"}},"type":"object","required":["record_id","status","human_review_required","reviewed_by","reviewed_at","comparison","validation"],"title":"OpsTranslationReviewResponse"},"Pagination":{"properties":{"limit":{"type":"integer","title":"Limit"},"offset":{"type":"integer","title":"Offset"},"total":{"type":"integer","title":"Total"}},"type":"object","required":["limit","offset","total"],"title":"Pagination"},"PasswordLoginRequest":{"properties":{"email":{"type":"string","maxLength":320,"minLength":5,"pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","title":"Email"},"password":{"type":"string","maxLength":128,"minLength":1,"format":"password","title":"Password","writeOnly":true}},"type":"object","required":["email","password"],"title":"PasswordLoginRequest"},"PasswordRegisterRequest":{"properties":{"email":{"type":"string","maxLength":320,"minLength":5,"pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","title":"Email"},"password":{"type":"string","maxLength":128,"minLength":12,"format":"password","title":"Password","writeOnly":true}},"type":"object","required":["email","password"],"title":"PasswordRegisterRequest"},"PasswordResetConfirmRequest":{"properties":{"token":{"type":"string","maxLength":512,"minLength":20,"title":"Token"},"password":{"type":"string","maxLength":128,"minLength":12,"format":"password","title":"Password","writeOnly":true}},"type":"object","required":["token","password"],"title":"PasswordResetConfirmRequest"},"PasswordResetRequest":{"properties":{"email":{"type":"string","maxLength":320,"minLength":5,"pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","title":"Email"}},"type":"object","required":["email"],"title":"PasswordResetRequest"},"PasswordUpdateRequest":{"properties":{"current_password":{"anyOf":[{"type":"string","maxLength":128,"format":"password","writeOnly":true},{"type":"null"}],"title":"Current Password"},"new_password":{"type":"string","maxLength":128,"minLength":12,"format":"password","title":"New Password","writeOnly":true}},"type":"object","required":["new_password"],"title":"PasswordUpdateRequest"},"PaymentReconcileResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"status":{"type":"string","title":"Status"},"subscription_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Subscription Id"},"transaction_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Transaction Id"},"duplicate":{"type":"boolean","title":"Duplicate"}},"type":"object","required":["event_id","status","subscription_id","transaction_id","duplicate"],"title":"PaymentReconcileResponse"},"PaymentWebhookAcceptedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"created":{"type":"boolean","title":"Created"},"status":{"type":"string","title":"Status"},"queued":{"type":"boolean","title":"Queued"}},"type":"object","required":["event_id","created","status","queued"],"title":"PaymentWebhookAcceptedResponse"},"PaymentWebhookListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/PaymentWebhookRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"PaymentWebhookListResponse"},"PaymentWebhookRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"provider":{"type":"string","title":"Provider"},"provider_event_id":{"type":"string","title":"Provider Event Id"},"signature_valid":{"type":"boolean","title":"Signature Valid"},"status":{"type":"string","title":"Status"},"received_at":{"type":"string","format":"date-time","title":"Received At"},"processed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Processed At"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"}},"type":"object","required":["id","provider","provider_event_id","signature_valid","status","received_at","processed_at","error_message"],"title":"PaymentWebhookRead"},"PersonalizedAudioCompositionRequest":{"properties":{"max_items":{"type":"integer","maximum":10.0,"minimum":1.0,"title":"Max Items","default":5},"personalization_level":{"type":"integer","maximum":3.0,"minimum":1.0,"title":"Personalization Level","default":2}},"type":"object","title":"PersonalizedAudioCompositionRequest"},"PersonalizedEventCardRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"title":{"type":"string","title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"why_it_matters":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Why It Matters"},"severity":{"type":"string","title":"Severity"},"impact_score":{"type":"number","title":"Impact Score"},"confidence":{"type":"number","title":"Confidence"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"published_at":{"type":"string","format":"date-time","title":"Published At"},"source_count":{"type":"integer","title":"Source Count"},"evidence_count":{"type":"integer","title":"Evidence Count"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Name"},"source_homepage_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Homepage Url"},"original_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Original Url"},"summary_technical":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary Technical"},"key_facts":{"items":{"type":"string"},"type":"array","title":"Key Facts"},"what_changed":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"What Changed"},"market_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market Implications"},"productive_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Productive Implications"},"regulatory_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Regulatory Implications"},"uncertainties":{"items":{"type":"string"},"type":"array","title":"Uncertainties"},"editorial_disclaimer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Disclaimer"},"source_language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Language"},"translation_status":{"type":"string","title":"Translation Status","default":"original"},"topics":{"items":{"type":"string"},"type":"array","title":"Topics"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"tags":{"items":{"type":"string"},"type":"array","title":"Tags"},"smart_tags":{"items":{"type":"string"},"type":"array","title":"Smart Tags"},"tag_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Model"},"editorial_score":{"type":"number","title":"Editorial Score","default":0},"editorial_priority":{"type":"string","title":"Editorial Priority","default":"standard"},"editorial_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Reason"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"},"article_word_count":{"type":"integer","title":"Article Word Count","default":0},"article_min_words":{"type":"integer","title":"Article Min Words","default":200},"publication_quality_status":{"type":"string","enum":["ready","blocked","legacy"],"title":"Publication Quality Status","default":"legacy"},"score_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Score Model"},"curation_status":{"type":"string","enum":["pending","accepted","featured","held","rejected"],"title":"Curation Status","default":"pending"},"manual_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Manual Order"},"evidence_links":{"items":{"$ref":"#/components/schemas/NewsEvidenceLinkRead"},"type":"array","title":"Evidence Links"},"source_document":{"anyOf":[{"$ref":"#/components/schemas/SourceDocumentRead"},{"type":"null"}]},"citation_notice":{"type":"string","title":"Citation Notice","default":""},"recommendation_score":{"type":"number","title":"Recommendation Score"},"why_recommended":{"type":"string","title":"Why Recommended"},"matched_preferences":{"items":{"type":"string"},"type":"array","title":"Matched Preferences"},"matched_watchlists":{"items":{"type":"string"},"type":"array","title":"Matched Watchlists"},"impact_explanation":{"type":"string","title":"Impact Explanation"}},"type":"object","required":["event_id","version_id","title","summary","why_it_matters","severity","impact_score","confidence","country","language","published_at","source_count","evidence_count","recommendation_score","why_recommended","impact_explanation"],"title":"PersonalizedEventCardRead"},"PersonalizedFeedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"rows":{"items":{"$ref":"#/components/schemas/PersonalizedEventCardRead"},"type":"array","title":"Rows"}},"type":"object","required":["generated_at","user_id","rows"],"title":"PersonalizedFeedResponse"},"PipelineBatchRunRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"require_successful_test":{"type":"boolean","title":"Require Successful Test","default":true},"source_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":20,"minItems":1,"title":"Source Ids"}},"type":"object","required":["source_ids"],"title":"PipelineBatchRunRequest"},"PipelineBatchRunResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"require_successful_test":{"type":"boolean","title":"Require Successful Test"},"requested_count":{"type":"integer","title":"Requested Count"},"ran_count":{"type":"integer","title":"Ran Count"},"created_count":{"type":"integer","title":"Created Count"},"duplicate_count":{"type":"integer","title":"Duplicate Count"},"failed_count":{"type":"integer","title":"Failed Count"},"scored_count":{"type":"integer","title":"Scored Count"},"card_count":{"type":"integer","title":"Card Count"},"results":{"items":{"$ref":"#/components/schemas/PipelineBatchSourceResult"},"type":"array","title":"Results"}},"type":"object","required":["dry_run","require_successful_test","requested_count","ran_count","created_count","duplicate_count","failed_count","scored_count","card_count","results"],"title":"PipelineBatchRunResponse"},"PipelineBatchSourceResult":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"ok":{"type":"boolean","title":"Ok"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"compliance_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Compliance Status"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"latest_test_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Latest Test Status"},"action":{"type":"string","title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"fetch_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Fetch Id"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"created_count":{"type":"integer","title":"Created Count","default":0},"duplicate_count":{"type":"integer","title":"Duplicate Count","default":0},"failed_count":{"type":"integer","title":"Failed Count","default":0},"scored_count":{"type":"integer","title":"Scored Count","default":0},"card_count":{"type":"integer","title":"Card Count","default":0},"error_count":{"type":"integer","title":"Error Count","default":0}},"type":"object","required":["source_id","ok","action"],"title":"PipelineBatchSourceResult"},"PipelineItemErrorRead":{"properties":{"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"stage":{"type":"string","title":"Stage"},"error_message":{"type":"string","title":"Error Message"}},"type":"object","required":["news_item_id","stage","error_message"],"title":"PipelineItemErrorRead"},"PipelineRunResponse":{"properties":{"ok":{"type":"boolean","title":"Ok"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"fetch_id":{"type":"string","format":"uuid","title":"Fetch Id"},"status":{"type":"string","title":"Status"},"created_count":{"type":"integer","title":"Created Count"},"duplicate_count":{"type":"integer","title":"Duplicate Count"},"failed_count":{"type":"integer","title":"Failed Count"},"scored_count":{"type":"integer","title":"Scored Count"},"cards":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Cards"},"errors":{"items":{"$ref":"#/components/schemas/PipelineItemErrorRead"},"type":"array","title":"Errors"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"}},"type":"object","required":["ok","source_id","fetch_id","status","created_count","duplicate_count","failed_count","scored_count","cards","errors"],"title":"PipelineRunResponse"},"PodcastClipRead":{"properties":{"order":{"type":"integer","title":"Order"},"segment_title":{"type":"string","title":"Segment Title"},"speaker_role":{"type":"string","title":"Speaker Role"},"voice_profile":{"type":"string","title":"Voice Profile"},"voice_model":{"type":"string","title":"Voice Model"},"target_seconds":{"type":"integer","title":"Target Seconds"},"estimated_audio_seconds":{"type":"integer","title":"Estimated Audio Seconds"},"asset_key":{"type":"string","title":"Asset Key"},"public_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Public Url"},"status":{"type":"string","title":"Status"},"text":{"type":"string","title":"Text"},"ssml":{"type":"string","title":"Ssml"}},"type":"object","required":["order","segment_title","speaker_role","voice_profile","voice_model","target_seconds","estimated_audio_seconds","asset_key","public_url","status","text","ssml"],"title":"PodcastClipRead"},"PodcastDistributionTargetRead":{"properties":{"channel":{"type":"string","title":"Channel"},"status":{"type":"string","title":"Status"},"target_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Target Url"},"notes":{"type":"string","title":"Notes"}},"type":"object","required":["channel","status","notes"],"title":"PodcastDistributionTargetRead"},"PodcastMusicLibraryResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"settings":{"$ref":"#/components/schemas/PodcastMusicSettingsRead"},"tracks":{"items":{"$ref":"#/components/schemas/PodcastMusicTrackRead"},"type":"array","title":"Tracks"}},"type":"object","required":["settings","tracks"],"title":"PodcastMusicLibraryResponse"},"PodcastMusicSettingsRead":{"properties":{"mode":{"type":"string","enum":["configured","library","generated","disabled"],"title":"Mode"},"selected_track_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Selected Track Id"},"selected_track_title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Selected Track Title"},"gain_db":{"type":"number","title":"Gain Db"},"intro_seconds":{"type":"number","title":"Intro Seconds"},"outro_seconds":{"type":"number","title":"Outro Seconds"},"fade_seconds":{"type":"number","title":"Fade Seconds"},"configured_asset_available":{"type":"boolean","title":"Configured Asset Available"}},"type":"object","required":["mode","gain_db","intro_seconds","outro_seconds","fade_seconds","configured_asset_available"],"title":"PodcastMusicSettingsRead"},"PodcastMusicSettingsUpdate":{"properties":{"mode":{"type":"string","enum":["configured","library","generated","disabled"],"title":"Mode"},"selected_track_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Selected Track Id"},"gain_db":{"type":"number","maximum":-8.0,"minimum":-40.0,"title":"Gain Db","default":-23},"intro_seconds":{"type":"number","maximum":30.0,"minimum":0.0,"title":"Intro Seconds","default":5},"outro_seconds":{"type":"number","maximum":30.0,"minimum":0.0,"title":"Outro Seconds","default":4},"fade_seconds":{"type":"number","maximum":15.0,"minimum":0.1,"title":"Fade Seconds","default":3}},"type":"object","required":["mode"],"title":"PodcastMusicSettingsUpdate"},"PodcastMusicTrackRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"title":{"type":"string","title":"Title"},"original_filename":{"type":"string","title":"Original Filename"},"media_type":{"type":"string","title":"Media Type"},"size_bytes":{"type":"integer","title":"Size Bytes"},"duration_seconds":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Duration Seconds"},"rights_status":{"type":"string","title":"Rights Status"},"status":{"type":"string","title":"Status"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"audio_url":{"type":"string","title":"Audio Url"}},"type":"object","required":["id","title","original_filename","media_type","size_bytes","duration_seconds","rights_status","status","created_at","updated_at","audio_url"],"title":"PodcastMusicTrackRead"},"PodcastMusicTrackUpdate":{"properties":{"title":{"anyOf":[{"type":"string","maxLength":240,"minLength":2},{"type":"null"}],"title":"Title"},"rights_status":{"anyOf":[{"type":"string","enum":["owned","licensed","public_domain"]},{"type":"null"}],"title":"Rights Status"}},"type":"object","title":"PodcastMusicTrackUpdate"},"PodcastSegmentRead":{"properties":{"order":{"type":"integer","title":"Order"},"title":{"type":"string","title":"Title"},"speaker_role":{"type":"string","title":"Speaker Role"},"target_seconds":{"type":"integer","title":"Target Seconds"},"script":{"type":"string","title":"Script"},"related_card_ids":{"items":{"type":"string","format":"uuid"},"type":"array","title":"Related Card Ids"}},"type":"object","required":["order","title","speaker_role","target_seconds","script","related_card_ids"],"title":"PodcastSegmentRead"},"PodcastSourceRead":{"properties":{"card_id":{"type":"string","format":"uuid","title":"Card Id"},"title":{"type":"string","title":"Title"},"source_name":{"type":"string","title":"Source Name"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"original_url":{"type":"string","title":"Original Url"},"selected":{"type":"boolean","title":"Selected","default":true}},"type":"object","required":["card_id","title","source_name","original_url"],"title":"PodcastSourceRead"},"PodcastStudioDraftRequest":{"properties":{"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"branch":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"},"commodity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"},"audience":{"type":"string","maxLength":80,"minLength":2,"title":"Audience","default":"general"},"format":{"type":"string","enum":["short","standard","premium"],"title":"Format","default":"short"},"translate_to_spanish":{"type":"boolean","title":"Translate To Spanish","default":true},"expand_acronyms":{"type":"boolean","title":"Expand Acronyms","default":true},"selected_card_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":12,"title":"Selected Card Ids"}},"type":"object","title":"PodcastStudioDraftRequest"},"PodcastStudioPublishRequest":{"properties":{"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"branch":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"},"commodity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"},"audience":{"type":"string","maxLength":80,"minLength":2,"title":"Audience","default":"general"},"format":{"type":"string","enum":["short","standard","premium"],"title":"Format","default":"short"},"translate_to_spanish":{"type":"boolean","title":"Translate To Spanish","default":true},"expand_acronyms":{"type":"boolean","title":"Expand Acronyms","default":true},"selected_card_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":12,"title":"Selected Card Ids"},"title":{"type":"string","maxLength":240,"minLength":8,"title":"Title"},"segments":{"items":{"$ref":"#/components/schemas/PodcastStudioSegmentInput"},"type":"array","maxItems":20,"minItems":1,"title":"Segments"},"editorial_review_confirmed":{"type":"boolean","title":"Editorial Review Confirmed"},"synthetic_voice_disclosure_confirmed":{"type":"boolean","title":"Synthetic Voice Disclosure Confirmed"},"reason":{"type":"string","maxLength":1000,"minLength":8,"title":"Reason"}},"type":"object","required":["title","segments","editorial_review_confirmed","synthetic_voice_disclosure_confirmed","reason"],"title":"PodcastStudioPublishRequest"},"PodcastStudioSegmentInput":{"properties":{"order":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Order"},"title":{"type":"string","maxLength":160,"minLength":2,"title":"Title"},"speaker_role":{"type":"string","maxLength":80,"minLength":2,"title":"Speaker Role"},"target_seconds":{"type":"integer","maximum":900.0,"minimum":8.0,"title":"Target Seconds"},"script":{"type":"string","maxLength":5000,"minLength":20,"title":"Script"},"related_card_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":12,"minItems":1,"title":"Related Card Ids"}},"type":"object","required":["order","title","speaker_role","target_seconds","script","related_card_ids"],"title":"PodcastStudioSegmentInput"},"PodcastVoiceRead":{"properties":{"role":{"type":"string","title":"Role"},"display_name":{"type":"string","title":"Display Name"},"voice_profile":{"type":"string","title":"Voice Profile"}},"type":"object","required":["role","display_name","voice_profile"],"title":"PodcastVoiceRead"},"PreferenceDeleteResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"deleted":{"type":"boolean","title":"Deleted"},"preference_type":{"type":"string","title":"Preference Type"},"key":{"type":"string","title":"Key"}},"type":"object","required":["deleted","preference_type","key"],"title":"PreferenceDeleteResponse"},"PreferenceListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/PreferenceRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"PreferenceListResponse"},"PreferenceRead":{"properties":{"preference_type":{"type":"string","title":"Preference Type"},"key":{"type":"string","title":"Key"},"weight":{"type":"number","title":"Weight"}},"type":"object","required":["preference_type","key","weight"],"title":"PreferenceRead"},"PreferenceUpsertRequest":{"properties":{"preference_type":{"type":"string","enum":["topic","branch","commodity","country","region"],"title":"Preference Type"},"key":{"type":"string","maxLength":160,"minLength":1,"title":"Key"},"weight":{"type":"number","maximum":3.0,"minimum":0.1,"title":"Weight","default":1}},"type":"object","required":["preference_type","key"],"title":"PreferenceUpsertRequest"},"PrincipalResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"actor_id":{"type":"string","title":"Actor Id"},"role":{"type":"string","title":"Role"},"auth_enabled":{"type":"boolean","title":"Auth Enabled"}},"type":"object","required":["actor_id","role","auth_enabled"],"title":"PrincipalResponse"},"PrivatePodcastFeedIssueRequest":{"properties":{"title":{"type":"string","maxLength":500,"minLength":2,"title":"Title","default":"AgroNews personalizado"},"description":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Description"},"language":{"type":"string","maxLength":12,"minLength":2,"title":"Language","default":"es-UY"}},"type":"object","title":"PrivatePodcastFeedIssueRequest"},"PrivatePodcastFeedRead":{"properties":{"feed_id":{"type":"string","format":"uuid","title":"Feed Id"},"title":{"type":"string","title":"Title"},"status":{"type":"string","title":"Status"},"feed_url":{"type":"string","title":"Feed Url"},"token":{"type":"string","title":"Token"},"topics":{"items":{"type":"string"},"type":"array","title":"Topics"}},"type":"object","required":["feed_id","title","status","feed_url","token"],"title":"PrivatePodcastFeedRead"},"PrivatePodcastFeedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"feed":{"$ref":"#/components/schemas/PrivatePodcastFeedRead"}},"type":"object","required":["feed"],"title":"PrivatePodcastFeedResponse"},"PrivatePodcastFeedStatusRead":{"properties":{"feed_id":{"type":"string","format":"uuid","title":"Feed Id"},"title":{"type":"string","title":"Title"},"status":{"type":"string","title":"Status"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"topics":{"items":{"type":"string"},"type":"array","title":"Topics"}},"type":"object","required":["feed_id","title","status","created_at"],"title":"PrivatePodcastFeedStatusRead"},"PrivatePodcastFeedStatusResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"feed":{"anyOf":[{"$ref":"#/components/schemas/PrivatePodcastFeedStatusRead"},{"type":"null"}]}},"type":"object","required":["feed"],"title":"PrivatePodcastFeedStatusResponse"},"ProductAnalyticsEventRequest":{"properties":{"exposure_token":{"type":"string","maxLength":2000,"minLength":40,"title":"Exposure Token"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"},"event_type":{"type":"string","enum":["qualified_read","qualified_listen","follow","save","return"],"title":"Event Type"},"event_payload":{"additionalProperties":true,"type":"object","title":"Event Payload"}},"type":"object","required":["exposure_token","idempotency_key","event_type"],"title":"ProductAnalyticsEventRequest"},"ProductAnalyticsEventResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"event_id":{"type":"string","format":"uuid","title":"Event Id"},"duplicate":{"type":"boolean","title":"Duplicate","default":false}},"type":"object","required":["event_id"],"title":"ProductAnalyticsEventResponse"},"ProductExperimentCreateRequest":{"properties":{"key":{"type":"string","maxLength":120,"minLength":3,"pattern":"^[a-z0-9][a-z0-9_-]+$","title":"Key"},"name":{"type":"string","maxLength":200,"minLength":3,"title":"Name"},"hypothesis":{"type":"string","maxLength":4000,"minLength":10,"title":"Hypothesis"},"primary_metric":{"type":"string","maxLength":160,"minLength":3,"title":"Primary Metric"},"guardrails":{"additionalProperties":true,"type":"object","title":"Guardrails"},"variants":{"additionalProperties":true,"type":"object","title":"Variants"},"preregistration":{"additionalProperties":true,"type":"object","title":"Preregistration"},"starts_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starts At"},"ends_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Ends At"}},"type":"object","required":["key","name","hypothesis","primary_metric","guardrails","variants","preregistration"],"title":"ProductExperimentCreateRequest"},"ProductExperimentListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/ProductExperimentRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"ProductExperimentListResponse"},"ProductExperimentRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"key":{"type":"string","title":"Key"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"},"mode":{"type":"string","title":"Mode"},"hypothesis":{"type":"string","title":"Hypothesis"},"primary_metric":{"type":"string","title":"Primary Metric"},"guardrails_json":{"additionalProperties":true,"type":"object","title":"Guardrails Json"},"variants_json":{"additionalProperties":true,"type":"object","title":"Variants Json"},"preregistration_json":{"additionalProperties":true,"type":"object","title":"Preregistration Json"},"owner_actor_id":{"type":"string","title":"Owner Actor Id"},"starts_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starts At"},"ends_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Ends At"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","key","name","status","mode","hypothesis","primary_metric","guardrails_json","variants_json","preregistration_json","owner_actor_id","starts_at","ends_at","created_at","updated_at"],"title":"ProductExperimentRead"},"ProductExperimentTransitionRequest":{"properties":{"action":{"type":"string","enum":["approve_shadow","pause","complete"],"title":"Action"},"reason":{"type":"string","maxLength":1000,"minLength":3,"title":"Reason"}},"type":"object","required":["action","reason"],"title":"ProductExperimentTransitionRequest"},"ProductGovernanceConfigRead":{"properties":{"pro_mode":{"type":"string","enum":["disabled","prototype"],"title":"Pro Mode"},"teams_mode":{"type":"string","enum":["disabled","internal"],"title":"Teams Mode"},"sponsorship_mode":{"type":"string","enum":["disabled","internal"],"title":"Sponsorship Mode"},"oem_mode":{"type":"string","enum":["disabled","internal"],"title":"Oem Mode"},"agent_mode":{"type":"string","enum":["disabled","internal"],"title":"Agent Mode"},"analytics_mode":{"type":"string","enum":["disabled","shadow"],"title":"Analytics Mode"},"evidence_refs":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"propertyNames":{"enum":["retention","willingness_to_pay","rights","restore","sli","brand_safety","pricing","terms"]},"type":"object","title":"Evidence Refs"},"agent_catalog":{"additionalProperties":{"$ref":"#/components/schemas/AgentProductConfigRead"},"type":"object","title":"Agent Catalog"}},"type":"object","required":["pro_mode","teams_mode","sponsorship_mode","oem_mode","agent_mode","analytics_mode","evidence_refs","agent_catalog"],"title":"ProductGovernanceConfigRead"},"ProductGovernanceUpdateRequest":{"properties":{"pro_mode":{"anyOf":[{"type":"string","enum":["disabled","prototype"]},{"type":"null"}],"title":"Pro Mode"},"teams_mode":{"anyOf":[{"type":"string","enum":["disabled","internal"]},{"type":"null"}],"title":"Teams Mode"},"sponsorship_mode":{"anyOf":[{"type":"string","enum":["disabled","internal"]},{"type":"null"}],"title":"Sponsorship Mode"},"oem_mode":{"anyOf":[{"type":"string","enum":["disabled","internal"]},{"type":"null"}],"title":"Oem Mode"},"agent_mode":{"anyOf":[{"type":"string","enum":["disabled","internal"]},{"type":"null"}],"title":"Agent Mode"},"analytics_mode":{"anyOf":[{"type":"string","enum":["disabled","shadow"]},{"type":"null"}],"title":"Analytics Mode"},"evidence_refs":{"anyOf":[{"additionalProperties":{"items":{"type":"string"},"type":"array"},"propertyNames":{"enum":["retention","willingness_to_pay","rights","restore","sli","brand_safety","pricing","terms"]},"type":"object"},{"type":"null"}],"title":"Evidence Refs"},"agent_catalog":{"anyOf":[{"additionalProperties":{"$ref":"#/components/schemas/AgentProductConfigRead"},"type":"object"},{"type":"null"}],"title":"Agent Catalog"},"reason":{"anyOf":[{"type":"string","maxLength":800},{"type":"null"}],"title":"Reason"}},"type":"object","title":"ProductGovernanceUpdateRequest"},"ProductSurfaceStatusRead":{"properties":{"mode":{"type":"string","title":"Mode"},"runtime_enabled":{"type":"boolean","title":"Runtime Enabled"},"eligible":{"type":"boolean","title":"Eligible"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"}},"type":"object","required":["mode","runtime_enabled","eligible","blockers"],"title":"ProductSurfaceStatusRead"},"PublicEditorialOutcomeRequest":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"event_type":{"type":"string","enum":["impression","open","engaged_read","share","save"],"title":"Event Type"},"surface":{"type":"string","maxLength":80,"minLength":2,"pattern":"^[a-z0-9][a-z0-9_:-]*$","title":"Surface"},"position":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Position"},"idempotency_key":{"type":"string","format":"uuid","title":"Idempotency Key"}},"type":"object","required":["event_id","event_type","surface","idempotency_key"],"title":"PublicEditorialOutcomeRequest"},"PublicEditorialOutcomeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"outcome_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Outcome Id"},"recorded":{"type":"boolean","title":"Recorded"},"duplicate":{"type":"boolean","title":"Duplicate","default":false},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"occurred_at":{"type":"string","format":"date-time","title":"Occurred At"}},"type":"object","required":["recorded","occurred_at"],"title":"PublicEditorialOutcomeResponse"},"PublicEventCardRead":{"properties":{"event_id":{"type":"string","format":"uuid","title":"Event Id"},"version_id":{"type":"string","format":"uuid","title":"Version Id"},"title":{"type":"string","title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"why_it_matters":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Why It Matters"},"severity":{"type":"string","title":"Severity"},"impact_score":{"type":"number","title":"Impact Score"},"confidence":{"type":"number","title":"Confidence"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"published_at":{"type":"string","format":"date-time","title":"Published At"},"source_count":{"type":"integer","title":"Source Count"},"evidence_count":{"type":"integer","title":"Evidence Count"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Name"},"source_homepage_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Homepage Url"},"original_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Original Url"},"summary_technical":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary Technical"},"key_facts":{"items":{"type":"string"},"type":"array","title":"Key Facts"},"what_changed":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"What Changed"},"market_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Market Implications"},"productive_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Productive Implications"},"regulatory_implications":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Regulatory Implications"},"uncertainties":{"items":{"type":"string"},"type":"array","title":"Uncertainties"},"editorial_disclaimer":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Disclaimer"},"source_language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Language"},"translation_status":{"type":"string","title":"Translation Status","default":"original"},"topics":{"items":{"type":"string"},"type":"array","title":"Topics"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"tags":{"items":{"type":"string"},"type":"array","title":"Tags"},"smart_tags":{"items":{"type":"string"},"type":"array","title":"Smart Tags"},"tag_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tag Model"},"editorial_score":{"type":"number","title":"Editorial Score","default":0},"editorial_priority":{"type":"string","title":"Editorial Priority","default":"standard"},"editorial_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Editorial Reason"},"quality_flags":{"items":{"type":"string"},"type":"array","title":"Quality Flags"},"article_word_count":{"type":"integer","title":"Article Word Count","default":0},"article_min_words":{"type":"integer","title":"Article Min Words","default":200},"publication_quality_status":{"type":"string","enum":["ready","blocked","legacy"],"title":"Publication Quality Status","default":"legacy"},"score_model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Score Model"},"curation_status":{"type":"string","enum":["pending","accepted","featured","held","rejected"],"title":"Curation Status","default":"pending"},"manual_order":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Manual Order"},"evidence_links":{"items":{"$ref":"#/components/schemas/NewsEvidenceLinkRead"},"type":"array","title":"Evidence Links"},"source_document":{"anyOf":[{"$ref":"#/components/schemas/SourceDocumentRead"},{"type":"null"}]},"citation_notice":{"type":"string","title":"Citation Notice","default":""}},"type":"object","required":["event_id","version_id","title","summary","why_it_matters","severity","impact_score","confidence","country","language","published_at","source_count","evidence_count"],"title":"PublicEventCardRead"},"PublicEventFeedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"rows":{"items":{"$ref":"#/components/schemas/PublicEventCardRead"},"type":"array","title":"Rows"},"next_cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next Cursor"}},"type":"object","required":["generated_at","rows"],"title":"PublicEventFeedResponse"},"PublicFeedConfigUpdateRequest":{"properties":{"article_min_words":{"anyOf":[{"type":"integer","maximum":5000.0,"minimum":200.0},{"type":"null"}],"title":"Article Min Words"},"card_summary_max_words":{"anyOf":[{"type":"integer","maximum":400.0,"minimum":40.0},{"type":"null"}],"title":"Card Summary Max Words"},"summary_word_limit":{"anyOf":[{"type":"integer","maximum":400.0,"minimum":40.0},{"type":"null"}],"title":"Summary Word Limit","deprecated":true},"homepage_feed_limit":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Homepage Feed Limit"},"latest_publications_limit":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Latest Publications Limit"},"editorial_min_score":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Editorial Min Score"},"editorial_diversity_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Editorial Diversity Enabled"},"editorial_manual_curation_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Editorial Manual Curation Enabled"},"smart_tags_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Smart Tags Enabled"},"topic_taxonomy_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Topic Taxonomy Enabled"},"topic_min_confidence":{"anyOf":[{"type":"number","maximum":0.95,"minimum":0.2},{"type":"null"}],"title":"Topic Min Confidence"},"topic_max_per_event":{"anyOf":[{"type":"integer","maximum":3.0,"minimum":1.0},{"type":"null"}],"title":"Topic Max Per Event"},"topic_backfill_enabled":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Topic Backfill Enabled"},"topic_backfill_batch_size":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":1.0},{"type":"null"}],"title":"Topic Backfill Batch Size"},"topic_backfill_per_source_limit":{"anyOf":[{"type":"integer","maximum":20.0,"minimum":1.0},{"type":"null"}],"title":"Topic Backfill Per Source Limit"}},"type":"object","title":"PublicFeedConfigUpdateRequest"},"PublicFeedDisplayConfigRead":{"properties":{"article_min_words":{"type":"integer","maximum":5000.0,"minimum":200.0,"title":"Article Min Words","default":200},"card_summary_max_words":{"type":"integer","maximum":400.0,"minimum":40.0,"title":"Card Summary Max Words","default":240},"summary_word_limit":{"type":"integer","maximum":400.0,"minimum":40.0,"title":"Summary Word Limit","default":240,"deprecated":true},"minimum_summary_words":{"type":"integer","maximum":5000.0,"minimum":200.0,"title":"Minimum Summary Words","default":200,"deprecated":true},"homepage_feed_limit":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Homepage Feed Limit","default":24},"latest_publications_limit":{"type":"integer","maximum":50.0,"minimum":1.0,"title":"Latest Publications Limit","default":50},"editorial_min_score":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Editorial Min Score","default":0},"editorial_diversity_enabled":{"type":"boolean","title":"Editorial Diversity Enabled","default":true},"editorial_manual_curation_enabled":{"type":"boolean","title":"Editorial Manual Curation Enabled","default":true},"smart_tags_enabled":{"type":"boolean","title":"Smart Tags Enabled","default":true},"smart_tag_model":{"type":"string","title":"Smart Tag Model"},"topic_taxonomy_enabled":{"type":"boolean","title":"Topic Taxonomy Enabled","default":true},"topic_taxonomy_version":{"type":"string","title":"Topic Taxonomy Version","default":"agro-topics-v1"},"topic_assignment_mode":{"type":"string","title":"Topic Assignment Mode","default":"hybrid_fail_closed"},"topic_min_confidence":{"type":"number","maximum":0.95,"minimum":0.2,"title":"Topic Min Confidence","default":0.55},"topic_max_per_event":{"type":"integer","maximum":3.0,"minimum":1.0,"title":"Topic Max Per Event","default":3},"topic_backfill_enabled":{"type":"boolean","title":"Topic Backfill Enabled","default":false},"topic_backfill_batch_size":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Topic Backfill Batch Size","default":25},"topic_backfill_per_source_limit":{"type":"integer","maximum":20.0,"minimum":1.0,"title":"Topic Backfill Per Source Limit","default":5}},"type":"object","required":["smart_tag_model"],"title":"PublicFeedDisplayConfigRead"},"PublicFeedRadarItem":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["key","label","count"],"title":"PublicFeedRadarItem"},"PublicFeedResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"title":{"type":"string","title":"Title"},"tagline":{"type":"string","title":"Tagline"},"executive_summary":{"type":"string","title":"Executive Summary"},"hero_card":{"anyOf":[{"$ref":"#/components/schemas/NewsCardRead"},{"type":"null"}]},"top_news":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Top News"},"critical_alerts":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Critical Alerts"},"weak_signals":{"items":{"$ref":"#/components/schemas/NewsCardRead"},"type":"array","title":"Weak Signals"},"what_changed_today":{"items":{"type":"string"},"type":"array","title":"What Changed Today"},"topic_radar":{"items":{"$ref":"#/components/schemas/PublicFeedRadarItem"},"type":"array","title":"Topic Radar"},"commodity_radar":{"items":{"$ref":"#/components/schemas/PublicFeedRadarItem"},"type":"array","title":"Commodity Radar"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"source_notice":{"type":"string","title":"Source Notice"},"premium_cta":{"type":"string","title":"Premium Cta"},"display_config":{"$ref":"#/components/schemas/PublicFeedDisplayConfigRead"}},"type":"object","required":["generated_at","date_label","title","tagline","executive_summary","hero_card","top_news","critical_alerts","weak_signals","what_changed_today","topic_radar","commodity_radar","cited_links","source_notice","premium_cta","display_config"],"title":"PublicFeedResponse"},"PublicMicroaudioJobRequest":{"properties":{"event_version_id":{"type":"string","format":"uuid","title":"Event Version Id"}},"type":"object","required":["event_version_id"],"title":"PublicMicroaudioJobRequest"},"PublicPodcastChapterRead":{"properties":{"order":{"type":"integer","title":"Order"},"title":{"type":"string","title":"Title"},"start_seconds":{"type":"integer","title":"Start Seconds"},"duration_seconds":{"type":"integer","title":"Duration Seconds"}},"type":"object","required":["order","title","start_seconds","duration_seconds"],"title":"PublicPodcastChapterRead"},"PublicPodcastEpisodeResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"available":{"type":"boolean","title":"Available"},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"date_label":{"type":"string","title":"Date Label"},"format":{"type":"string","title":"Format"},"title":{"type":"string","title":"Title"},"audio_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Audio Url"},"audio_asset_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Audio Asset Key"},"duration_seconds":{"type":"integer","title":"Duration Seconds"},"transcript":{"type":"string","title":"Transcript"},"chapters":{"items":{"$ref":"#/components/schemas/PublicPodcastChapterRead"},"type":"array","title":"Chapters"},"cited_links":{"items":{"type":"string"},"type":"array","title":"Cited Links"},"synthetic_voice":{"type":"boolean","title":"Synthetic Voice","default":true},"disclosure":{"type":"string","title":"Disclosure"},"rss_url":{"type":"string","title":"Rss Url","default":"/podcasts/rss.xml"}},"type":"object","required":["available","generated_at","date_label","format","title","duration_seconds","transcript","chapters","cited_links","disclosure"],"title":"PublicPodcastEpisodeResponse"},"RagIndexResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"document_id":{"type":"string","format":"uuid","title":"Document Id"},"source_type":{"type":"string","title":"Source Type"},"source_id":{"type":"string","title":"Source Id"},"chunks_created":{"type":"integer","title":"Chunks Created"},"chunk_strategy":{"type":"string","title":"Chunk Strategy"},"embedding_model":{"type":"string","title":"Embedding Model"},"citation_url":{"type":"string","title":"Citation Url"},"corpus":{"type":"string","enum":["internal","public"],"title":"Corpus","default":"internal"},"lifecycle_status":{"type":"string","enum":["active","withdrawn"],"title":"Lifecycle Status","default":"active"}},"type":"object","required":["document_id","source_type","source_id","chunks_created","chunk_strategy","embedding_model","citation_url"],"title":"RagIndexResponse"},"RagSearchHitRead":{"properties":{"document_id":{"type":"string","format":"uuid","title":"Document Id"},"chunk_id":{"type":"string","format":"uuid","title":"Chunk Id"},"source_type":{"type":"string","title":"Source Type"},"source_id":{"type":"string","title":"Source Id"},"title":{"type":"string","title":"Title"},"text":{"type":"string","title":"Text"},"score":{"type":"number","title":"Score"},"citation_url":{"type":"string","title":"Citation Url"},"citation_name":{"type":"string","title":"Citation Name"},"factuality":{"type":"string","title":"Factuality"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"}},"type":"object","required":["document_id","chunk_id","source_type","source_id","title","text","score","citation_url","citation_name","factuality","metadata_json"],"title":"RagSearchHitRead"},"RagSearchRequest":{"properties":{"query":{"type":"string","maxLength":500,"minLength":2,"title":"Query"},"branch":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Branch"},"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"commodity":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Commodity"},"corpus":{"anyOf":[{"type":"string","enum":["internal","public","all"]},{"type":"null"}],"title":"Corpus"},"limit":{"anyOf":[{"type":"integer","maximum":50.0,"minimum":1.0},{"type":"null"}],"title":"Limit"}},"type":"object","required":["query"],"title":"RagSearchRequest"},"RagSearchResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"query":{"type":"string","title":"Query"},"filters":{"additionalProperties":true,"type":"object","title":"Filters"},"hits":{"items":{"$ref":"#/components/schemas/RagSearchHitRead"},"type":"array","title":"Hits"},"citation_notice":{"type":"string","title":"Citation Notice"}},"type":"object","required":["query","filters","hits","citation_notice"],"title":"RagSearchResponse"},"ScoreRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"score_type":{"type":"string","title":"Score Type"},"value":{"type":"number","title":"Value"},"model_version":{"type":"string","title":"Model Version"},"breakdown":{"additionalProperties":true,"type":"object","title":"Breakdown"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","news_item_id","score_type","value","model_version","breakdown","created_at","updated_at"],"title":"ScoreRead"},"ScoringRunResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"model_version":{"type":"string","title":"Model Version"},"scores":{"items":{"$ref":"#/components/schemas/ScoreRead"},"type":"array","title":"Scores"}},"type":"object","required":["news_item_id","model_version","scores"],"title":"ScoringRunResponse"},"SourceCandidateImportResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"total_candidates":{"type":"integer","title":"Total Candidates"},"created_count":{"type":"integer","title":"Created Count"},"updated_count":{"type":"integer","title":"Updated Count"},"skipped_count":{"type":"integer","title":"Skipped Count"},"created_keys":{"items":{"type":"string"},"type":"array","title":"Created Keys"},"updated_keys":{"items":{"type":"string"},"type":"array","title":"Updated Keys"},"skipped_keys":{"items":{"type":"string"},"type":"array","title":"Skipped Keys"}},"type":"object","required":["total_candidates","created_count","updated_count","skipped_count","created_keys","updated_keys","skipped_keys"],"title":"SourceCandidateImportResponse"},"SourceCandidateListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"pack_id":{"type":"string","title":"Pack Id"},"pack_label":{"type":"string","title":"Pack Label"},"pack_version":{"type":"string","title":"Pack Version"},"total":{"type":"integer","title":"Total"},"rows":{"items":{"$ref":"#/components/schemas/SourceCandidateRead"},"type":"array","title":"Rows"}},"type":"object","required":["pack_id","pack_label","pack_version","total","rows"],"title":"SourceCandidateListResponse"},"SourceCandidateRead":{"properties":{"key":{"type":"string","title":"Key"},"name":{"type":"string","title":"Name"},"homepage_url":{"type":"string","title":"Homepage Url"},"feed_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feed Url"},"source_type":{"type":"string","title":"Source Type"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"language":{"type":"string","title":"Language"},"default_branches":{"items":{"type":"string"},"type":"array","title":"Default Branches"},"compliance_status":{"type":"string","title":"Compliance Status"},"trust_score":{"type":"integer","title":"Trust Score"},"default_frequency_minutes":{"type":"integer","title":"Default Frequency Minutes"},"active":{"type":"boolean","title":"Active"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"}},"type":"object","required":["key","name","homepage_url","source_type","language","default_branches","compliance_status","trust_score","default_frequency_minutes","active"],"title":"SourceCandidateRead"},"SourceComplianceCapabilityRead":{"properties":{"key":{"type":"string","title":"Key"},"label":{"type":"string","title":"Label"},"status":{"type":"string","title":"Status"},"detail":{"type":"string","title":"Detail"}},"type":"object","required":["key","label","status","detail"],"title":"SourceComplianceCapabilityRead"},"SourceComplianceDecision":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"compliance_status":{"$ref":"#/components/schemas/ComplianceStatus"},"active":{"type":"boolean","title":"Active","default":false},"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Reason"},"robots_status":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Robots Status"},"tos_status":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}],"title":"Tos Status"},"license_type":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"License Type"},"max_excerpt_chars":{"anyOf":[{"type":"integer","maximum":2000.0,"minimum":0.0},{"type":"null"}],"title":"Max Excerpt Chars"},"trust_score":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Trust Score"}},"type":"object","required":["source_id","compliance_status"],"title":"SourceComplianceDecision"},"SourceComplianceDecisionBatchRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"decisions":{"items":{"$ref":"#/components/schemas/SourceComplianceDecision"},"type":"array","maxItems":50,"minItems":1,"title":"Decisions"}},"type":"object","required":["decisions"],"title":"SourceComplianceDecisionBatchRequest"},"SourceComplianceDecisionBatchResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"requested_count":{"type":"integer","title":"Requested Count"},"applied_count":{"type":"integer","title":"Applied Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/SourceComplianceDecisionResult"},"type":"array","title":"Results"}},"type":"object","required":["dry_run","requested_count","applied_count","failed_count","results"],"title":"SourceComplianceDecisionBatchResponse"},"SourceComplianceDecisionResult":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"ok":{"type":"boolean","title":"Ok"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"source_pack_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Pack Key"},"before_compliance_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Before Compliance Status"},"after_compliance_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"After Compliance Status"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"action":{"type":"string","title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["source_id","ok","action"],"title":"SourceComplianceDecisionResult"},"SourceComplianceEvidenceRead":{"properties":{"kind":{"type":"string","title":"Kind"},"url":{"type":"string","title":"Url"},"resolved_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Resolved Url"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"status":{"type":"string","title":"Status"},"content_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Content Type"},"content_sha256":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Content Sha256"},"excerpt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Excerpt"},"checked_at":{"type":"string","format":"date-time","title":"Checked At"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["kind","url","status","checked_at"],"title":"SourceComplianceEvidenceRead"},"SourceComplianceResearchRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"source_name":{"type":"string","title":"Source Name"},"run_status":{"type":"string","title":"Run Status"},"checked_at":{"type":"string","format":"date-time","title":"Checked At"},"summary":{"type":"string","title":"Summary"},"robots_status":{"type":"string","title":"Robots Status"},"tos_status":{"type":"string","title":"Tos Status"},"license_type":{"type":"string","title":"License Type"},"recommended_compliance_status":{"type":"string","title":"Recommended Compliance Status"},"recommended_active":{"type":"boolean","title":"Recommended Active"},"max_excerpt_chars":{"type":"integer","maximum":2000.0,"minimum":0.0,"title":"Max Excerpt Chars"},"confidence_score":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Confidence Score"},"human_review_required":{"type":"boolean","title":"Human Review Required","default":true},"capabilities":{"items":{"$ref":"#/components/schemas/SourceComplianceCapabilityRead"},"type":"array","title":"Capabilities"},"evidence_refs":{"items":{"$ref":"#/components/schemas/SourceComplianceEvidenceRead"},"type":"array","title":"Evidence Refs"},"findings":{"items":{"type":"string"},"type":"array","title":"Findings"},"warnings":{"items":{"type":"string"},"type":"array","title":"Warnings"}},"type":"object","required":["id","source_id","source_name","run_status","checked_at","summary","robots_status","tos_status","license_type","recommended_compliance_status","recommended_active","max_excerpt_chars","confidence_score"],"title":"SourceComplianceResearchRead"},"SourceComplianceResearchResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"research":{"anyOf":[{"$ref":"#/components/schemas/SourceComplianceResearchRead"},{"type":"null"}]}},"type":"object","required":["research"],"title":"SourceComplianceResearchResponse"},"SourceCreate":{"properties":{"name":{"type":"string","maxLength":240,"minLength":2,"title":"Name"},"homepage_url":{"type":"string","minLength":8,"title":"Homepage Url"},"feed_url":{"anyOf":[{"type":"string","minLength":8},{"type":"null"}],"title":"Feed Url"},"source_type":{"$ref":"#/components/schemas/SourceType"},"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string","maxLength":12},{"type":"null"}],"title":"Language"},"default_branches":{"items":{"type":"string"},"type":"array","title":"Default Branches"},"robots_status":{"type":"string","title":"Robots Status","default":"unknown"},"tos_status":{"type":"string","title":"Tos Status","default":"review_required"},"license_type":{"type":"string","title":"License Type","default":"unknown"},"max_excerpt_chars":{"type":"integer","maximum":2000.0,"minimum":0.0,"title":"Max Excerpt Chars","default":400},"trust_score":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Trust Score","default":50},"default_frequency_minutes":{"type":"integer","maximum":10080.0,"minimum":5.0,"title":"Default Frequency Minutes","default":240},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"}},"type":"object","required":["name","homepage_url","source_type"],"title":"SourceCreate"},"SourceCreateResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"source":{"$ref":"#/components/schemas/SourceRead"}},"type":"object","required":["source"],"title":"SourceCreateResponse"},"SourceDocumentLicenseRead":{"properties":{"required":{"type":"boolean","title":"Required","default":false},"status":{"type":"string","enum":["not_required","pending","verified","rejected"],"title":"Status","default":"not_required"},"license_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License Type"},"evidence_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Url"},"rights_scope":{"anyOf":[{"type":"string","enum":["metadata_only","excerpt_and_summary","full_text_rag"]},{"type":"null"}],"title":"Rights Scope"},"document_sha256":{"anyOf":[{"type":"string","pattern":"^[0-9a-fA-F]{64}$"},{"type":"null"}],"title":"Document Sha256"},"verified_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Verified At"}},"type":"object","title":"SourceDocumentLicenseRead"},"SourceDocumentPageEvidenceRead":{"properties":{"page_number":{"type":"integer","minimum":1.0,"title":"Page Number"},"excerpt":{"type":"string","maxLength":2000,"minLength":1,"title":"Excerpt"},"word_count":{"type":"integer","minimum":0.0,"title":"Word Count","default":0}},"type":"object","required":["page_number","excerpt"],"title":"SourceDocumentPageEvidenceRead"},"SourceDocumentRead":{"properties":{"url":{"type":"string","title":"Url"},"filename":{"type":"string","title":"Filename"},"media_type":{"type":"string","const":"application/pdf","title":"Media Type","default":"application/pdf"},"page_count":{"type":"integer","title":"Page Count","default":0},"pages_analyzed":{"type":"integer","title":"Pages Analyzed","default":0},"word_count":{"type":"integer","title":"Word Count","default":0},"sha256":{"type":"string","title":"Sha256"},"analysis_model":{"type":"string","title":"Analysis Model","default":"pypdf-v1"},"analysis_status":{"type":"string","enum":["text_extracted","ocr_required"],"title":"Analysis Status","default":"text_extracted"},"ocr_status":{"type":"string","enum":["not_required","required","completed"],"title":"Ocr Status","default":"not_required"},"summary_model":{"type":"string","title":"Summary Model","default":"extractive-pdf-v1"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"summary_citations":{"items":{"$ref":"#/components/schemas/SourceDocumentSummaryCitationRead"},"type":"array","title":"Summary Citations"},"relevance":{"anyOf":[{"$ref":"#/components/schemas/SourceDocumentRelevanceRead"},{"type":"null"}]},"processing_latency_seconds":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Processing Latency Seconds"},"processing_regression":{"type":"boolean","title":"Processing Regression","default":false},"review_status":{"type":"string","enum":["pending","approved","rejected","blocked"],"title":"Review Status","default":"pending"},"license":{"anyOf":[{"$ref":"#/components/schemas/SourceDocumentLicenseRead"},{"type":"null"}]}},"type":"object","required":["url","filename","sha256"],"title":"SourceDocumentRead"},"SourceDocumentRelevanceDimensionRead":{"properties":{"score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Score"},"signals":{"items":{"type":"string"},"type":"array","title":"Signals"},"matched":{"items":{"type":"string"},"type":"array","title":"Matched"}},"type":"object","required":["score"],"title":"SourceDocumentRelevanceDimensionRead"},"SourceDocumentRelevanceRead":{"properties":{"model":{"type":"string","title":"Model","default":"pdf-relevance-hybrid-v1"},"status":{"type":"string","enum":["relevant","irrelevant","review_required"],"title":"Status"},"score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Score"},"threshold":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Threshold"},"weights":{"additionalProperties":{"type":"number"},"type":"object","title":"Weights"},"dimensions":{"additionalProperties":{"$ref":"#/components/schemas/SourceDocumentRelevanceDimensionRead"},"type":"object","title":"Dimensions"},"matched_dimension_count":{"type":"integer","minimum":0.0,"title":"Matched Dimension Count","default":0},"generic_indicators":{"items":{"type":"string"},"type":"array","title":"Generic Indicators"},"duplicate_count":{"type":"integer","minimum":1.0,"title":"Duplicate Count","default":1},"document_sha256":{"type":"string","pattern":"^[0-9a-fA-F]{64}$","title":"Document Sha256"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"assessed_at":{"type":"string","format":"date-time","title":"Assessed At"}},"type":"object","required":["status","score","threshold","document_sha256","assessed_at"],"title":"SourceDocumentRelevanceRead"},"SourceDocumentSummaryCitationRead":{"properties":{"page_number":{"type":"integer","minimum":1.0,"title":"Page Number"},"claim":{"type":"string","maxLength":320,"minLength":1,"title":"Claim"},"match_score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Match Score"},"method":{"type":"string","title":"Method","default":"lexical-overlap-v1"}},"type":"object","required":["page_number","claim","match_score"],"title":"SourceDocumentSummaryCitationRead"},"SourceFetchRead":{"properties":{"id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Id"},"source_id":{"type":"string","format":"uuid","title":"Source Id"},"run_type":{"type":"string","title":"Run Type"},"status":{"type":"string","title":"Status"},"http_status":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Http Status"},"parser":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parser"},"items_found":{"type":"integer","title":"Items Found","default":0},"latest_published_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Latest Published At"},"latency_ms":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Latency Ms"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"fetch_metadata":{"additionalProperties":true,"type":"object","title":"Fetch Metadata"}},"type":"object","required":["source_id","run_type","status"],"title":"SourceFetchRead"},"SourceListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/SourceRead"},"type":"array","title":"Rows"},"pagination":{"$ref":"#/components/schemas/Pagination"}},"type":"object","required":["rows","pagination"],"title":"SourceListResponse"},"SourcePollJobRequest":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"idempotency_key":{"anyOf":[{"type":"string","maxLength":255,"minLength":3},{"type":"null"}],"title":"Idempotency Key"}},"type":"object","required":["source_id"],"title":"SourcePollJobRequest"},"SourceRead":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"name":{"type":"string","title":"Name"},"homepage_url":{"type":"string","title":"Homepage Url"},"feed_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feed Url"},"source_type":{"type":"string","title":"Source Type"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"default_branches":{"items":{"type":"string"},"type":"array","title":"Default Branches"},"robots_status":{"type":"string","title":"Robots Status"},"tos_status":{"type":"string","title":"Tos Status"},"license_type":{"type":"string","title":"License Type"},"compliance_status":{"type":"string","title":"Compliance Status"},"max_excerpt_chars":{"type":"integer","title":"Max Excerpt Chars"},"trust_score":{"type":"integer","title":"Trust Score"},"default_frequency_minutes":{"type":"integer","title":"Default Frequency Minutes"},"active":{"type":"boolean","title":"Active"},"owner":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner"},"metadata_json":{"additionalProperties":true,"type":"object","title":"Metadata Json"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"}},"type":"object","required":["id","name","homepage_url","feed_url","source_type","country","language","default_branches","robots_status","tos_status","license_type","compliance_status","max_excerpt_chars","trust_score","default_frequency_minutes","active","owner","metadata_json","created_at","updated_at"],"title":"SourceRead"},"SourceResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"source":{"$ref":"#/components/schemas/SourceRead"}},"type":"object","required":["source"],"title":"SourceResponse"},"SourceReviewBreakdownItem":{"properties":{"key":{"type":"string","title":"Key"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["key","count"],"title":"SourceReviewBreakdownItem"},"SourceReviewQueueItem":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"source_pack_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Pack Key"},"name":{"type":"string","title":"Name"},"homepage_url":{"type":"string","title":"Homepage Url"},"source_type":{"type":"string","title":"Source Type"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Language"},"compliance_status":{"type":"string","title":"Compliance Status"},"active":{"type":"boolean","title":"Active"},"trust_score":{"type":"integer","title":"Trust Score"},"priority":{"type":"string","title":"Priority"},"risk_level":{"type":"string","title":"Risk Level"},"phase":{"type":"string","title":"Phase"},"readiness_score":{"type":"integer","title":"Readiness Score"},"recommended_action":{"type":"string","title":"Recommended Action"},"preferred_access":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Preferred Access"},"curation_note":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Curation Note"},"checklist":{"items":{"type":"string"},"type":"array","title":"Checklist"},"blockers":{"items":{"type":"string"},"type":"array","title":"Blockers"},"default_branches":{"items":{"type":"string"},"type":"array","title":"Default Branches"}},"type":"object","required":["id","name","homepage_url","source_type","compliance_status","active","trust_score","priority","risk_level","phase","readiness_score","recommended_action"],"title":"SourceReviewQueueItem"},"SourceReviewQueueResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"total":{"type":"integer","title":"Total"},"returned":{"type":"integer","title":"Returned"},"recommended_for_first_review":{"type":"integer","title":"Recommended For First Review"},"by_priority":{"items":{"$ref":"#/components/schemas/SourceReviewBreakdownItem"},"type":"array","title":"By Priority"},"by_risk_level":{"items":{"$ref":"#/components/schemas/SourceReviewBreakdownItem"},"type":"array","title":"By Risk Level"},"by_country":{"items":{"$ref":"#/components/schemas/SourceReviewBreakdownItem"},"type":"array","title":"By Country"},"rows":{"items":{"$ref":"#/components/schemas/SourceReviewQueueItem"},"type":"array","title":"Rows"}},"type":"object","required":["total","returned","recommended_for_first_review","rows"],"title":"SourceReviewQueueResponse"},"SourceTestBatchRequest":{"properties":{"dry_run":{"type":"boolean","title":"Dry Run","default":true},"require_ingestion_ready":{"type":"boolean","title":"Require Ingestion Ready","default":true},"source_ids":{"items":{"type":"string","format":"uuid"},"type":"array","maxItems":25,"minItems":1,"title":"Source Ids"}},"type":"object","required":["source_ids"],"title":"SourceTestBatchRequest"},"SourceTestBatchResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"dry_run":{"type":"boolean","title":"Dry Run"},"require_ingestion_ready":{"type":"boolean","title":"Require Ingestion Ready"},"requested_count":{"type":"integer","title":"Requested Count"},"tested_count":{"type":"integer","title":"Tested Count"},"failed_count":{"type":"integer","title":"Failed Count"},"results":{"items":{"$ref":"#/components/schemas/SourceTestBatchResult"},"type":"array","title":"Results"}},"type":"object","required":["dry_run","require_ingestion_ready","requested_count","tested_count","failed_count","results"],"title":"SourceTestBatchResponse"},"SourceTestBatchResult":{"properties":{"source_id":{"type":"string","format":"uuid","title":"Source Id"},"ok":{"type":"boolean","title":"Ok"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"source_pack_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Pack Key"},"compliance_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Compliance Status"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"action":{"type":"string","title":"Action"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"fetch":{"anyOf":[{"$ref":"#/components/schemas/SourceFetchRead"},{"type":"null"}]}},"type":"object","required":["source_id","ok","action"],"title":"SourceTestBatchResult"},"SourceTestResponse":{"properties":{"ok":{"type":"boolean","title":"Ok"},"fetch":{"$ref":"#/components/schemas/SourceFetchRead"}},"type":"object","required":["ok","fetch"],"title":"SourceTestResponse"},"SourceType":{"type":"string","enum":["rss","api","official_site","html_limited","manual","internal"],"title":"SourceType"},"SourceUpdate":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":240,"minLength":2},{"type":"null"}],"title":"Name"},"homepage_url":{"anyOf":[{"type":"string","minLength":8},{"type":"null"}],"title":"Homepage Url"},"feed_url":{"anyOf":[{"type":"string","minLength":8},{"type":"null"}],"title":"Feed Url"},"source_type":{"anyOf":[{"$ref":"#/components/schemas/SourceType"},{"type":"null"}]},"country":{"anyOf":[{"type":"string","maxLength":2,"minLength":2},{"type":"null"}],"title":"Country"},"language":{"anyOf":[{"type":"string","maxLength":12},{"type":"null"}],"title":"Language"},"default_branches":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Default Branches"},"robots_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Robots Status"},"tos_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tos Status"},"license_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License Type"},"compliance_status":{"anyOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"type":"null"}]},"max_excerpt_chars":{"anyOf":[{"type":"integer","maximum":2000.0,"minimum":0.0},{"type":"null"}],"title":"Max Excerpt Chars"},"trust_score":{"anyOf":[{"type":"integer","maximum":100.0,"minimum":0.0},{"type":"null"}],"title":"Trust Score"},"default_frequency_minutes":{"anyOf":[{"type":"integer","maximum":10080.0,"minimum":5.0},{"type":"null"}],"title":"Default Frequency Minutes"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"owner":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Owner"},"metadata_json":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Metadata Json"},"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Reason"}},"type":"object","title":"SourceUpdate"},"StructuredTranslationRequest":{"properties":{"source_type":{"type":"string","maxLength":80,"minLength":2,"title":"Source Type"},"source_id":{"type":"string","maxLength":160,"minLength":1,"title":"Source Id"},"payload":{"additionalProperties":true,"type":"object","title":"Payload"},"target_language":{"type":"string","maxLength":12,"minLength":2,"title":"Target Language"},"entities":{"items":{"type":"string"},"type":"array","maxItems":200,"title":"Entities"},"glossary":{"additionalProperties":{"type":"string"},"type":"object","title":"Glossary"},"glossary_version":{"type":"string","maxLength":80,"minLength":1,"title":"Glossary Version","default":"default-v1"}},"type":"object","required":["source_type","source_id","payload","target_language"],"title":"StructuredTranslationRequest"},"StructuredTranslationResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"record_id":{"type":"string","format":"uuid","title":"Record Id"},"source_language":{"type":"string","title":"Source Language"},"target_language":{"type":"string","title":"Target Language"},"status":{"type":"string","title":"Status"},"provider":{"type":"string","title":"Provider"},"model":{"type":"string","title":"Model"},"human_review_required":{"type":"boolean","title":"Human Review Required"},"numbers_valid":{"type":"boolean","title":"Numbers Valid"},"validation":{"additionalProperties":true,"type":"object","title":"Validation"},"translated":{"additionalProperties":true,"type":"object","title":"Translated"},"cached":{"type":"boolean","title":"Cached"}},"type":"object","required":["record_id","source_language","target_language","status","provider","model","human_review_required","numbers_valid","validation","translated","cached"],"title":"StructuredTranslationResponse"},"TeamAuditEventRead":{"properties":{"event_type":{"type":"string","title":"Event Type"},"entity_type":{"type":"string","title":"Entity Type"},"entity_id":{"type":"string","title":"Entity Id"},"actor_type":{"type":"string","title":"Actor Type"},"actor_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Actor Id"},"before":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Before"},"after":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"After"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Reason"},"created_at":{"type":"string","format":"date-time","title":"Created At"}},"type":"object","required":["event_type","entity_type","entity_id","actor_type","actor_id","before","after","reason","created_at"],"title":"TeamAuditEventRead"},"TeamAuditExportResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"organization_id":{"type":"string","format":"uuid","title":"Organization Id"},"rows":{"items":{"$ref":"#/components/schemas/TeamAuditEventRead"},"type":"array","title":"Rows"}},"type":"object","required":["organization_id","rows"],"title":"TeamAuditExportResponse"},"TeamWorkspaceCreateRequest":{"properties":{"name":{"type":"string","maxLength":240,"minLength":3,"title":"Name"},"slug":{"type":"string","maxLength":120,"minLength":3,"pattern":"^[a-z0-9][a-z0-9-]+$","title":"Slug"}},"type":"object","required":["name","slug"],"title":"TeamWorkspaceCreateRequest"},"TeamWorkspaceListResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"rows":{"items":{"$ref":"#/components/schemas/TeamWorkspaceRead"},"type":"array","title":"Rows"}},"type":"object","required":["rows"],"title":"TeamWorkspaceListResponse"},"TeamWorkspaceRead":{"properties":{"organization_id":{"type":"string","format":"uuid","title":"Organization Id"},"slug":{"type":"string","title":"Slug"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"},"role":{"type":"string","title":"Role"},"membership_id":{"type":"string","format":"uuid","title":"Membership Id"}},"type":"object","required":["organization_id","slug","name","status","role","membership_id"],"title":"TeamWorkspaceRead"},"TimelineEventRead":{"properties":{"order":{"type":"integer","title":"Order"},"news_item_id":{"type":"string","format":"uuid","title":"News Item Id"},"event_date":{"type":"string","format":"date-time","title":"Event Date"},"title":{"type":"string","title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"source_name":{"type":"string","title":"Source Name"},"original_url":{"type":"string","title":"Original Url"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"branches":{"items":{"type":"string"},"type":"array","title":"Branches"},"commodities":{"items":{"type":"string"},"type":"array","title":"Commodities"},"impact_level":{"type":"string","title":"Impact Level"},"urgency_level":{"type":"string","title":"Urgency Level"},"scores":{"additionalProperties":{"type":"number"},"type":"object","title":"Scores"},"related_indicators":{"items":{"type":"string"},"type":"array","title":"Related Indicators"},"relation_to_previous":{"type":"string","title":"Relation To Previous"},"hypothesis":{"type":"string","title":"Hypothesis"},"open_questions":{"items":{"type":"string"},"type":"array","title":"Open Questions"}},"type":"object","required":["order","news_item_id","event_date","title","summary","source_name","original_url","country","branches","commodities","impact_level","urgency_level","scores","related_indicators","relation_to_previous","hypothesis","open_questions"],"title":"TimelineEventRead"},"TimelineResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"generated_at":{"type":"string","format":"date-time","title":"Generated At"},"timeline_type":{"type":"string","title":"Timeline Type"},"key":{"type":"string","title":"Key"},"title":{"type":"string","title":"Title"},"event_count":{"type":"integer","title":"Event Count"},"status":{"type":"string","title":"Status"},"agents_responsible":{"items":{"type":"string"},"type":"array","title":"Agents Responsible"},"narrative_summary":{"type":"string","title":"Narrative Summary"},"narrative_changes":{"items":{"type":"string"},"type":"array","title":"Narrative Changes"},"data_links":{"items":{"type":"string"},"type":"array","title":"Data Links"},"events":{"items":{"$ref":"#/components/schemas/TimelineEventRead"},"type":"array","title":"Events"}},"type":"object","required":["generated_at","timeline_type","key","title","event_count","status","agents_responsible","narrative_summary","narrative_changes","data_links","events"],"title":"TimelineResponse"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VerticalPreferenceResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"key":{"type":"string","title":"Key"},"enabled":{"type":"boolean","title":"Enabled"},"preferences":{"items":{"$ref":"#/components/schemas/PreferenceRead"},"type":"array","title":"Preferences"}},"type":"object","required":["key","enabled","preferences"],"title":"VerticalPreferenceResponse"},"VerticalPreferenceUpdateRequest":{"properties":{"enabled":{"type":"boolean","title":"Enabled","default":true},"weight":{"type":"number","maximum":3.0,"minimum":0.1,"title":"Weight","default":1.4}},"type":"object","title":"VerticalPreferenceUpdateRequest"},"XMonitorPollResponse":{"properties":{"ok":{"type":"boolean","title":"Ok","default":true},"query_id":{"type":"string","format":"uuid","title":"Query Id"},"status":{"type":"string","title":"Status"},"posts_created":{"type":"integer","title":"Posts Created"},"duplicate_posts":{"type":"integer","title":"Duplicate Posts"},"connector_reads":{"type":"integer","title":"Connector Reads"},"duplicate_query":{"type":"boolean","title":"Duplicate Query"}},"type":"object","required":["query_id","status","posts_created","duplicate_posts","connector_reads","duplicate_query"],"title":"XMonitorPollResponse"}}}}