We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b040175 commit 280800cCopy full SHA for 280800c
1 file changed
sfa_api/schema.py
@@ -1623,6 +1623,15 @@ class RawReportSchema(ma.Schema):
1623
missing=None,
1624
validate=[UserstringValidator(), validate.Length(equal=64)]
1625
)
1626
+ outages = ma.List(
1627
+ ma.Nested(ReportOutageSchema()),
1628
+ many=True,
1629
+ title="Outages",
1630
+ description=(
1631
+ "List of periods for which the forecast submissions were"
1632
+ "dropped from analysis."
1633
+ )
1634
1635
1636
1637
@spec.define_schema('ReportSchema')
0 commit comments