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
@@ -22,7 +22,7 @@ title: Dashboard kind
| `style` | string | **Yes** | Theme of dashboard. Possible values are: `dark`, `light`. Default: `dark`. |
| `annotations` | [object](#annotations) | No | TODO docs |
| `description` | string | No | Description of dashboard. |
| `fiscalYearStartMonth` | integer | No | TODO docs |
| `fiscalYearStartMonth` | integer | No | The month that the fiscal year starts on. 0 = January, 11 = December Default: `0`. |
| `gnetId` | string | No | |
| `id` | integer | No | Unique numeric identifier for the dashboard.<br/>TODO must isolate or remove identifiers local to a Grafana instance...? |
| `links` | [DashboardLink](#dashboardlink)[] | No | TODO docs |