{
  "type": "object",
  "properties": {
    "title": {
      "type": [
        "null",
        "string"
      ]
    },
    "dashboardId": {
      "type": [
        "null",
        "number"
      ]
    },
    "uuid": {
      "type": [
        "null",
        "string"
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}