{
  "type": "object",
  "properties": {
    "uiName": {
      "type": "string",
      "description": "Name of the UI board or form"
    },
    "uiType": {
      "type": "string",
      "description": "Type of UI, either board, form, or progress"
    },
    "uiRefresh": {
      "type": "integer",
      "description": "If the uiType is progress, the suggest refresh time in seconds"
    },
    "dataPath": {
      "type": "string",
      "description": "Path to data"
    },
    "defaults": {
      "type": "object",
      "description": "Default values"
    }
  },
  "required": []
}
