{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$ref": "#/definitions/SetupAgentsCanvasSyncResult",
  "definitions": {
    "SetupAgentsCanvasSyncResult": {
      "type": "object",
      "properties": {
        "synced": {
          "type": "number"
        },
        "alreadyOk": {
          "type": "number"
        },
        "orphansRemoved": {
          "type": "number"
        },
        "cacheDir": {
          "type": "string"
        },
        "dryRun": {
          "type": "boolean"
        },
        "cwd": {
          "type": "string"
        }
      },
      "required": ["synced", "alreadyOk", "orphansRemoved", "cacheDir", "dryRun", "cwd"],
      "additionalProperties": false
    }
  }
}
