anthropicMessagesJSONSchema: JsonSchema7Type & {
    $schema?: string;
    definitions?: { [key: string]: JsonSchema7Type };
} = ...