diff --git a/protos/job_schemas.proto b/protos/job_schemas.proto index 493f98edfd..c49593339f 100644 --- a/protos/job_schemas.proto +++ b/protos/job_schemas.proto @@ -715,11 +715,13 @@ _**Example**_: The Chainlink SOL/USD oracle price. /// Mainnet address for a Chainlink feed. A full list can be found here: https://docs.chain.link/docs/solana/data-feeds-solana string chainlink_address = 3; } - /// Value (as a percentage) that the lower bound confidence interval is of the actual value. - /// Confidence intervals that are larger that this treshold are rejected. - /// - /// The confidence interval should be provided as a raw percentage value. For example, to - /// represent 10%, enter the value as 10, not 0.1. + /* + Value (as a percentage) that the lower bound confidence interval is of the actual value. + Confidence intervals that are larger that this treshold are rejected. + + The confidence interval should be provided as a raw percentage value. For example, to + represent 10%, enter the value as 10, not 0.1. + */ optional double pyth_allowed_confidence_interval = 4; }