Skip to content

Commit

Permalink
remove status from forecast proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy authored and catkins-miso committed Feb 8, 2024
1 parent 6f60318 commit 37906d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/_data/components/schemas/forecast-limit-period.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ forecast-period-proposal:
$ref: ./limit.yaml
emergency-operating-limits:
$ref: ./array-max-emergency-durations.yaml#/limit-value-set
status:
$ref: ./proposal-status.yaml
required:
- period-start
- period-end
Expand Down
2 changes: 0 additions & 2 deletions docs/_data/paths/rating-proposals_forecasts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ get:
periods:
- period-start: '2023-07-12T16:00:00-07:00'
period-end: '2023-07-12T17:00:00-07:00'
status: pending
continuous-operating-limit:
mva: 160
emergency-operating-limits:
Expand Down Expand Up @@ -145,7 +144,6 @@ patch:
periods:
- period-start: '2023-07-12T16:00:00-07:00'
period-end: '2023-07-12T17:00:00-07:00'
status: pending
continuous-operating-limit:
mva: 160
emergency-operating-limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ get:
periods:
- period-start: '2023-07-12T16:00:00-07:00'
period-end: '2023-07-12T17:00:00-07:00'
status: pending
continuous-operating-limit:
mva: 160
emergency-operating-limits:
Expand Down Expand Up @@ -165,7 +164,6 @@ patch:
periods:
- period-start: '2023-07-12T16:00:00-07:00'
period-end: '2023-07-12T17:00:00-07:00'
status: pending
continuous-operating-limit:
mva: 160
emergency-operating-limits:
Expand Down

0 comments on commit 37906d5

Please sign in to comment.