Skip to content

Commit

Permalink
remove incorrect nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
catkins-miso committed Aug 3, 2024
1 parent 002647d commit ef1f3ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 deletions.
4 changes: 1 addition & 3 deletions docs/_data/components/schemas/forecast-limit-period.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ seasonal-proposal-slim:
type: array
title: Seasonal Period Proposal slim
items:
type: array
items:
type: number
type: number

proposal-considered:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,42 +58,16 @@
},
"ratings": [
[
[
[
160,
170
],
[
155,
160
],
[
145,
150
],
[
155,
160
]
],
[
[
161,
171
],
[
156,
161
],
[
146,
151
],
[
156,
161
]
]
[160, 170],
[155, 160],
[145, 150],
[155, 160]
],
[
[161, 171],
[156, 161],
[146, 151],
[156, 161]
]
]
}

0 comments on commit ef1f3ac

Please sign in to comment.