{
  "validateUpsert": true,
  "properties": {
    "name": {
      "type": "string",
      "required": true
    },
    "dir": {
      "type": "string",
      "description": "the directory name where the definition is persisted",
      "json": false
    }
  },
  "base": "WorkspaceEntity"
}
