Skip to content

Commit

Permalink
Update job_schemas.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jessupjn authored Mar 7, 2024
1 parent f113e1c commit 25fba3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protos/job_schemas.proto
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ _**Example**_: The Chainlink SOL/USD oracle price.
}
/// 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;
}

Expand Down

0 comments on commit 25fba3e

Please sign in to comment.