Skip to content

Commit

Permalink
satisfy linter, require minimal info
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Mar 4, 2024
1 parent 32bb2f6 commit 66e4efc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_data/components/schemas/forecast-limit-period.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ forecast-period-proposal:
name:
type: string
format: free-text
maxLength: 50
value:
type: object
description: >
Expand All @@ -48,6 +49,10 @@ forecast-period-proposal:
appropriate: The CIM may not include appropriate units for
all inputs, e.g., wind speed.
format: unit
maxLength: 50
required:
- name
- value

required:
- period-start
Expand Down

0 comments on commit 66e4efc

Please sign in to comment.