{
  "type": "object",
  "properties": {
    "uiName": {
      "type": "string",
      "description": "Name of the UI board or form"
    },
    "uiType": {
      "type": "string",
      "description": "Type of UI, either board or form"
    },
    "dataPath": {
      "type": "string",
      "description": "Path to data"
    },
    "defaults": {
      "type": "object",
      "description": "Default values"
    }
  },
  "required": []
}