瀏覽代碼

Doc version and schemaVersion properties of dashboards

Brendan Abolivier 8 年之前
父節點
當前提交
511f7f9000
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/reference/dashboard.md

+ 2 - 2
docs/sources/reference/dashboard.md

@@ -71,8 +71,8 @@ Each field in the dashboard JSON is explained below with its usage:
 | **timepicker** | timepicker metadata, see [timepicker section](#timepicker) for details |
 | **templating** | templating metadata, see [templating section](#templating) for details |
 | **annotations** | annotations metadata, see [annotations section](#annotations) for details |
-| **schemaVersion** | TODO |
-| **version** | TODO |
+| **schemaVersion** | version of the JSON schema (integer), incremented each time a Grafana update brings changes to the said schema |
+| **version** | version of the dashboard (integer), incremented each time the dashboard is updated |
 | **links** | TODO |
 
 ### rows