Variable OsintStandardOutputSchemaConst
OsintStandardOutputSchema: ZodObject<
{
confidenceLevel: ZodEnum<
{ HIGH: "HIGH"; LOW: "LOW"; MEDIUM: "MEDIUM" },
>;
dataFreshness: ZodString;
methodology: ZodString;
sourceAttribution: ZodString;
},
$strip,
> = ...
Standard OSINT output fields Zod schema.
Validates the common output fields present on every OSINT intelligence tool response: confidenceLevel, methodology, dataFreshness, and sourceAttribution.
Confidence Level Criteria:
HIGH— Full EP API data (voting statistics, complete membership)MEDIUM— Partial EP API data; results are indicativeLOW— Insufficient data; treat output with caution