Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ common-proposal-status:

The number of facilities for this provider whose Ratings Obligation has
not been met in this forecast window. This number may be larger than the
size of `incomplete-facilities`, since the latter has a pre-defined
size of `incomplete-obligations`, since the latter has a pre-defined
upper bound for performance and application security reasons.

The Ratings Provider should check that this value is zero when they
Expand All @@ -190,7 +190,7 @@ common-proposal-status:
case for this set is debugging and troubleshooting.

minItems: 0
maxItems: 10
maxItems: *max-facilities
items:
$ref: ./names.yaml

Expand Down
2 changes: 1 addition & 1 deletion docs/example-narratives/submitting-forecasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ defines `incomplete-obligation-count`:

> The number of facilities for this provider whose Ratings Obligation has
> not been met in this forecast window. This number may be larger than the
> size of `incomplete-facilities`, since the latter has a pre-defined
> size of `incomplete-obligations`, since the latter has a pre-defined
> upper bound for performance and application security reasons.

> The Ratings Provider should check that this value is zero when they
Expand Down
Loading