Dashboard schema: Review and mature fiscalYearStartMonth property (#62105)

This commit is contained in:
Alexa V
2023-01-25 13:28:13 +00:00
committed by GitHub
parent bd4e3f0d16
commit 85bf098fdb
5 changed files with 7 additions and 6 deletions

View File

@@ -56,8 +56,8 @@ lineage: seqs: [
// TODO docs
time_options: [...string] | *["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
} @grafanamaturity(NeedsExpertReview)
// TODO docs
fiscalYearStartMonth?: uint8 & <13 @grafanamaturity(NeedsExpertReview)
// The month that the fiscal year starts on. 0 = January, 11 = December
fiscalYearStartMonth?: uint8 & <12 | *0
// TODO docs
liveNow?: bool @grafanamaturity(NeedsExpertReview)
// TODO docs